/*
Theme Name: Tyler
Theme URI: http://themestown.com/blog/2011/01/16/tyler/
Description: Tyler is black and white multi layout theme with custom header, custom navigation menus (there's a secondary custom navigation menu that will display between the sitename section and the site header image section), widgets ready sidebars and footer widget blocks.
Author: Themestown
Author URI: http://themestown.com
Version: 1.0
Tags: black, white, two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}
h7 {
	font-size: 1.7em;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
}
h8 {
	font-size: 1.7em;
	margin-top: 5px;
	padding-top: 5px;
	text-align: left;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background:#fff;
	color: #333;
	line-height:1.7em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}


/* =Structure
----------------------------------------------- */

body {	padding:0; margin:0;background:#eee7d5 url(images/bg-bottom.jpg) repeat;}
#outerwrap {float:left;width:100%; height: 100%; margin:0 auto 0px auto;padding:0; background:#eee7d5 url(images/bg-bottom.jpg) repeat;}
#wrapper {
	margin: 0 auto;
	width: 800px;
}
#wrapper {
	padding: 0px;
}

#contentblock {margin-top:0px;width:800px;float:left; background:#none;padding:20px;}
#contentblock-home {margin-top:0px;width:780px;float:left; background:#none;padding:0px;}
#header {
	float: none;
	width: 800px;
	margin: 0 auto 0 auto;
}
#container {
	clear: both;
	margin: 0 auto;
}
#content-container {
	width: 700px;
}
#container-left {
	width: 700px;
	float:left;
	display: inline;
}
#main-sidebars {
	max-width: 450px;
	width: 45.5%;
	z-index: 1000;
	position: absolute;
	margin-top: -400px;
}
#feature {
	width: 100%;
}
#primary {
	z-index: 1000;
	position: absolute;
	margin-top: -700px;
	}
#secondary {
	overflow: hidden;
}
#footer {
	clear: both;
	width: 100%;	
}
#footer-left {
	float: left;
	display: inline;
	width: 405px;
	height:33px;
}
#wbenc {
	float: left;
	width: 205px;
	height:33px;
}
#cc {
	float: left;
	width: 205px;
	height:33px;
	text-align: left;
	margin-left: 10px;
	font-size: 1em;


}
#social_icons {
	float: right;
	display: inline;
	margin-top: 5px;
	text-align:right;
	width: 100%;
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 5px;

}

/* 2-column layouts */
.two-column #container {
	max-width: 940px;
}
.two-column #content {
	width: 64.99%;
}
.two-column #primary,
.two-column #secondary {
	float: right;
	width: 30.4%;
}

/* 3-column layouts */
.three-column #container {
	max-width: 890px;
}
.three-column #content {
	width: 50.5%;
}
.three-column #primary {
	width: 50.15%;
}
.three-column #secondary {
	width: 39.89%;
}

/* Content-Sidebar layouts */
.content-sidebar #content-container {
	float: left;
	margin: 0 -30.4% 0 0;
}
.content-sidebar #content {
	margin: 0 35.1% 0 0;
}
.content-sidebar #primary,
.content-sidebar #secondary {
	float: right;
}
.content-sidebar #secondary {
	clear: right;
}

/* Sidebar-Content layouts */
.sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -30.4%;
}
.sidebar-content #content {
	margin: 0 0 0 35.1%;
}
.sidebar-content #primary,
.sidebar-content #secondary {
	float: left;
}
.sidebar-content #secondary {
	clear: left;
}

/* Content-Sidebar-Sidebar layouts */
.content-sidebar-sidebar #content-container {
	float: left;
	margin: 0 -45.5% 0 0;
}
.content-sidebar-sidebar #content {
	margin: 0 49.5% 0 0;
}
.content-sidebar-sidebar #main-sidebars {
	float: right;
}
.content-sidebar-sidebar #feature,
.content-sidebar-sidebar #primary,
.content-sidebar-sidebar #secondary {
	float: left;
}
.content-sidebar-sidebar #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Sidebar-Content layouts */
.sidebar-sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -45.5%;
}
.sidebar-sidebar-content #content {
	margin: 0 0 0 49.5%;
}
.sidebar-sidebar-content #feature,
.sidebar-sidebar-content #primary,
.sidebar-sidebar-content #secondary {
	float: left;
}
.sidebar-sidebar-content #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Content-Sidebar layouts */
.sidebar-content-sidebar #content-container {
	float: left;
}
.sidebar-content-sidebar #content {
	margin: 0 24.8%;
}
.sidebar-content-sidebar #primary,
.sidebar-content-sidebar #secondary {
	width: 20.69%;
}
.sidebar-content-sidebar #primary {
	float: left;
	margin: 0 0 0 -100%;
}
.sidebar-content-sidebar #secondary {
	float: right;
	margin: 0 0 0 -20.7%;
}

/* Full width content with no sidebar; used for attachment pages */
.full-width #content,
.home #content,
.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}
.left#content, {
	margin: 0 auto;
	width: 500px;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #333;
	font: 12px Arial,Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	overflow-x: hidden;
	height: 100%;
	
}

/* Headings */
h1, h2, h3 {
	color: #000000;
	font-weight: bold;
	text-rendering: optimizelegibility;
}
h1 {
	letter-spacing: -0.03em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 1.7em;
}
ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: none;
}
#content ul li {background:transparent url(images/bullet.png) left center no-repeat;padding-left:10px;}
ol {
	list-style-type: decimal;
}
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 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.7em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}
pre {
	background: #F6F6F6;
	font-size:13px;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}
code {
	font-size:12px;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type=text],
textarea {
	border: 1px solid #ddd;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #cc0000;
}
a:visited {
	color: #333;
}
a:active,
a:hover {
	color: #000;
}
h1 a, h2 a, h3 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #C00;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -8000px;
}


/* =Header
----------------------------------------------- */
#top1 {float:left;width:100%; background:#131311 url(images/top4.png) repeat; padding-top: 10px;}
#top2 {float:left;width:100%; background:#181919 url(images/top2borderbottom.png) left top repeat-x;}
#top3 {float:left;width:100%; background:#131311 url(images/top3.png) repeat;height:4px;}
#top4 {float:left;width:100%; background:#000 url(images/red-bg.jpg) repeat; padding-top: 25px; z-index: 100;}
#top5 {float:left;width:100%; background:#000 url(images/red-bg-sub.jpg) repeat; padding-top: 25px; z-index: 100;}
#contentareawrap {float:left;width:100%; padding-bottom: 10px; background: url(images/bg-bottom.jpg) top center repeat; height: 100%}


#header {}
#masthead {margin-top:10px;padding:0px;width:800px;}
#850 {
	margin: 10px 0 10px 0;
	float:left;
}
#logo {
	float:left;
	display: inline;
}
#site-title {
	font-size: 40px;
	line-height: 36px;
	margin: 10px 0 10px 0;
	float:left;
}
#site-title a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
clear:left;
	margin:0;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
}
#header-widget-area { float:right;padding:0 0px 0px 10px;}
#banner{
	border: solid 8px #000;
	width: 800px;
	height:350px;
	margin: 0 auto 0 auto;
	z-index:101;
	background-color: #fff;
	
	
}#banner-sub-top{
	background:#000 url(images/banner-sub-top.gif) no-repeat; padding-top: 10px;
	border-top: solid 8px #f4f4f4;
	border-left: solid 8px #f4f4f4;
	border-right: solid 8px #f4f4f4;
	width: 800px;
	height:100%;
	margin: -30px auto 0 auto;
	background-color: #f4f4f4;
}#banner-sub-main{
	background:#000 url(images/banner-sub-main.gif) repeat; padding: 0px 0 25px 0;
	border-left: solid 8px #f4f4f4;
	border-right: solid 8px #f4f4f4;
	width: 800px;
	height:100%;
	min-height: 300px;
	margin: 0 auto 0 auto;
	background-color: #f4f4f4;
	
}.banner-sub-main li{
	list-style: square;
	
}#banner-sub-bottom{
	background:#000 url(images/banner-sub-bottom.gif) no-repeat; padding-bottom: 10px;
	border-bottom: solid 8px #f4f4f4;
	border-left: solid 8px #f4f4f4;
	border-right: solid 8px #f4f4f4;
	width: 800px;
	height:100%;
	margin: 0 auto 30px auto;
	background-color: #f4f4f4;
	
}

#pathway{
	width: 450px;
	height:88px;
	z-index:105;
	float: left;
	position:absolute;
}


#branding img {
	clear: both;
	display: block;
margin:10px auto;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}


/* = Primary Navigation Menu
-------------------------------------------------------------- */


#access {
	display: block;
	float:right;
	margin:15px auto 0 auto;
	width: 515px;
	overflow: hidden;
}
#access .menu-header,
#access div.menu {
	margin-left: 0px;
}
#access .menu-header ul,
#access div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
#access div.menu li {
	float: left;
	position: relative;
	background:#131313 url(images/navsep.png) right center repeat-y;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 0px 10px 0px;
	text-decoration: none;
	text-shadow:#666666 1px 1px 1px;
}
#access ul ul {
	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: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	background: #131313;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #fff;
	text-shadow:none;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background:transparent url(images/navhover.png) left center no-repeat;
	color: #fff;
	text-shadow:none;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

	
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li.current_page_item a:hover,
* html #access ul li a:hover {
	color: #ffffff;
}

/* = Secondary Navigation Menu
-------------------------------------------------------------- */


#access2 {
	display: block;
	float: left;
	margin:4px auto 0 auto;
	width: 100%;
}
#access2 .menu-header,
#access2 div.menu {
	margin-left: 12px;
}
#access2 .menu-header ul,
#access2 div.menu ul {
	list-style: none;
	margin: 0;
}
#access2 .menu-header li,
#access2 div.menu li {
	float: left;
	position: relative;
	background:#181919 url(images/navsep.png) right center repeat-y;

}
#access2 a {
	color: #898D8D;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
#access2 ul ul {
	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: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access2 ul ul li {
	min-width: 180px;
	background:#181919;
}
#access2 ul ul ul {
	left: 100%;
	top: 0;
}
#access2 ul ul a {
	color: #fff;
	text-shadow:none;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access2 li:hover > a,
#access2 ul ul :hover > a {
	color: #fff;
	text-shadow:none;
}
#access2 ul li:hover > ul {
	display: block;
}
#access2 ul li.current_page_item > a,
#access2 ul li.current-menu-ancestor > a,
#access2 ul li.current-menu-item > a,
#access2 ul li.current-menu-parent > a {
	color: #fff;
}

	
* html #access2 ul li.current_page_item a,
* html #access2 ul li.current-menu-ancestor a,
* html #access2 ul li.current-menu-item a,
* html #access2 ul li.current-menu-parent a,
* html #access2 ul li.current_page_item a:hover,
* html #access2 ul li a:hover {
	color: #ffffff;
}

/* =Content
----------------------------------------------- */
.post {  padding:10px;}
.page-title {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0.025em;
	margin: 0 0 24px 0;
	padding: 2px;
}
.hentry {
	margin: 0px 0 3.4em;
}
.single .hentry {
	margin: 0 0 1.7em;
}
.sticky {background:transparent url(images/sticky.png) top center no-repeat;}
.sticky .entry-meta {
	display: none;
}
.entry-title {
		font-size:23px; 
		padding: 15px 0 0 25px;
		font-weight:bold; 
	line-height: 1.2em;
	margin: 0 0 0 0;
		text-transform:capitalize;

}
.entry-title a {
	color: #000000;
}
.entry-meta {
	color: #999897;
	font-size: 10px;
	padding:2px;
	margin-top:1px;
	text-transform:uppercase;

}
.entry-meta a {
	color: #A0003D;
	text-decoration:none;
}
.entry-meta a:hover {
	color: #df0000;
}
.byline {
	display: block;
	position: absolute;
	left: -8000px;
}
.entry-content,
.entry-summary {
	margin: 0.85em 0 0 0;
	padding: 10px 25px 0 25px;
}
.entry-left{
	margin: 0.85em 0 0 0;
	padding: 10px 25px 0 25px;
	width: 500px;
	display: inline;
	float: left;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 0.425em;
	font-weight:normal;
}
.entry-content h1 {
	font-size: 28px;
	line-height: 34px;
}


.entry-content h2 {
	font-size: 15px;
	color: #C00;
}
.entry-content h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.425em;
}
.entry-content h3 {
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.entry-content h4 {
	color: #888;
	font-size: 17px;
	font-style: italic;
}
.entry-content h5,
.entry-content h6 {
	font-weight: bold;
}
.entry-content h5 {
	font-size: 12px;
}
.entry-content h6 {
	font-size: 10px;
}
.entry-content table {
	border: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align: left;
}
.entry-content tr th,
.entry-content thead th {
	font-size:12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}
.entry-content tr td {
	border-top: 1px solid #ccc;
	padding: 6px 12px;
}
.entry-content tr.odd td {
	background: #f2f7fc;
}
.entry-content table dl {
	margin: 0;
}
.entry-content .gallery {
	margin: 0 auto 1.7em;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33.333%;

}

#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 0.7em 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	padding: 4px;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.page-link {
	font-weight: bold;
	margin: 0 0 1.7em;
	word-spacing: 0.25em;
}
.page-link a {
	font-weight: normal;
}
.entry-info {
	clear: both;
	color: #333;
	font-size: 11px;
	position: relative;
	background:#F6F6F6;
	padding:10px;
}
.entry-info a {
	color: #A0003D;
}
.entry-info a:hover {
	color: #df0000;
}
.entry-info p {
	margin: 0;
}
.entry-info .comments-link a {
	color: #333;
	display: block;
	float: right;
	font-weight: bold;
	margin: -2px 1px 0 5px;
	padding: 2px 10px;
	text-decoration: none;
}
.entry-info .comments-link a:hover {
	background: #222;
	background-image: -moz-linear-gradient(100% 100% 90deg, #111, #333);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.entry-info .edit-link {
	clear: both;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment #image-navigation {
	float: right;
	margin: -1px 0 0.85em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.image-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 0.85em 0 0;
}


/* =Images
----------------------------------------------- */

#content img.size-auto,
#content img.size-large,
#content img.size-full,
#content img.size-medium,
#content img.size-thumbnail,
.attachment img {
	max-width: 100%;
	width: auto;
	height: auto;
	background:#f2f2f2;
	padding:4px;
}
#content img.wp-smiley {
	margin: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2px;
}
.wp-caption {
	background: #eee;
	font-size:12px;
	margin-bottom: 1.7em;
	padding: 5px 3px 10px;
	text-align: center;
	max-width: 96%;
}
.wp-caption img,
#content .wp-caption img {
	margin: 2px 0 0 0;
	max-width: 98.5%;
	width: auto;
	height: auto;
}
.wp-caption .wp-caption-text {
	margin: .5em 0 0 0;
}
#content object,
#content embed {
	max-width: 100%;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #eee;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 0.85em;
}
.home #content .category-gallery .entry-info {
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.7em 0;
	overflow: hidden;
	background:transparent url(images/sticky.png) top center no-repeat;
	padding:10px;
}
.navigation a { text-decoration:none;}

.navigation a:visited {
	color: #A0003D;
}
.navigation a:visited:hover,
.navigation a:active,
.navigation a:hover {
	color: #df0000;
	text-decoration:underline;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {margin-top:10px;}
#nav-above,
.single #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	overflow: hidden;
}
.widget-area,
.widget-area input {
	font-size: 12px;
	line-height: 18px;
}
.widget-area ul ul a {
	text-decoration: none;
	color:#444444;
}
.widget-area ul ul a:hover {
	text-decoration: underline;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}

.widget-area ul ul li {background:transparent url(images/entryinfo.png) repeat;border-bottom:1px dotted #dddddd;margin:0 0 1px 0px;}

.widget-area ul ul li.categories {background:none;}

.widget-area ul ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}
.widget-area ul ul ul {
	margin-bottom: 0;
}
.widget-area ul ul li {}
.widget-title {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding:2px 0 2px 10px;
	background:#dddddd;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* Search Widget */
#s {
	width: 60%;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size:13px;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
	background:#f2f2f2;
		border-right:1px solid #ffffff;

}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #A0003D;
}
#wp-calendar a:visited:hover {
	color: #df0000;
}

/* Flickr Widget (WP.com) */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.7em;
	padding: 0.2em 0;
}


/* =Comments
----------------------------------------------- */

#comments {
	word-wrap: break-word;
}

#comments h3 {
	border:none;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 2px;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul {
	list-style: none;
	margin-left: 0.425em;
}
#comments li {
	position: relative;
}

#comments li.even { padding:10px; background:#f9f9f9; }
#comments li.odd { padding:10px;margin-top:10px; }


#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}
#comments li.pingback + li.pingback {
	margin-top: -1.65em;
}
#comments li.pingback p {
	font-size:12px;
	margin: 0;
}
#comments ul li {
	border-left: 1px solid #ccc;
	border-bottom: none;
	padding: 0 0 0 0.85em;
}
#comments .comment-author {
	margin: 0 66px 0.85em 0;
}
#comments .comment-author cite {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta,
#comments .comment-meta a {
text-decoration:none;
font-size:12px;
}
#comments .comment-meta a:hover {
	color: #df0000;
}
#comments .avatar {
	border: 1px solid #ccc;
	padding: 3px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#comments .comment-body {
	margin-right: 66px;
}
#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}
#respond .comment-form-comment {
	margin: 0;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
.bypostauthor {
}


/* =Footer
----------------------------------------------- */

#footer {
	padding: 0 0 20px 1.7em ;
}
#footer .widget-area {
	float: left;
	margin: 0 5px 0 0;
	width: 240px;
}
#footer .widget-area2 {/*twitter box*/
	float: left;
	margin: 0 0px 0 0px;
	width: 260px;
	text-align:left;
}
.two-column #footer .widget-area {
	margin: 0 5.19% 0 0;
	width: 47.4%;
}
.two-column #footer #second,
#footer #fourth {
	margin-bottom: 10px;
	width: 513px;
	border-top: 4px #ce3743 solid;
	padding: 10px 5px 5px 5px ;
	

}
 #first {
	 border-top: 4px #ce3743 solid;
	 padding: 10px;
 }
  #second {
	 border-top: 4px #ce3743 solid;
	 padding: 10px;
 }
  #third {
	 border-top: 4px #5c818b solid;
	 padding: 10px;
 }
  #fifth {
	margin-bottom: 10px;
	border-top: 4px #5c818b solid;
	padding: 10px 0px 0px 0px;
	text-align: left;
 }
  #twitter {
	padding: 4px 0px 10px 0px;
	float: left;
	text-align: left;
	margin:0 0 0 -15px;

 }
#copdat {
	border-top:2px solid #cec8b8;
	clear: both;
	color: #000;
	font-size: 10px;
	padding: 1.6em;
	text-align: right;

}
#copdat a {
	color: #000;
	text-decoration: underline;
}
#copdat a:hover {
	color: #ce3643;
}
#copdat .footer-text {
	display: inline;
	margin: 0 0 0 3px;
	float:right;
	width: 330px;
	line-height: 1.4em;	
	
}
#footer img#wpstats {
	display: block;
	margin: 0 auto 0px auto;
}
.follow {
	font-weight: bold;
	font-size:1em;
	


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body,
	pre,
	ins {
		background: none !important;
	}
	body, input, textarea {
		font-size:12px;
		line-height: 1.5;
	}	
	#container {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#content {
		width: 100% !important;
	}
	#header {
		border-bottom: 1pt solid #000;
		padding-bottom: 18pt;
	}
	#copdat {
		border-top: 1pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#site-title {
		font-size: 13pt;
	}
	#site-description {
		font-size: 10pt;
	}
	.entry-content {
		font-size: 10pt;
		line-height: 1.5em;
		padding-top: 15pt;
	}
	.entry-title {
		font-size: 16pt;
		padding-top: 36pt;
	}
	#access,
	#header img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	.sharing,
	#wpl-likebox {
		display: none !important;
	}
	.sidebar-content #content-container {
		float: none;
		margin: 0 0 0 -35.4%;
	}
	.sidebar-content-sidebar #content-container {
		float: none;
		margin: 0 0 0 -24.8%;
	}
	.sidebar-sidebar-content #content-container { 
		float: none;
		margin: 0px 0px 0px -49.5%;
	}
	#content-container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.full-width #content {
		margin: 0px 0 0 0;
		width: 700px;
	}
		.left #content {
		margin: 0px 0 0 0;
		width: 500px;
	}
		.home #content {
		margin: 0px 0 0 0;
		width: 800px;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#copdat {
		width: auto;
	}
	#comments {
		font-size: 10pt;
		line-height: 1.5em;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	.generator-link {
		background: url("images/wordpress.png");
	}

	.red-link {
    	color: #ce3441;
		font-size: .28em;
		text-align: right;
	}
	

	.red-link a {
    	color: #ce3441;
		font-size: .28em;
		text-align: right;
		text-decoration: underline;
		}

	.red-link a:hover {
    	color: #ce3441;
		text-decoration: underline;
	}

	#footer-text {
		float: right;
		width: 500px;


		
	}

	.footer-text {
    	color: #282828;
		font-size: .25em;
		text-align: right;
	}

	.footer-text a {
   		color: #282828;
		font-size: .3em;
		text-decoration: underline;
}

	.footer-text a:hover {
		color: #000;
		font-size: .3em;
		text-decoration: underline;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#contentblock {
		display: inline;
	}
	.home .sticky {
		border: none;
		background: transparent;
	}



/* =IE6
-------------------------------------------------------------- */

#ie6 .two-column #container {
	overflow: hidden;
	width: 940px;
}
#ie6 .three-column #container {
	width: 940px;
}
#ie6 #content {
	overflow: hidden;
}
#ie6 #main-sidebars {
	max-width: 450px;
	width: 45.2%;
}
#ie6 .content-sidebar-sidebar #secondary,
#ie6 .sidebar-sidebar-content #secondary {
	margin: 0 0 0 4%;
}
#ie6 .sidebar-content-sidebar #primary {
	margin: 0 0 0 -100%;
}



.hsearch {text-align:center;}


/* =Search form
-------------------------------------------------------------- */
	.searchform {
		position: relative;
		width:210px;
		margin: 0 auto;
	}
	

	.searchform input {
		background:transparent;
		border:none;
	}
 	.searchform .searchfield{
		background:#f7f7f7;
		border: 1px solid #ddd;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		color: #2E301B;
		font-size: 12px;
		padding: 7px 30px 5px 7px;
		width:170px;
	}

	 .searchform input.submit {
		margin:0;
		padding:0;
		position:absolute;
		right:8px;
		top:5px;
		height:17px;
		width:17px;
	}
	


#waleader { clear:both;width:940px; margin:0 auto; padding:10px 10px 0 10px;text-align:center;}
#waleaderfooter { clear:both;width:920px; margin:0 auto 10px auto; padding:10px;text-align:center;border-top:3px solid #ddd;border-bottom:1px dotted #ddd;}

.moregalleries { background:transparent url(images/moregs-white.png) left center no-repeat;padding-left:20px;}


.sticky .gallery img { width:95%; height:auto;}



/* =css3 ribbon header widgets
-------------------------------------------------------------- */

#who-box {
	width: 100%;
}

#infobox {
    padding:0 10px 10px 0px;
    margin:0 0 10px 0;
    color: #282828;

}

.infobox-title {
	color: #000000;
	font-weight: bold;
	font-size:1.8em;
	font-weight: bold;
}

/*.infobox h3 {
    color: #282828;
    margin: 0px;
    font-size:18px;
    font-weight: bold;
    padding:0px 0 10px 0;
}


.infobox h3 {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}*/

.infobox ul li { padding:0 6px 6px 6px;}
