/* About This Site
Main Style Sheet for Smith Salley and Associates
By Frank McClung, DrawingonthePromises.com
23 Point Road, Crossville Tennessee 38571
Phone: 931.484.1171  |  Fax 931.484.1185
Email: frank {at} drawingonthepromises.com
Version:  1.1 based on Centita Theme 
*/

/* Global
------------------------------------------------------*/
html,body{height:100%}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#4c4c4c;
	height:100%;
	background-color: #222; 
	}
	
	*{
	margin:0;
	padding:0;
	}

*:focus{
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you if you want to keep it! */
	}
	
.clr{clear:both}

form{margin:0; padding:0;}

hr{
	border:0;
	color:#dedede;
	background-color: #dedede;
	height: 1px;
	margin:10px 0px 6px 0px;
	padding:0px;
	}


/* Default Element Styles
------------------------------------------------------*/

/* headings */
h1, h2, h3, h4, h5{
	margin-bottom:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#444444;}
h1{	font-size:42px; line-height:38px;}
h2{	font-size:24px; line-height:30px;}
h3{	font-size:24px; line-height:26px;}
h4{	font-size:19px;  line-height:22px;}
h5{	font-size:14px; 
	margin:3px 0px; 
	padding:0px;
	letter-spacing:1px;
	text-transform: uppercase;
	}

/* links */
a{color:#A40802; text-decoration:none;}
a:visited{color:#A40802; text-decoration:none;}
a:hover{color:#333; background-color: #FFFF5F;}
a img{border:none}
a.can_has_img { background-color: transparent; }

.imgleft{float:left; padding:5px 12px 0px 0px;}
.imgright{float:right; padding-left:12px;}

/* lists, blockquotes and paragraphs */
ul, ol, blockquote{
	font-size:14px;
	line-height:18px;
	margin-bottom:20px;
	color:#333;
	}
	
p {
	font-size:15.2167px;
	line-height:23px;
	margin-bottom:20px;
	color:#333;
	}

ul, ol{
	margin:10px 0 35px 40px;
	}
	
li ol, li ul{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
	}
	
li ol{list-style:decimal;}

blockquote{
	font-style:italic;
	margin:0px;
	color:#4c4c4c;
	padding:0px 4px 0px 32px;
	background-image:url(images/quote.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	}

/* code */
code{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
	}
	

em  {font-style: italics;}


/* Front Page Slider
------------------------------------------------------*/
#slider1 {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
    width: 960px; /* important to be same as image width */
    height: 340px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	}

#slider1 h2 {
	font-size:24px;
	color:#333;
	margin-bottom:0px;
	}

.slidertitle {
	font-size:38px;
	font-style:italic;
	font-weight: normal;
	letter-spacing: -.02em;
	color:#333;
	margin:0px;
	padding: 10px 0px 10px 0px ;
	line-height: 40px;
	}

#slider1Content {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	}

.slider1Image {
    float: left;
    position: relative;
	display: none;
	}

.slider1Image span {
    position: absolute;
	font-size:12px;
    padding: 15px 0px;
    width: 960px;
    background-color: #fff;
    color: #333;
    display: none;
	}

.clear {
	clear: both;
	}

.right {
	right: 0;
	bottom: 0;
	width: 310px !important;
	height: 315px; 
	}

.right p {
	color: #333;
	padding: 0 5px 0 0px;  
	font-size: 16px; 
	}

ul { list-style-type: none;}

a.more {
	display: inline-block;
	margin:0 0 0 0px;
	padding: 5px 10px;
	background: #A40802;
	color: #ffffff;
	}
	
/* Container
------------------------------------------------------*/
#main_container{
	border-top: 10px solid #333;
	background-color:#fff; 
	min-height:82%;
	}
	
#bottom_container{height:54px;}


/* Centercolumn
------------------------------------------------------*/

#centercolumn{width:960px; margin:0px auto 0px auto;}


/* Top
------------------------------------------------------*/
#top{height:175px; width:960px;}

#logo{width:550px;margin-top: 14px; padding:0px; float:left;}

#topmenu{width:960px; float:left; height:64px; }

/* Seacrh styling */
#search-box{
	padding:28px 5px 0px 0px;
	}

#search{
	float:right;
	width:auto;
	}

#s{
	font:12px Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#989797;
	padding:10px 30px 10px 15px;
	background:none;
	border:1px solid #d9d9d9;
	width:225px;
	}
	
#s:focus{
	border:3px solid #FFFF5F;
	color:#adacac;
	}
	
#search .go{
	position:absolute;
	margin:12px 0 0 -36px;
	background: url(images/search-icon.gif);
	height: 17px;
	width: 18px;
	cursor:pointer;
	border: none; 
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search .go {
	position:absolute;
	margin:-19px 0 0 198px;
	background: url(images/search-icon.gif);
	height: 17px;
	width: 18px;
	cursor:pointer;
	border: none; 
	}
	}

/* Top Navigation bar menu styling */
#nav{
	float:left;
	list-style-type: none;
	margin:10px 0px 0px 0px;
	border-left:1px solid #d9d9d9;
	}
	
#nav li{
	float:left;
	border-right:1px solid #d9d9d9;
	}
	
#nav li a:link, #nav li a:active, #nav li a:visited{
	display:block;
	width:116px;
	padding:4px 10px;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	text-align:left;
	font-size: 19px;
	letter-spacing: -.05em;
	}
	
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	background-color: #FFFF5F;
	color: #4c4c4c;
	}
	
span.descmenu{
	font-size:14px;
	font-style:italic;
	padding:0 0 0 11px;
	color:#666;
	text-transform:lowercase;
	}

.clientlogin {
	float: left;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 12px;
	}
	
.clientlogin a {
	color: #A40802;
	padding: 8px 14px 8px 14px; background-color: #fff;}

.clientlogin a:hover {background-color: #ffff08; color: #333;}

/* Content
------------------------------------------------------*/
#content{width:960px;}
#maincontent{padding:35px 0px 30px 0px; float:left}
.h-line {padding:4px 0px;}

.faq-question {
	font-size: 16px;
	border-top: 1px solid #d9d9d9;
	margin: 0px;
	padding: 5px;
	}

.faq-answer{
	margin: 0px;
	padding: 0 0 30px 5px;
	}

.faq-ask-label label {
	width: 200px;
	float: left;
	clear: both;
	}

.ask-question {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 0 20px 0;
	}
.ask-question input, .ask-question select {margin: 0px 0 0 10px; padding: 5px;font:12px Georgia, "Times New Roman", Times, serif; color: #333 !important; border:1px solid #d9d9d9;}
.faq-search input, .faq-search select {padding: 5px;font:14px Georgia, "Times New Roman", Times, serif; color: #333 !important; border:1px solid #d9d9d9;}

#question {width: 570px; height: 55px; margin: 10px 500px 10px 0; float: left; clear: both;}
#question {padding: 10px;font:16px Georgia, "Times New Roman", Times, serif; color: #333 !important; border:1px solid #d9d9d9;}

#question:focus, #faq-search:focus {
	border:3px solid #FFFF5F;
	color:#adacac;
	}

/* main */
#main{width:570px; float:left;}
#maintext{padding:0px 0px 20px 0px}
#maintext h2{color:#333; margin:0px; text-transform: uppercase; font-size: 20px;}
#maintext h1{color:#444; text-transform: capitalize; font-size: 40px; letter-spacing: -.8px;}
#maintext_portfolio{padding:0px 0px 0px 0px}
.box-main{width:270px; float:left; padding:25px 0px 0px 0px;}
.spacer{width:30px; float:left; display:block; height:100%;}
.icon{width:77px; height:92px; float:left;}
.iconlarge{width:135px; height:120px; float:right;}
.box-main span.read-more {
  margin-right: 10px;
}

.homeintro {font-size: 16px;line-height:29px !important; letter-spacing:-.05px !important;}
.bigtitle {font-size: 43px !important; text-transform: none !important; color: #a40802 !important; letter-spacing: -.01em !important; line-height: 50px !important;}
.toptitle {font-size: 16px !important; text-transform: uppercase !important;  line-height: 34px !important; word-spacing: .2em !important;}

.box-main a {
font-size: 19px;
font-weight: normal;
line-height: 1.2em;
letter-spacing: -.03em;
}

.box-main p {
padding-top: 15px;
}

/* side */
#side{width:312px; margin:8px 0px 0px 78px; float:left;}
.sidebox{
	padding:35px 30px 35px 35px;
	margin-bottom:14px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	}

.widgets h3  {font-size: 23px; letter-spacing: -.02em}
	
.sidebox-top{
	background-image:url(images/top-border-side.gif);
	background-repeat:no-repeat; 
	background-position:top;
	height:4px;
	}
	
.sideboxgraphic {margin: -35px 0 0 -35px;}
	
#latest-news{
	padding:35px 23px 20px 35px;
	margin-bottom:14px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	}

/* scroll widget */
.scroll{
	position:relative;
	min-height:137px;
	border:1px solid #efefef;
	margin:0 0 20px 0;
	background:#fff;
	}
	
.scroll ul{
	position:relative;
	width:276px;
	height:78px;
	margin:0px;
	list-style:none;
	}
	
.scroll ul li{
	width:276px;
	height:78px;
	margin:0;
	line-height:18px;
	}
	
.scroll ul li span{
	display:block;
	margin:0 0 .4em;
	}
	
.scroll ol{
	height:22px;
	position:absolute;
	top:0;
	right:15px;
	list-style:none;
	}
	
.scroll ol li{
	float:left;
	}

.scroll ol a{
	display:block;
	width:11px;
	height:22px;
	margin:0 1px;
	padding:0 2px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:50% 0;
}

.scroll ol li.previous a{background-image:url("images/icon-arrow-down.gif");}
.scroll ol li.next a {background-image:url("images/icon-arrow-up.gif");}
.scroll ol li a:hover {background-position:50% 100%; }


/* Footer
------------------------------------------------------*/
#footer{width:960px; margin:0px auto!important;}

#footer p {
	color: #a0a0a0 !important;
	font-size: 11px;
        text-transform: uppercase;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer img {
	border: none;
	margin: 10px 0px 0px 15px;
	padding: 10px 0px 10px 15px;
	}

#footerleft {
	width: 960px;
	float: left;
	clear: both;
	margin: 20px 0 20px 0 !important;
	padding: 0px 0px 20px 3px;
text-align: center;
	}

#footerright {
	width: 260px;
	float: right;
	margin: 2px 0px 10px 0;
	padding: 0px 0px 20px 0px;
	text-align: right;
	}

#footercolleft {
	float: left;
	width: 270px;
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#footercolmiddle {
	float: left;
	width: 270px;
	margin: 25px 0px 25px 50px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#footercolright {
	float: right;
	width: 310px;
	margin: 25px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}

#footercolright p {
	text-transform: none;
    font-size: 16px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer ul li{
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 4px;
	border-bottom: 1px solid #555;
	}
	
#footer h2 {
	color: #a0a0a0;
	letter-spacing: -.01em;
	font-weight: normal !important;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;    
	}

#footer a:hover {
	text-decoration: none;
	color: #4c4c4c;
	}
	
#footer img {
	border: none;
	margin: 10px 0px 0px 15px;
	padding: 10px 0px 10px 15px;
	}

/* About
------------------------------------------------------*/
.sidebox p {margin-bottom:10px;}
ul.about-list,.widgets ul {margin:0px; padding:0px 0px 0px 0px; list-style-type:none; color:#bdbdbd;}
ul.about-list li,.widgets li{background-image:url(images/arrow.gif); background-position:0px 2px; background-repeat:no-repeat; padding:0px 0px 15px 22px; line-height:13px;}
ul.about-list li a, ul.about-list li a:visited,.widgets li a, .widgets li a:visited{color:#4c4c4c; text-decoration:none;}
ul.about-list li a:hover,.widgets li a:hover{color:#A40802;}


/* Blog News
------------------------------------------------------*/
.blog-post h2 {font-size: 28px !important; font-weight: normal !important; letter-spacing: -.03em; line-height: 36px !important; text-transform: capitalize !important; color:#A40802; margin-bottom:0px;}
.blog-post h3 {font-size: 24px !important; font-weight: normal !important; letter-spacing: -.03em; line-height: 36px !important; text-transform: none !important;  color:#333; margin-bottom:5px;}
.blog-post h4 {font-size: 20px !important; font-weight: normal !important; letter-spacing: -.03em; line-height: 36px !important; text-transform: capitalize !important; color:#333;  margin-bottom:0px;}
.blog-post {padding-bottom:15px; margin-bottom:25px; border-bottom:1px solid #d9d9d9;}
.blog-posted{padding-top:5px; margin-bottom:10px; margin-top: 0px; height:20px; font-size:11px; color:#333; }
.posted-detail{float:left;}
.read-more{float:left;}

h2.services {margin-bottom:5px !important;}
h2.page {font-style:italic !important; font-size: 24px !important; letter-spacing: -.02em; line-height: 38px !important; text-transform: capitalize !important; }

#commentFormArea {width:500px; color:#333; float:left; margin: 55px 0 20px 0; font:12px/12px Georgia, "Times New Roman", Times, serif !important;}
.input-comment{background-color: #ffffff; border:1px solid #d9d9d9; width:370px; padding:10px 10px 10px 10px; margin:0 0 10px 0; color:#6b6b6b;font:12px/12px Georgia, "Times New Roman", Times, serif !important;}
.input-submit-comment { background-image:url(images/but-send.gif); background-repeat:no-repeat; padding:0px; margin:0px; border:0px; width:73px; height:21px; cursor:pointer; float:right;}
.textarea-comment {background-color: #ffffff; border:1px solid #d9d9d9; width:370px; padding:10px 10px 10px 10px; margin:0px; color:#333;}
fieldset { border:0;margin:0;padding:0; }
label {  padding-right:15px; float:left; width:70px;}
input.text{ width:290px;font:12px/12px Georgia, "Times New Roman", Times, serif;color:#333;padding:3px;margin:1px 0; }
.commonPageListControlBar{
	height: 30px;
	background-color: #fff;
	margin-top:30px;
	text-align: left;
	}
.commonPageListBtn{
	border: 1px solid #d9d9d9;
	background-color:transparent;
	color:#000;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor: pointer;
	}
.commonPageListControlBar a, .commonPageListControlBar a:visited{color:#414141;}
.commonPageListBtn:hover{
text-decoration: underline;
}
.commonPageListBtnSelected{
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
	color:#414141;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor:default;
	}


/* Content
------------------------------------------------------*/
#content h4{margin-bottom:8px;}
#main_text{padding:20px 0px 0px 0px;}


/* Sidebar
------------------------------------------------------*/
#newsletter fieldset {margin:0px; padding-bottom:20px; border:0px;}
.but {vertical-align:middle; padding-left:2px;}
.inputbox01 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width:180px;
	border:1px solid #d9d9d9; 
	vertical-align:top; 
	padding:3px 4px 2px 3px; 
	color:#c8c9be; 
	}
.inputbox01:focus{
	border:1px solid #adacac;
	color:#adacac;
	}
#testimonials{
	padding:10px 18px 15px 18px;
	margin-bottom:14px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	}
.scroll ul{
	position:relative;
	width:276px;
	height:92px;
	margin:0px;
	list-style:none;
	}
.scroll ul li{
	width:276px;
	height:92px;
	margin:0;
	line-height:18px;
	}


/* Portfolio
------------------------------------------------------*/
#main-portfolio{width:960px; float:left;}
.box-pf-top{width:220px; float:left; margin:0px 18px 38px 0px;}
.box-pf-bottom{width:220px; float:left; margin:0px 26px 18px 0px;}
.box-pf-top-last{width:220px; float:left; margin-bottom:38px;}
.box-pf-bottom-last{width:220px; float:left; margin-bottom:18px;}
.quote{padding-top:18px;}
.quote h2{color:#A40802; padding-bottom:10px;}
.detail{font-weight:bold; margin-bottom:0px;}
ul.detail-list,
#maintext ul {margin:10px; padding:0px 0px 0px 0px; list-style-type:none;}
ul.detail-list li, #maintext ul li {
	background-image:url("images/arrow.gif");
	background-position:0 7px;
	background-repeat:no-repeat;
	line-height:20px;
	margin-top:0;
	padding:0 0 10px 22px;}
#desc-project1, #desc-project2, #desc-project3, #desc-project4, #desc-project5, #desc-project6, #desc-project7, #desc-project8{display:none;}


/* Contact
------------------------------------------------------*/
.map {width:276px; height:183px; padding-bottom:8px;}
#address{padding-bottom:15px;}
#address ul{margin:0px; padding:0px 0px 0px 0px;}
#address ul li{list-style-type:none; padding:5px 31px; color:#444444;}
#address ul li a, #contact ul li a:visited{color:#444444; text-decoration:none;}
#address ul li.mail{background-image:url(images/icon-mail.jpg); background-repeat:no-repeat; background-position:0 5px;}
#address ul li.phone{background-image:url(images/icon-phone.jpg); background-repeat:no-repeat; background-position:0 5px;}
#address ul li.address{background-image:url(images/icon-globe.jpg); background-repeat:no-repeat; background-position:0px 5px;}

/* Image and Captions */

img.alignright {
  float:right; 
  padding-left:12px;
}
img.alignleft {
  float:left; 
  padding:5px 12px 0px 0px;
  display: inline;
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
  	margin-bottom: 10px;  
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/* Image and Caption End */

.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #FFFF5F; padding:10px; text-align: center; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; width: 100%; color:#6b6b6b;}
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer; 
	font-weight: normal;
	padding-right: 20px;
	width: 100%;
	display: block;
}
ol.forms input, ol.forms textarea {
	font: inherit;
    font-size: 16px;
	padding: 2px;
	background-color: #ffffff; 
  	border:1px solid #d9d9d9; 
  	width:406px; 
  	padding:10px 10px 10px 10px; 
  	margin:0px; 
  	color:#333;
  	clear: both;	
}
ol.forms textarea { height: 200px; }
ol.forms input:focus, ol.forms textarea:focus {border: 3px solid #FFFF5F; background-color: #fff;}
.error { color: #f00; }
ol.forms li .error { font-size: 11px; margin-left: 5px; }
ol.forms li.textarea .error {
	display: block;
	float: right;
	margin-right: 55px; 
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
background-image:url(images/but-send.gif); background-repeat:no-repeat; padding:0px; margin:0px; border:0px; width:73px; height:21px; cursor:pointer; float:right; margin-right:42px;
}
ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: left; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

.input-submit { background-image:url(images/but-send.gif); background-repeat:no-repeat; padding:0px; margin:0px; border:0px; width:73px; height:21px; cursor:pointer; float:right; margin-right:192px;}

/* comment */
h1#titlecomment {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px 0;
	margin: 20px 0 0 0;
}
#listcomment {
	padding: 0;
	margin: 0;
	width: auto;
}
ul#listcomment {
 	 margin: 0;
 	 padding: 0;
  	list-style: none;
}
ul#listcomment li {
	padding: 11px 0;
	margin: 0;
	width: auto;
	background: none;
	
}
.titlecomment {
	width: auto;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h3 {
	font-size: 1.4em;
	color: #333;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 0.9em;
	color: #858585;
}
#listcomment li p {
	font-size: 1.0em;
	padding: 10px 0 0 0;
}

/*------- WP Pagenavi ------- */
#maintext .wp-pagenavi {
  padding: 10px 0;
  text-align: left;
}
#maintext .wp-pagenavi a, #main .wp-pagenavi a:link {
	border: 1px solid #d9d9d9;
	background-color:transparent;
	color:#242424;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor: pointer;
	}
#maintext .wp-pagenavi a:visited {
	border: 1px solid #d9d9d9;
	background-color:transparent;
	color:#242424;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor: pointer;

}
#maintext .wp-pagenavi a:hover {	
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
	color:#414141;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor: pointer;

}
#maintext .wp-pagenavi a:active {
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
	color:#414141;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor:default;

}
#maintext .wp-pagenavi span.pages {
	border: 1px solid #d9d9d9;
	background-color:transparent;
	color:#242424;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor: pointer;

}
#maintext .wp-pagenavi span.current {
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
	color:#414141;
	font: normal 11px/28px georgia; 
	padding: 6px;

	}
#maintext .wp-pagenavi span.extend {
	border: 1px solid #d9d9d9;
	background-color:transparent;
	color:#242424;
	font: normal 11px/28px georgia; 
	padding: 6px;
	cursor: pointer;

}
/*------- WP Pagenavi End ------- */

/*------- Traditional Navigation -----*/
.navigation {
  margin-top: 10px;
}
.navigation a {
	padding: 4px 8px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	color: #676767;
	background-color: #FFFFFF;
}
/*------- Traditional Navigation End -----*/
