/*
Theme Name: robeck-tema
Theme URI: 
Author: gianmoenia
Author URI: http://gianmoenia.com/
Version: 2.0

*/

body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	z-index: -1;
}

#polaroid {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 302px;
	height: 182px;
	background-color: #AA3511;
}

#header-img-picture {
	position: absolute;
	left: 302px;
	top: 1px;
}
#header-img-text {
	position: absolute;
	left: 498px;
	top: 1px;
}

.post img {
	border: 1px solid #444444;
	padding: 2px 2px 2px 2px;
	margin: 8px 5px 5px 5px;
}

/* da default/style.css*/
/*	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 */

/* FINE da default/style.css*/

#sidebar {
	position: absolute;
	left: 0px;
	top: 215px;
	width: 279px;
	margin: 10px 0 5px 3px;
}

#content {
	right: 0;
	margin: 225px 20px 10px 300px;
	padding: 0;
	z-index: 0;
	min-height: 1050px;
}

#footer {
	text-align: center;
	font-size: .95em;
	border: 1px solid #D4DBD3;
	width: 100%;
	height: 100%;
}

.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
}

.comments ol {
	margin-left: 10px;
}

.comments {
	margin: 0 0 5px 5px;
	padding-left: 8px;
}

/* Text Styles */
h1,h2,h3 {
	font-weight: bold;
	color: #AA3511;
}

.post_head {
	margin-top: -19px;
}

p {
	font-size: .9em;
}

a:link {
	color: #AA3511;
	text-decoration: underline;
}

img a:link {
	text-decoration: none;
}

a:visited {
	color: #AA3511;
	text-decoration: underline;
}

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

.pagetitle {
	text-align: center;
	text-decoration: none;
}

/* End Typography & Colors */ /* Calendar Styles */
#wp-calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

#wp-calendar caption {
	font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #618788;
	color: #FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody,#wp-calendar tfoot {
	background-color: #B6CAD1;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */ /* Postit Date */
.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

.post_cal .dayname {
	background-color: #AA3511;
	border-bottom: 1px solid #A6A6A6;
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bolder;
	width: 100%;
}

.post_cal .daynum {
	border-bottom: 1px solid #A6A6A6;
	font-size: xx-large;
	font-weight: bold;
	width: 100%;
	background-color: white /*#F5DA8C*/;
}

.post_cal .month,.post_cal .year {
	font-size: smaller;
	width: 100%;
	background-color: white /*#F5DA8C*/;
}

.postmetadata {
	font-weight: bold;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 10px 10px;
	padding-left: 0px;
	font-size: 12px;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar ul li ul li {
	list-style-type: square;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17.5em; /* ems so it will grow */
	background: url('images/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead-warning {
	background: url('images/sbhead-r-warning.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead-warning h3 {
	background: url('images/sbhead-l-warning.gif') no-repeat top left;
	margin: 0;
	padding: 8px 10px 9px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: .8em;
	color: #d4dbd3;
}

.boxhead {
	background: url('images/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	background: url('images/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 10px 9px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: .8em;
}

.boxbody {
	background: url('images/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.entry {
	padding-top: 5px;
}
