/* 
 *  cza_global.css
 *  Master CSS for czadesign.com
 *	Color scheme
 *		orange:  #ff9900
 *		default text:	#666
 */

* {
	margin: 0; padding: 0;
}

body {
	font-size: small;
	width: 69em;
	font-family: Verdana, Helvetica, "Myriad", "Myriad Pro", Arial,  sans-serif;
	color: #666;
	margin: 2.5em auto 1em auto;
}
a {	
	color: #666; 
	text-decoration: none;
}
a:link { color: #666; }
a:visited { color: #666; }
a:hover{color: #FF9900;}
a:active{ color: #666; }
h1 {
	font-size: 130%;
	margin-bottom: 0.7em;
}
em {
	color: #ff6600;
	font-style: normal;
}
/* Header Section
 * contains logo and navigation bar
 * ----------------------------------------------------*/
#header {
	height: 5em;
	border: 0px solid green;
	
}
#logo {
	float: left;
	width: 30em;
	position: relative;
	left: -3.5em;
}
#logo img {
	border: 0;
}

#slideshow_cza {margin: 1em auto; width:800px; height:377px; vertical-align:top}

ul#menu {
	float: right;
	margin-top: 22px;
	list-style: none;
	font-size: 110%;
}
ul#menu li{
	float: left;
	margin-left: 2em;
}

#content {
	margin-top: 1em;
	width: 100%;
	line-height: 1.3;
}

/* Site-wide
 * ----------------------------------------------------*/
#sidebar {
	float: left;
	width: 19em;
	height: 30em;
	padding-right: 1em;
}

#projdiv, #maintext {
	float: right;
	width: 48em;
	height: 36em;  /* big img is 30em tall */
	border: 0px solid blue;
}

/* Home-page specific
 * ----------------------------------------------------*/
.home .mainimg {
	margin: 2em auto 1em auto;
	width: 800px;
} 

.home .maintext {
	width: 800px;
	margin: 1em auto;
	
	/*position: relative;
	left: -13px;*/
	text-align: justify;
} 
.home .maintext h1 {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* About-page specific
 * ----------------------------------------------------*/
 .aboutpg #maintext p {
	margin-bottom: 1em;
 }
 .aboutpg #maintext span.sectitle {
 	font-weight: bold;
 }

/* Clients Page
 * ----------------------------------------------------*/
.clientspg ul {
	list-style: none;
}

.contactpg strong {
	color: #ff6600;
}

/* Project Page Sidebar
 * 	contains project category menu
 * ----------------------------------------------------*/

#sidebar ul {
	list-style: none;
	padding-top: 2em;
	height: 15em;
	line-height: 2;
}
#sidebar ul li {
	border-bottom: 1px dotted #ccc;
	height: 2em;
/* 		border: 1px solid red; */
}
#sidebar ul li a {
	display: block;
	height: 100%;
	padding-left: 1.5em;
}
#sidebar ul li a.curlink {
	background: url(images/arrow.gif) no-repeat 0.5em 50%;
}

#cat_desc * {
	padding-left: 1.5em;  /* same as sidebar's LI padding */
} 
#cat_desc h2 {
	font-size: 1em;
	color: #ff9900;
	margin-bottom: 1em;

	padding-bottom: 0.5em; 
	border-bottom: 1px solid #ff9900;
}

#cat_desc p {
	font-size: 90%;
}
/* Project Page Main Project content
 * 		contains project pictures and info
 * ----------------------------------------------------*/

#image {
	cursor: pointer;
	height: 390px;
	width: 624px;
}
#projinfo, #descDiv {
	margin-left: 1em;
}
#projinfo {
	padding-top: 1em;
	padding-bottom: 0.5em;

	border-bottom: 1px dotted gray;
}
#projinfo h1{
	font-weight: bold;
	font-size: 100%;
	float: left;
	width: 38em;
	margin-bottom: 0;
}
#projinfo p#counter {
	float: right;
	text-align: right;
}

#counter a {
	cursor: pointer;
	padding: 0 .5em 0 .5em;
}
/* setup the arrows - background color is masked by transparent gif */
a#prevbtn {	background: #666 url(images/btn_prev_mask.gif) no-repeat center center; }
a#nextbtn { background: #666 url(images/btn_next_mask.gif) no-repeat center center; }
a#prevbtn:hover, a#nextbtn:hover {	background-color: #ff9900; }


#descDiv { 
	padding-top: 0.5em;
	line-height: 1.3;
}




/* Contact Page
 * ----------------------------------------------------*/




/* Footer
 * ----------------------------------------------------*/
#footer {
	font-size: 8pt;
	margin-top: 1em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

#footer span.address {
	float: left;
}
#footer span.year {
	float: right;
}
span.year em {
	color: #ff9900;
}
#footer a{
	text-decoration: underline;
}
/* Utilities
 * ----------------------------------------------------*/
.clear, .endrow {
	clear: both;
	font-size: 0;
	height: 0;
	width: 0;
}
a.curlink {
	color: #ff9900;
}
.bulletdot {
	color: #FF6600;
}