/*-------------------------------------------------------------

	Basic Style Sheet
	
	Version: 2
	Author: Chuck Carpenter
	Email: chuck@thebrotherscarpenter.com	

--------------------------------------------------------------*/
	
	
/*-- Layout Centering -----------------------------------*/
	
#wrapper {
	text-align: left;
	padding: 0px;
	width: 960px;
	margin: 0 auto 40px;
}

.required {
	font-size: .75em;
	color: #FF0000;
}
.photo img {
	margin: 10px 5px 10px 10px;
	background-color: #FFF;
	border: 1px solid #a9a9a9;
	padding: 4px;
}
.spacer {
	clear: both;
}


/* ------- Masthead info ------------------------*/

#header {
	height: 300px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../images/ccbanner.jpg);
	text-indent: -9000px;
}

.services #header {
	background-image: url(../images/servicesHeader.jpg);
}

.portfolio #header {
	background-image: url(../images/servicesHeader.jpg);
}

.portIden #header {
	background-image: url(../images/servicesHeader.jpg);
}

/* ------- Main Content info ------------------------*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background:url(../images/ccd_bg1.jpg) no-repeat fixed;
	text-align: center;
	min-width: 960px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat; 
	background-position: left top;
}
#content {
	float: left;
	width: 738px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}

#content h1 strong {
	position: absolute;
	left: -9000px;
}

#firstColumn {
	float: left;
	width: 49%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#secondColumn {
	float: left;
	width: 49%;
}

#PortImg {
	padding: 10px;
	margin-left: 150px;
	width: 400px;
	margin-bottom: 50px;
}

.imgPort {
	float: left;
	padding: 5px;
}

ul#port_small {
	margin-left: 10px;
}

#content h1 {
	color: #333333;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	position: relative;
	text-align: center;
}

#portNav ul a {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	color: #FFF;
	text-decoration: none;
	background:url(../images/pixy-rollover.gif) no-repeat left bottom;
	text-indent: 50px;
	margin: 0 0 0 5px;
}

#portNav ul a:hover {
	display: block;
	width: 200px;
	height: 39px;
	line-height: 39px;
	color: #FFF;
	text-decoration: none;
	background:url(../images/pixy-rollover.gif) no-repeat right bottom;
	text-indent: 50px;
}

#portNav li.first a {
	height: 40px;
	line-height: 40px;
}

#portNav li.first a:hover {
	height: 40px;
	line-height: 40px;
}

p.service_box {
	height: 125px;
	padding-top: 30px;
}



/* ------- Main Nav info ------------------------*/



#nav {
	float: left;
	width: 960px;
	height: 60px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}


/* ------- Second Content info ------------------------*/

#sidebar {
	float: left;
	width: 220px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}




/* ------- Footer info ------------------------*/


#footer {
	color: #999999;
	height: 20px;
	text-indent: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	width: 960px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* ------- General info ------------------------*/



h2 {
	color: #76923B;
	text-align: center;
}

h3 {
	margin: 0 10px 0 10px;
	padding: 2px;
	font-size: 130%;
	color: #EFEFEF;
	background: #CCCCCC;
	text-indent: 10px;
}

hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 90%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}

label {
	float: left;
	width: 10em;
}

.img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}




/* ------- Links info ------------------------*/



a:link, a:visited {
	text-decoration: none;
	color: #999999;
	background: url(../images/underline1.gif) repeat-x left bottom;
}

#packet_info a {
	background: none;
}

a:hover, a:active {
	color: #333333;
	background-image: url(../images/underline1-hover.gif);
}

a[href^="http:"] {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 20px; 
}

a[href^="http://www.creativecaldron.com"], a[href^="http://creativecaldron.com"], a[href^="http://validator.w3.org"], a[href^="http://jigsaw.w3.org"] {
	background-image: none;
	padding-right: 0;
}


a[href^="mailto:"] {
	background: url(../images/email.png) no-repeat right top;
	padding-right: 20px;
}

a[href^="aim:"] {
	background: url(../images/im.png) no-repeat right top;
	padding-right: 20px;
}


/* ------- Form info ------------------------*/


form p {
	position: relative;
}

.warning {
	position: absolute; 
	margin-left: 14em;
	left: 200px;
	font-weight: bold;
	color: #760000;
	padding-left: 18px;
	background: url(../images/error.png) no-repeat left top;
}

* html .warning {
	width: 10em;
}

.warningSide {
	margin-left: 3px;
	font-weight: bold;
	color: #760000;
	padding-right: 18px;
	background: url(../images/error.png) no-repeat right top;
}

.feedback {
	color: #760000;
}

.btn {
	color: #FFFFFF;
	background-color: #76923B;
	border: 1px solid #999999;
	margin-right: 10px;	
	}	
	
		
.textBox {
	border: 1px dashed #CCCCCC;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 15em;
}

#sidebar label {
	display: block;
}




/* ------- rounded corners ------------------------*/



.cbb {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 170%;
}


/* paragraph styles for any main boxes */

.cbb p, .cb p {
	margin: 0;
	padding: 0 5px 5px 10px;
}

.box {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image:url(../images/diags_form.gif);
}


/* cbSide controls non-rounded boxes in the thinner left column, known as sidebar */

.cbSide {
	margin: 5px 5px 0 5px;
	padding: 10px 0 10px 0;
	background: #FFF;
}

.cbSide p {
	margin: 0;
	padding: 0 5px 2px 5px;
	font-size: 90%;
}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */


.cb {
	margin: 0.5em 0;
	line-height: 170%;
}


/* Rules for the top corners and border */

.bt {
	background:url(../images/box.png) no-repeat 100% 0 !important;
	background:url(../images/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
}

.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0 !important;
	background:url(../images/box.gif) no-repeat 0 0;
}


/* Rules for the bottom corners and border */

.bb {
	background:url(../images/box.png) no-repeat 100% 100% !important;
	background:url(../images/box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/box.png) no-repeat 0 100% !important;
	background:url(../images/box.gif) no-repeat 0 100%;
}



/* Insert the left border */

.i1 {
	padding: 0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0 !important;
	background:url(../images/borders.gif) repeat-y 0 0;
}

/* Insert the right border */

.i2 {
	padding: 0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0 !important;
	background:url(../images/borders.gif) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */

.i3 {
	background:#FFF;
	border: 1px solid #FFF;
	border-width:1px 0;
	padding:0 5px;
}
