/*
Theme Name: Index without right column
Theme URI: http://nufish.com/
Description: This theme was developed by <a href="http://nufish.com/">Nufish.com</a>. It features an index without the right column.
Version: 1.0
Author: Kevin Compton
Author URI: http://nufish.com/
Tags: fixed width, two columns, 

	Index without right column v1.0
	 http://nufish.com/

	This theme was designed and built by Kevin Compton,
	whose info you will find at http://nufish.com/
	It features a homepage that is without the right column, the blog is constrained to a specific module, The rest of the site has     
	the right column. 

	The CSS, XHTML and design is for authorized use ONLY. Violators will be prosecuted to the fullest extent of the law.

*/



/* TYPOGRAPHY & COLORS */

body {

	font-family: arial, helvetica, sans-serif;
	background: #1f2933;
	color: white;
	font-size: 12px;

}

h1 {

	font-size: 38px;
	letter-spacing: -2.5;

}

h2 {

	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	color: #656565;
	letter-spacing: -2.5;
	border-bottom: 3px solid #656565;
	height: 35px;

}

h3 {

	font-size: 22px;

}

p {

	padding: 0 8px;

}

a {
	color: #ffb346;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: none; 
	}
	
img {

	border: none;

}

.tan {
color: #f2e6d9;
}

.tan a {
	color: #f2e6d9;
	text-decoration: none;
	}

.blue {
color: #2a3350;
}

#welcome a, #arrowlinks a {

	color: #2a3350;
	text-decoration: none;

}

#welcome a:hover, #arrowlinks a:hover {

	color: #fff;
	text-decoration: none;

}

#footer {

	font-size: 12px;
	color: #c3c3c3;

}

	
	/* Homepage Typography */
	
	#welcome {
	
		line-height: 24px;
		font-weight: bold;
		font-size: 13px;
	
	}
	
	#learnmoreBestfit {

		font-size: 11px;
		background: url(/images/arrow_white.gif) no-repeat right;
	
	}
	
	#learnmoreWelcome {

		font-size: 11px;
		font-weight: normal;
		line-height: normal;
		background: url(/images/arrow_blue.gif) no-repeat right;
	
	}

	
	/* End Homepage Typography */
	
	/* Contact Page Typography */
	
	#contactEntry {
	
		color: #404247;
	
	}
	
	#contactHeader {
	
		font-weight: bold;
		font-size: 13px;
		line-height: 1.7em;
	
	}

        #contactHeader p {
	
		margin:0;
                padding-top:10px;
	
	}
	
	#contactContent {
	
		line-height: 1.7em;
	
	}
	
	#solarEntry, #energyEntry {
	
		line-height: 1.6em;
	
	}


	/* End Contact Page Typography */
	
	/* Best Fit Page Typography */
	
	#bestfitEntry {
	
		color: #404247;
	
	}
	
	#bestfitheaderLeft {
	
		font-weight: bold;
		font-size: 13px;
		line-height: 1.7em;
	
	}
	
	#bestfitContent {
	
		line-height: 1.6em;
	
	}


	/* End Best Fit Page Typography */
	

/* End Typography & Colors */



/* STRUCTURE */

body {

	margin: 0;
	padding: 0;
	
	}
	
h3 {

	margin: 0;
	padding: 25px 0 0 0;

}

#wrapper {

	width: 910px;  
	margin: 0 auto;
	
	}
	
#content {

	float: left;
	width: 864px; 
	background: #f2e6d9; 
	padding: 18px;
	margin: 0 auto;
	border-right: 5px #1F2933 solid;
	border-left: 5px #1F2933 solid;
	
}
	
#header {

	width: 910px; 
	height: 376px;
	margin: 0 auto;

}

#flashcontent {

	margin: auto;

}


#footer {

	height: 60px;
	width: 890px;
	padding: 25px 10px;
	margin: 0 auto;
	float: left;

}

#footerContact {

	text-align: center;
	height: 11px;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-top: #a7a4a3 solid 1px;
	border-bottom: #a7a4a3 solid 1px;
}

	/* Homepage Structure */
	
	#bestFit {
		
		width: 282px;
		background: #414550 url(/images/bestfit_bottom.gif) bottom no-repeat;
		float: left;
		height: 512px;
		margin: 0;
		line-height:14px;
	
	}
		
	#bestFitText {
	}
	
	#bestFitText p {
		margin-top: 5px; margin-bottom: 5px;
	}

	
	#bestFit.img {
		padding:0px;
	}
	
	#bestFitText {
		display:inline;
		padding-top:0px;
		padding-bottom:0px;
	}
	
	#welcome {
	
		float: left;
		width: 564px;
		margin: 0 0 0 18px;
		background: #ffb346 url(/images/welcome_bottom.gif) bottom no-repeat;
		padding-bottom: 15px;
	
	}
	
	#projects {
	
		float: left;
		width: 564px;
		margin: 18px 0 0 18px;
		background: #414550 url(/images/projects_bottom.gif) bottom no-repeat;
	
	}
	
	.moduleContent {
	
		padding: 15px;
		padding-top:10px;
	}
	
	#welcomeContent{
		height:205px;		
	}
	
	#welcomeContent p {
	
		padding: 20px 20px;
		padding-top:10px;
		margin: 2px;
	
	}
	
	#learnmoreBestfit {
	
		padding: 0px 20px 1px 87px;
		margin: 0 0 10px 0;
		width: 130px;
		height: 11px;
	
	}
	
	#learnmoreWelcome {
	
		padding: 0px 20px 1px 390px;
		width: 105px;
		height: 11px;
	
	}
	
		
	
	/* End Homepage Structure */
	
	
	/* Contact Page Structure */
	
	#contactHeader {
	
	width: 499px;
	height: 84px;
	padding: 55px 345px 20px 20px;
	margin-bottom: 20px;
	background: url(/images/contact_bg.jpg) no-repeat;
	
	}	
	
	#contactContent {
	
	width: 864px;
	height: 313px;
	
	}
	
	#contactEntry {
	
	float: left;
	width: 282px;
	height: 313px;
	margin-right: 18px;
	background: #ffb346 url(/images/info_bottom.gif) bottom no-repeat;
	
	}
	
		#contactEntry p {
		padding-left: 20px;
		}
		
		#contactEntry a {
			color:#404247;
		}
		
		#contactEntry a:hover {
			color:#FFFFFF;
		}
	
	#employment {
	
	float: left;
	height: 313px;
	width: 564px;
	background: #404247 url(/images/employment_bottom.gif) no-repeat bottom;
	
	}
	
	
		#employment p {
		padding:0 20px;
		}
	
	/* End Contact Page Structure */

	/* Inner Page Structure */
	
	#contentHeader {
	
	width: 864px;
	margin-bottom: 20px;
	
	}	
	
	#contentTop {
	
	float: left;
	width: 864px;
	height: 13px;
	background: url(/images/content_top.gif);
	margin-bottom:-3px;
	
	}
	
	#contentEntry {
	
	float: left;
	width: 864px;
	background: url(/images/content_middle.gif);
	height: 100%;
	position: relative;
	
	}
	
	
	#contentBottom {
	
	float: left;
	height: 15px;
	margin-top: -5px;
	width: 864px;
	background: url(/images/content_bottom.gif) bottom;
	
	}
	
	#leftColumn {
	
		left:20px;
		top: 0;
		height: 300px;
		width: 242px;
		position: absolute;
	
	}
	
	.post {
	height: 100%;
	}
	
	#rightColumn {
	
		float: left;
		width: 524px;
		padding: 0 20px 0 310px;
	
	}
	
	*:lang(en) #rightColumn {
    margin-left:10px !important;
}

#rightColumn:empty {
    margin-left:10px !important;
}

*:#rightColumn+html {
margin-left:10px;
}

	
	#rightColumn p {
	
		padding: 10px 0;
		margin: 0;
	
	}
	
	.thumbnail {
	
		padding: 3px;
		background: #f2e6d9;
		float: left;
		margin: 0 20px 20px 0;
	
	}
	

	
	/* End Inner Page Structure */



	/* Best Fit Page Structure */
	
	#bestfitHeader {
	
	clear: both;
	
	}
	
	#bestfitheaderLeft {
	
	width: 564px;
	float: left;
	height: 229px;
	padding: 0;
	margin-bottom: 20px;
	background: #404247 url(/images/bestfit_leftbottom.gif) no-repeat bottom;
	
	}
	
	*:lang(en) #bestfitheaderLeft p{
    line-height:21px !important;
}

#bestfitheaderLeft:empty {
    line-height:21px !important
}


	#bestfitheaderLeft p {
	
	padding: 0px 25px;
	margin: 0;
	*line-height: 20px;
	}
	


	
	#bestfitHeaderRight {
	width: 300px;
	height: 229px;
	float: left;
	background: url(/images/bestfit_right.jpg);
	}	
	
	#bestfitContent {
	
	float: left;
	width: 864px;
	height: 613px;
	
	}
	
	#bestfitEntry {
	
	float: left;
	width: 282px;
	height: 612px;
	margin-right: 18px;
	background: #ffb346 url(/images/info_bottom.gif) bottom no-repeat;
	
	}
	
		#bestfitEntry p {
			padding-left: 20px;
                        margin-top:10px;
		}
	
	#bestfitRight {
	
	float: left;
	height: 613px;
	width: 564px;
	background: #404247 url(/images/employment_bottom.gif) no-repeat bottom;
	
	}
	
	#arrowlinks {
	
		padding: 0px 20px 1px 0px;
		margin-right: 20px;
		margin-bottom: 20px;
		clear: both;
		float: right;
		text-align: right;
		height: 11px;
		font-size: 11px;
		font-weight: normal;
		line-height: normal;
		background: url(/images/arrow_blue.gif) no-repeat right;
	
	}

	
	
		#bestfitRight p {
			padding:0 20px;
		}
	
	/* End Best Fit Page Structure */

	/* Main Project Page Structure */
	
	#projectHeader {
	
	width: 544px;
	height: 195px;
	padding: 90px 300px 25px 20px;
	background: url(/images/projectheader.jpg) no-repeat;
	
	}	
	
		#projectHeader p {

			margin-top: 0;
			
		}
	
	#bestfitContent {
	
	width: 864px;
	height: 613px;
	
	}
	
	
		#bestfitEntry p {
		padding-left: 20px;
		}
	
	#bestfitRight {
	
	float: left;
	height: 613px;
	width: 564px;
	background: #404247 url(/images/employment_bottom.gif) no-repeat bottom;
	
	}
	
	
		#bestfitRight p {
		padding:0 20px;
		}
	
	/* Main Project Page Structure */


	/* About Us Page Structure */
	
	#aboutHeader {
	
	width: 564px;
	height: 489px;
	float: left;
	padding: 0;
	margin-bottom: 20px;
	background: #404247 url(/images/about_bottom.gif) bottom no-repeat;
	
	}	
	
		#aboutHeader P {
		
			padding: 0 20px;
			font-weight: bold;
                        margin-top:7px;
                        margin-bottom:7px;
			line-height: 2.3em;
		
		}
	
	#aboutRight {
	
		background: url(/images/about_right.jpg);
		width: 300px;
		height: 489px;
		float: left;
	
	}
	
	#aboutContent {
	
		width: 864px;
		height: 243px;
		float: left;
	
	}
	
	#aboutLeft {
	
		float: left;
		width: 282px;
		height: 243px;
		margin-right: 18px;
		background: #ffb346 url(/images/info_bottom.gif) bottom no-repeat;
	
	}
	
		#aboutLeft p {
		padding-left: 20px;
		color: #404247;
		}
	
	#memberships {
	
		float: left;
		height: 243px;
		width: 564px;
		background: #404247 url(/images/employment_bottom.gif) no-repeat bottom;
	
	}
	
	
		#memberships p {
		padding:0 20px;
		}
		
		.memberships {
		
			float: left;
			padding:0 20px;
		
		}
	
	/* End About Us Page Structure */

	
	/* Solar Page Structure */
	
	#solarEntry {
	
		background: #404247 url(/images/solar_bottom.gif) no-repeat bottom left;
		width: 564px;
		height: 619px;
		float: left;
	
	}
	
		#solarEntry p {
		padding: 0 20px;
                margin:10px 0;
		}
	
	#solarRight {
	
		width: 300px;
		height: 619px;
		background: url(/images/solar_right.jpg);
		float: left;
	
	}
	
	/* End Solar Page Structure */
	
	/* Energy Page Structure */
	
	#energyEntry {
	
		background: #404247 url(/images/solar_bottom.gif) no-repeat bottom left;
		width: 564px;
		height: 699px;
		float: left;
	
	}
	
		#energyEntry p {
		padding: 0 20px;
                margin: 10px 0;
		}
	
	#energyRight {
	
		width: 300px;
		height: 699px;
		background: url(/images/energy_rightside.jpg);
		float: left;
	
	}
	
	/* End Energy Page Structure */

	

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {

	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-left: 10px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */
