/*  
Theme Name: deMar
Theme URI: http://webdemar.com/demo/?wptheme=deMar
Description: A simple, clean blog theme by <a href="http://webdemar.com">webdemar</a>.
Author: Simon Rimkus
Author URI: http://webdemar.com/
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
Version: 0.9.1
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: url(img/bg-body.gif) repeat-x top left;
	font: 12px/16px helvetica, "Trebuchet MS", Verdana, Tahoma;
	color:#363636;
}

a {
	color:#900;
	text-decoration: none;
	border-bottom: 0;
}
#content a {
	color:#900;
	text-decoration: none;
	border-bottom: 0;
}
#content p a:visited {
	color:#500;
	text-decoration: none;
	border-bottom: 1px solid #900;
}
#content a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #900;
}
blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #900;
}

img {
	border: 1px solid #333;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 950px;
	margin: 0 auto;
	background: url(img/bg-page.jpg) no-repeat left bottom;
}
	
#header {
	position: relative;
	width: 780px;
	height: 165px;
	margin: 0 auto;
	background: url(img/bg-header.jpg) no-repeat top right;
}

#content {
	width: 780px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#content-left {
	float: left;
	width: 500px;
}

#content-right {
	float: right;
	width: 220px;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:bold 32px/32px helvetica, "Trebuchet MS", Verdana, Tahoma;
}


#header h1 a {
	color:#fff;
	text-decoration: none;
	border-bottom: 0;
}

h2#blog-description {
	position: relative;
	top: 105px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font:normal 12px/14px helvetica, "Trebuchet MS", Verdana, Tahoma;
	color: #900;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px helvetica, "Trebuchet MS", Verdana, Tahoma;
}

h3 {
	margin: 0 0 20px 0;
	font:bold 18px/18px helvetica, "Trebuchet MS", Verdana, Tahoma;
}

h3 a {
	text-decoration: none;
	border: 0;
}

h3 a:hover {
	text-decoration: underline;
	border: 0;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

.page_item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 0;
	background: url(img/bg-menu.gif) no-repeat left top;
	font:normal 11px/11px helvetica, "Trebuchet MS", Verdana, Tahoma;
	color:#fff;
	text-decoration: none;
	text-align: center;
	border-bottom: 0;
}

.page_item a:hover {
	background: url(img/bg-menu-hover.gif) no-repeat left top;
}

.current_page_item a, .current_page_item a:hover {
	background: url(img/bg-menu-active.gif) no-repeat left top;
	font:bold 11px/11px helvetica, "Trebuchet MS", Verdana, Tahoma;
	color:#363636;
	border-bottom: 0;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 0;
	clear: both;
}
	
.meta {
	font: 11px/11px helvetica, "Trebuchet MS", Verdana, Tahoma;
	font-variant: small-caps;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.box-left img {
	float: left;
	margin: 5px 0 15px 0;
}

.navigation {
	text-align: center;
	font-weight: bold;
}
/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

/** box right */

.box-right {
	margin: 0 0 40px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #ddd !important;
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#900;
	font-weight: normal;
	text-align: inherit;
}

/** search form */

#search {
	width: 171px;
	padding: 5px;
	color: #333;
	border: 1px solid #bbb;
}

#search-submit {
	width: auto;
	margin: 0;
	padding: 5px 3px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 500px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #bbb;
}

textarea {
	width: 500px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #bbb;
	font: 12px/16px helvetica, "Trebuchet MS", Verdana, Tahoma;


}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: #363636;
}

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	font:normal 11px/11px helvetica, "Trebuchet MS", Verdana, Tahoma;
	color: #fff;
	text-align: center;
}

#footer a {
	color:#fff;
}

#legal {

}


/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

/* calendar styles */
#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}
#calendar {
margin: 5px auto;
padding: 0;
text-align: center;
}
#wp-calendar a {
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar {
border-left: 0;
border-bottom: 0;
margin: 0;
padding: 0;
}
#wp-calendar caption {
font-weight: bold;
border:0;
margin: 0 0 10px 2px;
text-align: left;
}
#wp-calendar tr th {
border: 1px solid #bbb;
padding: 2px;
margin: 0;
text-align: center;
}
#wp-calendar tr td {
border: 1px solid #bbb;
padding: 2px 0;
margin: 0;
text-align: center;
}


#badge {
margin: 0 auto;
padding: 0;
text-align:center;
}
#badge a {
color: #990000;
text-decoration: none;
}
#badge img{
margin: 0 3px;
padding: 0;
border: 1px solid #333;
}

.delicious-posts img { display: none; margin-left: -10px; }
.delicious-posts delicious-banner sidebar-title {}
.delicious-posts ul {margin: 3px 0; padding: 2px 0;}
.delicious-posts li, .delicious-banner {margin: 3px 0; padding: 2px 0;}
.delicious-post { margin-left: 0; }
.delicious-odd { }
.delicious-banner a { margin: 3px;}
.delicious-posts a:hover { }
.delicious-posts a { }
.delicious-post a { }



/* 
#flickr {
	text-align: center;
	padding: 4px auto;
}
#flickr a {
	border: 0;
    display: block;
    width:  75px;
    float: left;
    margin:  5px 10px;
 
    border-bottom: 0 !important;
    text-decoration: none !important;
}
#flickr a img {
	border: 1px solid #333;
	 width:  75px;
}
*/