/*  
Theme Name: Newspaper
Theme URI: http://www.templatesquare.com/
Description: Newspaper is a clean and simple wordpress theme for blog and magazine websites. 
Version: 1.0
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, editor-style, theme-options, translation-ready
*/



/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

* {
	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! */
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}

/* links */
a, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}


/* heading */
h1, h2, h3{margin-bottom:20px;}
h4, h5, h6{margin-bottom:18px;}
h1	{font-size:22px; line-height:26px}
h2	{font-size:18px; line-height:22px}
h3	{font-size:16px; line-height:20px}
h4	{font-size:15px;}
h5	{font-size:14px;}
h6	{font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; line-height:normal; font-family:'Oswald', Arial, san-serif;}
.titleRegular{font-weight:400}
.titleSemibold{font-weight:600}
.titleBold{font-weight:700}
.titleSection{margin-bottom:20px; text-transform:uppercase; padding:8px 10px 7px 10px; position:relative; margin-right:1px;}
.arrow-title{position:absolute; bottom:0; right:0; height:10px; width:9px}
.titleUppercase{text-transform:uppercase;}
.pagetitle{font-family:'Oswald', Arial, san-serif; font-size:18px; margin-bottom:22px; text-transform:uppercase; padding:8px 10px 7px 10px; position:relative; margin-right:1px;}

/* Text elements */
hr {
	border-width:0;
	height:20px;
	line-height:0;
	margin:0px;
	margin-bottom:40px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

p {
	margin-bottom:20px;
	font-size:12px;
}

ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li, ol li{ padding-bottom:10px;}
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 {
    background-image: url("images/quote.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 20px 0;
    padding: 0 10px 0 50px;
	font-family:'Cuprum', Arial;
}
	
	
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:0px;}
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:solid 4px #ebebeb;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #ebebeb;
	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;
}

/* Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear, .clr {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth						{margin-right: 2%; margin-left:2%; position:relative; float:left;}

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth									{ width:22%; }
.one_fifth									{ width: 16.8%;}
.one_sixth 									{ width: 13.3333%;}

.two_third									{ width: 65.3332%;}
.two_fourth 								{ width: 48%;}
.two_fifth 									{ width: 37.6%;}
.two_sixth 									{ width: 30.6666%;}

.three_fourth								{ width:74%;}
.three_fifth 								{ width: 58.4%;}
.three_sixth 								{ width: 47.9998%;}

.four_fifth 								{ width: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols									{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }




/* CONTAINER
-------------------------------------------------------------- */
#bodychild{
	width:100%;
	margin:0;
}
#outercontainer{width:1000px; margin:36px auto;}
#outerheader, #outerslider, #outerbeforecontent, #outermain,  #outerfootersidebar, #outerfooter{width:100%; margin:0 auto}
.container{position: relative; width:940px; margin:0 auto; padding:0;}


/*** BEFORE HEADER ***/
#topmenu{text-align:right; padding-bottom:15px}
#menu-topmenu{list-style-type:none; padding:0; margin:0; font-size:12px; line-height:18px;}
#menu-topmenu li{display:inline; padding:0 8px 0 0}
#menu-topmenu li:last-child{padding-right:0;}
#menu-topmenu li a{ padding:0 0 0 8px;}

/* HEADER & MENU
-------------------------------------------------------------- */
#top{padding:20px 0 0 0}
#logo{float:left; height:auto; padding-top:26px;}
#logo h1{margin-bottom:0; font-size:50px; line-height:54px}
#logo img{display:block; }
#headerright{float:right; padding-bottom:25px}

/* Menu */
#navigation{position:relative; z-index:200; margin:0; padding:0; float:none; clear:both; width:100%; height:45px;}

/* Nav Menu */
#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-size:14px;
	font-family:'Oswald', Arial, san-serif;
	text-transform:uppercase;
}
.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 		15px 20px 16px 20px !important;
	text-decoration:none;
	font-weight:normal;
}

.sf-menu li{}
.sf-menu li:first-child{background:transparent;}


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
	background:transparent;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			17em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li li{margin:0px 0px;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			-1px;
}
.sf-menu ul li a{
	padding:10px 20px!important;
	font-size:12px;
}

.sf-menu ul li a:hover{}
.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}


/* search */
#top #searchform{position:relative; float:right; margin-right:20px; margin-top:8px; }
#top #searchform .bgsearch{width:180px;}
#top #searchform input{ margin:0px;}
#top #searchform #s{width:80%; padding:7px 5px !important; border:0}
#top .searchbutton{background:#fff url(images/search-icon.png) no-repeat right center !important; border:0 !important; width:16px; height:14px; position:absolute; right:10px; top:6px;}


/* SLIDER
-------------------------------------------------------------- */
#slideritems{position:relative; width:330px; margin:5px 30px 20px 0; float:left}
#slides{list-style-type:none; padding:0; margin:0}
#slides li{display:none;}
#slides img{margin-bottom:10px;}
#slides p{margin-bottom:10px;}
#slides h1{font-family:'Oswald', Arial, san-serif; font-weight:400; font-size:16px; text-transform:uppercase; margin-bottom:14px; line-height:26px}
.posttext{padding-right:25px}
#slidernav{
	top:215px; 
	right:15px;
	position:absolute; 
	z-index:10; 
	
}
#slidernav a{
	width:11px;
	height:11px;
	background-image:url(images/button-slider.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	border:0px;
	margin-right:4px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
}
#slidernav a.activeSlide{
	background-position:0px -11px;
	margin-top:0px;
}



#headline{float:left; width:216px;}
#headline h1{font-size:16px; font-family:'Oswald', Arial, san-serif; margin-bottom:5px; text-transform:uppercase}
#headline ul{list-style-type:none; padding:0; margin:0}
#headline ul p{margin-bottom:5px;}
.smalldate{font-size:11px; font-style:italic; display:block; margin:0}
#headline .smalldate{margin-bottom:8px;}



#slideritems2{position:relative; width:582px; margin:5px 30px 20px 0;}
#slides2{list-style-type:none; padding:0; margin:0}
#slides2 li{min-height:390px}
#slides2 img{margin-bottom:10px;}
#slides2 p{margin-bottom:10px;}
#slides2 h1{font-family:'Oswald', Arial, san-serif; font-size:16px; text-transform:uppercase; margin-bottom:14px; line-height:26px}
#slides2 .posttext{border:0;}
#slideritems2 #slidernav{
	top:190px; 
	right:15px;
	position:absolute; 
	z-index:10; 
	
}




/* BEFORE CONTENT
-------------------------------------------------------------- */
#outerbeforecontent{text-align:center; padding:33px 0 40px 0}
#outerbeforecontent.noslider{margin:40px 0 0 0;}
#beforecontent h1{font-size:28px; margin:0 0 30px 0}


/* CONTENT
-------------------------------------------------------------- */
#outermain{padding:40px 0 60px 0;}
#maincontent{}
#content{float:left; width:582px;}
#content.positionright{float:right; }
#content.positionleft{ float:left;}
#content.positioncenter{padding:0 19px;}
.col-left{float:left; width:600px;}
.col-right{float:left; width:319px; padding-left:20px;}

br{height:1px; line-height:1px; font-size:0px; content:""; display:block;}
.indentleft{overflow:hidden;}
.margin_bottomoff{margin-bottom:0 !important;}
.marginsmall{margin-bottom:6px;}
.marginmiddle{margin-bottom:12px;}
.marginlarge{margin-bottom:30px;}
.center{text-align:center;}



.highlight-content{clear:both; padding:26px 0; text-align:center; margin-bottom:20px}
.highlight-content h1{margin:0 0 10px 0; font-size:28px}
.customtext{font-size:15px; font-family: 'Open Sans Italic', Arial; font-weight:400}

/* List */
.row-list{list-style-type:none; padding:0; margin:0}
.row-list li{padding:0; margin:0 0 25px 0}
.row-list .circle{margin-top:3px;}

.listSquareSmall{list-style-type:square; padding:0; list-style-position:inside; margin:0 0 20px 0;  text-transform:uppercase;}
.listSquareSmall li{padding:3px 0; margin:0 0 0 0; font-size:8px;}
.listSquareSmall li a{font-size:10px;}

.listColumn{list-style-type:none; padding:0; margin:0;}
.listColumn li{}

.listNolist{list-style-type:none; padding:0; margin:0; font-family: 'Open Sans', Arial; font-weight:400}
.listNolist li{font-size:13px}


/* list in contact area */
.noList{list-style-type:none; padding:0; margin:0;}
.noList li{clear:both}
.txtleft{float:left}
.txtright{float:right}



/* Circle*/
.circle{
	display: block;
	font-size:19px;
	line-height:35px;
	width:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	-khtml-border-radius:35px;
	border-radius:35px;
	text-align: center;
	margin:0 15px 0 0;
	font-family: 'Open Sans', Arial;
	font-weight:600
}


/* Images */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img[class*="wp-image-"], img[class*="attachment-"]{
	max-width:99%;
	height:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:6px;
	
}
.imgframe{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:6px;
	height:auto;
	display:block
}

.imgframe img{max-width:100%; height:auto; display:block;}




/* Separator */
.separator {
	display:block;
	height:20px;
	padding:0 0;
	text-align:center;
	width:100%;
	clear:both;
}


.separator.line{
	height:7px;
	margin:10px 0 30px 0;
}

/* form & button */
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:7px 5px;
	font-size:11px;
	font-family:Arial;
}

textarea{width:98%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button, .more-link{
	border:0px;
	padding:6px 15px 7px 15px;
	cursor:pointer;
	font-weight:400;
	font-size:12px;
	line-height:14px;
	font-family:'Oswald', Arial, san-serif;
	text-transform:uppercase;
	
}
.button:hover, input[type="submit"]:hover, button:hover{
	text-decoration:none;
}
.button.small{font-size:12px;}
.button.large{font-size:14px; line-height:15px; padding:9px 20px 10px 20px;}
.more-link{margin:20px 0 0 0; display:block; float:left; clear:both;}

#archivepost .more-link{margin:0;}

/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;text-transform:uppercase;}
td{padding:10px;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	padding: 6px 24px;
}
tr.odd td {
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{}
.post{margin-bottom:30px; padding:0 0 30px 0; clear:both;}
.postimg{margin-bottom:10px;}
.posttitle{margin:0 0 4px 0; text-transform:uppercase}
.posttitle, .posttitle a{font-size:16px; line-height:24px; font-family:'Oswald', Arial, san-serif;}
.posttitle a:hover{text-decoration:none;}
.entry-utility{padding:0; font-size:11px; font-style:italic}
.post .entry-content{padding:20px 0 0 0;}


#singlepost .post{}
#singlepost .entry-content{}

#searchresult .hentry p{ margin-bottom:0px}
#searchresult .entry-content{}

#postattachment .entry-utility{width:100%; float:none; padding:0}
.entry-attachment{margin-bottom:20px;}


/* author */
h2.title-author{ font-size:16px}
#entry-author-info {
	clear: both;
	margin-bottom:30px;
	position:relative;
	padding:20px;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:40px;
	right:20px;
	
}
.avatar{display:block; padding:4px; }
#entry-author-info #author-description {
	margin: 0 85px 10px 0; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:14px;}
#author-description span.author{display:block}

/* 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';
}


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.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;
	margin-bottom:15px;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin:0 0 20px 0;
	padding:0;
	max-width:100%;
	display:block;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-style:italic
}
.wp-caption .wp-caption-text {
	margin-bottom:0;
	padding: 8px 0 0 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.tag-links{padding:10px 0; display:block}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* navigation  */
.navigation {
	line-height: 20px;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
	font-size:12px;
	padding:8px 0;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	padding:0; font-size:12px; margin:30px 0 0 0; clear:both; text-align:right
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	line-height:24px;
	padding:0px 0px;
	margin:0 0 20px 0;
	text-transform:uppercase;
}

h3#reply-title {
	line-height:24px;
	margin:0 0 15px 0;
	text-transform:uppercase
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0px;
	position: relative;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:15.55%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {}
.comment-body cite {
	font-size:14px;
	line-height:14px;
	font-style:normal;
}

.comment-body cite  a, .comment-body cite  a:visited{}
.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 {
	
}
.commentlist .even {}
.commentlist .bypostauthor {}

.reply a.comment-reply-link{ }

.edit-link{float:none; clear:both; width:100%; display:block; padding:10px 0 0 0}
a.comment-edit-link {
	
}
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:30px !important; margin-left:90px; padding:25px;}
.commenttext{margin:0 0 0 0; padding:10px 0 0 0;}
.commentlist .comment-body p{margin-bottom:10px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:0}

.comment-body .fn{ font-size:12px;}
.comment-body .time{font-size:10px; padding:0 5px 0 20px}
.commentlist .comment-body .reply{font-size:10px;}
.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:3px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	width:95%;
	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: 100%;
	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;
	font-size:11px;
	
}

.widget_calendar #wp-calendar tr{}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	text-align:right;
	padding: 3px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	font-weight: bold;
	padding:3px;
	
}
.widget_calendar #wp-calendar tfoot tr{}
.widget_calendar #wp-calendar td#prev{text-align:left; padding-left:5px;}
.widget_calendar #wp-calendar td#next{text-align:right; padding-right:5px}
#today{font-weight:bold}


/*** SIDEBAR ***/
#sidebar1, #sidebar2{float:left; width:138px; border-left:solid 1px;}
#sidebar1{padding:0 19px; margin-left:20px;}
#sidebar2{padding:0 0 0 19px;}
#sidebar1.positionleft{float:left; padding:0 19px 0 0; margin-left:0; border-right:solid 1px; border-left:0}
#sidebar2.positionleft{float:left; padding:0 19px; border-right:solid 1px; border-left:0}

#sidebar1.onecolumn{padding:0 0 0 19px;  margin-left:20px;  width:318px;}
#sidebar1.positionleft.onecolumn{margin-left:0; padding:0 19px 0 0; width:318px;}


.widget-title{
	font-size:14px;
	padding:0;
	margin-bottom:12px;
	font-family:'Oswald', Arial, san-serif;
	font-weight:400;
	text-transform:uppercase;
}

.sidebar .widget-title{padding:3px 10px 3px 10px; margin-right:1px;}

/*#sidebar2 .widget-title{
	font-size:12px;
	padding:0;
	margin-bottom:12px;
	font-family: Arial, Tahoma;
	font-weight:700;
	text-transform:uppercase;
}
*/

.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;
	
}
.sidebar .widget-container{margin-bottom:30px; padding:0;}

.sidebar li ul{ margin-left:16px;}
.sidebar li li{
	list-style-type:square;
	margin:0 0 3px 0;
	padding:0 0 3px 0;
}
.sidebar li li a{}
.sidebar li li a:hover, .sidebar li li a.active{text-decoration:none;}

.sidebar .textwidget p{ margin-bottom:0px;}

.sidebar ul.sub-menu, .sidebar ul.children, .sidebar ul ul ul{margin:4px 0 0 15px; }
.sidebar ul.sub-menu li, .sidebar ul.children li, .sidebar ul ul ul li{margin-bottom:2px; padding-bottom:0;}


/* recent post sidebar */
.ts-recent-post-widget li{clear:both; background:transparent}
.ts-recent-post-widget li img{max-width:100%; margin-bottom:8px}
.ts-recent-post-widget li a{background:transparent; padding:0;}
.ts-recent-post-widget li h3{line-height:16px; margin-bottom:5px; font-size:12px; font-family:Arial, san-serif;}
.ts-recent-post-widget li a.morepost{padding:5px 0 0 0;}

.ts-recent-post-widget.withthumb{padding:0 !important; margin:0 !important;}
.ts-recent-post-widget.withthumb li{list-style-type:none !important; list-style-position:inside !important; padding:0 0 20px 0; margin:0 0 20px 0;}
.ts-recent-post-widget.withthumb li:last-child{padding:0; margin:0; border:0 }
.ts-recent-post-widget.withthumb p{margin-bottom:0;}
.ts-recent-post-widget.withthumb h3{font-size:14px; margin-bottom:10px; line-height:20px; font-family:'Oswald', Arial, san-serif; text-transform:uppercase}

.comm{background:url(images/comm.png) no-repeat 0 3px; margin:8px 0 0 0; padding:0 0 0 20px; display:block}

/* recent comment sidebar */
.sidebar .ts-recent-comment-widget li{padding-bottom:4px; margin-bottom:10px; clear:both; background:transparent}
.sidebar .ts-recent-comment-widget a{background:transparent !important; padding:0 !important;  display:inherit}

/* adrotate widget */
.sidebar .widget-container.widget_adrotate_widgets{}

/* popular post widget */
.popular-post{list-style-type:none; margin:0 !important; padding:0; }
.popular-post li{list-style-type:none !important; margin:0 0 10px 0 !important; padding:0 0 15px 0 !important;}
.popular-post li:last-child{border:0;}
.smalldate2{font-size:11px; font-style:italic}

/* tagcloud widget */
.tagcloud a{ display:inline-block; padding-bottom:5px;}
.tagcloud2 a{ display:inline-block; padding:3px 8px; margin:0 4px 4px 0}


/* PLUGIN
-------------------------------------------------------------- */

/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:20px 0 0 0;}
.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi .extend{
	padding:2px 8px !important;
	margin:0 4px !important;
	display:inline-block;
	border:0px !important;
}

.wp-pagenavi a:hover{
	padding:2px 8px !important;
	margin:0 4px !important;
	display:inline-block;
	border:0px !important;

}
.wp-pagenavi span.current{
	padding:2px 8px !important;
	margin:0 4px !important;
	font-weight:normal !important;
	display:inline-block;
	border:0px !important;
	

}
.wp-pagenavi .pages{
	padding:2px 8px 2px 0 !important;
	margin:0 4px 0 0 !important;
	display:inline-block;
	background:transparent;
	border:0px !important;

}


/* Flickr Plugin  */
#flickr {text-align:left !important; padding:0}
#flickr img {
	margin:0!important;
	padding:0!important;
	width:64px;
	height:64px;
	border:0 !important;
	display:block;
}
.flickr_badge_image{ display:inline-block !important;
	padding:0px;
	margin:0 5px 6px 0;
	height:64px
}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}
.flickr_badge_image:hover{}

/* Contact Form  */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block;}
.wpcf7 input[type="text"]{
	margin-bottom:6px;
	font-size:11px;
}
.wpcf7 textarea{
	margin-bottom:7px;
	padding:8px 5px;
	font-size:11px;
	width:94%
}
.wpcf7-submit{margin:0;}



/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;
	
}
.dropcap3{
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

/* Highlight */
.highlight1{padding:2px 5px;}	
.highlight2{padding:2px 5px;}		

/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	font-family:'Cuprum', Arial;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/* Tabs */
.tabcontainer{margin:0 0 20px 0;}
ul.tabs {
	margin: 0 !important;
	margin-bottom:-1px !important;
	padding: 0 0 2px 0;
	list-style: none;
	height: 25px;
	width: 100%;
	
}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:25px;
	height:25px;
	overflow: hidden;
	position: relative;
	font-size:12px;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
}

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
#tab-body{padding:0 20px;}


/* jQuery Toggle */
#toggle{margin:0 0 20px 0}
h2.trigger {
	padding: 10px 0px;
	margin: 0 0 0 0;
	font-size:14px;
	font-weight: normal;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	height:23px;
	background: url(images/arrow-left.png) no-repeat 0 0px;
	padding-left:30px;
	cursor:pointer;
	line-height:24px;
}

h2.active span{ background:url(images/arrow-down.png) no-repeat 0 0px;}

h2.active { background:transparent; border-bottom:0;}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px 0px 0px 30px;
}
.toggle_container .block p {
	padding: 0px;
	margin: 0px;
}



/*  Testimonial  */
.ts-testimonial{padding:0; margin-bottom:40px; clear:both }
.ts-testimonial img{margin:5px 20px 0 0; float:left}
.testi-desc{margin:0 0 10px 0; font-family: 'Open Sans', Arial; font-weight:600; font-size:14px;}
.testi-text{font-family: 'Open Sans Italic', Arial; font-weight:400; font-size:12px; overflow:hidden}
.testi-text:before{content:open-quote;}
.testi-text:after{content:close-quote;}

/*  Recent Post Shortcode  */
.rp-shortcode{margin:0 0 34px 0; padding:0; float:left;}
.rp-shortcode h3{font-size:16px; font-family:'Oswald', Arial, san-serif; margin-bottom:10px ; padding:0; text-transform:uppercase}
.rp-shortcode .smalldate{font-size:11px; font-style:italic; display:block; margin:0}
.rp-shortcode li{
	list-style-type:none; 
	padding:0; 
	margin:0 30px 0 0; 
	width:174px;
	float:left;
}
.rp-shortcode li p{margin-bottom:5px;}
.rp-shortcode .postthumb{}
.rp-shortcode img{max-width:100%; margin-bottom:10px}
.rp-shortcode.col-2 li{width:276px}
.rp-shortcode.col-1{margin-bottom:14px;}
.rp-shortcode.col-1 li{width:582px; clear:both;}
.rp-shortcode.col-1 .postthumb{float:left; width:370px; margin-right:20px}
.rp-shortcode.col-1 p{overflow:hidden;}
.rp-shortcode li.nomargin{margin:0 !important;}
.rp-shortcode.marginbottomoff{margin-bottom:20px;}


a.morepost{display:block; font-size:12px; font-family:'Oswald', Arial, san-serif; text-transform:uppercase; padding:5px 0 0 0}


/* GALLERY
-------------------------------------------------------------- */
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin:0 0 20px 0;
	text-align: center;
}
.gallery-columns-2 .gallery-item { width: 49%; margin-right:2% }
.gallery-columns-2 .gallery-item:nth-of-type(2n+2){margin-right:0;}

.gallery-columns-3 .gallery-item { width: 32%; margin-right:2% }
.gallery-columns-3 .gallery-item:nth-of-type(3n+3){margin-right:0;}

.gallery-columns-4 .gallery-item { width: 23.555%; margin-right:2%}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4){margin-right:0;}

.gallery img {}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	margin: 0 0 12px;
	font-size:14px; line-height:20px; font-family: 'Open Sans', Arial; font-weight:600;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/*** FOOTER ***/
#outerfootersidebar{padding:37px 0 0 0;}
#footersidebar .footcol{width:220px; margin-right:20px; float:left}
#footersidebar #footcol4.footcol{margin-right:0;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0 6px 0 0; border:0px;}
#footersidebar .widget-title{
	font-size:14px;
	line-height:16px;
	font-family:'Oswald', Arial, san-serif;
	font-weight:400;
	padding:0 0 0 0;
	margin:0 0 22px 0;
	text-transform:uppercase;
}
#footersidebar li ul{margin:8px 0 0 16px}
#footersidebar li li{padding:0 0 3px 0; margin:0 0 3px 0; list-style-type:square; list-style-position:outside}
#footersidebar li > a{ padding:0 0 0 2px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}
#footer{padding:24px 0;}
#footer{font-size:12px;}

#footersidebar .ts-recent-post-widget.withthumb img{margin-bottom:4px;}
#footersidebar .ts-recent-post-widget.withthumb h3{font-family:Arial; font-size:12px; text-transform:capitalize; margin-bottom:6px}
#footersidebar .ts-recent-post-widget.withthumb .morepost{font-size:10px;}



.sn{list-style-type:none; margin:10px 0 0 0 !important; padding:0;} 
.sn li{list-style-type:none; margin:0; padding:0 8px 0 0 !important; display:inline; background:transparent; border:0px!important;} 
.sn span{height:16px; width:16px; display:inline; display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -16px !important; opacity:0.8}

#footer .sn{list-style-type:none; margin:0 !important; padding:0; float:right}
#footer .sn li{padding:0 0 0 10px !important;} 