/*
Theme Name: Street
Theme URI: http://cozmoslabs.com/
Description: Built on Thematic Theme</a>
Author: Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.1 
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@font-face {
  font-family: "LeagueGothic";
  src: url("fonts/League_Gothic.eot");
  src: url("fonts/League_Gothic.ttf");
}


#wrapper{
	background-image: url("images/3c.jpg");
	background-color: #BA4801;
	background-repeat: no-repeat;
	overflow: hidden;
	background-attachment: fixed;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:.9em;
	line-height:1.4em;
	color: #282828;
	background:#e3e3e3;
	position:relative;
}
/* text boxes */
input, textarea {
font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 22px;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
a:link {
	color: #005EBD;
	text-decoration: none;
}
a:visited {
	color: #005EBD;
	text-decoration: none;
}
a:active , a:hover {
/*	color: #FB2658;*/
	color:#444;
	text-decoration: underline;
}
.hover-state a:hover {
	background-color:#dde90d;
}

/* =Header
-------------------------------------------------------------- */
#access{
	background: #006400 url("images/overlay-button.png") repeat-x;
	border-color:#111 -moz-use-text-color #111;
/*	border-top:1px solid #ff9d00; */
	border-bottom:4px solid #111; 
	font-size:18px;
/* This will clear the floats and keeps the access bottom line from jumping into the air */
	clear: both;
	height:32px;
	overflow:visible;
    z-index:100;
}
#header {
	height: 200px;
	position:relative;
	z-index: 0;
}
#header_box {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 975px;
	height: 200px;
}
#header_box a.rss {
display:block;
height:36px;
position:absolute;
right:20px;
width:64px;
z-index: 25;
	}
#header-aside {
	position: absolute;
}
#branding {
  float: left;
  width: 100%;
  padding: 0;
}
/* Moves the image box to the right and levels it with #branding */
#image-box {
  width: 975px;
  height: 100%;
  margin: 0 auto;
}
#blog-description{
	display:none;
	color:#666;
    font-size:13px;
    font-style:italic;
}
#blog-title{
	display: block;
	margin:0 auto;
	padding:0 0 0 0px;
	width: 975px;
	height: 200px;
	font-weight:bold;
	font-size:34px;
	line-height:40px;
}
#blog-title a{
	display: block;
	text-indent: -9999px;
	width: 975px;
	height: 200px;
}
#blog-title a:active, #blog-title a:hover{
	color:#cc0000;
}


/* Text elements
-------------------------------------------------------------- */
ul {
list-style: disc;
margin: 0 30px 10px 30px;
}
ol {
list-style: decimal;
margin: 0 30px 10px 30px;
}
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.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
p, ul, ol, dd, pre {
    margin-bottom:14px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/* =Content
-------------------------------------------------------------- */
#container {
	width:700px;
	float:left;
}
#content {
	margin:0 15px;
	width:680px;
	overflow:hidden;
}
#main {
	width:975px;
	margin-top: 0px;
	background:#fff;
	border:3px double #ccc;
	padding: 15px 0;
	z-index: 50;
	box-shadow: #333 3px 3px 2px;
	-moz-box-shadow: #333 3px 3px 2px;
	-webkit-box-shadow: #333 3px 3px 2px;
	clear:both;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #cc0000;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry{
	border-bottom:3px double #ccc;
	margin-bottom:30px;
	padding:0 0 22px 0;
}
.entry-utility{
	margin: 10px 0 0 0;
	font-size:12px;
    line-height:18px;
}
.single .hentry{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #ddd;
}
.entry-utility a:active, .entry-utility a:hover {
	background-color:#dde90d;
	color:#444;
	text-decoration: underline;
}
.home #content .sticky {
    border:1px solid #ccc;
    padding:5px;
}
#siteinfo{
	width:975px;
}
.entry-title {
	font-family: "LeagueGothic","Trebuchet MS",Helvetica,sans-serif;
	font-size:30px;
	text-transform: uppercase;
	line-height: 1.1em;
	color:#444;	
    padding:0 0 7px 0;
	text-shadow: 1px 1px #ccc;
}
.entry-title a {
	font-family: "LeagueGothic","Trebuchet MS",Helvetica,sans-serif;
	border-bottom: none;
	font-size:30px;
	text-transform: uppercase;
	line-height: 1.1em;
	text-shadow: 1px 1px #ccc;
}
.entry-title a:visited {
	color: #005EBD;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	background-color:#dde90d;
	color:#444;
	text-decoration: underline;
}

.entry-meta .comments-link {
	float: right;
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.404-entry-content {
	padding: 22px 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:0 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    padding:14px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content img {
	margin: 0 5px 4px 0;
	/* border:1px solid #CCCCCC !important;
	background:none repeat scroll 0 0 #FFFFFF;
	padding: 3px; */
	box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}
.entry-utility a {
    font-style:italic;
    text-decoration:none;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #cc0000;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

.button {
	background: #222 url("images/overlay-button.png") repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 8px 0 0 0;
	font-size:14px;
padding:8px 19px 9px;
}
.orange.button {
background-color:#006400;
color: #fff;
}
.orange.button:hover {
	background-color:#cc0000;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	text-decoration: none;
}
.pgee-read-more, .more-link {
	background: url("images/overlay-button.png") repeat-x #006400;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	line-height: 1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 8px 0 0 0;
	font-size:14px;
padding:8px 19px 9px;
}
.pgee-read-more a {
	color: #fff !important;
	text-decoration: none !important;
}

.pgee-read-more:hover, .more-link:hover {
	background-color:#cc0000;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	text-decoration: none !important;
}

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

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}

/* =Menu
-------------------------------------------------------------- */
#menu-width {
	width: 975px;
	margin: 0 auto;
	position: relative;
}
.skip-link {
    display:none;
}
.menu{
	background:none;
	width: 975px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* 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;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* 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:			10em; /* match ul width */
	top:			0;
}
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:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border:none;
	/*float:right;*/
	text-align:center;
	float:left;
}
.sf-menu a {
	border:none;
	padding:6px 13px 7px 13px;
	text-decoration:none;
}
.ie7 .sf-menu a {
	border:none;
	padding:6px 13px 3px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    /*border-bottom-color:#fff; */
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	border: none;
}
.sf-menu li {
	background: none;
	text-align: left;
	width: 110px;
}
.sf-menu li li {
	background:	#fff;
}
.sf-menu li li li {
	background:	#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:url('images/menu-tab.jpg') no-repeat;*/
	background-color: #111;
	outline: 0;
	border:none;
	color:#fff;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sf-menu li li a:hover{
	background:none repeat scroll 0 0 #228B22;
}
.sf-menu ul {
	border:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	background:none repeat scroll 0 0 #000;
	border-bottom:medium none;
}
.sf-menu ul a:hover {
    color: #fff;
	background-color: #228B22;
}
/* a:hover, .entry-title a:active, .entry-title a:hover {
	color:#cc0000;
} */

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside{
	font-size:16px;
	line-height:23px;
	color:#666;
}
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.main-aside ul {
padding:0;
margin:0;
}
.main-aside ul ul {
    padding:0;
}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
margin-bottom:18px;
font-size: 14px;
}
.aside a:active
{
    color: #cc0000;
}
.aside a:hover{
	color:#444;
	text-decoration: underline;
}
#primary, #secondary{
	border:0;
	border-left: 1px solid #CCCCCC;
	padding:0;
    margin-bottom:30px;
	width: 260px;
}
#primary h3, #secondary h3{
	font-size:20px;
	color:#444;
	margin-bottom: 5px;
	font-variant: small-caps;
	text-shadow: 1px 1px #ccc;
}
#subsidiary {
	background-color: #228B22;
	border:0;
	width:975px;
    padding:5px 0 0 40px;    
}
#subsidiary .aside{
	margin:0;
	width:320px;
}
/* #subsidiary a:hover {
	background-color:#005ebd;
} */

.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #cc0000;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #cc0000;
}

.aside h3 {
	font-size:20px;
	color:#444;
	font-variant: small-caps;
	text-shadow: 1px 1px #ccc;
	padding-bottom: 5px;
	font-style: normal;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none;
    margin:0;
}
ul#recentcomments {
	list-style: disc inside;
}
ul#recentcomments a {
	display: list-item;
}
.aside ul ul li {
    padding:1px 0;
	width: 240px;
}
#nav_menu-3 .menu-currently-blogging-container ul li a,
#categories-2 ul li a,
#better-blogroll ul li a,
#rss-2 ul li a,
#recent-posts-2 ul li a
{
	display: block;
	background: #ececec;
	padding: 0 0 0 6px;
}
#blogroll_widet_rss-3 ul li {
	display: block;
	background: #ececec;
	padding: 0 0 0 6px;
	margin: 2px 0 0 0;
}
.aside ul ul li a:hover{
	background: #005ebd !important;
	color: #ececec;
}
.aside ul ul ul {
    margin: 0 0 0 10px;
	list-style: disc inside;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}



/* =Footer
-------------------------------------------------------------- */
#footer{
	margin-top: 19px;
	padding-top: 15px;
	border-top: solid 4px #000;
	background-color: #228B22;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #cc0000;
}


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

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin: 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #cc0000;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0;
}

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

#comments {
    padding: 1.1em;
    font-size:1em;
    line-height:1.25;    
}
#comments input, #comments textarea {
    font-size:1em;
    line-height:1.25;
    border:1px solid #ccc;
    background:#f6f6f6;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size:20px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 12px 30px;
	background-image:url("images/comment.gif");
	background-repeat:no-repeat;
}
#comments-list {
    padding: 0;
}
#comments-list ol, #comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #e3e3e3;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #e3e3e3;
    padding:18px 0 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background: #fafafa none repeat scroll 0 0;
}
#comments-list ul li {
    border:1px solid;
	border-color: #ccc #EFEFEF #ccc #ccc;
	margin:0 0 12px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
.comment-content {
	padding: 0 16px 0 0;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active, 
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    text-align:right;
	font-weight: bold;
	margin: 0 12px 12px 0;
}
.comment-reply-link a {
    font-style:italic;
    text-decoration:none;
	background: url("images/overlay-button.png") repeat-x scroll 0 0 #111111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 8px;
	color: #fff
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    background: url("images/overlay-button.png") repeat-x scroll 0 0 #cc0000;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
	border-top: solid 4px;
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
.form-textarea input {
	width: auto;
}

#form-allowed-tags {
	display: none;
}

#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
input#submit{
	border:none;
	padding:3px;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	background: #111 url("images/overlay-button.png") repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input:hover#submit,
input:active#submit,
input:focus#submit 
{
	border: 0 !important;
	background:#cc0000 url("images/overlay-button.png") repeat-x;
	-moz-box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
	box-shadow: 1px 2px 3px #333;
}
.subscribe-to-comments {
    color:#111;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#111;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/************************** One Column CSS */
.page-template-tpl_onecolum-php #container{
	width:900px;
}
.page-template-tpl_onecolum-php #content{
	width:900px;
}
/************************** archive page title */
.archive h1.page-title{
	font-size:20px;
	/*background:#f1f1f1;*/
	border-bottom:3px double #ccc;
	padding:0 0 15px 0;
	margin-bottom:15px;
}

/************************** Search Widget */
#s {
    font-size:15px;
    line-height:18px;
    border:1px solid #ccc;
    background:#fff;
	padding:2px;
	width:170px;	
}
#searchsubmit{
	border:none;
	padding:2px;
	background:#111;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	line-height:18px;
}

/* search in header */
#access-search{
    position:absolute;
    left:725px;
	width:250px;
    height:29px;
    border: 0;
	padding:2px 0 0 4px;
}

/* google search widget */
#search-container{
float:right;
margin:1px 0 0 0;
width:243px;
height: 24px;
}
#search-entry {
background:#fff;
border:solid 1px #222;
float:left;
margin:0;
padding:1px;
width:175px;
}
#search-button, #pagesearch-button {
border:0 none;
cursor:pointer;
width: 58px;
height: 23px;
color: #fff;
margin: 1px 0 0 4px;
text-transform: uppercase;
padding: 2px;
font-size: 12px;
	background: #111 url("images/overlay-button.png") repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#pagesearch-container{
width:270px;
height:26px;
}
#pagesearch-entry {
background:#fff;
margin:0;
border:solid 1px #222;
padding:1px;
width:200px;
}

input#search-button:hover, input#pagesearch-button:hover {
	background-color: #cc0000;
	-moz-box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
	box-shadow: 1px 2px 3px #333;
}


/* widget container format */
.widgetcontainer {
	background-color:white;
	border:0px;
/*	margin:0 0 15px;*/
	padding:10px;
}

.widgettitle {
	border-bottom: solid 3px #228B22;
}

.widget-button {
	padding: 0 10px 0 0;
}

.widget-button img:hover {
transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
}

/* Author info */
#author-info {
	border: double;
	margin:0 0 24px;
}

#author-info .avatar {
	margin:0.2em 1em 1em;
}

/* footer widget margins */
#subsidiary #first h3,
#subsidiary #second h3,
#subsidiary #third h3{
	margin: 0 4px 5px 0;
}

/* WP PageNavi */
.wp-pagenavi {
	text-align: center;
	margin: 5px 0px;
}
.wp-pagenavi a,.wp-pagenavi span {
	padding: 2px 5px 2px 5px;
	border: 1px solid;
	margin: 3px;
}
.wp-pagenavi span.pages {
	padding: 2px 8px;
	color: #282828;
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a,.wp-pagenavi a:visited,.wp-pagenavi span {
	border-color: #227ad1;
	background-color: #227ad1;
	color: #fff;
}
.wp-pagenavi a:visited {
	border-color: #999;
	background-color: #fff;
	color: #888;
}
.wp-pagenavi span {
	border: 0;
	color: #282828;
}
.wp-pagenavi span.current {
	background-color: #fff;
	color: #282828;
	font-weight: bold;
}
.wp-pagenavi a:hover {
	background-color: #DDE90D;
	color: #282828;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .last, .wp-pagenavi .first, .wp-pagenavi .previouspostslink  {
	background-color: #fff;
	border: none;
	color: #227AD1;
}

	background-color: #fff;
.wp-pagenavi .extend {
	border: none;
	color: #282828;
}
blockquote {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/blockquote.gif) no-repeat scroll 0 0;
	border-left:1px solid #DDDDDD;
	color:#555555;
	padding:0 0 0 .5em;
	margin: 0 4em 1em 2.5em;
}

/*comment luv */
.cluv {
	font-style:italic;
	margin-top:10px;
	font-size: 12px !important;
	padding: 0px !important;
}
#commentluv {
	margin: 8px 0 5px -10px;
}

.formcontainer {
	border: solid 2px #555;
	padding: 15px;
}
#first .widgetcontainer, #second .widgetcontainer, #third  .widgetcontainer {
background-color: #fff;
box-shadow: #333 3px 3px 4px;
-moz-box-shadow: #333 3px 3px 4px;
-webkit-box-shadow: #333 3px 3px 4px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#mylastpost {
line-height:2em;
}

/* organize series */

.imgset {
	float: left;
	/*overflow: visible;*/
	border: none;
	margin-right: 6px;
}

.serieslist-content {
	font-size: 1.2em;
	text-align: left;
}

.serieslist-box {
	width: 640px;
	/*height: 100px;*/
	border-bottom: 2px solid #1E3A96;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

html>body .serieslist-box {
	height: auto;
	/*min-height: 100px;*/
} 	

h2.series-title {
	font-size: 1.2em;
	color: #1E3A96;
	text-align: center;
}

ul.serieslist-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.serieslist-li {
	margin: 0;
	padding: 0;
}

.seriesbox {
	display:inline;
	float: right;
	background: #F8F8F8;
	color: #777;
	text-align: left;
	font: .8em Arial, Tahoma, Verdana, Sans-Serif;
	margin: 0 10px 0px 10px;
	padding: 6px 6px 12px 6px;
	border: 1px dotted #1E3A96;
	border-bottom: 2px solid #1E3A96;
	min-width: 125px;
}

.seriesbox img {
	margin: 0px 12.5px 0 12.5px;
}

h3.series-title-post-page {
	font-size: 1.1em;
	color: #1E3A96;
	text-align: center;
}

p.series-description {
	font-style: italic;
}

.seriesmeta {
	background-color: #FEE3E3;
	font-size: .85em;
	font-style: italic;
	margin-bottom: 8px;
	border-bottom: dotted 1px;
}

.series-nav-left {
	float: left;
}

.series-nav-right {
	float: right;
}
fieldset {
background-color:#FFFFFF;
border:1px solid #DDDDDD;
margin:1em 0;
padding:0.8em;
}
legend {
background-color:#FFFFFF;
border-top:1px solid #DDDDDD;
font-size:115%;
font-style:italic;
padding:2px 15px 10px;
text-transform:uppercase;
}

/* end of organize series plugin */

.entry-meta .n {
	border-bottom: none;
}
.entry-meta a:active, .entry-meta a:hover {
	background-color:#dde90d;
	color:#444;
	text-decoration: underline;
}
img {
	border: none;
}
.comments-link {
	font-weight: bold;
	margin-right: 15px;
}

/* YARPP styles */
#related {
	background-color:#FFFFFF;
	border:1px solid #DDDDDD;
	margin:1em 0;
	padding: 6px 0 6px 12px;
}
#related a:hover {
background-color:#DDE90D;
}

#related p {
	margin-left: 1em;
}

#yarpp-header h3 {
padding: 0px;
}

#related_posts_links {
	float: left;
	display: inline;
	width: 463px;
	margin: 0 10px 0 0;
}
#yarpp-header {
padding:2px 0px 6px;
text-transform:uppercase;
}

#related ol {
margin: 0 0 0 26px;
font-style: italic;
}

/* Tag cloud */
.st-tag-cloud a:hover {
	background-color:#dde90d;
	color:#444 !important;
}

st-tag-cloud a:link {
	color: #005EBD !important;
	text-decoration: none;
}
	
/* Tag headline on archives */
.entry-content h3 {
padding-top: 0;
}

/* season previews */
.thumbleft {
	float:left;
	margin: 5px 5px 8px 0px;
	}
.previewcontainer {
	position:relative;
	display: inline-block;
	margin-bottom: 2px;
	border-bottom: dotted; 
	border-width: 2px;
}
.previewtext {
	position:relative;
	width:auto;
	margin-left: 190px;
}

#comments input:focus, #comments textarea:focus {
border: solid 1px #EB7430;
-moz-box-shadow: 1px 2px 3px #333;
-webkit-box-shadow: 1px 2px 3px #333;
box-shadow: 1px 2px 3px #333;
}

#search-container input:focus, #pagesearch-container input:focus {
background-color: #EAEAEA;
}
.wp-smiley {
margin:0 !important;
border: 0 !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
max-height:16px;
} 

/* toolbar */
#comment_quicktags {
	position: absolute;
	display: block;
	padding-top: 1px;
	height: 25px;
}

#comment {
	padding-top: 24px;
}

/* post author highlighting */
#comments-list li.bypostauthor, #comments-list li.byuser {
	background: #ebfffb none repeat scroll 0 0;
}

#comments-list li.comment-author-libera {
	background: #fff9e0 none repeat scroll 0 0;
}
#comments-list li.comment-author-janette{
	background: #ffedf9 none repeat scroll 0 0;
}

/* mess with the header*/
#blog-title a {
	/* do whatever you want */
	margin: 0 auto;
}

input#subscribe-submit {
	cursor:pointer;
	background: #fff url("images/overlay-button.png") repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input:hover#subscribe-submit {
	background:#cc0000 url("images/overlay-button.png") repeat-x;
	color:#fff;
	-moz-box-shadow: 1px 2px 3px #333;
	-webkit-box-shadow: 1px 2px 3px #333;
	box-shadow: 1px 2px 3px #333;
	border:none;
}

/* Greet Box */
.greet_block {
  background:#fff;
  border:1px solid #eee;
  margin:10px 0;
  width:99%;
}

.greet_image {
  float:left;
  padding:0 10px 0 0;
}

.greet_image img{
  background:none;
  border:none;
  margin:0;
  padding:0;
}

.greet_text {
  color:#333;
  font-size:16px;
  line-height:20px;
  margin:10px;
}

.greet_block_close {
  background:#fff;
  border:1px solid #ccc;
  float:right;
  height:15px;
  margin:0 0 0 10px;
  width:15px;
}

.greet_block_close a {
  color:#ccc;
  cursor:pointer;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  margin:0 3px;
  text-transform:uppercase;
}

.greet_block_close a:hover {
  text-decoration:none;
}

.greet_block_powered_by {
  float:right;
  font-size:9px;
  line-height:14px;
  padding:0 5px;
}

.greet_block_powered_by a {
  color:#ccc;
}

.greet_search_after {
  border-top:1px solid #eee;
  font-size:11px;
  margin:5px 0 0 0;
  padding:2px 0 0 0;
}

.greet_search_before {
  border-bottom:1px solid #eee;
  font-size:11px;
  margin:0 0 5px 0;
  padding:0 0 2px 0;
}

#greet_search_link {
  cursor:pointer;
}

.wpgb_cornered {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpgb_shadowed {
  -webkit-box-shadow: #ccc 0px 5px 5px;
  -moz-box-shadow: #ccc 0px 5px 5px;
  box-shadow: #ccc 0px 5px 5px;
}

#smart-archives-block a:hover,
#smart-archives-list a:hover {
	background-color: #DDE90D;
}

