/*  
Theme Name: CCComm Accordion Theme
Theme URI: http://www.cccomm.us/
Description: Custom theme for CCCommunications, Houston, TX
Version: 1.0
Author: Chris Atwood
Author URI: http://www.cccomm.us/

*/

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:100%;
	}
	
body {
	background: url("images/new-web-bg.jpg") #fff;
	color: #000;
	}
	
body.nobg {

	background: #e6e2d6;

}

body, select, input, textarea {
	font: 100% "Helvetica Neue", Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}
	
img {

	border: 0;

}

img.icon {

	border: 0;

}

iframe {

	border: 0;
	width: 100%;
	height: 345px;

}


.clearall:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.left {

	float: left;
	padding-right: 8px;

}

.right {

	float: right;

}

/* Home page Code */

#container {

	margin:0px auto;
	width: 956px;
	background: transparent;
	margin-top: 65px;

}

#header {

	height: 105;
	padding-left: 10px;
	padding-bottom: 5px;
	background: #e6e2d6;

}

#contactblock {

	font-size:15px;
	float: right;
	margin-right: 16px;
	margin-top: 12px;
	line-height: 150%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #444;
	text-align: right;
	top: 12px;

}


#contactblock div h3 {
	margin:0;
	font-size:27px;	
	margin-bottom: 8px;
	font-family: Frutiger, Gill Sans, sans-serif;
}

#contactblock a, #contactblock a:hover, #contactblock a:visited, #contactblock a:active {

	font-size:15px;
	float: right;
	line-height: 150%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #444;
	text-align: right;

}

#main-block {

	background: url("images/main-block.png") no-repeat;
	height:475px;

}

#footer {

	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 11px;
	width: 550px;
	margin: auto auto;
	margin-top: 13px;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {

	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 11px;

}

/*Accordion Components*/


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:transparent;
	height:416px;
	padding:10px 0 10px 0;
	width:970px;
	overflow: hidden;
}

/* accordion header */
#accordion a {
	float:left;
	display: block;
	text-indent: -9999px;
	width: 48px;
	height: 420px;
	margin-right:0px;
	margin-top: 12px;
}

#accordion a.reallink {

	float: none;
	display: inline;
	text-indent: 0;
	margin: 0;
	padding: 0;

}

#accordion a.tab1 {

	background: url("images/cccomm-stripe.png") no-repeat;

}

#accordion a.tab2 {

	background: url("images/design-stripe.png") no-repeat;

}

#accordion a.tab3 {

	background: url("images/document-design-stripe.png") no-repeat;

}

#accordion a.tab4 {

	background: url("images/ppc-stripe.png") no-repeat;

}

#accordion a.tab5 {

	background: url("images/google-apps-stripe.png") no-repeat;

}

#accordion a.tab6 {

	background: url("images/portfolio-stripe.png") no-repeat;

}

#accordion a.tab7 {

	background: url("images/contact-me-stripe.png") no-repeat;

}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;	
	padding-left: 10px;	
	margin-right:10px;
	margin-top: 15px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0;
	width:585px;
	font-size:15px;	
	margin-bottom: 10px;
	font-family: Frutiger, Gill Sans, sans-serif;
}
	
#accordion div p {	
	font-size:13px;
	width:520px;
	margin-left: 32px;
	float: left;
	line-height: 155%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 

}

.forformsleft {

	font-size:13px;
	float: left;
	line-height: 155%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-align: right;
	
}

.forcontactblocks {

	font-size:13px;
	margin-left: 7px;
	float: left;
	line-height: 155%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	width: 174px;
	
}

.single-line-input {

	background: url("images/form-input.png") no-repeat;
	border: 0;
	height: 24px;
	width: 173px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: -2px;

}

.multi-line-input {

	background: url("images/form-textarea.png") no-repeat;
	border: 0;
	height: 60px;
	width: 173px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: -2px;

}

.submit-button {

	background: url("images/submit.png") no-repeat;
	width: 60px;
	height: 31px;
	text-indent:-9999px;
	border: 0;
	margin-left: 8px;
}

.portfolio-images img {
	
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 160px;
	height: 101px;
	border: 0;
}

.portfolio {

	border: 0;
	display: block;
	float: left;
	width: 160px;
	height: 101px;
	border: 1px solid #e6e2d6;

}