/*
* Simple Zen skin
*
* This version by Foppe Hemminga - http://www.blog.hemminga.net/
* Licence: GPL2/3
* Skin for B2evolution v 2.x- http://www.b2evolution.net/
*
*
* Original Copyright information:
* Theme Name: SimpleZEN WS
* Theme URI: http://www.wpskins.org/themes/1654/Simple-Zen/
* Description: A clean, Adsense-optimized 3 column theme
* Version: 0.1
* Author: Maki
* Author URI: http://www.wpskins.org/author.php?id=maki
* Licence: GPL
*
*/

@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/basic_styles.css);	/* Import the REAL basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/blog_base.css);	/* Default styles for the blog navigation */
@import url(../../rsc/css/item_base.css);	/* Default styles for the post CONTENT */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

#page {
	background-color: white;
	/* border: 1px solid #959596; */

}


#content {
	clear: both;
	font-size: 1.4em
}

ul, li, ul li {
/*	list-style-type: none;*/
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
}

.fullcolumn .bText,
.narrowcolumn .bText,
.widecolumn .bText,
.maincolumn .bText {
	line-height: 1.2em;
}

.narrowcolumn {
	min-height: 300px;
}

.fullcolumn .postmetadata,
.narrowcolumn .postmetadata,
.maincolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.1em;
}

h1,
h2,
h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.widget_core_coll_title h1 {
	font-size: 4em;
	padding: 30px 0 0 380px;
	text-align: center;
}
.widget_core_coll_tagline {
	font-size: 2em;
	padding: 0 0 0 380px;
	color: white;
	text-align: center;
}

.widget_core_coll_logo {
	font-size: 4em;
	padding: 12px 0 0 380px;
	color: white;
	text-align: center;
}

h2.evo_post_title {
	font-size: 28px;
	text-align: left;
	padding: 0 0 0 0px;
	color: black;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

/* #topbar h2, #sidebar h2, #sidebar_2 h2, #sidecolumn, #rightPanel h2 {
	font-family: 'trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
} */

h3 {
	font-size: 1.3em;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited {
	text-decoration: none;
	color: white;
}

h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited {
	color: #333;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
#topbar h2,
#sidebar h2,
#sidebar_2 h2,
#sidecolumn h2,
#rightPanel h2,
.bCalendarTable caption,
cite {
	text-decoration: none;
}

.bText p a:visited {
	color: #b85b5a;
}

#topbar, #sidebar, #sidebar_2, #sidecolumn, #rightPanel {
	font: 1.2em 'trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	line-height: 1em;
}

#topbar table {
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: none;
}

#topbar td {
	padding: 0;
}

/*
small, 
#topbar ul ul li,
#topbar ul ol li,
#sidebar ul ul li,
#sidebar ul ol li,
#sidebar_2 ul ul li,
#sidebar_2 ul ol li,
#sidecolumn ul ol li,
#rightPanel 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;
}

a,
h2 a:hover,
h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#page {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 23px auto;
	padding: 0;
	text-align: left;
}

#wrapper{
	width: 1000px;
	text-align: left;
	margin: auto;
}

#header {
	margin: 0 1px 0 1px;
	padding: 0;
	height: 212px;
}

#headerimg {
	background: transparent url('img/headerimg.jpg') no-repeat center 8px;
	margin: 0;
	height: 174px;
	width: 100%;
}

#headerleft {
/*	margin: 0;*/
	padding: 0;
	float: left;
/*	border: 1px blue solid;*/
	width: 790px;
}

#headerright {
/*	margin: 0;*/
	padding: 14px 0px 0px 0px;
	float: right;
	width: 180px;
/*	border: 1px red solid;
	height: 100%;
	vertical-align: middle;
	text-align: center;*/
}

.widget_core_colls_list_public {
	height: 53px;
	overflow: hidden;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
}

.widget_core_colls_list_public ul {

}

.widget_core_colls_list_public li {
	list-style: none;
	float: left;
}

.widget_core_colls_list_public a {
	padding: 20px 10px;
	display: block;
	text-decoration: none;
	color: #A3AEBA;
}

.widget_core_colls_list_public a:hover {
	background-color: #4e607b;
	color: #fff;

}

.widget_core_colls_list_public .selected {
	background-color: #544A65;
}

/**
 * Top menu
 * This is the menu below the image header bar
 **/
div.top_menu {
	padding-top: 7px;
	height: 30px;
	float: left;
	width: 100%;
	clear: both;
	display: block;
	/*overflow: hidden;*/
}

div.top_menu ul {
	float:left;
	margin: 0 10px;
	padding: 0;
	list-style-type:none;
	padding: 4px 0 8px 0;
	font-size: 120%;
}

div.top_menu li {
	margin: 0 10px 0 0;
}

div.top_menu h3 {
	display: none;
}

div.top_menu ul li {
	display: inline;
	list-style: none;
	float: left;
	padding-top: 2px;
	padding: 0 1ex 0 0;
}

#header .top_menu a {
	font-style: normal;
	font-size: 140%;
	font-weight: bold;
	color: #0066D9;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 15px 5px 0;
	width: 670px;
/*	background-color:#E0E0E0;*/
}

.maincolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 15px 5px 0;
	width: 800px;
/*	background-color:#E0E0E0;*/
}

.fullcolumn {
/*	float: left;*/
	padding: 0 0 20px 0px;
	margin: 0px 15px 5px 0;
/*	width: 670px;
	background-color:#E0E0E0;*/
}

div.clear {
	width: 100%;
	clear: both;
	display: block;
	border: 1px red solid;
}

.widecolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 40px 0 0;
	width: 700px;
}

.post {
	margin: 0 0 2px;
	text-align: justify;
	clear: both;
}

.post p{
	margin: 3px 0;
}

.post h2 {
	border-bottom: 1px solid #43637B;
	letter-spacing: -1px;
	text-align: left;
	margin: 5px 0 5px;
}

.bText {
/*	float: right;
	width: 450px;
	padding: 10px 0px 5px 0px;*/
/*	padding: 0px 0px 5px 0px;*/
	padding: 0px 0px 0px 0px;
}

.bText p {
/*	line-height: 150%;*/
/*	padding: 0px 0px 7px 0px;*/
	padding: 0px 0px 0px 0px;
	text-align: justify;
/*	font-size: 13px;*/
}

.post hr {
	display: block;
}

.metadata {
/*	background: url( "img/tag_blue.png" ) no-repeat center left;*/
	clear: both;
	border-top: 1px dotted #DEDEDE;
	border-bottom: 1px solid #5383BA;
	padding: 2px 0 2px 0px;
}

/*.narrowcolumn .postmetadata {
	padding-top: 5px;
}*/

.postmetadata {
/*	clear: left;
	width: 130px;*/
	clear: both;
	border-bottom: 1px dotted #AAAAAA;
	padding: 2px 0 2px 0px;
}

.alt {
	width: 200px;
}

.posttags {
	clear: both;
	text-align: center;
	color: #777;
}

#topbar {
	margin-top: 5px;
	float: right;
	width: 315px;
/*	background-color:#808080;*/
}

#sidebar {
	margin-top: 0px;
	clear: none;
	float: left;
	width: 150px;
/*	background-color:#808080;*/
}

#sidebar_2 {
	margin-top: 0px;
	width: 150px;
	float: right;
/*	background-color:#404040;*/
}

#sidecolumn {
	margin-top: 5px;
	width: 170px;
	float: right;
/*	background-color:#404040;*/
}

#rightPanel {
  margin-top: 0px;
  width:0px;
  border-left:10px solid grey;
  position:fixed;
  overflow:hidden;
  vertical-align:top;
  height:100%;
  top:0px;
  right:0px;
  /*background-color:#CC3333;
  color:#CC3333;
  padding:0;*/
}

#rightPanel:hover {
  margin-top: 5px;
  width:200px;
  border-left:1px solid #CC3333;
  background-color: white;
  padding:20px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}
/* End Structure */


/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .bText ul {
	margin-left: 20px;
	padding: 0 0 0 20px;
	padding-left: 10px;
/*	text-indent: -10px;*/
	list-style-type: square;
}

html>body .bText li {
/*	margin: 7px 0 8px 10px;*/
	margin: 0px 0 0px 10px;
}

/*.bText ul li:before {
	content: "\00BB \0020";
}*/

.bText ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.bText ol li {
	margin: 0;
	padding: 0;
}

.metadata ul,
.postmetadata ul {
/*	float:left;
	margin: 0 10px;*/
	padding: 0;
	text-align: left;
	list-style-type:none;
/*	padding: 4px 0 8px 0;*/
}

.metadata li,
.postmetadata li {
	margin: 0 5px 0 0;
	list-style: none;
/*	border-bottom: 1px dotted #AAAAAA;
	margin: 4px 0px;*/
}

.metadata ul li,
.postmetadata ul li {
	display: inline;
	list-style: none;
/*	float: left;
	padding-top: 2px;
	padding: 0 1ex 0 0;*/
}

.postmetadata .author {
	background: url( "img/user.png" ) no-repeat;
	padding: 0 0 0 20px;
}

.postmetadata .date {
	background: url( "img/calendar.png" ) no-repeat;
	padding: 0 0 0 20px;
}

.postmetadata .category {
	background: url( "img/folder.png" ) no-repeat;
	padding: 0 0 0 20px;
}

.metadata .feedback,
.postmetadata .feedback {
	background: url( "img/comment.png" ) no-repeat;
	padding: 0 0 0 20px;
}

.postmetadata .views {
	background: url( "img/icon_looking_glass.png" ) no-repeat;
	padding: 0 0 0 20px;
}

#topbar .widget_core_coll_common_links ul li,
#sidebar .widget_core_coll_common_links ul li,
#sidebar_2 .widget_core_coll_common_links ul li,
#topbar .widget_plugin_evo_Arch ul li,
#sidebar .widget_plugin_evo_Arch ul li,
#sidebar_2 .widget_plugin_evo_Arch ul li {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;/*
	margin: 0px 0px 3px 0px;
}

#topbar li.widget_core_coll_category_list ul li,
#sidebar li.widget_core_coll_category_list ul li,
#sidebar_2 li.widget_core_coll_category_list ul li {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;/*
	margin: 0px 0px 3px 0px;
}

#topbar li.widget_core_coll_category_list ul li ul li,
#sidebar li.widget_core_coll_category_list ul li ul li,
#sidebar_2 li.widget_core_coll_category_list ul li ul li {
	text-align: left;
	list-style-type: none;
/*	border-bottom: none;*/
	margin: 0px 0px 3px 0px;
}

#topbar li.widget_core_coll_category_list,
#sidebar li.widget_core_coll_category_list,
#sidebar_2 li.widget_core_coll_category_list {
	text-align: left;
	list-style-type: none;
/*	border-bottom: none;*/
	margin: 0px 0px 3px 0px;
}


#topbar .widget_core_linkblog ul li ul li,
#sidebar .widget_core_linkblog ul li ul li,
#sidebar_2 .widget_core_linkblog ul li ul li {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;*/
	margin: 0px 0px 3px 0px;
}

#topbar .widget_core_coll_xml_feeds ul li,
#topbar .widget_core_coll_comment_list ul li,
#topbar .notes,
#sidebar .widget_core_coll_xml_feeds ul li,
#sidebar .widget_core_coll_comment_list ul li,
#sidebar .notes,
#sidebar_2 .widget_core_coll_xml_feeds ul li,
#sidebar_2 .widget_core_coll_comment_list ul li,
#sidebar_2 .notes {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;*/
	margin: 0px 0px 3px 0px;
}

#topbar .widget_plugin_freephp ul li,
#sidebar .widget_plugin_freephp ul li,
#sidebar_2 .widget_plugin_freephp ul li,
#topbar .widget_core_free_html ul li,
#sidebar .widget_core_free_html ul li,
#sidebar_2 .widget_core_free_html ul li,
#topbar .widget_core_coll_post_list ul li,
#sidebar .widget_core_coll_post_list ul li,
#sidebar_2 .widget_core_coll_post_list ul li,
#topbar .widget_core_colls_list_public ul li,
#sidebar .widget_core_colls_list_public ul li,
#sidebar_2 .widget_core_colls_list_public ul li,
#topbar .widget_core_colls_list_owner ul li,
#sidebar .widget_core_colls_list_owner ul li,
#sidebar_2 .widget_core_colls_list_owner ul li {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;*/
	margin: 0px 0px 3px 0px;
}

#topbar .widget_core_menu_link ul li,
#sidebar .widget_core_menu_link ul li,
#sidebar_2 .widget_core_menu_link ul li {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;*/
	margin: 0px 0px 3px 0px;
}

#topbar .widget_core_user_tools ul li,
#sidebar .widget_core_user_tools ul li,
#sidebar_2 .widget_core_user_tools ul li {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;*/
	margin: 0px 0px 3px 0px;
}

#topbar ul ol,
#sidebar ul ol,
#sidebar_2 ul ol,
#sidecolumn ul ol,
#rightPanel ul ol {
	text-align: left;
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;*/
	margin: 0px 0px 3px 0px;
}

#topbar ul li,
#sidebar ul li,
#sidebar_2 ul li,
#sidecolumn ul li,
#rightPanel ul li {
	list-style-type: none;
/*	border-bottom: 1px dotted #5383BA;*/
	margin: 0px 0px 0px 0px;
}

#topbar ul p,
#topbar ul select,
#sidebar ul p,
#sidebar ul select,
#sidebar_2 ul p,
#sidebar_2 ul select,
#sidecolumn ul p,
#sidecolumn ul select,
#rightPanel ul p,
#rightPanel ul select {
	margin: 0px 0 8px;
}

#topbar ul ul, #topbar ul ol,
#sidebar ul ul, #sidebar ul ol,
#sidebar_2 ul ul, #sidebar_2 ul ol,
#sidecolumn ul ul, #sidecolumn ul ol,
#rightPanel ul ul, #rightPanel ul ol {
	margin: 0px 0 0 0px;
}

ol li,
#topbar ul ol li,
#sidebar ul ol li,
#sidebar_2 ul ol li,
#sidecolumn ul ol li,
#rightPanel ul ol li {
	list-style: decimal outside;
}

#topbar ul ul li,
#topbar ul ol li,
#sidebar ul ul li,
#sidebar ul ol li,
#sidebar_2 ul ul li,
#sidebar_2 ul ol li,
#sidecolumn ul ul li,
#sidecolumn ul ol li,
#rightPanel ul ul li,
#rightPanel ul ol li {
	margin: 1px 0 0;
	padding: 0;
}
/* End bText Lists */

/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
}

h2 {
	margin: 10px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#topbar h2,
#sidebar h2,
#sidebar_2 h2,
#sidecolumn h2,
#rightPanel h2 {
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #4E637B;
	text-align: right;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;

}

h3 {
	padding: 0;
	margin: 10px 0 0;
}


/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
/*	padding: 4px;
	margin: 0 0 2px 7px;*/
	display: inline;
}

img.alignleft {
/*	padding: 4px;
	margin: 0 7px 2px 0;*/
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */


/* Begin Sidebar */
#topbar form, #sidebar form, #sidebar_2, #sidecolumn, #rightPanel form {
	margin: 0;
}


#topbar .note, #topbar .notes,
#sidebar .note, #sidebar .notes,
#sidebar_2 .note, #sidebar_2 .notes,
#sidecolumn .note, #sidecolumn .notes,
#rightPanel .note, #rightPanel .notes {
	margin-top: 1ex;
	font-size: 100%;
}

.widget_plugin_evo_Calr {
	padding-top: 10px;
}

table.bCalendarTable {
	font-size: 80%;
	width: 100%;
}

table.bCalendarTable caption {
	font-family: 'trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #4E637B;
	text-align: right;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
}
table.bCalendarTable th {
	font-size: 70%;
}

input.SearchField {
	width: 142px;
	padding: 2px;
}
/* End Sidebar */

/* 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;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Default styles overriden for this skin: */
table.prevnext_post {
	width: 100%;
}