/*  
Theme Name: Typebased
Theme URI: http://www.primoproject.com/
Description: Primo&Primo 
Version: 1.0.0
Author:  
Author URI: http://www.primoproject.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
}
body {
	background: #520303;
}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
p {
	line-height: 18px;
}
p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}
ul, ol {
	list-style: none;
}
small {
	font-size: 11px;
}
code {
	background: #FFFFC1;
}
a {
	color: #84b30a;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}
.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}
.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}
/* Wrap */

.wrap {
	width: 100%;
}
.left-col {
	float: left;
}
.right-col {
	float: right;
}
/* Container */

#container {
	width: 940px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat 0 143px;
}
/* Header */

#header {
	width: 924px;
	height: 108px;
}
#header h1 {
	padding:0;
}
/* Main Menu */

#menu {
	width: 100%;
	height: 35px;
	margin-bottom: 4px;
}
#menu ul {
	width: 764px;
	height: 35px;
	margin-left: 160px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom; 
}
#menu ul li {
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Arial";
}
#menu ul li a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #C0CDCF;
	border-left:1px solid #4c372b;
}
#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}
#menu ul li a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 27px;
}
/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}
#menu ul li.current_page_item a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}
#menu ul li.current_page_item a:hover {
	color: #1A272E;
}
#menu ul li.current_page_item a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}
/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}
#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}
/* Content Area - Content and Sidebar */

.background {
	background: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
}
/* Content */

#content {
	width: 651px;
}
h2.arh {
	width: 460px;
	margin-left: 160px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: #FFF0D4;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}
/* Post */

.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: #CBCBCB 1px solid;
	background: url(images/post_element.gif) no-repeat 159px 21px;
}
.error, .page {
	border: 0;
}
/* Post Content */

.post-content {
	width: 440px;
	margin-right: 21px;
	display: inline;
}
.post-content a {
	font-weight: bold;
}
.post-content a:hover {
	text-decoration: underline;
}
/* Post Content Headings */

.post-content h2 {
	font-size: 22px;
	line-height: 26px;
}
.post-content h2 a {
	color: #404040;
}
.post-content h2 a:hover {
	text-decoration: underline;
}
.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}
/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}
.post-content ul {
	padding-left: 30px;
}
.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}
.post-content ol {
	padding-left: 37px;
}
.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}
.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}
/* Post Content Images*/

.post-content img {
	padding: 6px;
	background: #e4e3d8;
}
.wp-caption-text {
	font-size: 9px;
	font-style:italic;
}
/* Post Content (read more) */

.post-content span.read_more {
	margin-top: 10px;
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}
.post-content a span.read_more {
	color: #a45945;

}
.post-content a:hover span.read_more {
	text-decoration: underline;
}
/* Post Meta */

.post-meta {
	width: 140px;
	margin-left: 6px;
	text-align: right;
	display: inline;
	padding-top: 11px;
}
.post-meta a {
	color: #587384;
}
.post-meta a:hover {
	text-decoration: underline;
}
/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}
.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}
.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;
}
.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}
.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}
/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
}
.post-meta h4.author {
	/* background: url(images/icon_author.gif) no-repeat right 2px; */
	font-style: italic;
	padding:0;
	margin:0;
}
.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}
.post-meta h4.comments a {
	color: #666666;
}
/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}
.more_posts h2 {
	font-size: 20px;
}
.more_posts h2 a {
	color: #404040;
}
.more_posts h2 a:hover {
	color: #1A86DF;
}
/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}
h3.lc {
	padding-top: 20px;
}
.comments_wrap {
	width: 420px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}
.comments_wrap img {
	background: none;
	padding: 1px;
}
.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}
.comments_wrap .left img {
	border: #D7D7D7 1px solid;
	padding: 1px !important;
}
.comments_wrap .right {
	width: 350px;
	float: left;
	padding-left: 15px;
}
.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}
.comments_wrap .right h4 b {
	font-size: 12px !important;
}
.comments_wrap .right h4 a {
	text-decoration: none;
}
.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}
/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}
#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}
#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}
#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}
#content form input {
	margin-top: 5px;
}
.lc_logged {
	padding: 0;
	margin-top: -10px;
}
/* Sidebar */

#sidebar {
	width: 289px;
}
#sidebar h2 {
	font-size: 15px;
	color: #6e1326;
}
/* Sidebar Search */

#search {
	width: 100%;
	height: 50px;
	background-color: #cfceaf;
}
#search form {
	padding: 14px 0 0 14px;
}
#search form div {
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}
#search form input.search_box {
	width: 170px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
#search form input.submit {
	position: absolute;
	right: 0;
}
/* Sidebar Block */

#sidebar .block {
	padding: 14px 4px 14px 14px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}
#sidebar .block a {
	color:#36291e;
}
#sidebar .block a:hover {
	color:#624e3f;
}
#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}
/* Sidebar Inside Block */
#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding: 4px 0 4px 21px;
	background: url(images/circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
	font-weight: normal;

}
#sidebar_in .block ul li ul li {
	border: 0;
}
/* Sidebar Special List */
#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}
#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}
#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}
#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Adverts */
#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}
#sidebar .adverts ul {
	padding: 0;
}
#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}
#sidebar .adverts img {
	display: block;
}

/* Sidebar Subscribe */
#sidebar #subscribe {
	width: 241px;
	padding: 10px 34px 0 14px;
	background: #cfceaf url(images/dark_block_top.gif) repeat-x 0 0;
}
#sidebar #subscribe a {
	color: #6e1326;
	font-weight: bold;
	text-decoration: none;
	padding: 18px 10px 18px 0px;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
}
#sidebar #subscribe a:hover {
	color:#624e3f;
}
#sidebar #subscribe h2 {
	font-size: 16px;
}
#sidebar #subscribe p {
	padding: 15px 0 10px 40px;
}
#sidebar #subscribe p.rss {
	background: url(images/icon_rss_dark.gif) no-repeat 0 12px;
}

/* Sidebar Categories */
#categories {	
	padding: 14px 4px 14px 14px;
	background: #cfceaf url(images/dark_block_top.gif) repeat-x 0 0;
}
#categories a {
	color:#36291e;
}
#categories a:hover {
	color:#624e3f;
}
#categories ul {
	width: 100%;
	padding: 1px 0 8px 0;
	background: url(images/categories_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}
#categories ul li {
	width: 104px;
	float: left;
	padding: 4px 0 4px 21px;
	margin-right: 10px;
	display: inline;
	background: url(images/icon_folder.gif) no-repeat 0 6px;
	border-bottom: #c1c0b2 1px solid;
	font-weight: bold;
	line-height: 20px;
	
}
#categories ul li ul li {
	border: 0;
}
/*fix*/
#categories ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Sidebar Newsletter */
#mailpress.block {
	padding: 4px 4px 14px 14px;
	background: none;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}
#wp-calendar caption {
	padding: 10px;
}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background:#e2c6c0 none repeat scroll 0 0;
}
#wp-calendar td {
	background: transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}
#wp-calendar a {
	text-decoration: underline;
}
#wp-calendar a:hover {
	text-decoration: none;
}
/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}
#tag_cloud h2 {
	margin-bottom: 5px;
}
/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	background: url(images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}
#footer a {
	color: #85594d;
}
#footer a:hover {
	color: #e7e7dc;
}
#footer h2 {
	color: #87766d;
}
/* Footer Popular Articles */

#footer .popular {
	padding-bottom: 30px;
}
#footer .left-col .wrap {
	width: 646px;
}
#footer .left-col h2 {
	width: 115px;
	display: block;
	float: left;
	line-height: 24px;
	text-align: right;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	background: url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
}
#footer .left-col ul {
	width: 441px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
}
#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}
/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #36281e url(images/bottom.gif) no-repeat left bottom;
	border-top: #4c372b 1px solid;
	font-size: 11px;
	color: #946558;
	padding: 5px 0;
}
#copyright .left-col {
	padding-left: 15px;
}
#copyright .left-col img {
	vertical-align: middle;
}
#copyright .right-col {
	padding-right: 15px;
}
#copyright .right-col img {
	vertical-align: middle;
}


#footer .left-col img.logo-footer {
	margin:-5px 10px 0 0;
}
#footer .left-col p.copy {

}

/* Fix */

.wrap:after, .block ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Misc */

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl {
	float: left
}
.fr {
	float: right
}
.ac {
	text-align: center
}
.ar {
	text-align: right
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

form.formular {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #A5A8B8;
	width:400px;
	margin-left:5px;
}

.formular fieldset {
	margin-top: 5px;
	padding : 5px;
	border: 1px solid #B5B8C8;
	
}

.formular legend {
	margin-left: 25px;
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}

.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}



.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

/*.formular hr {
	clear: both;
	visibility: hidden;
}
*/
.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
