/*
Theme Name: Portland Store Fixtures
Author: Fierce Thought
Author URI: http://www.fiercethought.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font-family:Trebuchet MS,Garamond,Gerogia,Times New Roman;
	font-size:12px;

	color: #808080;
	background: #BACAE1 url(images/navy.jpg) repeat-x;

}
a.headra{
		color: #F6EA3B;
}
a {
	text-decoration: none;
	
	color:#00256B;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 940px;
	margin: auto auto;
	text-align: left;
	background:url(images/colorband.jpg);
}
/** END wrapper **/

/** BEGIN header **/
#header {
/*	height: 172px; */

}
	#header .pages {
		list-style-type: none;
		float: left;
	}
		#header .pages li {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
			padding: 10px 20px 0 0;
		}
		#header .pages li a {
			color: #ffffff;
			text-decoration: none;
		}
	#header .rss {
		float: right;
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 10px 0 0 24px;
		background: url(images/rss.gif) no-repeat 0 8px;
	}
	#header h1 {
		clear: both;
		float: left;
	
	}
		#header h1 a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 940px; height: 180px;
			background: url(images/cares2.jpg) no-repeat 0 0;
		}
	#header .ad {
		float: right;
		padding-top: 20px;
	}
	#header .categories {
		clear: both;
		list-style-type: none;
		background-color: #E2E6E9;
		padding: 12px 0;
		height: 12px;
	}
		#header .categories li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 0 10px;
			background: url(images/divider.gif) no-repeat center right;
		}
		#header .categories li a {
			color: #243749;
			text-decoration: none;
		}
/** END header **/

/** BEGIN left sidebar **/
#lsidebar {
	clear:both;
	float:left;
	margin:0 7px;

	width:185px;
	padding-top:30px;
}
	#lsidebar .box {
		background: #ffffff url(images/header.gif) repeat-x 0 0;
		border-width: 0 1px;
		border-style: solid;
		border-color: #D9D9D9;
	}
		#lsidebar .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
		#lsidebar .box ul {
			list-style-type: none;
			padding: 2px 2px 10px;
		}
			#lsidebar .box ul li {
				font-weight: bold;
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
			}
			#lsidebar .box ul li a {
				color: #808080;
				text-decoration: none;
			}
			#lsidebar .box ul li a:hover {
				color: #243749;
			}
/** END left sidebar **/

/** BEGIN content **/
#content {
	background:transparent url(images/content_top.png) no-repeat  scroll -3px top ;
	float:left;
	min-height:490px;
	margin-left:1px;
	padding-top:15px;
	width:540px;
}


	#content .box {
		background-color: #E2E6E9;
	
		margin-bottom: 5px;
	}
		#content .box .buffer {
			background: #fff;
			color:#4a0c03;
			padding: 1px;
		}
		#content .box h2 {
			color:#710127;
			font-family:Trebuchet MS;
			font-size:14.2pt;
			font-weight:700;
			padding:6px 7px 10px;
		}
	#content .homelist {
		list-style-type: none;
		background-color: #ffffff;
		padding: 3px 10px 25px;
	}
		#content .homelist li {
			clear: both;
			padding-top: 7px;
		}
		#content .homelist li img {
			float: left;
			margin: 5px 5px 5px 0;
			width: 100px;
		}
		#content .homelist li a.title {
			color: #243749;
			font-size: 1.3em;
			font-weight: bold;
			text-decoration: none;
		}
		#content .homelist li p {
			line-height: 1.3em;
			margin: 2px 0;
		}
		#content .homelist li .more {
			display: block;
			background: url(images/more.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			width: 45px; height: 11px;
			float: left;
		}
	#content .postnav {
		background-color: #ffffff;
		padding: 5px 10px 10px;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
		}
	#content .content {
		padding: 10px;
	}
		#content .content p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .content ul, #content .content ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .content li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content .content blockqoute {
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content .content h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	#content .featured {
		padding: 5px;
	}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 200px;
	float: right;
	padding-top:25px;
}
#rsidebar li{
	list-style: none;
	color: #DEE193;
	padding-left:20px;
}
#rsidebar li  ul li{
	list-style: transparent url(images/rarrow.png) !important;
	
}
#rsidebar li  ul{

	padding-left:20px;
}
#rsidebar li a{
	
	color: #DEE193;
}
#rsidebar li h2{
	color: #DEE193;
}
/** BEGIN footer **/
#footer {
	clear: both;
	height:100px;
	color: #000;

	
}
	
/** END footer **/

/** BEGIN miscellaneous **/
#comments a {
	text-decoration: none;
}
	#comments h2 {
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0 10px 10px;
	margin: 0;
}
	#comments .buffer {
		padding: 0 10px 10px;
	}
	#comments h2 {
		padding-left: 0 !important;
		padding-bottom: 20px !important;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
.bars {
	height:30px;
	background:#fff;
	line-height:30px;
	padding:0 55px;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000;
}
.srchbox {
	padding:10px 0 10px 10px;
	margin:10px 0 20px;
	background:#FFFFFF none repeat scroll 0 0;
}
.srchbox input, .srchbox button
{
background-color:#FFFFFF;
border-bottom-color:#008000;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#008000;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#008000;
border-right-style-ltr-source:physical;
border-right:1px solid #008000;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#008000;
border-top-style:solid;
border-left:1px solid #008000;
border-top-width:1px;
color:#4A0C03;
font-family:Trebuchet MS;
font-size:10pt;
}
.srchbox button{
	width:60px;
	height:20px;
}
.ec3_events{
	padding-left:10px;
}
.srchbox p
{
	font-size:10.5pt;
	color:#4a0c03;
	font-family:Trebuchet MS;
}
#searchform{
	padding-left:10px;
	text-align:center;
}
.screen-reader-text{
	font-size:10.5pt;

}
li.pagenav {
	list-style: none;
}
.pagenav ul li {
	list-style: none;
	border-top:1.5pt dotted #8FBBFC;
	
}
.pagenav ul li a{
	color: #fff;
	font-family:Trebuchet MS;
	font-size:9.5pt;
	line-height:24px;
	text-decoration:none;
}
.pagenav ul li ul{
	padding-left:30px;
	
	
}
.pagenav ul li ul li{
	border: none;
	list-style:url(images/arrow.png) !important;
}
.pagenav ul li ul li a{
	color:#FFFFFF;
	font-family:Trebuchet MS;
	font-size:8.2pt;
	line-height:20px;
	text-decoration:none;
	
}
a.bread{
	color:#808080 !important;
	padding-left:20px;
	font-size:8.5pt;
}