/*  
Theme Name: Grande (shared on mafiashare.net)
Theme URI: http://www.mafiashare.net
Description: Grande is a clean and professional wordpress theme suitable for any kind of website such as corporate, portfolio, business, blog, photography and gallery.
Version: 1.0.1
Author: MafiaShare.net
Author URI: http://www.mafiashare.net
Tags: theme-options, widget-ready, right-sidebar, red, blue, green, grey
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#555555;
	line-height:18px;
	background: #489cdf;
	background-repeat:repeat
}
/* links */
a, a:visited {color:#3104B4; text-decoration:none; font-weight:normal; }
a:hover{color:#3104B4; text-decoration:underline;}
a img{border:none}

.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
input{
	margin:4px 4px 8px 0px; 
	padding:5px; 
	border:solid 1px #eeecec;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align:middle;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	font-size:11px;
}
textarea {
	margin:4px 4px 8px 0px; 
	padding:5px; 
	border:solid 1px #eeecec;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align:top;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	font-size:11px;
}
input[type=submit]{
	background-image:url(images/bg-but.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	color:#fff;
	padding:5px 20px !important;
	border:solid 1px #873200;
	background-color:#571f00;
	cursor:pointer;
	font-size:11px;
	font-family:Arial;
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; /* Safari, Chrome */
	border-radius: 0px; /* CSS3 */
	text-align:center
}
input[type=submit]:hover{background-position:0 -26px; background-color:#943502}
input[type=submit]{margin-top:20px;}


hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#ead7cc;
	background-color:#ead7cc;
	background-repeat:repeat-x
}

/* Text elements */
p {
	font-size:13px;
	margin-bottom:20px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 60px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	font-size:15px;
	}
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; font-size:15px; background-color:#fff}
#sidebar blockquote p{background:none;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #eeecec;
	padding:15px 10px;
}

pre {
	background: #f7f7f7;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text { display: none; }

/* heading */
h1, h2{margin-bottom:12px; font-family:Arial, Verdana;}
h3, h4, h5, h6{margin-bottom:8px; font-family:Arial, Verdana;}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:22px; line-height:24px;}
h3 {font-size:20px; line-height:22px;}
h4 {font-size:18px; line-height:20px;}
h5, h6 {font-size:14px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#555555;}


/* =Container
-------------------------------------------------------------- */
#container{margin:0 auto; width:1020px; background-color:#fff}

/* =Top
-------------------------------------------------------------- */
#top{height:120px !important; background-image:url(images/bg-top.gif); background-repeat:repeat-x; z-index:100; position:relative}
#top-left{width:400px; float:left;}
#top-left h1{font-size:48px; color:#983902; padding:26px 0 0 42px;}
#top-left h1 a, #top-left h1 a:visited{color:#983902;}
#top-left h1 a:hover{text-decoration:none; color:#a4450e}
#top-right{width:620px; float:left;}
#top-right{padding:0px 0 0 0;}
#logo{padding:25px;}



/* =Header And Slider
-------------------------------------------------------------- */
#header{width:1020px; margin-bottom:0px; position:relative}
#header-inner{width:940px; margin:0 auto; border:solid 1px #ead7cc; border-width:1px 0; padding:1px 0;}
#slider-container{position:relative; height:400px; width:1020px;}
#slider-overlay{background-image:url(images/overlay-slideshow.png); background-repeat:repeat-x; position:absolute; width:1020px; height:10px; top:-5px; z-index:80 !important}
#slider-overlay-bottom{background-image:url(images/overlay-slideshow.png); background-repeat:repeat-x; posiion:absolute; width:1020px; height:10px; bottom:-5px; z-index:80 !important}
#slider{list-style-type:none; margin:0; padding:0;}
#slider li{list-style-type:none; margin:0; padding:0;}
#pager{text-align:center; margin:25px 0 0 0;}
#pager a{
	width:11px;
	height:11px;
	background:url(images/nav-slide.png) no-repeat;
	border:0px;
	margin-right:3px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
	text-align:center;
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#pager a { text-indent:-9999px;}
}

#pager a.activeSlide{
	background-position:-11px 0;
}
.textdesc{
	background-color:#000;
	position:absolute;
	top:250px;
	height:auto;
	right:0;
	padding:20px;
	font-size:22px;
	line-height:26px;
	color:#fff;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=80);
	/* Netscape */
	-moz-opacity: 0.8;
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Good browsers */
	opacity: 0.8;
	width:45%;
	z-index:90 !important
}
.textdesc a, .textdesc a:visited{color:#fff;}
.textdesc a:hover{text-decoration:none;}

/* =Menu
-------------------------------------------------------------- */
#topnav, #topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.5em; 
}
#topnav{padding:6px 40px 0px 0px; float:right; margin-top:1px;
 }
#topnav a{
	display:block;
	padding:40px 5px 15px 5px;
	color:#6b6d6e;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	width:70px;
}
#topnav li{
	float:left;
	position:relative;
	padding:0 2px 2px 2px;
	font-size:11px;
	text-align:center;
	border:solid 1px transparent;
	border-width:0 1px 1px 1px;
	margin-right:2px;
	z-index:20;
}

#topnav li.current_page_item{
	border:solid 1px #d6d6d6;
	background-color:#fff;
	border-width:0 1px 1px 1px;
	z-index:10;
}

#topnav li.current_page_item a{
	background-color:#3104B4;
	color:#fff;
	background-image:url(images/bg-topnav-box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#topnav li.current_page_item a:visited{
	background-color:#3104B4;
	background-image:url(images/bg-topnav-box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#topnav li.current_page_ancestor, #topnav li.current-menu-ancestor, #topnav li.current-menu-item{
	border:solid 1px #d6d6d6;
	background-color:#fff;
	border-width:0 1px 1px 1px;
	z-index:10;
	}
	
#topnav li.current_page_ancestor a, #topnav li.current-menu-ancestor a, #topnav li.current-menu-item a{
	background-color:#983902;
	color:#fff;
	background-image:url(images/bg-topnav-box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

#topnav li:hover{
	border:solid 1px #d6d6d6;
	background-color:#fff;
	border-width:0 1px 1px 1px;
	padding:0 2px 2px 2px;
	color:#fff !important;
}
#topnav li a:hover {
	background-color:#983902;
	background-image:url(images/bg-topnav-box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#topnav li:hover a{
	background-color:#983902;
	background-image:url(images/bg-topnav-box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#topnav li li{
	line-height:20px;
	padding:5px 2px 5px 2px;
	margin:0;
	border:0;
	background-color:#983902;
}

#topnav li li:hover 
{
	line-height:20px;
	padding:5px 2px 5px 2px;
	background:none;
	margin:0;
	border:0;
	color:#fff;
	background-color:#4d1c00;
}

#topnav li li.current_page_item
{
	line-height:20px;
	padding:5px 2px 5px 2px;
	background:none;
	margin:0;
	border:0;
	color:#fff;
	background-color:#4d1c00;
}


#topnav ul {
	position:absolute;
	display:none;
	width:180px;
	top:6.1em;
	left:-1px;
	background-color:#fff;
	border:solid 1px #d6d6d6;
	border-width:1px 1px 1px 1px;
	padding:2px 2px 2px 2px;
	z-index:30;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#topnav ul {top:6em;}
}

#topnav li ul a{
	margin:0 0px;
	width:146px;
	padding:0px 15px 0px 15px;
	text-align:left;
	color:#fff;
}

#topnav li ul a:hover{border:0; background:none;}
#topnav li:hover ul a,
#topnav li:hover ul a:visited{
	color:#fff;
	background:none !important;
}

#topnav ul ul{
	top:0px;
}	

#topnav li ul ul {
	left:12em;
	margin:0px 0 0 0px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul{
	display:none;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul{
	display:block;
}


/* =Content
-------------------------------------------------------------- */
#content{width:940px; padding:20px 40px 5px 40px; }
#middle-text{border:solid 1px #ead7cc; border-width:1px 0; padding:25px 0 30px 0; margin:0px 0px 40px 0px; clear:both;  text-align:center;}
#homepage-text{margin:0px 0 30px 0; float:left;}
.text-styled{color:#983902; font-size:24px; line-height:26px; margin-bottom:0}
.text-styled2{font-size:22px; line-height:24px;}
.text-styled3{ color:#959595}
#content-left{width:680px; float:left; padding-right:20px}
#content-right{width:220px; float:left; padding-left:20px;}

#content-narrow{width:460px; float:left; padding-right:40px;}
#content-right-wide{width:440px; float:left;}


/*== list ==*/
.inline-block{list-style-type:none; margin:0px; padding:0px;}
.inline-block li{list-style-type:none; width:300px; float:left; margin-bottom:20px; position:relative; margin-right:40px;}
.block-text{ margin-left:75px;}
.icon{position:absolute;}
.UpperText{text-transform:uppercase;}
.txtbold{font-weight:bold;}

/*== button ==*/
.more-link, .more-link:visited{background-image:url(images/bg-but.gif); background-repeat:repeat-x; text-transform:uppercase; color:#fff; padding:4px 20px 8px 20px; border:solid 1px #873200; background-color:#571f00; }



.more-link:hover{text-decoration:none; color:#fff; background-position:0 -26px; background-color:#943502}
.more-link{display:inline-block; margin-top:20px; height:14px;}
*+html .more-link{padding:4px 20px 6px 20px !important; height:auto}


/* blog */
.post-title{margin-bottom:10px;}
.post-title a, .post-title a:visited{color:#555555;}
.post-title a:hover{text-decoration:none;}
.entry-content{padding:0 0 0px 0;}
#single-post .hentry{margin-bottom:25px; padding-bottom:0px; border:0;}















.postdate, .postauthor, .postcat{ display: none; }

.imgglow{background-image:url(images/glow-img.gif); background-repeat:no-repeat; background-position:bottom; padding-bottom:18px;}



.hentry {
	margin: 0 0 0px 0;
	padding:0;
}
.post{margin: 0 0 64px 0;}
.hompage-content .hentry{margin:0;}
.page-title{margin-bottom:0px; color:#983902}
.pagetitle a:link,
.pagetitle a:visited {
	text-decoration: none;
}

#searchresult .post-title{
	text-transform:capitalize;
	font-size:18px;
	line-height:22px;
}

.entry-content{
	clear: both;
}

.entry-summary {
	clear: both;
}

#searchresult .entry-summary{
	padding-bottom:10px;
}
#searchresult .entry-summary p{margin-bottom:0;}
#searchresult .hentry{
	margin-bottom:5px !important;
	border:0;
	}
#searchresult .entry-utility{margin-bottom:0;}	
.entry-content fieldset {
	margin: 0 0 24px 0;
	padding: 24px;
	
}
.entry-content fieldset legend {
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.page-link {
	margin: 0 0 0 0;
	word-spacing: 0.5em;
	clear:both
}
.edit-link {
	clear: both;
	display: block;
	padding:0 0 10px 0
}
#entry-author-info {
	clear: both;
	padding:20px 0px;
	margin-bottom:0;
	border:solid 1px #ead7cc;
	border-width:1px 0;
	position:relative;
}
#entry-author-info #author-avatar {
	background: #eeecec;
	margin: 0 0 0 0;
	position:absolute;
	top:25px;
	height:60px;
	padding:5px;
}
#entry-author-info #author-description {
	margin: 0 0 0 104px;
}
#entry-author-info.nobox{border:0; padding:0; position:relative; margin-bottom:30px}
#entry-author-info.nobox #author-avatar{top:5px;}
#entry-author-info.nobox #author-description{margin-left:90px}

/* News */
.box-news{ clear:both; width:680px; }
.box-news h2, .box-news h2 a{ margin-bottom:0px !important; font-size:18px !important; color:#797979; text-decoration:none; }
.box-news img{ float:left; margin:8px 15px 0px 0px !important; width:72px; height:72px;}
.box-news .news-txt{ float:left; width:590px;}
.box-news .postdate{ text-align:left; display:block; font-size:11px; font-style:italic; padding-bottom:6px; float:none}



/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	max-width: 680px;
}
#content .attachment img {
	max-width: 680px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .alignnone,
#content img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}


.entry-content img{
	margin-bottom: 12px;
}

img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

img.alignmiddle{vertical-align:top; margin:0 6px 0 0}


#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}


.tag-links{padding:10px 0; display:block}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#9a9a9a
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	color: #983902;
	font-size: 22px;
	line-height:24px;
	border:solid 1px #ead7cc;
	border-width:1px 0;
	padding:13px 20px;
	margin:0 0 15px 0;
}

h3#reply-title {
	font-size: 22px;
	line-height:24px;
	margin:0 0 15px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 0px 20px;
	padding: 0 0 0 0px;
	position: relative;
}
.commentlist li.comment ul.children{padding:10px 10px 10px 10px; background-color:#eeecec; margin:0 0 40px 30px; }
.commentlist li.comment ul.children li{}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 0;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:5px;
	background-color:#eeecec;
}
.comment-body cite {
	font-style: normal;
	font-size:22px;
	line-height:24px;
}
.comment-body cite  a, .comment-body cite  a:visited{color:#555555;}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {
	font-style: normal;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #555;
	text-decoration:underline;
}
.reply a:hover,
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{position:absolute; top:4px; left:0;}
.commentlist .comment-body{width:auto; margin-top:4px; padding-left:60px; padding-bottom:40px }
*+html .commentlist .comment-body{margin-top:-20px}
.comment-body .time{font-size:11px; text-align:right; float:right; color:#959595}
.comment-body .time a, .comment-body .time a:visited{color:#959595}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentbox{background-color:#eeecec !important; padding:0 0 !important; margin:10px 0 20px 0}
#c-left{float:left; width:300px; margin-right:5px}
#c-right{float:right; width:320px;}
#commentform{padding:0 20px 10px 20px;}
#commentform label{margin-top:3px; font-size:14px; text-transform:uppercase;}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform .input{ 
	margin:4px 8px 10px 0px;
	width: 235px !important;
	height:20px; 
	padding:4px 2px;
	border:solid 1px #eeecec;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align:middle;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	font-family:Arial;
	}

#commentform .textarea{ 
	margin:4px 0px 10px 0px;
	padding: 4px 2px;
	border:solid 1px #eeecec;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align:top;
	box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);
	font-family:Arial;
	width:300px;
	height:152px
	}
#commentform input[type=submit]{
	margin-top:5px;
}
#respond .comment-reply{ background-color:#983902; color:#ebebeb; padding:10px 20px;}
*+html #respond .comment-reply{width:94%}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{padding-left:20px;}
li.comment #respond #c-left{float:left; width:320px; margin-right:5px}
li.comment #respond #c-right{float:right; width:280px;}
li.comment #respond #commentform .input{ 
	width: 200px !important;
	height:20px; 
	}

li.comment #respond #commentform .textarea{ 
	width:320px;
	height:152px
	}

.children #respond #c-left{float:left; width:270px !important; margin-right:5px}
.children #respond #c-right{float:right; width:280px}
.children #respond #commentform .input{ 
	width: 200px !important;
	height:20px; 
	}

.children #respond #commentform .textarea{ 
	width:270px !important;
	height:152px
	}
 

h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
}


/* =Widget Areas
-------------------------------------------------------------- */
.box{background-color:#eeecec; padding-bottom:10px; margin-bottom:40px}
.box .widget-title{ background-color:#983902; color:#ebebeb}
#sidebar .widget-title{margin-bottom:0; padding:10px 20px}
#sidebar ul{ list-style-type:none; margin:0; padding:0; list-style-position:outside !important}
#sidebar li{color:#555;}
#sidebar ul ul{ list-style-type:none; margin:0; padding:10px 20px;}
#sidebar .box li li{color:#555; padding-bottom:7px; margin-bottom:7px;}
#sidebar .box li li{border-bottom:solid 1px #cecece\9;}
#sidebar .box li li{
	background: url(images/list.gif) 0 6px no-repeat;
	background: url(images/double-line.gif) left bottom repeat-x, 
				url(images/list.gif)  0 6px no-repeat;
	padding-left:10px;
	
	
}
#sidebar ul.children{padding-left:10px;}
#sidebar ul.children li:last-child{
	background: url(images/list.gif)  0 6px no-repeat;
				margin-bottom:0px !important;
				padding-bottom:0 !important;
}
*+html .box ul.children li:last-child{border:0;}
#sidebar ul li a, #sidebar ul li a:visited{color:#555;}
#sidebar ul li a:hover{text-decoration:none; color:#7b7b7b}
.textwidget{padding:0px 0px;}
#sidebar blockquote{padding:0; margin:0 0 10px; 0}
#calendar_wrap{padding:10px 10px;}
.widget-col{float:left; padding-right:15px;}
.widget-col.last{ padding:0 0 0 15px; background-image:url(images/double-line-ver.gif); background-repeat:repeat-y;}

.widget_search{text-align:center;}
.widget_search .widget-title{text-align:left;}
#sidebar #searchform{margin:0px auto; padding:20px 0px 0px 20px; }

.widget-single-col{width:47%; float:left; margin-right:6%;}
.widget-single-col.last{margin-right:0;}
.widget-single-col .widget-title{margin-bottom:0; padding:10px 20px}
.widget-single-col ul{ list-style-type:none; margin:0; padding:0; list-style-position:outside !important}
.widget-single-col ul ul{ list-style-type:none; margin:0; padding:10px 20px;}
.widget-single-col li{margin-bottom:0px !important;}
.widget-single-col li li{color:#555; background-image:url(images/double-line.gif); background-repeat:repeat-x; background-position:bottom; padding-bottom:15px; margin-bottom:15px !important;}
.widget-single-col .more, .widget-single-col .more:visited{text-decoration:underline; background:none; padding:0}
.widget-single-col .more:hover{text-decoration:none;}



/* BOTTOM */
#bottom{min-height:260px; background-color:#eeecec; width:940px; padding:30px 40px 10px 40px;}
#bottom .widget-title{ background-image:url(images/double-line.gif); background-repeat:repeat-x; background-position:bottom; padding-bottom:7px; margin-bottom:7px;}
#bottom ul{ list-style-type:none; padding:0px; margin:0;}
#bottom ul li li{color:#737373;  padding-bottom:7px; margin-bottom:7px;}
#bottom li li{border-bottom:solid 1px #cecece\9;}
#bottom ul li li{
	background: url(images/list.gif) 0 6px no-repeat;
	background: url(images/double-line.gif) left bottom repeat-x,
	url(images/list.gif)  0 6px no-repeat;
	padding-left:10px;
}
#bottom ul.children{padding-top:7px;}
#bottom ul.children li:last-child{
	background: url(images/list.gif)  0 6px no-repeat;
				margin-bottom:0px !important;
				padding-bottom:0 !important;
}
*+html #bottom ul.children li:last-child{border:0 !important;}
#bottom ul li a, #bottom ul li a:visited{color:#737373 !important;}
#bottom ul li a:hover{text-decoration:none; color:#7b7b7b !important}
ul.social li{
	background: url(images/double-line.gif) left bottom repeat-x;
	background: url(images/double-line.gif) left bottom repeat-x,
	url(images/list-transparent.gif)  0 6px no-repeat !important;
	padding-left:0 !important
}
ul.social li a, ul.social li a:visited{background:none !important; }
#bottom #searchform{margin:0px 0px 0px 0px; padding:10px 0px 0px 0px;}
#bottom #form-bg div{padding:0px 40px 0px 10px; width:130px; background-image:url(images/bg-search.png); background-repeat:no-repeat;}
#bottom #searchform .inputbox{width:120px; background-image:none; background:transparent; border:0px; padding:5px 0px 5px 0px; color:#999999; font-size:11px; }
.widget-bottom{padding-bottom:20px;}
#bottom .textwidget{padding:0 0px;}
#bottom #calendar_wrap{padding:10px 0px;}


#searchform{margin:0px auto; padding:10px 0px 0px 0px;}
#form-bg div{padding:0px 40px 0px 10px; width:130px; background-image:url(images/bg-search.png); background-repeat:no-repeat;}
#searchform .inputbox{
	width:120px;
	background-image:none;
	background:transparent;
	border:0px;
	padding:5px 0px 5px 0px;
	color:#999999;
	font-size:11px;
	font-family:Arial;
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; /* Safari, Chrome */
	border-radius: 0px; /* CSS3 */
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
}
#searchform #searchsubmit{
	background:none;
	border:0px;
	width:35px;
	height:30px;
	background-color:transparent;
	background-image:transparent;
	position:absolute;
	right:0;
	top:0px;
	padding:0;
	margin:0;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; /* Safari, Chrome */
	border-radius: 0px; /* CSS3 */
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
	}
	
#form-bg{position:relative; width:172px;}

/* Ts Posts Cycle */
.widget-container{position:relative;}	
.next{background-image:url(images/next.gif); background-repeat:no-repeat; width:9px; height:7px; display:block; position:absolute; right:45px; top:8px; cursor:pointer; background-position:0px 0px}
.prev{background-image:url(images/prev.gif); background-repeat:no-repeat; width:9px; height:7px; display:block; position:absolute; right:25px; top:8px; cursor:pointer; background-position:0px 0px}
.wdt-title{display:block; padding:4px 0}
.wdt-title a, .wdt-title a:visited{font-weight:bold !important;}

/* Ts Recent Posts */
ul.latestpost li{padding:0 0 20px 0 !important; margin-bottom:20px !important; background-image:none ; min-height:64px}
ul.latestpost li{
	background: url(images/double-line.gif) left bottom repeat-x,
	url(images/list-transparent.gif)  0 6px no-repeat !important;
	padding-left:10px;
}

ul.latestpost li .datetime{ color:#959595;}
ul.latestpost li .wd-title{font-weight:bold;}
ul.latestpost li .more{line-height:35px; display:inline; color:#983902 !important; text-decoration:underline; }
ul.latestpost li .more:hover{text-decoration:none; color:#a03e06 !important;}


#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:90% !important;
	border:solid 1px #fff !important;
}
#wp-calendar caption {
	font-size: 14px;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}


/* =Footer
-------------------------------------------------------------- */
#footer{min-height:70px; background-color:#983902; color:#fff; width:1020px;}
#footer-text{padding:20px 40px 0 40px}


/* column list */
.four_column{list-style-type:none;  margin:0px 0 20px 0; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px 0 20px 0; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none;  margin:0px 0 20px 0; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none;  margin:0px 0 20px 0; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

/* column */
.one_half{ width:49%; }
.one_third{ width:32%; }
.one_fourth{width:23.5%; }
.one_fifth{width:18.4%;}
.three_fourth{width:74.5%;}
.one_half,.one_third,.one_fourth, .three_fourth, .one_fifth{ margin-right:2%; float:left; }
.last{ margin-right:0 !important; }


.last, .nomargin{ margin-right:0 !important; clear:right; }


#description-box{margin:0px 0px; width:920px; float:left; background-image:url(images/bg-content.gif); background-repeat:repeat-y;}
#pic-placeholder{float:left; width:600px; padding:20px 20px 20px 0px;}
#desc-placeholder{float:left; width:279px; padding:20px 0px 20px 20px; }

/* Dropcaps */
.letercap{
	color:#797979;
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;}
.bk-right{ float:right; width:30%; margin-left:20px;}
.bk-left{ float:left; width:30%;}

/* Highlight */
.highlight1{padding:1px 4px;background-color:yellow;color:#111;}	
.highlight2{padding:1px 4px;background-color:#111;color:#eee;}	


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #f2f2f2;margin-bottom:18px;}
table,td,th { text-align:center;}
th{color:#666;text-transform:uppercase;}
tfoot td{border:0px;}
th,tr:hover{background-color:#ececec;}
table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 10px;
}
tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 10px;
}
tr.odd td {
	background: #F2F7FC;
}


/* Easy Contact Plugin Styling */
div.formcontainer{
	clear: both;
	overflow: hidden;
	width: 100%;
}

div.formcontainer span.required {
	color: #FF0000;
}
div.formcontainer p.error,
div.formcontainer p.important,
div.formcontainer p.information,
div.formcontainer p.success {
	line-height: 250%;
	width: 95%;
	font-size:11px;
	color:#ff0000;
}
div.formcontainer form.contact-form {
	clear: both;
	float: none;
}
div.formcontainer form.contact-form fieldset {
	color: #777;
	margin: 0.5em 0 1.5em 0;
}
div.formcontainer form.contact-form fieldset legend {
	text-transform:capitalize;
}
div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
div.formcontainer form.contact-form fieldset div.form-label label,
div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
div.formcontainer form.contact-form fieldset div.form-input,
div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0;
}
div.formcontainer form.contact-form fieldset div.form-input input{
	background-color:#fbfbfb;
	border:solid 1px #e0e0e0;
	margin-bottom:8px;
	margin-right:20px;
	width:178px;
	padding:8px 5px
}
div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	background-color:#fbfbfb;
	border:solid 1px #e0e0e0;
	margin-bottom:10px;
	width:378px;
	padding:8px 5px
}
div.formcontainer form.contact-form fieldset div.form-input input.error, div.formcontainer form.contact-form fieldset div.form-textarea textarea.error {
	background-color: #fff;
}
div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
div.formcontainer form.contact-form fieldset div.form-option,
div.formcontainer form.contact-form fieldset div.form-submit {
	display: block;
	float:none;
	margin: 1em 0 0 0;
	width:100%;
}
div.form-submit input.button:hover{color:#fff; text-decoration:none;}

div.formcontainer form.contact-form fieldset div.form-submit input {

}
div.formcontainer fieldset { border:0px solid #ddd; padding:0px;}
div.formcontainer fieldset legend { padding:0px; font-weight:bold; padding:0px; color:#777; padding-left:1px; background-color:transparent; }
* html div.formcontainer fieldset legend, *+html div.formcontainer legend{margin-left:-6px;}

#map{margin-bottom:40px;}
.widget-text{padding:10px 20px;}

/* Breadcrumb */
#breadcrumbs{padding:7px 0px 5px 0px;}

/* Adrotate */
.adrotate_widget img{text-align:center !important; margin:10px 0 0 20px}


/* Flickr */
#flickr {text-align:center !important;}
#flickr img {
margin:4px 4px 0px 4px !important;
padding:1px;
border:1px solid #ccc;
width:70px;
height:70px;
}
.flickr_badge_image{ display:inline-block !important}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}


/* WP-PageNavi plugin */
.wp-pagenavi {vertical-align:middle; clear:both; padding:20px 0}
.wp-pagenavi a, .wp-pagenavi a:visited{
	color:#fff !important;
	background-color:#983902;
	padding:8px 10px !important;
	margin-right:10px !important;
	border:0 !important;
}
.wp-pagenavi a:hover{
	background-color:#cecece !important;
	color:#555555 !important;
	padding:8px 10px !important;
	margin-right:10px !important;
	border:0 !important;
}
.wp-pagenavi span.current{
	background-color:#cecece;
	color:#555555 !important;
	padding:8px 10px !important;
	margin-right:10px !important;
	border:0 !important;
	}
	
.wp-pagenavi .pages, .wp-pagenavi .extend {
	color:#fff !important;
	background-color:#983902;
	padding:8px 10px !important;
	margin-right:10px !important;
	border:0 !important;
}

/* TS - Display plugin */
#ts-display h2{margin:15px 0px 12px 0px !important; text-transform:none; font-size: 22px !important; line-height:24px !important}
#ts-display.one-column h2{margin:15px 0px 12px 0px !important; text-transform:none; font-size: 22px !important; line-height:24px !important}
.displaymore{
	background-image:url(images/bg-but.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	color:#fff !important;
	padding:6px 20px !important;
	border:solid 1px #873200;
	background-color:#571f00;
	cursor:pointer;
	font-size:11px;
	font-family:Arial;
	-moz-border-radius: 0px; /* Firefox */
	-webkit-border-radius: 0px; /* Safari, Chrome */
	border-radius: 0px; /* CSS3 */
	text-align:center;
	text-decoration:none !important;
}
*+html .displaymore{
	padding:4px 20px 8px 20px !important; height:16px !important; display:inline-block
}
.displaymore:hover{color:#fff; background-position:0 -26px; background-color:#943502}
#ts-display.one-column img{
	background-image:url(images/glow-img-pf.gif); background-repeat:no-repeat; background-position:bottom; padding-bottom:18px;
}
#ts-display.two-column img{
	background-image:url(images/glow-img-pf2.gif); background-repeat:no-repeat; background-position:bottom; padding-bottom:18px;
}
#ts-display.three-column img{
	background-image:url(images/glow-img-pf3.gif); background-repeat:no-repeat; background-position:bottom; padding-bottom:18px;
}
#ts-display.four-column img{
	background-image:url(images/glow-img-pf4.gif); background-repeat:no-repeat; background-position:bottom; padding-bottom:18px;
}