/*  
Theme Name: Sevenwonders
Theme URI: http://www.templatesquare.com/
Description: SevenWonders is a clean and modern wordpress theme that Fully Responsive, which mean the layout will adapt depending on the device screen size.
Version: 1.2
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: blog, widgets, admin option, two-columns, responsive, flexible 960 grid
*/



/* =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:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}

/* links */
a, a:visited, .colortext {text-decoration:none; color:#fc8607}
a:hover{text-decoration:underline;}
a img{border:1px}


/* image */
img{max-width:100%;}
.frame{padding:5px; border:solid 1px #e6e6e6; overflow:hidden}
.frame img{display:block;}

/* heading */
h1, h2{margin-bottom:15px;}
h3, h4, h5, h6{margin-bottom:12px;}
h1 {font-size:36px; line-height:30px;}
h2 {font-size:20px; line-height:24px;}
h3 {font-size:16px; line-height:20px;}
h4 {font-size:15px; line-height:20px;}
h5 {font-size:14px; line-height:20px;}
h6 {font-size:13px; line-height:20px;}
h1, h2, h3, h4, h5, h6{font-family:Corbel; font-weight:normal; color:#4d4d4d}
.pagetitle{font-size:22px; line-height:24px}



/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#e9e9e9;
	background-color:#e9e9e9;
	background-repeat:repeat-x;
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

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, .quote {
	font-style:italic;
	margin:0px 0 20px 0px;
	padding:6px 0 0 0;
	clear:both;
	font-size:16px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif
	}
	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

pre {
	background: #f7f7f7;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
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 {
	position: absolute;
	left: -9000px;
}

.nomargin{margin-right:0px !important;}




/* CONTAINER
-------------------------------------------------------------- */
#wrapper{padding:8px 0 0 0}
#wrapper-top{min-height:60px;}
#wrapper-beforeheader{padding:9px 0}
#wrapper-header{}
#wrapper-header.inner{}
#wrapper-content{padding:40px 0;}
#wrapper-beforefooter{padding:20px 0;}
#wrapper-footer{padding:20px 0; border-bottom:solid 5px #000}

#top{}
#header{padding:34px 0 34px 0}
#header.noslogan{padding:10px 0 10px 0}
#content{}
#maincontent{}

#sidebar.positionleft{float:left;}
#maincontent.positionright{float:right;}



/* TOP AREA & MENU
-------------------------------------------------------------- */
#logo{float:left;}
#nav{position:relative;	z-index:200;float:left;padding:0;}
#nav select {
  display: none;
}
#topnav{
	margin:15px 0 0 0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:right;
	font-family:corbel;
	text-transform:uppercase
  }
#topnav ul {margin:0;padding:0;list-style-type:none;}

#topnav li {
	margin: 0 0 0 25px;
	padding: 0;
	float:left;
	height:32px;
  }
#topnav a {
	display: block;
	line-height: 32px;
	margin: auto 0;
	padding:0 0 15px 8px;
	font-size:12px;
	text-decoration:none;
	text-align:left;
  }
#topnav li a:hover{
	color: #fc8607;
	text-decoration: none;
	display: block;
  }
  
#topnav .current_page_item > a, #topnav  .current_page_item > a:hover,
#topnav .current_page_parent > a, #topnav .current_page_parent > a:hover,
#topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover,
#topnav .current-menu-item > a, #topnav .current-menu-item > a:hover {
	color:#fc8607
}


#topnav li ul {
	  list-style: none;
	  position: absolute;
	  width: 170px;
	  top: 45px;
	  left: -999em;
	  padding:0 0 0px 0;
	  z-index:10;
  }
#topnav li:hover ul, #topnav li.sfhover ul {
	  left: auto;
	  margin-left:-10px
  }
#topnav li ul li:hover ul {
	 left: 90%;
	 top: -1px;
}
#topnav li li {  
	margin: 0;
	padding: 0;
	width: 170px;
	left: auto;
	height:auto !important;
	position:relative!important;
}
	
#topnav li li a {
	width: 140px;
	font-size:11px;
	line-height:18px;
	margin: 0;
	padding: 8px 15px 8px 15px;
  }
	
#topnav li li a:hover {
  padding: 8px 15px 8px 15px;
  }
 
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}

 /*** BEFORE HEADER ***/
#toptext{float:left;}
#sn{float:right;}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0; float:right; height:22px} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 4px; display:inline} 
.sn span{height:22px; width:22px; display:inline;display:inline-block}



/* HEADER AND SLIDER
-------------------------------------------------------------- */
#header-text{text-align:center; padding:0 0px}
#header-text h1{font-size:24px; font-family:corbel; margin-bottom:0}
#header-text p{margin:15px 0 0 0;}

#slider-container{margin:40px 0 0 0; height:415px; position:relative; overflow:hidden;}
#slider-container.noslogantext{margin:0px 0 0 0 !important;}
#slider-container.nonavigation{height:327px}

#slider{height:327px; position:relative}
#slider img{display:none;}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin:0 10px;
	bottom:0;
	border:solid 1px #e6e6e6;
	padding:3px;
}
#slider .nivo-controlNav{position:absolute; bottom:-94px; width:786px; margin:0 auto; left:78px; overflow:hidden}
#slider .nivo-control img{width:70px; height:50px;}
#slider .nivo-control.active img{border:solid 1px #a2a2a2;}

.opacity-top{position:absolute; top:0; background:url(images/opacity_frame_slider.png) repeat; width:940px; height:10px; z-index:10}
.opacity-bottom{ position:absolute; bottom:88px !important; background:url(images/opacity_frame_slider.png) repeat; width:940px; height:10px; z-index:10}
#slider-container.nonavigation .opacity-bottom{bottom:0px !important; }

#slogantext{font-size:17px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; text-align:center; }

/* cycle slider */
#slidercycle-container{position:relative; height:327px}
#slidercycle{margin:0; padding:0; list-style-type:none;}
#slidercycle li{width:940px; height:327px; margin:0; padding:0}
.slidertext{background:url(images/opacity.png) repeat; position:absolute; z-index:2; left:20px; bottom:30px; width:325px; padding:20px 20px 20px 20px}
.slidertext h1{font-size:16px; margin-bottom:8px}
.slidertext h1 a:hover{text-decoration:none;}
#nextslide{width:31px; height:31px; z-index:100; position:absolute; right:20px; bottom:30px; background:url(images/butnext.png) no-repeat; cursor:pointer}
#prevslide{width:31px; height:31px; z-index:100; position:absolute; right:60px; bottom:30px; background:url(images/butprev.png) no-repeat; cursor:pointer}


/* CONTENT
-------------------------------------------------------------- */
.gridcolumn{padding:40px 0;  background-color:#f6f6f6; text-align:center; font-size:14px; line-height:22px}
br.sep{line-height:30px;}
.center{text-align:center;}
.smalldate{color:#b1b1b1; font-style:italic; font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; display:block; margin-bottom:15px;}
.smalldate a,  .smalldate a:visited{color:#b1b1b1;}
#row3 .frame{margin-bottom:8px}
.title{margin-bottom:30px; text-align:center; height:36px;}
.title h1{font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; line-height:normal !important; color:#818181; display:inline-block; padding:0px 10px; margin:0px; height:36px;}
.f-left{background:url(images/f_left.png) no-repeat left center; height:36px; width:36px; display:inline-block; padding:0px 0 0 0}
.f-right{background:url(images/f_right.png) no-repeat right center; height:36px;  width:36px; display:inline-block; padding:0px 0 0 0}
.titletext{display:inline-block; vertical-align:top; padding:2px 0 0 0; height:34px }

#twitter{}
#twitter h2{}
#twitter #twitter_update_list{height:auto !important; margin:0;}
#twitter li{background:none; padding:0; margin-bottom:0px !important; list-style-type:none}

#bottomslogan p:before{content: '"'; }
#bottomslogan p:after{content: '"'; }



/* form & button */
form{margin:0; padding:0;}
input[type="text"],
textarea {
	padding: 6px;
	border:0px;
	color:#999999;
	font-size:11px;
	border:solid 1px #e6e6e6; 
	background:#fff
}
textarea:focus{outline:0;}

.button, input[type="submit"]{
	display:inline-block;
	padding:4px 15px; 
	color:#878787;
	border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	cursor:pointer
}
.button:hover,  input[type="submit"]:hover{text-decoration:none; background-position:0 -29px; color:#878787; }
.button:visited{color:#878787;}
input[type="submit"]{padding:6px 15px; }


/* Separator */
.separator {
	display:block;
	height:25px;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	height:60px;
	text-align:center;
	width:100%;
	clear:both;
	margin:0px;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:center;
}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #cfcfcf;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#f4f4f4;}
table {
	border: 1px solid #cfcfcf;
	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 24px;
}
tr td {
	border-top: 1px solid #cfcfcf;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}



/* CONTACT */
.red{color: #FF0000;}
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"]{
	margin-bottom:6px;
	padding:8px 5px;
	font-size:11px;
	width:60%;
}

#sidebar .wpcf7 input[type="text"]{
width:95%;
}
.wpcf7 textarea{
	margin-bottom:7px;
	padding:8px 5px;
	font-size:11px;
	width:80% !important
}

#sidebar .wpcf7 textarea{
width:95% !important;
}

.wpcf7 .wpcf7-submit{
}

.wpcf7 .wpcf7-submit:hover{
}



/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
	background: #f6f6f6;
	border-top: 4px solid #d8d8d8;
	padding: 0px;
}
.post{margin-bottom:40px;  position:relative; padding-bottom:50px;}
.post .posttitle{margin-bottom:10px}
#singlepost .posttitle{text-align:left;}
.posttitle a:hover{text-decoration:none}
.post.single{margin-bottom:0px; padding-bottom:0px; border:0;}
.entry-utility{font-size:11px; color:#878787}
#singlepost .entry-utility{text-align:left;}
.entry-utility a, .entry-utility a:visited{color:#878787;}
.entry-utility span{padding:0 20px 0 0;}
.entry-utility img{vertical-align:middle; margin:0 6px 0 0}
#postcontent.entry-content{padding:20px 0 0 0;}
#postcontent.entry-content .frame{margin-bottom:10px;}
.entry-content{padding:0;}
.entry-content .frame{margin-bottom:10px;}

#searchresult .posttitle{ text-align:left; margin-bottom:0; font-size:16px}
#searchresult .entry-content{padding:5px 0 0 0; margin:0 }
#searchresult .entry-content p{margin:0;}
#searchresult  .post{margin-bottom:0; padding-bottom:20px; background:transparent}

#relatedpost{
	border:solid 1px #e2e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background:url(images/bg-box.html) repeat-x;
	margin-bottom:30px;
	padding:24px;
}
#relatedpost h3{ float:left; margin-right:80px}
#relatedpost ul{
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
	clear:right;
}
#relatedpost ul li{border-bottom:dotted 1px #ccc; padding-bottom:7px; margin-bottom:7px;}
#relatedpost .entry-small{}
.tpost {}
.tpost a, .tpost a:visited{}

/* author */
h2.title-author{ font-size:16px;}
#entry-author-info {
	clear: both;
	padding:0 0 20px 0;
	margin-bottom:30px;
	position:relative;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:0;
}
.avatar{padding:5px !important}
#entry-author-info #author-description {
	margin: 0 0 10px 85px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}
#author-description span.author{ font-weight:bold;}

/* attachment pages wordpress */

.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 */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

#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: 11px;
}
#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: 11px;
	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 {

	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
	font-size:13px;
	text-transform:uppercase;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size:13px;
	text-transform:uppercase;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 10px 0;
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	line-height:24px;
	padding:13px 0px;
	margin:0 0 20px 0;

}

h3#reply-title {
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 10px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:13%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-size:12px;
	line-height:14px;
	color:#4d4d4d;
	font-style:normal;
}
.comment-body cite  a, .comment-body cite  a:visited{color:#65696a;}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	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 0px 0px;
	font-size:10px;
	color:#878787;
	 
}
.reply a.comment-reply-link{padding-right:12px; color:#878787;}
.edit-link{float:right;}
a.comment-edit-link {
	color:#555;
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.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: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:0px;}
.commentlist .comment-body{width:auto; margin-bottom:20px !important; margin-left:80px; padding:10px; background:#f6f6f6 }
.commenttext{margin-right:65px; overflow:hidden; margin:10px 65px 0 0}
.commentlist .comment-body p{margin-bottom:20px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:-15px}
.comment-body .time{margin-bottom:11px; font-size:10px; }
.comment-body .time a, .comment-body .time a:visited{color:#878787;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
	
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#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{ font-size:12px;}
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;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border: 0px !important;
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border: 0px !important
}
#today{font-weight:bold}

/* SIDEBAR */
.widget-title{
	font-weight:normal;
	font-size:18px;
	padding:0 0 0 0;
	margin-bottom:12px !important;
	color:#818181
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	
}
#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	color:#818181
}
#sidebar ul li a, #side ul li a:visited{}
#sidebar .widget-container{margin-bottom:40px; padding-left:20px; position:relative}
#sidebar.positionleft .widget-container{padding:0 20px 0 0;}
#sidebar .widget-container.nomargin{margin-bottom:0;}
#sidebar li li{
	list-style-type:none;
	margin:0 0 6px 0;
	padding:0 0 6px 22px;
	border-bottom:solid 1px #eaeaea;
	background:url(images/arrow.png) no-repeat 2px 6px;
}
#sidebar li li a{ color:#818181; padding:0 0 0 0; }
#sidebar li li h3 a{padding:0; color:#4d4d4d}
#sidebar li li a:hover{color:#999999; text-decoration:none}

#sidebar .latestpost {padding:0 0 0 0;}
#sidebar .latestpost li{padding:0 0 15px 0; margin-bottom:15px; background:none;}
.latestpost li span{display:block;}
.latestpost .lp-date{font-style:italic; font-size:11px; padding:5px 0 0 0}
.latestpost .lp-date a, .latestpost .lp-date a:visited{}
.latestpost .lp-date a:hover{}
.latestpost li a, .latestpost li a:visited{}
.latestpost li a:hover{}
.latestpost .lp-title a:hover{text-decoration:none;}

#sidebar #flickr .frame{margin-bottom:12px;}
#sidebar #flickr .alignleft{margin-right:13px;}


#sidebar ul.sub-menu, #sidebar ul.children{margin:0 0 0 0; }
#sidebar ul.sub-menu li, #sidebar ul.children li{margin-bottom:0px; background-position:0 5px; border:0; padding:0; margin:3px 0}
#sidebar ul.sub-menu li, #sidebar ul.children li{padding-left:20px}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child{padding-bottom:0px; margin-bottom:0; border-bottom:0; }


/* PLUGIN
-------------------------------------------------------------- */
#breadcrumb a, #breadcrumb a:visited{color:#909090;}
#breadcrumb a.current{color:#2a2a2a;}

/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:10px 0 0 0; 	color:#555555; }


/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #666;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px; background-color:#989898; color:#fcfcfc}	
.highlight2{padding:2px 5px; background-color:#666666;  color:#fcfcfc}	

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0;
	float:right;
	font-style:italic;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	width:50%;
	clear:both;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:20px 0px 0px 0px;}

ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	line-height:31px;
	height:29px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	
}
ul.tabs li:hover{}
ul.tabs li a {
	text-decoration: none;
	color: #4d4d4d;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {}
ul.tabsli.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {color:#919191}
html ul.tabs li.active a{ color:#919191; }
#tab-body{
	border:solid 1px #e7e7e7;
	background: #ffffff;

}
.tab-content {padding: 30px 25px}


/* jQuery Toggle */
h2.trigger {
	padding:5px 15px;
	margin: 0 0 1px 0;
	width:auto;
	font-size:14px;
	font-weight: normal;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#919191;
	background: url(images/right.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:15px;
	cursor:pointer;
}
h2.active{}
h2.active span{background: url(images/down.gif) no-repeat;background-position:0px 8px !important;}
h2.trigger a:hover {
	color: #454545;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 0;
	padding: 0;
	overflow: hidden;
	width: auto;
	clear: both;
	border-width:0px 1px;
}
.toggle_container .block {
	padding: 10px;
}
.toggle_container .block p {
	padding:0;
	margin: 0 0 5px 0;
}



/*  TESTIMONIAL  */
.ts-testimonial{padding:0 0 30px 0; margin-bottom:20px; border-bottom:solid 1px #eaeaea}
.ts-testimonial blockquote{margin:0 0 10px 0; padding:0; line-height:28px; font-size:16px; quotes: "\201C" "\201D"; background:transparent}
.ts-testimonial blockquote p{margin:0;}
.ts-testimonial blockquote p:before {
	content: '"'; 
}
.ts-testimonial blockquote p:after {
	content: '"'; 
}
.testi-desc{margin:0; font-size:14px; color:#fc8607}
	
/* PORTFOLIO */
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-display-pf-text{ line-height:20px;}
.ts-display-pf-text p{ margin-bottom:0;}
.ts-display-pf-text .more{	text-align:left; display:block; padding:5px 0 0 0}
.ts-display-pf-text .more:hover{}

.ts-display-pf-img{
    border:1px solid #e6e6e6; padding:5px;
	overflow:hidden;
}
.ts-display-pf-img a.image{
	display:block;
	position:relative;
	overflow:hidden;
}
.ts-display-pf-img a .rollover{
	background:url(images/hover-zoom.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-display-pf-img a .rollover.gotolink{
	background:url(images/hover-link.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}
.ts-display-pf-img a .rollover.gotopost{
	background:url(images/hover-doc.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

.ts-display-pf-img a.image{
	width:100%;
	height:100%;
}

.ts-display-pf-img a .rollover{
	width:100%;
	height:100%;
}


/* 2 column */
#ts-display-pf-col-2{list-style-type:none; padding:0; margin:0;}
#ts-display-pf-col-2 li{list-style-type:none; padding:0; margin-bottom:20px; }
#ts-display-pf-col-2 li.nomargin{margin-right:0; }
#ts-display-pf-col-2 h3{margin-bottom:8px;}

#ts-display-pf-col-2 .ts-display-pf-img, #ts-display-pf-col-2 img{
	width:448px;
	height:191px;
}
#ts-display-pf-col-2 .ts-display-pf-text{
	margin-top:10px;
	margin-bottom:20px
}

/* 3 column */
#ts-display-pf-col-3{list-style-type:none; padding:0; margin:0;}
#ts-display-pf-col-3 li{list-style-type:none; padding:0; margin-bottom:20px;}
#ts-display-pf-col-3 li.nomargin{margin-right:0; }
#ts-display-pf-col-3 h3{margin-bottom:8px;}

#ts-display-pf-col-3 .ts-display-pf-img, #ts-display-pf-col-3 img{
	width:288px;
	height:140px;
}
#ts-display-pf-col-3 .ts-display-pf-text{
	margin-top:10px;
	margin-bottom:20px
}

/* 4 column */
#ts-display-pf-col-4{list-style-type:none; padding:0; margin:0;}
#ts-display-pf-col-4 li{list-style-type:none; padding:0; margin-bottom:20px;}
#ts-display-pf-col-4 li.nomargin{margin-right:0; }
#ts-display-pf-col-4 h3{margin-bottom:8px;}

#ts-display-pf-col-4 .ts-display-pf-img, #ts-display-pf-col-4 img{
	width:208px;
	height:112px;
}
#ts-display-pf-col-4 .ts-display-pf-text{
	margin-top:10px;
	margin-bottom:20px
}

.ts-display-pf-tex.nodesc{margin-bottom:0 !important;}

/* slideshow and client info in single portfolio */
.clienturl{margin-top:-15px;}
#portfolio-gallery #frame-slider-portfolio{width:608px; height:408px; float:left; position:relative; margin-right:30px;
}
#portfolio-gallery #frame-slider-portfolio #sliderportfolio{list-style-type:none; margin:0; padding:0; height:408px; }

#portfolio-gallery #frame-slider-portfolio #slide-nav{position:absolute;  bottom:-30px; z-index:30; width:100%; text-align:center; }
#portfolio-gallery #slide-nav a{
	background: url(images/but-slide.png) no-repeat scroll 50% 50%;
	display:inline;
	display:inline-block;
	zoom:1;
	font-size:0px;
	width:11px;
	height:11px;
	margin:3px;
	outline-style:none;
	outline-width:medium;
	padding:0px;
	cursor:pointer;
}
#portfolio-gallery #slide-nav .activeSlide {background: url(images/but-slide-selected.png) no-repeat scroll 0% 50%;}



/* FOOTER */
#copyright, #copyright a. #copyright a:visited{color:#8c8c8c;}
#footnav{list-style-type:none; margin:0; padding:0; float:right; clear:right}
#footnav li{list-style-type:none; margin:0 0 0 10px; padding:0; float:left; color:#8c8c8c}
#footnav li a, #footnav li a:visited{color:#8c8c8c;}
#footnav li.current a{color:#8e8e8e;}


