/**********************************************************************
	Filename: global.css
	Project:  ZiskaArchitecture.com 
	
	Global style-sheet for Administration used on all pages throughout
	the site.
**********************************************************************/

/* configure standard fonts, default links */
body, span, p, a, td, input, textarea { font-family:Verdana,Arial,Helvetica,sans-serif,sans; font-size:12px; color:black; }
body { padding:0px; margin-top:20px; }
a { font-weight:bold; }
a:hover { text-decoration:none; }
ul { padding-top:5px; margin-top:0px; }
li { padding-bottom:5px; }

/* configure frame */
#frame { border:solid 1px #394d57; width:908px; text-align:center;}
#frameSecondary { border: solid 1px #394d57; width: 908px; text-align: center; background-image: url(images/backgroundRepeat.jpg); background-repeat: repeat-y; background-position: top right; }
#frameProjects { border: solid 1px #394d57; width: 908px; text-align: center; background-image: url(images/proSectionalBar.jpg); background-repeat: repeat-y; }

/* configure left content */
#contentLeft { float:left; width:623px; }
#contentLeftProjects { float:left; width:393px; }
#contentLeft .content {	text-align:left; height:141px; padding:20px; margin:0px; }
#contentLeft .contentSecondary { text-align:left; padding:30px; margin:0px; }
#contentLeftProjects .contentProjects { text-align:left; padding:30px; margin:0px; }
#contentLeftProjects .title { font-weight:bold; text-decoration:underline; font-family:Verdana,Arial,Helvetica,sans-serif,sans; font-size:12px; color:black; }

/* configure right content */
#contentRight { float:right; width:285px; }
#contentRightProjects { float:right; width:481px; }
.content { text-align:left; padding:20px; margin:0px; }
.title { font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif,sans; font-size:16px; color:#aabf8b; }

/* configure footnote */
#footnote { width:910px; margin-top:5px; text-align:left; font-family:Verdana,Arial,Helvetica,sans-serif,sans; font-size:10px; }
.footnoteLeft { color:#aabf8b; }
.footnoteRight { float:right; color:#394d57; }

/* configure image padding */
#thumbnailImage { padding-top:7px; padding-right:5px;}

#title { font-weight:bold; text-decoration:underline; font-family:Verdana,Arial,Helvetica,sans-serif,sans; font-size:12px; color:black; }