/*
Theme Name: SI Outloud
Theme URI: 
Description: The 2012 WP theme from mccormicky design+development bespoke esp. for Staten Island Outloud.
Author: mccormicky.com
Version: 2.0
Tags: white, one-column two-columns, fixed-width, logo-header, editor-style, custom-menus, slide show, and other stuff.
*/


/* Reset default browser CSS.
 by Eric Meyer */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;clear: both;}
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 */
table {border-collapse: collapse;border-spacing: 0;}
strong em,
em strong  {
font-style:italic;
font-weight:bold;
}

/* =New clearfix 
http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
----------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

html {	-webkit-font-smoothing: antialiased;}

input[type="search"]{
-webkit-appearance:textfield;
 -webkit-box-sizing:content-box;
}

::-webkit-search-decoration{ display: none;}


body { 
font:normal normal 12px Arial, sans-serif;
font-style:normal;
font-weight:normal;
line-height:125%;
background:#fff;
color:#777;
}


a, a:link {
color:#333333;
text-decoration:none;
outline:none;
}

a:visited {
color:#000;
text-decoration:none;
outline:none;
}

a:active,
a:hover {
text-decoration:none;
color:#009999;
outline:none;
}

a img { border: none; outline:none;}



/* Headings
------------------------------------- */
h1,h2,h3,h4 {
font-weight:400;
display:block;
margin:0 0 15px 0;
font-family:georgia,"Times New Roman",times,serif;
}

h1 {font-size:24px;}

h1.header,
h1.entry-title {
padding:20px 24px 0 24px;
margin: 0 0 0 0;
color:#70a035;
}

h2 {font-size:18px;}

h2#latest-twitter-widget-title {
font-size:16px;
background:url(images/twitter-icon.png) no-repeat 0px 1px;
padding:0 0 0 18px;
margin-bottom:10px;
color:#70a035;
}

.category-upcoming-events h2 {font-size:18.5px;}

.format-gallery .entry-title {line-height:18px;}

h3 {font-size:16px;}

.entry-content h3,
.entry-content h3 a,
.category-young-poets-outloud h3,
.category-young-poets-outloud h3 a {color:#009999;}
.category-young-poets-outloud h3 a:hover {color:#777;}

h4 {font-size:15px;}

h5, h6 {font-size:12px;}

.entry-title a,
.entry-title a:visited,
.page-link a,
.page-link a:visited {
color:#333;
text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover,
.page-link a:active,
.page-link a:hover {
color: #333;
}

.page-link {color: #009999;	margin:0 0 15px 0;}

.large {font-size:16px;}
.italic {font-style:italic;}

.leader {
padding:0 0 10px 20px;
border-bottom:1px solid #ccc;
color:#777;
font-family:georgia,"Times New Roman",times,serif;
}


/* = MAIN CONTENT CONTAINERs=
--------------------------------------------*/

#bigcontainer {
position:relative;
width:990px;
margin:0 auto;
} 

#container { 
width:980px;
display:block;
margin:0 auto;
}

.contentwrapper { position:relative;}


/* = HEADER = | =LOGO w/ TEXT REPLACEMENT= */

#header{
width:980px;
margin:0 auto;
position:relative;
}

#site-title {
width:359px;
height:155px;
margin:0 auto;
text-align:center;
padding:5px 0;
}

#header a#main { 
display:block;
width:359px;
height:155px;
text-indent:-9999px;
background:url("images/siologo-v2.jpg") no-repeat scroll left top;
} 


/* =search,etc
--------------------------------------------- */

#utilitymenu { 
position:absolute;
top:110px;
right:-10px;
text-align:right;
padding:20px 10px;
}

.accountbox {}

#utilitymenu h4,
.accountbox a,
.accountbox span.sep{
color:#999;
font-weight:400;
font-size:10px;
display:inline-block;
float:left;
text-transform:uppercase;
}

#utilitymenu a:hover {color:#000;}

#searchform { 
display:block;
border-bottom:1px solid #ccc;
padding:1px 5px 1px 5px;
background:#fff;
box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
border:1px solid #dbdbdd;
overflow:hidden;
}

#searchform div { display:block;}

#searchform input#s{
border:0;
color:#777;
background:#fff;
width:150px;
height:22px;
padding:1px 5px 1px 5px;
float:left;
font-family:arial,sans-serif;
}

#searchform input[type="submit"] {
float:right;
text-align:center;
width:46px;
height:22px;
padding:1px 5px 1px 5px;
background:#fff;
color:#70a035;
font-size:13px;
text-transform:capitalize;
cursor:pointer;
border:0;
font-family:georgia,"Times New Roman",times,serif;
}

#content #searchform { 
clear:both;
display:block;
float:left;
text-align:left;
margin-left:24px;
}

#searchform .screen-reader-text {display:none;}

#primary .textwidget p {display:block;}

/* =Main Nav
--------------------------------------------  */

#topmenu {
clear:both;
text-align:center;
position:relative;
margin:0 auto;
display:block;
width:980px;
height:30px;
background:#009999;
}

#topmenu ul.menu { margin:0 0 0 0;list-style:none;}

#topmenu ul.menu li,
#topmenu .menu-page-menu-container{
position:relative;
display:inline-block;
}

#topmenu li a {
font-size:18px;
line-height:32px;
display:block;
text-transform:capitalize;
padding:0 20px 0 20px;
color:#fff;
display:inline-block;
font-family:georgia,"Times New Roman",times,serif;
}

#topmenu ul ul {
background:#fff;
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);	
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);	
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);	
display: none;	
position: absolute;	
top: 30px;	
left: 0;	
float: left;	
width: 175px;
margin: 0;
padding:18px 0 18px 18px;
z-index: 99999;	
text-align:left;
}

#topmenu ul ul li {
float: left;	
width: 175px; 	
margin: 0;	
}

#topmenu ul ul ul {
left: 80%;	
top: -10px!important;	
background:rgba(255,255,255,0.8);
box-shadow: 0px 0px 0px rgba(0,0,0,0.0);	
-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);	
-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);	
}

#topmenu ul ul a {		
display: block;	
padding:5px 0 5px 0;
text-align:left;
font-size:16px;
line-height:16px;	
color:#777;
}


#topmenu li:hover > a { color:#01bcbf; outline:none;}

#topmenu ul ul :hover > a {	color:#01bcbf;	}

#topmenu ul li:hover > ul {	display: block;}

#topmenu ul li.current_page_item > a,
#topmenu ul li.current-menu-ancestor > a,
#topmenu ul li.current-menu-item > a,
#topmenu ul li.current-menu-parent > a {color:#01bcbf;
background:url("images/white.png") no-repeat 0px 11px;
}

#primary #menu-page-menu li.current_page_item > a,
#primary #menu-page-menu ul li.current-menu-ancestor > a,
#primary #menu-page-menu ul li.current-menu-item > a,
#primary #menu-page-menu ul li.current-menu-parent > a {color:#777;}

* html #topmenu ul li.current_page_item a,
* html #topmenu ul li.current-menu-ancestor a,
* html #topmenu ul li.current-menu-item a,
* html #topmenu ul li.current-menu-parent a {color:#01bcbf;}



/*  =Home Page | Splash Page

---------------------------------------------------*/

.home #wrapper {position:relative;}

#slideshow-wrapper,

.slider {
width: 980px;
height:340px;
overflow:visible;
margin:0 auto;
text-align:center;
position:relative;
background:#fdfdfd;
}

.slides {
width: 980px;
height:320px;
overflow:hidden;
left:0%;
}

ol.csa-pager {	
position:absolute;
top:325px;
right:0;
z-index: 999;
text-align:right;
width: 980px;
padding: 0;
list-style: none;
background:#009999;
display:inline-block;
}

ol.csa-pager li {
text-align:right;
display:inline-block;
margin:0 1px 0 0;
}

ol.csa-pager a {		
color: #fff;
background:#009999;
outline: none;
display:inline-block;
width:14px;
height:14px;
padding:5px 4px 4px 9px;
margin-right:0;
text-decoration: none;
}

ol.csa-pager li.current a,
ol.csa-pager a:hover {
color: #009999;
background:#fff;
font-size:14px;
}	


/* =Interior Page Sidebar & Widgets
----------------------------------------------------   */

#primary { 
width:195px;
float:left;
text-align:left;
padding:24px 0;
}

#primary ul.xoxo {padding:0 5px 0 0;}

#primary ul.xoxo ul {}

#primary .widget-container {
margin:0 0 5px 0;
padding:0 0 5px 0;
}

.widget-area  ul li a:hover{color:#777;outline:none;}

.menu-page-menu-container {}
.menu-page-menu-container ul {margin:0 0 20px 0;}

.menu-page-menu-container ul li {
background:url("images/gry.png") no-repeat 0px 6px;
padding:0 0 0 10px;

}

.menu-page-menu-container ul li a {
text-transform:capitalize;
font-size:16px;
padding:0 0 3px 0;
line-height:135%;
color:#009999;
font-family:georgia,"Times New Roman",times,serif;
display:block;
}

.latest-twitter-tweet {
font-size:12px;
color:#666;
text-align:justify;
}


#latest-twitter-widget-pic{ 
float: left;
border: 0px;
margin-right: 5px;
}

#latest-twitter-follow-link a { 
font-weight:400;
color:#009999;
font-family:georgia,"Times New Roman",times,serif;
background:url("images/gry.png") no-repeat 0px 6px;
padding:0 0 0 10px;
}

#latest-twitter-follow-link a:hover {color:#777;}

.latest-twitter-tweet-time{
 margin-bottom: 10px;
 color:#70a035;
 font-size:12px;
 font-style:italic;
 font-family:georgia,"Times New Roman",times,serif;
 text-align:left;
 border-bottom:1px solid #cbcbcb;
 padding:0 0 3px 0;
}
.latest-twitter-tweet a {color:#999 !important;}
.latest-twitter-tweet a:hover{color:#777 !important;}

h3.widget-title,
#footer h3.widget-title,
h3.widget-title-show { 
color:#009999;
font-size:14px;
display:block;
text-transform:capitalize;
margin:7px 0 5px 0;
}

#home-widget-area h3.widget-title,
#footer #first h3.widget-title {display:none;}



/* =Content
--------------------------------------------*/

#content { 
padding:8px 0 0 0;
margin-bottom:20px;
width:780px;
float: right;
min-height:620px;
background:transparent url("images/small.png") repeat-y 0 0;
}


.home #content {
padding:5px 0 0 0;
width:980px;
margin:0 auto;
float:none;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
background:#fff;
border:0;
min-height:420px;
}


/* =Post stuff
------------------------------------------ */

#content .hentry {
padding:20px 24px;
margin: 0 0 20px 0;
}

.category-upcoming-events #content .hentry { 
margin: 0 0 0 0;
padding:20px 24px 0 24px;
}


.category-young-poets-outloud .entry-content {
/*background:url(images/post-sep.jpg) no-repeat -60px bottom;*/
padding: 0 0 5px 0;
border-bottom:1px dotted #dbdbdd;
}
.single-young-poets-outloud .entry-content {
border-bottom:1px dotted #fff;
}

.category-young-poets-outloud #content .hentry { 
margin: 0 0 0 0;
padding:20px 24px 0 24px;
}


.entry-content p {
color:#666;
font-size:14px;
font-weight:normal;
margin:0 0 18px 0;
line-height:145%;
}

.entry-content ul {
line-height:145%;
}

.entry-content li {
color:#009999;
font-size:14px;
font-weight:normal;
margin:0 0 18px 0;
background:url("images/gry.png") no-repeat 0px 6px;
padding:0 0 0 10px;
}
.entry-content li a {color:#009999;}
.entry-content li a:hover {color:#777;}

.pagename-resources .entry-content li:first-child,
.pagename-resources .entry-content li:first-line {
color:#777;
font-weight:normal;
font-family:georgia,times,"times new roman",serif;
}

.pagename-resources .entry-content li {
color:#777 !important;
font-weight:normal;
}

.pagename-resources .entry-content li a {
color:#009999;
font-family:georgia,times,"times new roman",serif;
}


.entry-content p a:hover,
.entry-content li a:hover {text-decoration:underline;}


#content p.large, .entry-content p.large {font-size:16px;}
#content p.margin {margin:5px 0 10px 0;}

.category-upcoming-events #content .hentry p.large {font-size:16px;}

#content p.italic, .entry-content p.italic {font-style:italic;}

#content p.leader,
.entry-content p.leader {
padding: 0 0 5px 0;
border-bottom:1px dotted #dbdbdd;
color:#777;
}

.category-upcoming-events p.leader,
.category-upcoming-events #content p.leader {color:#009999;}


div.category-desc,
.error404 {padding:0 24px 0 24px;}

div.category-desc p,
.error404 p {
font-size:16px;
line-height:135%;
font-style:italic;
color:#777;
border-bottom:1px dotted #dbdbdd;
}


.category-upcoming-events div.category-desc p a,
a.rss{
background:url("images/rss.png") no-repeat right;
display:inline-block;
padding:0 16px 0 0;
color:#d57100;
}


.category-upcoming-events .entry-content p {
margin-bottom:10px !important;
line-height:18px !important;
}

.category-upcoming-events .entry-content p.large.italic.leader{
margin-bottom:0px !important;
padding-bottom:0px !important;
line-height:1 !important
}


.error404 p {margin:24px 18px;}

.entry-content blockquote.left {
float: left;	
margin-left: 0;	
margin-right: 24px;
text-align: right;	
width: 33%;
	
}
.entry-content blockquote.right {
float: right;	
margin-left: 24px;	
margin-right: 0;	
text-align: left;	
width: 33%;	
}

#entry-author-info {	
padding: 18px 20px;	
margin: 24px 0;	
overflow: hidden;	
clear: both;	
font-size: 12px;	
line-height: 1.5em;	
}

#entry-author-info #author-avatar {	
float: left;
margin: 0 -104px 0 0;	
padding: 8px;	
height: 60px;	
}

#entry-author-info #author-description {
float: left;	
margin: 0 0 0 104px;	
}

#entry-author-info h2 {
color: #333;	
font-weight: normal;	
font-size: 100%;	
margin-bottom: 0;	
}

#content .video-player { padding: 0; }


#content .entry-meta,
#content .entry-utility,
#content .entry-summary {clear: both;}

#content .entry-utility {
margin-bottom:10px;
padding:10px 0;
}

#content .entry-utility .meta-sep,

#content .entry-meta .meta-sep {color:#9f9f9f;padding:0 1px 0 1px;}

#content .entry-utility a,
#content .entry-meta a {
color:#70a035 !important;
font-size:12px;
font-style:italic;
}

a.more-tag {
color:#009999;
display:block;
font-family:georgia,"Times New Roman",times,serif;
}

.entry-content .more-tag:hover {color:#777;}

.home a.more-tag {
display:inline;
padding:0 0 0 5px;
}

.admin-edit {clear:both;padding:20px 24px;}

.admin-edit a.post-edit-link  {
color:#009999 !important;
font-size:12px;
font-style:italic;
}


/* =Shortcode:[csa_col][csa_col_w]
-------------------------------------------------- */

.csa_column_wide {
padding:5px 0;

}
.csa_column {
float:left;
width:47%;
margin:0 20px 0 0;
border-bottom:1px solid #dbdbdd;
min-height:255px;
padding:5px 0;
font-size:12px;
}

.csa_column p {
color:#777;
font-size:12px;
}

.csa_column strong,
.csa_column_wide strong {
color:#009999;
text-transform:capitalize;
font-size:16px;
padding:0 0 3px 0;
font-weight:400;
font-family:georgia,"Times New Roman",times,serif;
}

.csa_column_wide p {
font-size:14px;
line-height:145%;
color:#777;
}


.pagename-board-of-directors .entry-content .csa_column {
border:1px solid white;
border-bottom:1px solid #dbdbdd;
width:342px;
height:342px !important; 
}



/* Gallery listing
---------------------------------------------------- */

.category-gallery { margin-bottom: 45px;}

.category-gallery h2 {margin-top: 15px;}

.category-gallery .entry-meta {}

.category-gallery .size-thumbnail img {
	border: 1px solid #dbdbdd;
	padding:5px;
	margin-bottom: 0;
}
 .category-gallery .gallery-thumb {
	float: left;
	margin-right:15px;
	margin-top: -4px;
}
 .category-gallery .entry-content p {
	display: inline;
}
 .category-gallery .entry-utility,
 .category-gallery .entry-meta{
	padding-top:4px;
}


.category-photogalleries .hentry {
float:left;
width:345px;
min-height:610px;
padding:10px 10px 10px 10px !important;
margin: 10px 10px 20px 10px !important;
}

.category-photogalleries .hentry div.gallery-thumb a.size-medium img{
border:1px solid #ddd;
padding:5px;
background:#eee;
}

/* = Home Page Info Boxes 3 to a row 6 total 
-------------------------------------------------- */

#home-widget-area { 
width:980px;
margin:0 auto;
margin-top:15px;
overflow:hidden;
}

#home-widget-area #home-one {width:980px; float:left;}

.widget_featuredcustomposts {
background:#eee;
border-bottom:1px solid #dbdbdb;
box-shadow:0 -1px 0 rgba(255, 255, 255, 0.4) inset,0 1px 1px rgba(0, 0, 0, 0.1);
margin:0 0px 15px 0;
padding:5px 5px 15px 5px;
overflow:visible;
}	

#home-widget-area .widget_featuredcustomposts .featured { }

#home-widget-area .widget_featuredcustomposts .featured_thumb {
float:left;
display:inline-block;
margin:15px 15px 5px 20px;
}

#home-widget-area .widget_featuredcustomposts .featured_thumb img {
padding:5px;
background:#fff;
border:1px solid #ddd;
box-shadow:0 -1px 0 rgba(255, 255, 255, 0.4) inset,0 1px 1px rgba(0, 0, 0, 0.1);
}

#home-widget-area .widget_featuredcustomposts .featured_excerpt {
margin-right:15px;
margin-top:5px;
padding:5px 0 0 5px;
float:left;
display:inline-block;
width:620px;
}

#home-widget-area .widget_featuredcustomposts h2.big-intro { 
display:inline-block !important;
float:left;
text-transform:capitalize;
padding:0 0 5px 0;
border-bottom:1px solid #fff;
width:620px;
line-height:26px;
font-size:21px;
}

#home-widget-area .featured_excerpt p { 
display:block;
clear:both;
font-size:14px;
}

#home-widget-area h3.big-read-upcoming-events {
font-size:28px;
color:#009999;
line-height:32px;
text-align:center;
}

.home #home-widget-area .sioutloud_widget {
margin:10px 0 0 0;
padding:10px 0 0 0;
}


#home-widget-area .widget-area .fullwidth {
  width:465px;
  float:left;
  margin:0 15px 0 0;
  padding:0 5px 10px 5px;
  height: 280px;
  min-height:185px;
}

#home-widget-area .widget-area .fullwidth .thumb {
  float:left;
  display:inline-block;
  width:190px;
  margin-bottom:10px;
}

.widget-area .excerptbody {float:left;width:245px;}

.widget-area .excerptbody h3 {
  display:inline-block !important;
  padding:0 15px 5px 0;
  border-bottom:1px dotted #009999;
  line-height:20px;
}

.widget-area .excerptbody h3 a {color:#009999;}

#home-widget-area .widget-area fullwidth .excerptbody p {
  float:left;
  margin-right:0px;
  margin-top:5px;
padding:5px 0 0 5px;
float:left;
display:inline-block;
width:185px;
}

.sioutloud_widget p.rss {
display:inline-block;
float:right;
text-align:right;
margin:-15px 20px 0 0;
font-family:georgia,"Times New Roman",times,serif;
color:#009999;
font-style:italic;
width:auto;
padding:0 20px 10px 0;
}
.sioutloud_widget p.rss a {color:#009999;}
	

#home-widget-area #home-two {
margin:0 0 15px 0;
padding:0 0 15px 0;
}	

#home-widget-area h3.widget-title {display:none;}	
	
#home-widget-area li.widget-container h4 a {color:#666666;}	

#home-two .menu-featured-tabs-container {

}

#home-two .menu-featured-tabs-container li {
float:left;
text-align:center;
width:323px;
display:block;
}

#home-two .menu-featured-tabs-container li a {
display:inline-block !important;
padding:0 15px 5px 15px;
border-bottom:1px dotted #009999;
color:#009999;
line-height:20px;
font-size:16px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.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';
}


.sticky img.attachment-sticky-image {
margin:0 auto;
text-align:center;
padding:0 1em 1em 0;
}

.sticky img.attachment-sticky-image {
float:left;
margin:0 1em 1em 0;
border:1px solid #dbdbdd;
}


/* Images+wpgallery
-------------------------------------------------------------- */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; 
	height: auto; 
}

.attachment-slideimage {
	max-width: 100%; 
	height: auto; 
	
	}





#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#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: 0 auto;
	text-align:center;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 5px;
}
#content .wp-caption {
	
    border: 1px solid #dbdbdd;
	line-height: 18px;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #666;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {	margin-bottom:18px;}

#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: left;
	width: 33%;
}

#content .gallery .gallery-caption {
	color: #999;
	font-size: 12px;
	font-style:italic;
	margin: 0 0 15px;
}
#content .gallery dl {
	margin: 0;
}

#content .gallery img {
	border: 1px solid #ddd;
	padding:5px;
	background:#eee;
}
#content .gallery br+br {
	display: none;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
font-size:  14px;
line-height: 18px;
overflow: hidden;
color:#777;	
clear:both;

}

.navigation a:link,
.navigation a:visited {
color:#a3248f;
text-decoration: none;
}

.navigation a:active,
.navigation a:hover {color: #777;}

.nav-previous {
float:left;
width: 50%;
padding:0 0 0 24px;
}

.nav-next {
float: right;
width: 50%;
text-align:right;
padding:0 24px 0 0;
}

#nav-above {display:none;}

.paged #nav-above,
.single #nav-above {
display: block;
margin: 0 0 15px 0;
clear:both;
}

#nav-below,
.single #content #nav-below,
.single #content .navigation {
clear:both;
margin: 15px 0;
padding:0 0 5px 0;
}


/* =Tags widget= */

#wp_tag_cloud div {line-height: 1.5em;}
#wp-calendar {	width:100%;}
#wp-calendar caption {
	font-weight:normal;
	color: #666;
	text-align: left;
	font-size:12px;
	padding-bottom: 4px;
}


/* =Calendar widget= */ 
#wp-calendar thead {font-size:11px;}
#wp-calendar thead th {}
#wp-calendar tbody {color: #333333;}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f4f4f4;
	border:1px solid #ddd;
	text-align: center;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}

/* RSS Widget */

.widget_rss a.rsswidget {color: #666;}
.widget_rss a.rsswidget:hover {	color: #E78E1A;}
.widget_rss .widget-title img {	height: 11px;	width: 11px;}

/* =Comments
-------------------------------------------------------------- */

#comments {clear: both;}

#comments .navigation {	padding: 0 0 18px 0;}

h3#comments-title,
h3#reply-title {
font-weight:400;	
font-size: 18px;	
}

h3#reply-title {
margin:18px 0 0 0;
padding:18px 0 0 0;
border-top:1px dotted #dbdbdd;

}

.commentlist { list-style: none;margin: 0;}

.commentlist li.comment {
line-height:135%;
margin:0 0 18px 0;
padding: 0 0 0 0;
position: relative;
list-style:none;
} 

#comments .comment-body p {
font:normal normal 14px Georgia, Times, "Times New Roman", serif;
line-height:16px;
margin:0 0 10px 0;
color:#666;
}

.commentlist li:last-child {
border-bottom:none;	
margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {margin-bottom: 18px;}

#comments .comment-body p:last-child {margin-bottom: 6px;}

#comments .comment-body blockquote p:last-child {margin-bottom: 24px;}


.commentlist ol {list-style: none;}
.commentlist .avatar {
position: absolute;
top: -4px;
left: -11px;
}

.comment-author { 
font-size:14px;
text-transform:uppercase;
margin:-6px 0 0 72px;
}

.comment-author cite {font-style: normal;font-weight: normal;}

.comment-author .fn {color:#333;}

.comment-author a.url {
color:#999;
font-style: normal;
font-weight:normal;
}

.comment-author .says {	 font-size:14px; color:#999; font-weight:normal;}

.comment-meta { margin: 0 0 9px 72px; font-size:12px;font-weight:normal; }

.comment-meta a:link,
.comment-meta a:visited {
color: #999;
text-decoration: none;
}


.comment-meta a:active,
.comment-meta a:hover {	color:#999;}
.commentlist .even {}
.commentlist .bypostauthor {font-style:italic;}

.reply a, a.comment-edit-link {color: #333333;}
.reply a:hover,
a.comment-edit-link:hover {
color:#009999;
font-weight:bold;
}

.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;
border-bottom: 1px solid #dbdbdd;
}

.commentlist li.comment+li.pingback {	margin-top: -6px;}

#comments .pingback p {
color: #999;
font-size: 12px;
line-height: 14px;
display:block;
margin: 0;
}

#comments .pingback .url {
font-style: italic;
font-size: 12px;
color:#999;
}

.form-allowed-tags {}

.children #respond {}

#cancel-comment-reply-link {
font-size: 12px;
line-height: 18px;
font-weight: normal;
}

#respond {display:block;}

#respond .required {color:red;font-weight:bold;}

#respond .form-allowed-tags {color: #999;font-size: 12px;}

#respond input[type="submit"]:hover{border:0;cursor:pointer;}

#respond .logged-in-as{
font-size:12px;
font-weight:400;
clear:both;
}

p.comment-notes, 
p.form-allowed-tags{font-size:12px;}
p.form-allowed-tags,
p.form-allowed-tags abbr,
p.form-allowed-tags code {
font-size:12px !important;
width:512px !important;
text-align:justify !important;
}

#respond input[type="text"]{
padding:2px 1px;
margin:0 0 4px 0;
width:220px !important;
background:#fff;
box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
border:1px solid #dbdbdd;
color:#666;
clear:both;
float:left;
}

.basicform input[type="text"]{
margin:0 0 10px 0;
padding:2px 1px;
background:rgba(255,255,255,0.8);
box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
border:1px solid #dbdbdd;
color:#666;
width:220px !important;
}

.basicform label,
#respond label { 
font-weight:normal !important;
color:#009999 !important;
padding:0 0 3px 0 !important;
font-size:14px;
}

div.frm_checkbox { 
clear:both;
float:left;
margin:10px 0 !important;
font-size:14px;
}

#respond .required {
display:inline;
float:left;
font-size:14px;
}

#first .widget-container .frm_description {clear:both; display:block;}

p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label,
p.comment-form-comment label {
display:inline-block;
float:left;
font-size:14px;
clear:both;
}

p.comment-form-comment label{}

p.form-allowed-tags,
p.form-submit {
clear:both;
float:left;
}

textarea#comment,
textarea { 
margin:0 0 10px 0;
padding:2px 1px;
background:rgba(255,255,255,0.8);
box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
border:1px solid #dbdbdd;
color:#666;
outline:none;
resize:vertical;
width:70%;
clear:both;
float:left;
}

#respond input[type="submit"],
p.submit input[type="submit"]{
background:#009999;
color:#fff;
box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1); 
-moz-border-radius:3px;
padding:6px 8px;
cursor:pointer;
border:0;
}

#respond input[type="submit"]:hover,
p.submit input[type="submit"]:hover{
color:#f0f0f0;
background:#009999;
margin:-1px 0;
}

p.comment-notes span.required {float:none !important;}


#footer #first .frm_forms {
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:1px solid #dbdbdd;
float:left;
display:block;
width:220px;
position:relative;
}

#footer #first .frm_form_fields,
#footer #first .frm_form_fields .form-field,
#footer #first .frm_form_fields fieldset {
display:inline-block;
}

#first .frm_primary_label {
display:inline-block;
margin:0 0 5px 0 !important;
padding:0 0 3px 0 !important;
 color:#999;
  color:#009999;
   font-size:12.5px;
     font-family:georgia,"Times New Roman",times,serif;
}

#first input.text,
#footer #first input[type="text"] {
display:inline-block;
float:left;
background:#eee;
border:1px solid #dbdbdd;
padding:3px 1px;
}

#form_signup-widget p.submit {
display:inline-block;
position:absolute;
right:5px;
top:23px;
}

#form_signup-widget p.submit input[type="submit"]{
background:#009999;
color:#fff;
-moz-border-radius:1px;
padding:3px 3px;
cursor:pointer;
border:0;
}


#footer #first .frm_required {display:none;}


/* = Footer
---------------------------------------------------- */

#footer-outer {
text-align:center;
clear:both;
width:100%;
height:auto;
}

#footer {
width:980px;
margin:auto; 
border-top:1px solid #ccc;
padding:15px 0 0 0;
}

#footer-widget-area { padding:0 0 0 0;}

#footer ul,
#footer li {list-style:none;}

#footer-widget-area .widget-area {
float:left;
text-align:left;
padding:0 20px 0 0;
}

#footer #first { width:240px;}

#footer #second,
#footer #third,
#footer #fourth {
width:220px;
}

#footer #second li a,
#footer #third li a,
#footer #fourth li a {
text-align:right;
}


#footer a {
 color:#999;
 font-size:12.5px;
 font-family:georgia,"Times New Roman",times,serif;
}

#footer a:hover {color:#009999;}

#footer .menu-social-menu-container {width:240px;clear:both; margin:5px 0;}

#footer #first .menu-social-menu-container li a {
min-width:16px;
min-height:16px;
text-indent:-9999em;
float:left;
text-transform:capitalize;
color:transparent;
}

#footer #first li.newsletter a {min-width:16px;}


#footer #first li.facebook a{
background:url(images/facebook.png)no-repeat left;
padding:0 3px 0 0;
}
#footer #first li.twitter a{
background:url(images/twitter.png)no-repeat left;
padding:0 3px 0 0;
}

#footer #first li.newsletter a{
background:url(images/mail.png)no-repeat left;
padding:0 3px 0 0;
}

#footer #first li.rss a{
background:url("images/rss.png") no-repeat left;
}



#legal {
clear:both;
position:relative;
color: #777;
font-size:11px;
margin-top:10px;
margin-bottom:15px;
text-align:left;
float:left;
font-family:georgia, "Times New Roman", serif;
}

#legal a {
color: #999 !important;
text-decoration:none;
text-transform:lowercase;
font-family:georgia, "Times New Roman", serif;
}

#footer a:hover {color:#009999 !important;}

#footer #contact-info {
width:980px;
border-top:1px solid #ccc;
padding:15px 0 0 0;
clear:both;
display:block;
}


#footer #contact-info h3 {color:#009999;}











/* =Tables
------------------------------------------------------------*/


#content table {
text-align: left;
margin: 0 -1px 24px 0;
width: 100%;
padding:3px 8px;
}
#content table table {width:100%; padding:0;}
#content tr th, #content thead th {}
#content tr td { padding:3px 8px;}
#content tr.odd td { background: #F2F7FC;}


.clear {clear:both;}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}