/*
Theme Name: EyeCandy
Theme URI:
Description: Function theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Rick Radko
Author URI:
Tags: two columns, widgets
*/


/* Begin Typography & Colors */
body {
	background: #BF2A26;
	color: #000000;
	padding: 10px;
	text-align: center;
}

#page {
	background: #FFFFFF;
	border: solid 2px #92C04F; /*#92C04F;*/
	color: #000000;
	margin: 0px auto;
	max-width: 1100px;
	min-width: 970px;
	padding: 3px;
	text-align: left;
	position: relative;
}

#header {
	background: #92C04F;
}

#logo {
	margin: 1px 50px 0px 1px;
	float: left;
}

#content {
	position: relative;
}

#postcolumn {
	margin:0 -254px 0 0;
	float: left;
	width: 100%;
}

.inner {
	padding: 10px;
}

#sidebar .inner {
	padding-top: 0;
}

#postcolumn .inner {
	margin-right: 254px;
}

#postcolumn .pagetitle{
	background: #CCCCCC;
	margin-bottom:0;
	padding: .2em;
}

#footer {
	background: #92C04F none repeat scroll 0 0;
	border-top: 1px solid #BF2A26;
	padding: 5px;
	position: relative;
	text-align: right;
}

a, a:link, a:active, a:visited {
	color: #2977d8;
}

a:hover {
	color: #D56538;
}

h1#blogtitle  {
	font-size: 4em;
	color: #325DA7;
	padding-top: 20px;
	position: relative;
	left: -4px;
}

h1#blogtitle  a, h1#blogtitle  a:hover, h1#blogtitle  a:visited {
	color: #325DA7;
}

p#blogdesc {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding-top: 2px;
	color: #325DA7;
	margin-bottom: 0px;
}

div.posttitleblock {
	background: transparent url(images/blog-icon.png) no-repeat left center;
	/* height: 35px; */
	margin-bottom: 7px;
}

.posttitle {
	margin: 0px 0px 2px 37px;
}

.single .posttitle {
	color: #2977d8;
}

.postinfo {
	margin-left: 49px;
	font-size: 0.9em;
}

.postseparator {
	text-align: center;
}

.single .postseparator { 
	margin-top:20px;
}

/* Begin Sidebar */
#sidebar
{
	padding: 0px;
	width: 250px;
	float: right;
	background: #E0ECCD;
}

#sidebar h2 {
	background: #92C04F;
	padding: .2em .2em .3em .2em;
	color: white;
	text-align: left;
}

#sidebar form {
	margin: 0;
}

#sidebar ul{
	margin-bottom: 0px;
}

#sidebar ul li {
	border:1px solid #92C04F;
	list-style-image:none;
	list-style-type:none;
	margin-left:0;
	padding:2px;
}

#sidebar li + li{
	margin-top:15px;
}

#sidebar li#archives {
	text-align: center
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border: none;
}

div.findme a{
	white-space:nowrap;
	padding-left:4px;
	padding-right:10px;
	display: inline-block; /* need to fix wrap issues in ie */
}

div.keepup a{
	white-space:nowrap;
	padding-left:4px;
	padding-right:10px;
	display: inline-block; /* need to fix wrap issues in ie */
}

div.keepup img{
	vertical-align: middle;
	padding-right: 4px;
}

#searchform {
	margin: 0px;
	padding: 0px;
}

#sidebar #searchform #s {
	width: 155px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#tag_cloud a {
	line-height:normal;
}

/* End Sidebar */


/********** Menu Bar **********/
#menu_bar {
	background: #9F0909; /*#BF2A26; */
	position: relative;
	float: none;
	text-align:left;
	margin-bottom: 2px;
}

/* main level ul.menuBAR is outer level*/
ul.menuBAR {
	position: relative;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	z-index: 5000;
	margin: 0px;
}

.menuBAR li {
	margin: 0em;
	padding: 0em;
	float: left;
	text-decoration: none;
	position: relative;
	border-right: solid 1px #92C04F;
	/*height: 2.3em;*/
}

.menuBAR li:hover>ul {
	visibility: visible;
}

.menuBAR li.active {
	background-color: #D56538; /* #325DA7;*/
}

.menuBAR a,.menuBAR a:link,.menuBAR a:visited, .menuBAR span.separator{
	cursor: pointer;
	display: block;
	float: left;
	color: #F9DD30;
	font-weight: bold;
	padding: .5em 1em;
	position: relative;
	margin: 0;
}

.menuBAR a:hover,.menuBAR a:active,.menuBAR a:focus {
	background: #F9DD30;
	color: #D56538; /*#325DA7;*/
}

/* second level */
.menuBAR ul {
	float:left;
	list-style-type: none;
	z-index: 5001;
	display: block;
	background-color: #1B4298;
	padding: 4px; 
	position: absolute;
	visibility: hidden;
	top: 2.3em;
	left: 0em;
}

.menuBAR ul li {
	display: block;
	background-color: #325DA7; /* #7F174F;*/
	border-bottom: solid 1px #96657C;
	position: relative;
	/*height: 2.3em;*/
}

.menuBAR ul li:hover, .menuBAR ul li.active:hover {
	/*background: #7C83BE;*/
	background: #F9DD30;
	color: #D56538; /*#325DA7;*/
}

.menuBAR ul a, .menuBAR ul a:link, .menuBAR ul a:visited {
	border-right: none;
	width: 12em;
	display: block;
}

.menuBAR ul a:hover, .menuBAR ul a:active, .menuBAR ul a:focus {
	/*background: #7C83BE;*/
	background: #F9DD30;
	color: #D56538;
}

/* third level */
.menuBAR ul ul {
	background-color: #7C83BE;
	display: block;
	z-index: 5002;
	position: absolute;
	visibility: hidden;
	top: 0em;  
	left: 14em;
}

.menuBAR ul ul a:hover, .menuBAR ul ul a:active, .menuBAR ul ul a:focus {
	background: #F9DD30;
	color: #D56538;;
}

.menuBAR ul ul li :hover, .menuBAR ul ul li.active:hover {
	/*background: #425D99 none repeat scroll 0%;*/
	background: #F9DD30;
	color: #D56538;
}

/********** breadcrumbs **********/
#breadcrumbs {
	padding: 2px 5px 2px 5px;
	text-align: left;
	background: #E0ECCD;
}

#breadcrumbs p, #breadcrumbs div.moduletable {
	padding: 0px 2px;
	display: inline;
	font-size: 0.9em;
	line-height: 1.2em;
}

#breadcrumbs a {
	text-transform:none;
	padding: 0px 3px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
	color:#325DA7;
	text-decoration:none;
}



.searchbar {
	float:right;
}

.searchbar #searchform {
	margin:auto;
	padding:3px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


.navigation {
	display: block;
	text-align: center;
	margin-bottom: 25px;
	background:#EEEEEE none repeat scroll 0 0;
	padding:2px;
}

#copyright {
	display:block;
	float:left;
	text-align:left;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

/********** sociable **********/
div.sociable { margin: 0; }

.sociable_tagline {
	display: inline;
	color:#777777;
}

span.sociable_tagline { position: relative; display: inline;}
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.sociable ul li {
	background: none !important; 
	display: inline !important;
	list-style-type: none !important;
	margin: 0;
	padding: 1px;
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
}

.sociable-hovers {
}

.sociable-hovers:hover {
	/* background: #D56538; */
	padding: 0px;
	border: 2px solid #D56538;
}




.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




.post {
	margin: 0 0 40px;
	text-align: justify;
	}



.postmetadata {
	clear: both;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
}

a img {
	border: none;
	}


/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	} */
/* End Entry Lists */


/*.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	} 
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

*/





