﻿/*
Theme Name: WP-PortalTheme
Theme URI: http://www.portallabs.com/blog/2008/11/27/wp-portaltheme/
Description: Clean XHTML valid, 2-column, fixed-width, widget ready, right sidebar theme with an optional ad block.  Theme options include a color scheme picker that allow you to pick from your choice of orange, red, blue, green, or gray color schemes.  All theme colors are seperate and easily customizable by editing the respective css file in /colorschemes/.  Also included is a layered header PSD file to customize the header graphic if desired. This theme replaces WP-PortalTheme Orange that was only available in one color.
Author: Portal Labs, LLC
Author URL: http://www.portallabs.com
Tags: valid XHTML, fixed width, two columns, widgets, gravatars, right sidebar, ad block, customizable
Version: 2.1

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

*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff;
	padding-top: 0px;
}


.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

/** BEGIN wrapper **/
.wrapper {
	width: 759px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 150px;
	color: #ffffff;
	background: url(images/TM_header.jpg) no-repeat 0 0px;	
}

#header h1{
		padding:33px 0px 0px 25px;		
}
	#header h1{
		font-size:32pt;
		font-weight: normal;
		color: #fbaf35;
		text-decoration: none;
	}
	#header h3 {
		padding:5px 0px 0px 25px;			
		font-size: 22pt;
		font-weight: normal;
	}
	#header h3 a{
	color:#fff;
	}	
/** END header **/

/** BEGIN navigation **/
#navbar{
	background:#e0e0e0;
	height:40px;
	overflow:hidden;
	margin:3px 0px 3px 0px;
}
#url{
	padding:12px 17px 0px 0px;
	float:right;
}

#url a{
	font-size:10pt;
	font-weight:bold;
}
#navigation {
	float:left;
	list-style-type: none;
	height: 14px;	
	margin:5px 0px 0px 18px;		

}
	#navigation li {
		float: left;
		font-weight: bold;
		padding: 3px 20px 5px 5px;
	}
	#navigation li a {
		font-size:14pt;
		text-decoration: none;
	}
	#navigation li a:hover {
		text-decoration: underline;
	}
/** END navigation **/

/** BEGIN content **/
#content_wrapper{
	background: url(images/content_back.gif) repeat-y 100% 0px;				
}

#content {
	float: left;
	width: 546px;
}
	.post {
		padding: 10px 10px 0 20px;
	}
	.first {
		padding-top: 0;
	}
	.post h2 {
		clear: both;
		font-size: 2.4em;
		padding: 20px 0 8px;
	}
	.post h2 a {
		text-decoration: none;
	}
		.first h2 a {
			text-decoration: none;
		}
		.first h2 {
			border-top: 0;
		}
	.post p {
		line-height:1.4em;
		margin-bottom: 10px;
	}
	.date {
		padding-bottom: 10px;
		font-size: 1.0em;
		margin: 0 0px 0px !important;
		color:#999;
	}
	.post h3 {
		font-size: 1.6em;
		font-weight: normal;
		padding: 10px 0;
	}
	#postnav {
		padding: 10px;
	}
	
	.readmore{
	text-transform:uppercase;
	font-weight:bold;			
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 210px;
}
#sidepad{
	padding:20px;
}
	#sidebar h2 {
		font-size: 1.5em;
		font-weight: bold;
	}
	#sponsors {
		padding: 14px;
	}
	#sponsors img {
		border: 0;
		margin: 2px;
	}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			padding: 6px 0 6px 0px;
		}
		#sidebar ul li a {
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
.textwidget{
	margin-bottom:12px;			
}
		
.button {
repeat: no-repeat;
margin-bottom: -5px;
font-size:1.2em;
height:20px;
} 	

#s{
	height: 1.6em;			
}
	
/** END sidebar **/

/** BEGIN footer **/
#footer {
	padding: 3px 0;
	height: 48px;	
	color:#fff;
}
	#footwrap {
		background: url(images/footer.jpg) repeat-x 0 0px;	
		margin: auto auto;
		width: 759px;
		text-align: left;
		height:48px;
	}
	#footer a {
		text-decoration: none;
		font-size: 1.2em;
		margin: 0 8px;
		color:#fff;
		font-weight:bold
	}
		#footer .first {
			margin-left: 0 !important;
			font-size: 0.8em;

		}
	#footer .left {
		font-size: 0.8em;	
		float: left;
		padding:17px 0px 0px 20px;
	}
	#footer .right {
		font-size: 1.1em;	
		float: right;
		padding:17px 17px 0px 0px;	
	}
/** END footer **/

/** BEGIN single **/
img {
	border: 0;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post ul {
	margin: 0 0 10px 18px;
}
.post ol {
	margin: 0 0 10px 25px;
}
.post li {
	line-height: 1.6em;
	font-size: 1.2em;
}
.post blockquote {
	font-style: italic;
	padding-left: 8px;
	margin-left: 2px;
}
#commentsection {
	
}
	#commentsection h2 {
		margin: 0 0 10px !important;
		text-align: left;
		font-size:1.8em;
	}
	.commentdetails {
		margin-bottom: 10px;
	}
	.commentdetails img {
		float: left;
		padding: 2px;
		margin: 0px 4px 3px 1px;
	}
	.commentdetails p {
		margin-bottom: 2px;
	}
	.commentauthor {
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.9em !important;
	}
	.comment1 {
		padding-bottom: 20px;
	}
	.notfound {
		padding: 20px;
	}
	.notfound h2 {
		font-weight: normal;
		font-size: 2em;
		padding-bottom: 10px;
	}
	#postdetails {
		font-size: 0.8em;
	}
		#postdetails p {
			margin-bottom: 5px;
		}
/** END single **/

.wp-caption {
	text-align: center;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

a{
	color:#ee2e24;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
