/*  
Wordpress  CSS for RinaMae.com - Bram Braakman, FindingDutchland.com
*/



/* Begin Typography & Colors */

/* we're going to set the font-size on the body to 85%. This means that when we set a font to 1em, it will be prety close to the user's default font size. NO USING PX FOR FONTS - ems or % only please */
	
body {
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


/* --------------------------------- =layout -------- */

#wrapper {
	clear: both;
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	width: 900px;
	height: 175px;
	background-color: #8ae3e3;
	background-image: url(images/logo_rinamae.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#header {
	width: 500px;
	background-image: url(images/logo_text.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 50px;
}

#nav {
	margin-left: 3px;
	margin-top: 2px;
	font-size: .9em;
	color: #ccc;
	height: 23px;
}

#main {
  float: left;
  width: 900px;
}

#content_column {
	width:480px;
	line-height: 1.5em;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}

#maincontent {
	margin-top: 10px;
	margin-left: 30px;
}

#sidebar{
	float: left;
	width: 330px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 20px;
	font-size: 1em;
	list-style-type: none;
}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
	padding: 0;
}

#footer {
	display: block;
	width: 820px;
	clear: both;
	float: left;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
	font-size: 90%;
}

#footer li {
display: inline;
list-style-type: none;
}

.entry {
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.entry img.thumb {
	float: left;
	position: relative;
	margin: 0 5px 5px -37px;
	padding: 3px;
	border: 1px solid #b0b0b0;
}
 
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 8px;
}

h2 a:link, h2 a:visited {
	color: #1d1d1d;
}

h3 {
	text-transform: uppercase;
	color:#B5633E;
	font-family: 'Trebuchet MS', serif;
	font-weight: normal;
	font-size: 1.2em;
	padding-bottom:8px;
}

h3 a:link, h3 a:visited {
	color:#B5633E;
}

.h2 {
	margin: 10px 0 0 0;
}

.h2 {
	margin: 10px 0 0 0;
}

.entrydate {
	float: left;
	position: relative;
	left: -55px;
	top: -33px;
	font-weight: normal;
	color: #3e3e3e;
	background: url(images/bg_entrydate.png) no-repeat;
	width: 37px;
	height: 52px;
	text-align: center;
}

.entrydate span.month {
	text-transform: uppercase; 
	display: block;
	font-size: 10px;
	display: block;
	padding-top: 6px;
	line-height: 8px;
}

.entrydate span.date{
	display: block;
	font-size: 18px;
	display: block;
	margin: 0;
	line-height: 16px;
}

.entrydate .year {
	display: block;
	font-size: 10px;
	display: block;
	margin: 0;
	line-height: 16px;
}

.press a:link,.press a:visited {
	font-size:1.3em;
}

.entry p {
	color: #333;
}

.entry a {
	color: #8ae3e3;
}

blockquote {
	width: 360px;
	margin: 20px 0 20px 25px;
	padding: 1px 3px 7px 0px;
	background-color: #e4e2c8;
	background-image:url(images/blockQuoteFooter.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #1d1d1d;
	}

	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#recentposts {
	float: left;
	width: 140px;
}

#recentposts img {
	margin: 0 0 8px 15px;
	padding: 3px;
	border: 1px solid #c1c1c1;
}

#archives {
	margin-left: 10px;
	float: left;
	width: 150px;
}

a, h2 a:hover, h3 a:hover {
	color: #9e9e9e;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
	}




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist img {
    border: none;
    margin: 0px;
    padding: 0px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar 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;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 8px;
	max-width: 100%;
	border: 1px solid #dedede;
	margin-right: 5px;
}

p img.noborder {
    border: 0px;
    padding: 0;
}

/*	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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 158px;
	padding: 2px;
	margin-bottom: 15px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

h2#about_me, h2#search, h2#recent_posts, h2#birds_eye_view, h2#popular_posts, h2#categories, h2#archives, #linkcat-82 h2, #linkcat-81 h2, #sidebar a#subscribe {
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}

h2#about_me {
	background:url(images/about_me.gif) no-repeat;
	height:22px;
    margin-top: 0px;
}

h2#search {
	background:url(images/search.gif) no-repeat;
	height:22px;
	margin-bottom:5px;
}

h2#recent_posts {
	background:url(images/recent_posts.gif) no-repeat;
	height:26px;
	margin-bottom:10px;
	margin-top: 10px;	
}

h2#categories {
	background:url(images/categories.gif) no-repeat;
	height:26px;
	margin-bottom:10px;
	margin-top: 20px;
}

h2#popular_posts {
	background:url(images/popular_posts.gif) no-repeat;
	height:32px;
	margin-bottom:10px;
}

h2#birds_eye_view {
	background:url(images/birds_eye_view.gif) no-repeat;
	height:32px;
	margin-bottom:10px;
}

h2#archives {
	background:url(images/archives.gif) no-repeat;
	height:26px;
	margin-bottom:10px;
	margin-top: 20px;
}

#linkcat-82 h2 {
	background:url(images/blogs_i_heart.gif) no-repeat;
	height:26px;
	margin-bottom:10px;
	margin-top: 15px;	
}

#linkcat-81 h2 {
	background:url(images/recommended.gif) no-repeat;
	height:26px;
	margin-bottom:10px;
	margin-top: 15px;
}

#sidebar a#subscribe {
	background:url(images/subscribe.gif) no-repeat;
	height:30px;
    width: 100px 
	margin-bottom:10px;
	margin-top: 20px;
	display: block;	
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.clear {
	 clear: both;
}
/* End Various Tags & Classes*/

