/*
Theme Name: Plain Simple Reflexivity Mod
Theme URI: http://www.hablogs.com/demo/index.php?wptheme=Plain-Simple
Description: A Plain & Simple Wordpress Theme
Version: 1.0mjd
Author: Elad Domb with edits for Reflexivity by MJD
Author URI: http://wordpress.reviewitonline.net
*/

body {
	font: .9em/1.2em "Corbel", arial, sans-serif;
	color: #222;
	background: #f5eeee;
	margin: 0px;
	padding: 0px;
}
a {
	color: #ab0404;
	text-decoration: none;
}
a:visited {
	color: #bb1414;
	text-decoration: none;
}

a:hover {
	color: #bb1414;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1, h2, h3, h4 { font-family: "Bernhard Modern", "BernhardMod BT", Garamond, serif; }
h1 {
	margin: 0px;
	font-size: 2.8em;
	color: #333;
	line-height:1em;
}
h1 a, h1 a:visited{
	color: #f5eeee;
	text-decoration: none;
	font-weight: bold;
}
h1 a:hover{
	color: #d91111;
	border: none;
	background: none;
}
h2 {
	color: #333;
	margin: 0px 0px 2px;
	font: lighter 1.5em/1em;
	padding-bottom: 3px;
	line-height:1.1em;
}
h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	color: #ac1616;
}

h3 {
	font: bold 125%/100%;
	color: #333;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100%;
	color: #999;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	background: #f5eeee;
}
#page {
	margin: 0px auto;
	width: 1070px;
	background:#fff;
	padding-top: 20px;
	border-left: 1px solid white;
	border-right: 1px solid white;}

/* header area */
#header {
	background: #5F0101 url(images/head-bg.gif) repeat-x;
	height: 88px;
	position: relative;
	width:1070px;
	margin: 0 auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#header a { color:#fff; font-weight:bold; }
#header a:hover { border: none; color: #fffbcb; }

#headerimg { padding: 0px 0px 0px 40px; }
#headerimg h1 {
	padding: 5px 10px 0 0;
	margin-right: 10px;
	float:left;
}
#headerimg h1 a, #headerimg h1 a:visited {
	display: block;
	}
#headerimg h1 a:hover{
	text-decoration: underline;
}

#headerimg h2.description{
	float:left;
	clear:left;
	margin-top:5px;
	color: #fff;
	font-size: 14px;
}
#navi {
	height: 26px;
	margin: 0px auto;
	text-align: right;
	line-height: normal;
}
#nav {
	list-style: none;
	padding: 0px;
	float: right;
}
#nav li {
	display: block;
	float: left;
	height: 26px;
	background: url(images/navtabr.png) top right no-repeat;
	margin: 0 3px;
	white-space: nowrap;
	color: #fff;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	line-height: 26px;
}

#nav li:hover {
	text-decoration:underline;
}

#nav li.current_page_item {
	color: #fffbcb;
	text-decoration: none;
	background: url(images/navtabactiver.png) top right no-repeat;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	background: url(images/navtabactivel.png) top left no-repeat;
}

#header #bookmarks { float:right; padding:10px; list-style:none; font-size:13px; margin-bottom:-20px; }

/* content area */
#content {
	padding: 0px 30px 30px 10px;
	float: left;
	width: 580px;
	overflow: hidden;
}
#content img {
	border: 1px solid #D3EAF3;
	padding: 5px;
}

#heading { 
	font-size: 12px;
	line-height: 1.1em;
	color: #f5eeee;
	float: left;
	text-align: right;
	background: #5F0101 url(images/nav-bg.gif) repeat-x;
	width: 155px; 
	margin: 0 20px 0 20px;
	padding: 10px;  }
#heading h2 { font-size: 1.1em; color: #ddd; font-weight: bold !important; }
#heading h2 a, heading h2 a:visited { color: #ffffff; font-weight:bold; }
#heading h2 a:hover {text-decoration:underline; color: #fffbcb; }
#heading a, heading a:visited { color: #ffffff; font-weight:bold; }
#heading a:hover {text-decoration:underline; color: #fffbcb; }

.post {
//	clear:both;
	border-bottom: 3px dotted #bbb;
	margin-bottom: 40px;
}

.entry {
	padding-bottom:7px;
//	width: 580px;
	display: table;
}
.entrytop{
//	padding-top: 9px;
//	width: 580px;
	display: table;
	background: url(images/entrytop.gif) no-repeat center;
	}

.entry h2{
	padding-left: 7px;
//	width: 560px;
	margin: 0 auto !important;
}

.inpost-date{
	text-align:right;
	color:#333;
	font-size:11px;	
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-meta {
	background: url(images/vcard.png) no-repeat left center;
	padding-left: 20px;
	float: left;
	margin: 10px 0 0 10px;
	font-size: 12px;
	color: #aaa;
}
.post-cat {
/*	background: url(images/page.png) no-repeat left center;
	padding-left: 20px; */
	float: left;
}
.post-comments {
	background: url(images/mini-comments.png) no-repeat;
	padding-left: 20px;
	float: right;
}
.post-calendar {
	float:left;
	background: url(images/post-date.png) no-repeat left center;
	color:#999;
	font: bold 11px;
	padding-left: 38px;
}
.post-content {
//	clear: both;
	padding: 10px;
	text-align: left;
}
.post-info {
	padding: 0px 15px 15px 15px;
	color: #999;
	font: bold 12px;
}
.post-info a { }
.post-info a:hover { }

.more-link {font-weight:bold}

.post-content blockquote {
	background: #f5eeee;
	border-right: 2px solid #dbeff6; 
	border-bottom: 2px solid #dbeff6; 
	padding: 8px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #538D39;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

.wp-pagenavi a, .wp-pagenavi span { padding: 0 3px; }
.wp-pagenavi a:hover { background-color: #999; }

/* comments area */
#comments, #respond {
	background: #f5eeee;
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 2px 5px;
	clear: both;
	padding-left: 10px;
}
.commentlist {
	margin:0; padding:0;
	line-height: 130%;
}
.commentlist li{
	margin:10px 0; padding:0;
	list-style:none;
	background: #fff8f8;
	border: 1px solid #e1c2c2;
	border-left:none;
	width: 579px;
	color: #333;
}

.comment-btm{
	background: #fff8f8;
	padding:10px 20px;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font-size: 110%;
	padding-left: 10px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px;
	margin-top: 3px;
	color: #333;
}
#commentform textarea{
	width: 540px;
	height: 115px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px;
	margin-top: 3px;
	color: #333;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: 1px solid #bbb;
}
#commentform #submit{
	background: #fff;
	border: 1px solid #bbb;
	font: bold 12px;
	color: #333;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/* big sidebar */
.bigsidebar {
	float: left;
	width: 410px;
	color: #999;
	overflow: hidden;
	margin-right: 10px;
}

.bigsidebar h2, .bigsidebar .sidebartitle{
	font-size: 1.1em;
	text-align:left;
	color: #333;
	background: #f5eeee;
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
}
.bigsidebar a, .sidebar a:visited{
	color: #333;
}
.bigsidebar li a:hover{
}
.bigsidebar ul {
	margin: 0;
	padding: 0;
}
.bigsidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.bigsidebar li li {margin-bottom:0}
.bigsidebar ul li ul {
	padding: 0;
	margin-bottom: 5px!important;
}
.bigsidebar ul li ul li{
	background: url(images/b1.gif) no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}
.bigsidebar ul li ul li ul li{
	background: url(images/b1.gif) no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: none;
}
.bigsidebar ul li#tag_cloud-3.widget div { 
	background: #5F0101 url(images/tag-bg.gif) repeat-x;
	padding:5px;
}
.bigsidebar ul li#tag_cloud-3.widget a, .bigsidebar ul li#tag_cloud-3.widget a:visited { 
	color:#ffffff;
}
.bigsidebar ul li#tag_cloud-3.widget a:hover { 
	color: #fffbcb;
	text-decoration: underline; 
}

/*sidebar */
.sidebar {
	float: left;
	padding-right: 20px;
	width: 190px;
	color: #999;
	overflow: hidden;
	margin-right: 10px;
}

.sidebar h2, .sidebar .sidebartitle{
	font-size: 1.1em;
	text-align:left;
	color: #333;
	background: #f5eeee;
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;
}
.sidebar select { width:180px; }

/*sidebar text styles */
.sidebar a:hover{
}
.sidebar a, .sidebar a:visited{
	color: #333;
	font: .7em/.9em;
}
.sidebar li a:hover{
}
/*sidebar list level1 */
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
//	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.sidebar li li {margin-bottom:0}

/*sidebar list level2 */
.sidebar ul li ul {
	font-size:.9em;
	line-height:1.2em;
	padding: 0 0 0 25px;
	margin-bottom: 5px!important;
}
.sidebar ul li ul li{
/*	background: url(images/b1.png) no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ddd; */
}

/*sidebar list level3 */
.sidebar ul li ul li ul li{
	background: url(images/b1.png) no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: none;
}

/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#search {
	float: right;
	position:relative;
	height: 48px;
	margin-right: 5px;
	text-align: center;
	clear:right;
}
#searchform {
	margin: 13px 0 0;
}
#searchform label {
	color: #fff;
	margin-right: 10px;
	font-weight: bold;
	font-size: 90%;
}
#searchform br {
	display: none;
}
#searchform #s {
	padding: 3px;
	border: 1px solid #000000;
	background: #fff;
	margin-right: 2px;
	color: #333;
	font-weight: normal;
}

#searchform input {
	background: none;
	border: none;
	font: bold 12px;
	color: #FFF;
	vertical-align: middle;
}
.feeds input { font: bold 12px; }


#searchform .ssubmit, .feeds .ssubmit {
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	cursor: pointer;
}

#searchform .ssubmit:hover, .feeds .ssubmit:hover {background:#feffd9}

/* footer area */
#footerbg {
	clear: both;
	background:#5F0101;
	border-top: 4px solid #e7dcdb;
	height: 55px;
	width: 1070px;
	margin: 0 auto;
	border-left: 1px solid white;
	border-right: 1px solid white;}

}
#footer {
	width: 1000px;
	margin: 0px auto;
	color: #ccc;
}
#footer a, #footer a:visited {
	color: #ccc;
	text-decoration:underline;
}
	
#footerbg a:hover {
}

#credits {
	margin: 0px auto;
	width: 1000px;
	color: #ccc;
	line-height: 53px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align:center;
	padding: 2px 10px 0 0;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
	text-align:center;
	padding: 2px 0 0 10px;
}


img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/*
Additional Styles
*/
p.akpc_pop { display:none; }

.feeds p {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.subscribe {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

.subscribe fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

.inputemail {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
	width: 200px;
	background: #fff;
}

.inputemail:hover {background: #fff}

.inputbutton {
	background: #ff0000;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.feedlink {
	background: url(images/rss.png) no-repeat;
	background-position: left center;
	height: 15px;
	line-height: 15px;
	padding-left: 20px;
}
