/*
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 {	
	padding:0px;
	margin:0px;
	color: #666666;
	background: #fae9f1;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}


.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

/** BEGIN wrapper **/
.wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	background:#FFFFFF;
	background-image:url(images/middlebodygr.jpg); background-repeat:repeat-y;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 216px;
	color: #ffffff;
	background-image:url(images/headder.jpg);	
	width:980px;
	cursor:pointer;
}

#buttons{ width:952px; margin:auto; background-color:#FFFFFF; padding:5px 10px 30px 3px;}
.menus{ margin:0px; padding:0px; float:left; width:730px;  }
ul.menubu{ margin:0px; padding:0px; list-style-type:none;}
.menubu li{ margin:6px 0px 0px 0px; padding:0px 15px 0px 15px; float:left; list-style-type:none; border-right: dotted 2px #ffffff;}
.menu{ margin:0px; padding:0px; float:left; width:952px; height:37px; background-color:#FFFFFF;}
.menuleft{ margin:0px; padding:0px; float:left; width:8px; height:37px; background-image:url(images/menu_left.jpg); background-repeat:no-repeat;}
.menumid{ margin:0px; padding:3px 0px 3px 10px; float:left; width:926px; height:31px; background-image:url(images/menu_gr.jpg); background-repeat:repeat-x;}
.menuright{ margin:0px; padding:0px; float:left; width:8px; height:37px; background-image:url(images/menu_right.jpg); background-repeat:no-repeat;}
a.buttons{ font-family:"Arial"; font-size:17px; font-weight:bold; color:#000000; text-decoration:none;}
a.buttons:hover{ font-family:"Arial"; font-size:17px; font-weight:bold; color:#ffffff; text-decoration:none;}
.hilet{ font-family:"Arial"; font-size:17px; font-weight:bold; color:#ffffff; text-decoration:none;}
.svendor{ margin:9px 0px 0px 0px; padding:0px; float:left; height:19px; width:161px; }
.searchicon{ margin:9px 0px 0px 0px; padding:0px; float:left; height:19px; width:29px; }
.vendorform{ border:0px; width:157px; height:16px; padding:0px 0px 0px 5px; background-image:url(images/searchbg.jpg); background-repeat:no-repeat; background-position:left top;}
ul.menubu li a { font-family:"Arial"; text-shadow: 0px 1px 1px #000; font-size:17px; font-weight:bold; color:#000000; text-decoration:none; }
ul.menubu li a:hover{ font-family:"Arial"; font-size:17px; font-weight:bold; color:#ffffff; text-decoration:none;}
.hilet{ font-family:"Arial"; font-size:17px; font-weight:bold; color:#ffffff; text-decoration:none;}



	#header h1 a {
		font-size: 54px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		top: 35px; left: 54px;
		float: left;
	}
	#header h3 {
		font-size: 1.4em;
		font-style: italic;
		font-weight: normal;
		position: relative;
		top: 38px; left: 60px;
		float: left;
		clear: both;
	}
	#header form {
		position: relative;
		top: 0; left: 0;
		float: right;
		position: relative;
		top: 5px; left: -49px;
	}
		#header form input {
			font-family: Arial;
			font-size: 1em;
			float: left;
			width: 220px;
			margin-right: 5px;
			border: 1px solid #ffffff;
		}
		#header form button {
			text-indent: -9999px;
			width: 18px; height: 18px;
			border: 0;
			float: left;
			background-color: transparent;
		}
/** END header **/

/** BEGIN navigation **/
#navigation {
	list-style-type: none;
	height: 14px;
	padding: 10px 6px;
	border-width: 1px 0;
	border-style: solid;
}
	#navigation li {
		float: left;
		font-family: Arial;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 5px;
	}
	#navigation li a {
		text-decoration: none;
		padding: 5px;
	}
	#navigation li a:hover {
		text-decoration: underline;
	}
/** END navigation **/

/** BEGIN content **/
#content {
	float: left;
	width: 640px;
	margin-left: 11px;
	padding: 2px 0 10px;
}
	.post {
		padding: 10px 10px 0;
	}
	.first {
		padding-top: 0;
	}
	.post h2 {
		clear: both;
		font-size: 2em;
		font-family: Arial;
		font-weight: normal;
		font-style: italic;
		text-align: center;
		padding: 20px 0 8px;
		border-top: 1px dashed #cccccc;
		margin: 0 0px;
		text-align:left;
	}
	.post h2 a {
		text-decoration: none;
	}
		.first h2 a {
			text-decoration: none;
		}
		.first h2 {
			border-top: 0;
		}
	.post p {
		margin-bottom: 10px;
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.date {
		text-align: left;
		padding-bottom: 10px;
		font-family: Arial;
		font-style: italic;
		font-size: 1.2em;
		border-bottom: 1px dashed #cccccc;
		margin: 0 0px 15px !important;
	}
	.post h3 {
		font-size: 1.6em;
		font-weight: normal;
		font-family: Arial;
		padding: 10px 0;
	}
	#postnav {
		padding: 10px;
		font-family: Arial;
		font-style: italic;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 236px;
	margin: 60px 0px;
	padding:0px 27px 0px 24px; 
}

#sidebar h2{ font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#c84fc5; text-transform:uppercase; font-weight:normal; text-decoration:none; padding:0px 0px 20px 0px; margin:0px; text-align:center;}
#sidebar h4{ font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#7f4e20; text-transform:uppercase; font-weight:normal; text-decoration:none; padding:15px 0px 15px 0px; margin:0px; text-align:center;}
.border{ padding:5px; background-color:#ffffff; border:solid 1px #dfd5c9;}
.more{ color:#ce49a2; text-decoration:none; text-transform:uppercase; font-size:12px;}
a.more:hover{ color:#ce49a2; text-decoration:underline; text-transform:uppercase; font-size:12px;}
	
	
	
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 15px;
		margin-right: 50px;
	}
		#sidebar ul li {
			padding: 6px 0 6px 10px;
			font-family: Georgia;
			background: url(images/bullet.gif) no-repeat 0 10px;
		}
		#sidebar ul li a {
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	padding: 16px 0;
	border: 1px solid #dddddd;
	font-family: Arial;
	line-height: 1.6em;
	height: 50px;
}
	#footwrap {
		margin: auto auto;
		width: 940px;
		text-align: left;
	}
	#footer a {
		text-decoration: none;
		font-size: 0.9em;
		margin: 0 8px;
	}
		#footer .first {
			margin-left: 0 !important;
		}
	#footer .left {
		float: left;
	}
	#footer .right {
		float: right;
	}
/** 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;
	}
	.commentdetails {
		margin-bottom: 10px;
		font-family: Arial;
	}
	.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;
		font-style: italic;
	}
	.comment1 {
		padding-bottom: 20px;
	}
	.notfound {
		padding: 20px;
	}
	.notfound h2 {
		font-family: Arial;
		font-weight: normal;
		font-size: 2em;
		padding-bottom: 10px;
	}
	#postdetails {
		font-size: 0.8em;
		font-family: Arial;
	}
		#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;
}


#sidebar p{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4c4c4c; margin:0px; padding:10px 0px 15px 0px; line-height:18px; text-align:left;}
#sidebar p.text{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4c4c4c; margin:0px; padding:10px 0px 15px 0px; text-align:left; line-height:18px;}

#leftcollam{
	float: left;
	width: 640px;
	padding-right: 0px;
	padding-left: 0px;
}
#leftcollam h1{ font-family:Arial, Helvetica, sans-serif; font-size:21px; color:#7f4e20; font-weight:normal; text-decoration:none; padding:5px 0px 25px 0px; text-align:center; margin:0px; text-transform:uppercase;}
#leftcollam h3{ color:#d4b8d8; font-size:12px; margin:0px; padding: 20px 0px 0px 0px; text-align:center; font-weight:normal; text-transform:uppercase;}

#leftcollamtop{
	float: left;
	width: 640px;
}
#leftcollam p img{ background-color:#ffffff; padding:19px 18px; border:solid #ded5ca 1px; text-align:center;}
.pinkbold{ color:#ce49a2; font-weight:bold;}
.pinktext{ color:#ce49a2; font-weight:normal;}
a.pinktext{ color:#ce49a2; font-weight:normal; font-size:11px; text-decoration:none;}
a.pinktext:hover{ color:#000000; font-weight:normal; font-size:11px; text-decoration:none;}
#sublinks{
	float: left;
	width: 640px;
	border-bottom:solid 1px #ddd4c9;
}
.viewcomments{ width:50%; float:left; color:#99714d; text-transform:uppercase; font-size:12px;}
.viewcomments a{ color:#99714d; text-decoration:none;}
.viewcomments a:hover{ color:#ce49a2; text-decoration:none;}
.viewstext{ font-size:12px;}
.commentlinks{ width:50%; float:right; text-align:right; color:#99714d; text-transform:uppercase; font-size:12px;}
.commentlinks a{ color:#99714d; text-decoration:none; font-size:12px;}
.commentlinks a:hover{ color:#ce49a2; text-decoration:none; font-size:12px;}
.commentlinks .divide{ padding:0px 10px;}

#leftcollammiddle{
	float: left;
	width: 640px;
	padding-top:10px;
}
.italikbold{ font-style:italic; font-weight:bold; color:#000000;}
.italiktext{ font-style:italic; font-weight: normal;}
.italikpinkbold{ font-style:italic; font-weight:bold; color:#ce49a2;}
#previes{
	float: left;
	width: 640px;
	padding-bottom:20px;
}


