/*
Theme Name: Magazine Three Column
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/magazine-3-column-free-wordpress-theme/
Description: A fixed width three-column magazine style layout. Designed by <a href="http://bavotasan.com">c.bavota</a>.
Version: 1.2
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	width: 1024px;
	margin: auto;
	font-size: 14px;
	background:url(images/backgroundimage.jpg) center;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c6b7d;
	list-style-type:none;
	
	}
	
a2 {
	color: #8B8989;
	padding: 56px 34px 34px 0;
	}

/* Header Elements */

#login {
	height: 181px;
	background-image: url(http://digigraph-design.com/ncc/headerimage.jpg);
	background-color: #000;
	font-size: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-shadow:#333333;
	padding: 7px 10px 5px 6px;

	}
	
	#login a {
		color: #0000CC;
		display:none;
		
		}
	
	a.dot:after {
		content: " " url(images/whitedot.png);
		display:none;
		}

#title {
	float: left;
	font-size: 48px;
	margin: 26px 0 0;
	padding: 0;
	line-height: 34px;
	display:none;
	}		
	
	#title a:hover {
		color: #ff0000;
		text-decoration: none;
		}
		
#description {
	clear: left;
	float: left;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 0;
	display:none;
	}		
		
#header-search {
	margin: 25px 5px 0 760px;
	position:absolute; top:240px;
	}
	
	#header-search #s {
		font-size: 16px;
		}
	
	#header-search #searchsubmit {
		position: relative;
		top: 8px;
		left: -2px;
		}
		
#headerad {
	background-color:#bec8cc;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	}

#navigation {
	clear: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #aaa;
	background-color: #4c6b7d;
	float: left;
	width: 1024px;
	}

	#navigation ul {
		padding: 0;
		margin: 0;
		}
	
	#navigation li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 18px;
		padding: 0;
		margin: 3px 0;
		border-right: 1px solid #aaa;
		}
	
	#navigation a {
		font-size:12px;
		font-weight: bold;
		color: #fff;
		background-color: #4c6b7d;
		padding: 9px 5px 6px 5px;
		}
		
		#navigation a:hover {
			background-color: #fff;
			text-decoration: none;
			color: #4c6b7d;
			}
			
#contact {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #4c6b7d;
	padding: 9px 5px 4px 5px;;
	color: #4c6b7d;
	visibility:hidden;
	}
	
	#contact a{
		font-size: 14px;
		color: #fff;
		padding: 9px 5px 4px 5px;
		}
		
	#contact a:hover {
		color: ##4c6b7d;
		background-color: #FFF;
		padding: 9px 5px 4px 5px;
		}

	
#sub-navigation {
	clear: both;
	
	float: left;
	width: 1024px;
	padding: 0 0 0 4px;
	}
	
	#sub-navigation img {
		float: left;
		position: relative;
		top: 3px;
		display:none
		}
		
	
	#sub-navigation ul {
		padding: 0;
		margin: 0;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		padding: 0 0 0 0;
		margin: 4px 0 3px;
		border-right: 1px solid #aaa;
		}
	
	#sub-navigation a {
		color: #000;
		padding: 4px 5px 3px 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #4c6b7d;
		}
		
		#sub-navigation a:hover {
			color:#FFFFFF
			text-decoration: underline;
			background: #white;
			}
	
#subright {
	float: right;
	display:none;
	font-size: 12px;
	margin: 4px 0 3px;
	}
	
	#subright a {
		padding: 1px 2px 0 5px;
		color: #FF8000;
		}	
		
	#subright a.border {
		border-right: 1px solid #aaa;
		padding-right: 10px;
		}	

/* Main Elements */
	
#mainwrapper {
	float: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 0px solid #aaa;
	border-top: 3px solid #aaa;
	width: 1022px;
	}

#content {
	float: left;
	background-image: url(images/mainline.png);
	background-repeat: repeat-y;
	margin: 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	}

#sidebar {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	list-style-type:none;
	color:#333333;
	}

#sidead {
	padding-left: 15px;
	padding-top: 49px;

	
}

#secondsidebar {
	float: right;
	width: 360px;
	margin: 0;
	padding: 10px 0;

	}
	
.side-widget {
	width: 300px;
	float: left;
	margin: 0 30px;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 13px;
		
		}
		
	.side-widget ul li {
		padding-left: 15px;
		margin: 2px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		padding: 5px 0 3px;
		}

#sidebar .side-widget {
	margin: 0 15px 0 0;
	}

h1.catheader {
	margin: 0 0 30px;
	color: #4c6b7d;
	font-weight: normal;
	}	
	
.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}

.post h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4c6b7d;
	margin: 0 0 20px;
	text-transform: uppercase;
	line-height: 28px;
	}	
		
.page h1 {
	margin: 0 0 30px;
	color: #4c6b7d;
	font-weight: normal;
	}	

#footer {
	clear: both;
	float: left;
	width: 1024px;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	border-top: 0px solid #aaa;
	margin-top: 1px;
	background-color:#bec8cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	list-style:none;
	}
	
	a:hover {
		text-decoration: underline;
		list-style:none;
		}
	
img { 
	border: 0;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	width: 460px;
	margin: 0;
	padding: 5px 15px 0;
	}
	
	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #4c6b7d;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		margin-bottom: 5px;
		font-size: 12px;
		}

	#leftcontent h1 {
		text-transform: uppercase;
		margin: 0 0 3px;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #4c6b7d;
	font-weight:bold;
	}

.tags a {
	color: #4c6b7d;
	}
	
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}	

	.post {
		float: left;
		border-bottom: 1px solid #aaa;
		margin-bottom: 10px;
		
	}

#twocol {
	background: url(images/twolines.jpg) repeat-y;
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	}
	
	#twocol img {
		width: 60px;
		height:auto;
		float: left;
		margin: 0;
		margin-right: 10px;
		}
		
	#twocol h1 {
		font-size: 16px;
		line-height: 20px;
		color:#000;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 460px;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 215px;
	float: left;
}
				

	.twopost2 {
		margin-left: 30px;
		}
		

		
*#threecol {
	background: url(images/twolines.jpg) repeat-y;
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	}

	#threecol img {
		width: 60px;
		height:auto;
		float: center;
		margin: 0;
		margin-right: 10px;
		}

.threepost {
	width: 215px;
	float: left;
	}
	
	.threepost h2, .twopost h2 {
		margin: 0 0 0px;
		font-size: 16px;
		line-height: 18px;
		}

	.threepost2 {
		padding-left: 30px;
		}
		
/* Other Elements */

.red, .entry a {
	color: #ff0000;
	}
	
#google {
	padding-top: 50px;
	text-align: center;
	margin: 0 0 10px 13px;
	width: 314px;
	height: 208px;
	border: 10px solid #eee;
	background-color: #ccc; 
	}	
	
#googlebottom {
	padding-top: 20px;
	text-align: center;
	width: 706px;
	height: 48px;
	border: 10px solid #eee;
	background-color: #ccc;
	margin: 0 auto 10px;
	}	

#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #ff0000;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}

.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}		
		
	.commentlist li {
		float: left;
		clear: both;
		width: 440px;
		padding: 0 10px 10px;
		background-color: #fff;
		}
		
	.commentlist img {
		padding: 10px 0 0;
		margin: 0;
		}	
		
	.commentlist li.alt {
		background-color: #eee;
		}	
		
	.comment-info {
		clear: both;
		float: left;
		}	
			
	.comment-text {
		margin-left: 120px;
		}			
			
#responder {
	float: left;
	clear: both;
	padding-top: 10px;
	}
		
/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #ff0000;
	}

#wp-calendar {
	margin: auto;
	}
