/*
// COPYRIGHT (C)2010 - LEE MASON DESIGN. ALL RIGHTS RESERVED.
// ANY REPRODUCTION, COPYING OR EDITING, IN PART OR IN FULL IS STRICTLY PROHIBITED.
*/

@import "theme/sidebar.css";
@import "theme/portfolio.css";
@import "theme/footer.css";
@import "theme/topnav.css";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}
table{border-collapse:collapse;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{}

body {
	background-color:#FFFFFF;
	background-attachment: fixed;
	color: #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:400;
	line-height:18px;
}

h3, h4, h5, h6{
	font-weight: normal;
	font-size: 16px;
	padding-bottom:20px;
}

h2 {
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-bottom:20px;
}

.tmp_featureditem h2, .sidebar-element h4, .tmp_offer h2{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding-bottom:20px;
}

h1 {
	font-size:22px;
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:26px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
h6 {
	color:#999999;
	font-weight:bold;
	font-size:12px;
	}
	
p {
	padding-bottom:20px;
}

blockquote {
	padding-left:40px;
	font-style:italic;
	width:500px;
}

a {
	color: #666666;
	text-decoration: none;
	border-bottom:dotted;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

a.hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.visited {
	color: #666666;
	text-decoration: none;
}

.clear {
	clear: both;
	float: none !important;
}

#page-title {
	float:left;
	width:120px;
}

.hrule{
	width:900px;
	height:15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}

/********************** TEMPLATE STRUCTURE *****************/

#tmp_bg2 { 
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#tmp_headerwrap { 
	width:100%;
}

#tmp_header { 
	width:900px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

/*************** lOGO *****************/

#tmp_logo {
	float: right;
	width:150px;
	height:120px;
	margin-right:20px;
}

#tmp_logo h1 {
	text-indent: -9999px;
	float: left;
}

#tmp_logo h1 a{
	display: block;
	height: 120px;
	width: 150px;
}

#logo h3{
	color:#CCCCCC;
}

#tmp_logo a, #logo img {
	border:none; 
}

/********************** TOP NAVIGATION *****************/

#tmp_topnav {
	width:720px;
	height:45px;
	float:left;
	margin-top:84px;
}

/*********************** THE PAGE *****************************/

#tmp_pagewrap { /* for main page content*/
	clear:both;
	width: 900px;
	margin: auto;
}

/***************** HOMEPAGE CONTENT *************************/

#tmp_banner { 
	height:270px;
	width:900px;
}

#tmp_homecontent {
	width: 600px;
	height:270px;
	float: left;
	margin-top:8px;
	background-image:url(theme/images/lower.jpg);
	background-repeat:no-repeat;
}

#tmp_featuredposts {
	width:600px;
	float:left;
	padding-top:20px;
}

.tmp_featureditem {
 	width:280px;
	float:left;
	padding-left:20px;
	border:none;
}

.tmp_featureditem p,.tmp_featureditem a{
	border: none;
}

.tmp_featureditem img {
	border: none;
	padding-bottom:10px;
}

#tmp_featuredoffer {
	width:260px;
	height:340px;
	margin-top:8px;
	padding:20px;
	float:left;
	background-image:url(theme/images/offer.jpg);
	background-repeat:no-repeat;

}

.tmp_offer {
	border: none;
	width:250px;
}

.tmp_offer ul li{
list-style:none;
}

.tmp_offer a{
color:#666666;
text-decoration:none;
font-size:22px;
color:#666666;
line-height:26px;
}
	

/********************** MAIN CONTENT *****************/

.tmp_maincontent {
	width: 580px;
	float: left;
	padding-top:20px;
	padding-left:0px;
}

.tmp_maincontent ul {
    list-style: square;
    list-style-position: inside;
    margin-bottom: 20px;
}

.tmp_maincontent ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 20px;
}


/***************** PAGE CONTENT *************************/
	
#tmp_content {
	width:900px;
}

#tmp_content h3 a {
	color: #0686b0;
	text-decoration: none;
}

#tmp_content h3 a:hover {
	text-decoration: underline;
}

#tmp_content p.date {
	color: #ddd;
}

/***********************************/


/* BLOG CSS */

.post p.categories span  {
	background-color: #A01B1F;
	color: #fff;
}

.post p.categories span a  {
	color: #fff;
}

.post p.categories span.date a  {
	color: #286697;
}

.post p.categories span.date  {
	background-color: #ffffff;
	color: #000000;
	margin-left:5px;
}

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #808A8E !important;
}

h2.title a  {
	color: #000;
}

.post p.comments a  {
	background: url(theme/images/comments.jpg) no-repeat center left;
	color: #000;
}

p.continue a  {
	color: #286697;
}

.widget {
	background: #eeeeee;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#ac1c1b;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #000;
}

.widgetlist ul li {
	border-bottom: 1px solid #dddddd;
}

#comments h2  {
	color:#A01B1F;
}

.commentlist li {
	background-color:#FFEEED;
	border:1px solid #FBD6D4;
}

#commentform #submit {
	background-color:#A01B1F !important;
	border:1px solid #1B4161;
	color: #fff !Important;
}

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
	border: 1px dotted #a6b3b9 !important;
	color: #A01B1F !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A01B1F;
	color: #A01B1F;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #A01B1F;
	font-size:13px;
	text-align:left;
	padding: 2px 10px 2px 5px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-size:18px;
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A01B1F;
}
