/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
.columns-two #page {
	width:940px;
}
	
body.page #current-content .entry-title {
	margin-left: 0px;
	text-align: left;
}	

#page {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
}


#current-content .entry-title a {
	color: #397ba8;
}	

#header {
	/* Contains the H1 and menu */
	}

.blog-title {
	display: none;
}

#header .descriptionExtended, #header .description {
	color:#ffff2d !important;
}

#header .description {
	font-size:1.7em;
	letter-spacing:1px;
	width: 300px;
	line-height:1.7em;
	margin:34px 529px 7px;
	text-shadow: #1a527c 2px 2px 0px;
}

#header .descriptionExtended {
	font-size:1.4em;
	line-height: 2em;
	margin:5px 529px 10px;
	width: 300px;
	text-shadow: #1a527c 2px 2px 0px;
}

ul.menu li a {
	}	
	
/*ul.menu li a:hover {
	color: #1b6191;
	}	*/
	


ul.menu li.page_item a,
ul.menu li.page_ancestor a {
	color: #FFF;
	background: #83aa97;
	text-decoration: none;
	}
	
ul.menu li.page_item a:hover,
ul.menu li.page_ancestor a:hover {
	color: #FFF;
	background: #1b6191;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}			
	
#primary {
	/* Contains the main column */
	}

#primary {
	width:640px;
}

#expandedHomepage {
	border-left: 1px solid #ece98b;
	float: left;
	margin: 10px 0 30px;
}


#expandedHomepage .section h4 {
	font-size: 1.4em;
}

#expandedHomepage .section {
	width: 260px;
	border-right: 1px solid #ece98b;
	min-height: 210px;
	overflow: visible;
	padding: 0 16px;
	float: left;
}

#expandedHomepage .section p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 8px 0;
}

/*.content {
	background:url("http://athens-electric.com/wp-content/themes/k2/styles/athens-electric/img/content_background.gif") repeat-y scroll 0 0 #FFF;
}*/

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	font-size:1.3em;
}

.home .entry-head {
	display: none;
}

.home .entry-content {
	font-size: 1.3em;
	line-height: 1.7em;
}	

.home .entry-content img {
	margin-right: 18px;
}	

#installPortfolio .post {
	margin-bottom: 20px;
	}

#installPortfolio .post h3 {
	margin-bottom: 8px;
	font-size: 190%;
}


#installPortfolio .post p {
	color:#444444;
	font-size:1.3em;
	line-height:1.8em;
	text-align:justify;
	margin: 13px 0;}
	

#installPortfolio hr {
	display: block;
	color: #ffffd3;
	clear: both;
	width: 60%;
	margin-bottom: 20px;
}

	
#installPortfolio img {
	margin-bottom: 20px;}
	

#sidebar-1 {
	border-left:1px solid #ECE98B;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	padding:0 18px;
	width:183px;
	}

#footer {
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom: 20px;
	background: #ffffd3;
	padding:12px 20px;
	text-align:left;
	width:900px;
	height: 100px;
}

#footerLogos {
	float:right;
	margin-right: 38px;
	text-align:center;
	width:140px;
}

.ohioLicense {
	font-family:Trebuchet MS;
	font-size:130%;
	margin: 8px 0 27px 0;
}

#footer #contactInformation {
	float:right;
	margin: 8px 72px 0 0;
	text-align:right;
	width:170px;
}

#footer #contactInformation h5 {
	font-family:"Trebuchet MS";
	font-size:130%;
	font-weight:normal;
}


#footer #copyRight {}

#footer #footerdesignedby {}
