/*
	Theme Name: RichWP Personal Agency
	Theme URL: http://www.RichWP.com
	Description: Personal Agency WordPress Theme.
	Author: Felix Krusch
	Author URI: http://www.RichWP.com
	Version: 1.2
	Tags: blog theme, business theme, portfolio theme

	The RichWP Personal Agency is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Changelog:
		V1.0 - 2009-03-05 Release of - RichWP Personal Agency
		V1.1 - 2009-09-22 Options Page, framework based on 960.gs
		V1.2 - 2009-11-22 Reorganization of Options Page
*/

body {
	color: #2D2D2D;
	font-family: Verdana,Arial,Tahoma;
/*	font-size:12px; */
}

#container {
padding: 20px 0 20px 0;
}

/* Structure START */

.minheighthome {
	min-height: 20em;
}

.bottommarging20{
	margin: 0 0 2em 0;
}

.bottommarging08{
	margin: 0 0 0.8em 0;
}

.photonav {
	width:3em;
	display:inline;
	margin-bottom: 0.8em;
}

.thumblist {
	margin: 5px 0 0 0;
}

.thumblisthome {
	margin: 7px 0 0 2px;
}

.minheight {
	height: 163px;
}

.minheightsub {
	height: 113px;
}

/* Structure END */

/* Typo START */

a{
	text-decoration:none;
	font-weight:normal;
}

#post a{
	font-weight:normal;
}

a:hover{
	text-decoration:underline;
}

.news h4 {
	font-size:1em;
	margin: 8px 0 3px 0;
}

.entry h3 {
	padding: 1em 0 0 0;
}

.entry h2 {
	padding: 1em 0 0 0;
}

.archives h2 {
	padding: 0 0 0.6em 0;
}

.archives ul {
	list-style: none;
	font-size: 1em;
	line-height: 1.5em;
	margin:0 0 1em 0;
}

.archives ul li ul {
	list-style: none;
	margin: 0 0 0 1em;
}

#sidebar h3 {
	font-size: 1.25em;
	margin: 0 0 0.6em 0;
}

#sidebar ul {
	list-style: none;
	margin:0;
	padding:0;
}

#sidebar a {
	font-weight:normal;
}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

.entry p {
/*	margin: 1em 0 1em 0; */
	margin: 0;
}

.entry ul {
	list-style: disc;
	margin: 0.6em 0.6em 0.6em 4em;
}

.entry ol {
	list-style: decimal;
	margin: 0.6em 0.6em 0.6em 4em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.standardfontsize {
	font-size: 1.2em;
	line-height: 1.5em;
}

.smallerfontsize {
	font-size: 1.1em;
	line-height: 1.4em;
}

code {
	font: 1.1em 'Verdana', Courier, Fixed;
}

.alignright {
	float: right;
	margin-left:10px;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.alignleftsubover {
	float: left;
	margin-right:15px;
}

.textblock {
	margin: 15px 0 15px 0;
}


.prevtextblock {
	margin: 7px 0 7px 0;
}

.prevtextblock img{
	padding-top:0.3em;
	margin-bottom:1em;
}


.center {
	text-align: center;
	}



/* Typo END */

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

.fullwidth {
	width: 100%;
}

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

img.alignright {
	margin: 0 0 5px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 5px 0;
	display: inline;
	}

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


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.albums {
	position:relative;
	float:left;
	display:inline;
}

.album_overlay {
	position:absolute;
	opacity: .75;
	filter: alpha(opacity=75);
	height: 30px;
	width: 280px;;
	bottom: 11px;
	left: 0;
	margin: 0 10px 0 10px;
}

.album_title {
	position:absolute;
	bottom: 13px;
	left: 10px;
	margin: 0 0 6px 9px;
	font-weight:bold;
	font-size:14px;
}

/* End captions */
/* Images END */

/* Comments START */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size:10px;
	}

/* Comments END */

/* Footer START */

#footer {
	margin-top: 15px;
	padding-bottom: 10px;
	}

#footer ul {
	list-style: none;
}

#footer li {
	display:inline;
	margin-right: 1.5em;
}

/* Footer END - RichBIZ is a RichWP.com Theme */





/******************************** Rafael's Customization *********************************/
/*****************************************************************************************/
/*****************************************************************************************/




/*************************** Content START ***************************/

#content_home_left{
	width: 640px;
	float: left;
	margin: 15px 0 30px 0;
	display:inline;
}

#content_home_right{
	width: 300px;
	float: right;
	margin: 10px 0 30px 0;
	display:inline;
}


.boxes_magazine a{
	color:#CC0000;
	text-decoration:none;
}

.boxes_magazine a:hover{
	text-decoration:underline;
}

.box_h2 a{
	color:#2D2D2D;
	text-decoration:none;
}

.box_h2 a:hover{
	color:#CC0000;
	text-decoration:none;
}

.more_articles_link {
	font-size:10px;
	padding: 5px 0 0 20px;
}

.more_articles_link a{
	color:#CC0000;
	text-decoration:none;
}

.more_articles_link a:hover{
	color:#CC0000;
	text-decoration:underline;
}

.date_home {
	font-size:10px;
	padding: 0;
	margin: 0 0 7px;
	color: #4D4D4D;
}
/*************************** home.php START ***************************/

/*************************** home.php box 630px;  feature posts START ***************************/

#content_home_630 {
	width: 590px;
	font-size:12px;
	line-height:18px;
	margin:0 0 0 0;
	padding: 19px 19px 23px 19px;
	float:left;
}

#content_home_630_img {
	position:relative;
	z-index:999;
	width:590px;
	padding: 0;
	margin:0;
}


/*************************** home.php box 630px; feature posts END ***************************/
/*************************** home.php box 630px START  4 posts START***************************/

#content_home_630x4 {
	width: 609px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 15px 19px 11px 0;
	float:left;
}

.content_home_630x4_box {
	width: 570px;
	height: 90px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_630x4_title {
	background:url(arrow_title.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 0 0 5px 10px;
	margin: 0 0 0 7px;
	color: #2D2D2D;
}


.content_home_630x4_title a{
	color:#2D2D2D;
	text-decoration:none;
}

.content_home_630x4_title a:hover{
	color:#CC0000;
	text-decoration:none;
}


.content_home_630x4_box img {
	width: 120px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_home_630x4_box h2{
	font-size:14px;
	padding: 0 0 0 0;
	margin:0;
}

.content_home_630_text p{
	padding:0;
	margin:0;
}



/*************************** home.php box 310px START ***************************/
.content_home_310_left {
	width: 284px;
	font-size:12px;
	line-height:18px;
	margin:20px 20px 0 0;
	padding: 15px 19px 13px 0;
	float:left;
	display:inline;
}

.content_home_310_right {
	width: 284px;
	font-size:12px;
	line-height:18px;
	margin:20px 0 0 0;
	padding: 15px 19px 13px 0;
	float:left;
	display:inline;
}

.content_home_330_box {
	width: 266px;
	height: 75px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 19px;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
}

.content_home_330_box img {
	width: 100px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.content_home_330_box h2{
	font-size:12px;
	padding: 0 0 5px 0;
	margin:0;
}


.content_home_330_text p{
	padding:0;
	margin:0;
}



/*************************** home.php box 310px END ***************************/
/*************************** home.php box 340px START ***************************/
#content_home_340 {
	width:298px;
	height: 440px;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	float:right;
	line-height:13px;
	font-size:10px;
}

#content_home_340 h1{
	padding: 0 0 20px 0;
	margin: 0;
	font-size:14px;
}

#content_home_340 h2,p{
	padding: 0 0 5px 0;
	margin: 0;
}

#content_home_340 h2 {
	font-size:11px;
}


.content_home_340_text {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom:dotted 1px #D6D6D6;
}

<!--
.content_home_340_archive a{
	color: #2D2D2D;
	text-decoration:underline;
}

.content_home_340_archive a:hover{
	color: #5D5D5D;
	text-decoration:none;
}
-->

/*************************** home.php box 340px END ***************************/


.boxes_magazine {
	position:relative;
	z-index:999;
	background: url(http://www.rohvolution.ch/wp-content/themes/rich-personalagency_1-2/images/bg_box.gif) bottom repeat-x #FFFFFF;
	border: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



#comments { clear:both; }

.comments_bubble {
background-image: url(http://www.rohvolution.ch/wp-content/themes/rich-personalagency_1-2/images/comments.gif);
float:right;
height:20px;
width:26px;
line-height:16px;
text-align:center;
font-size:10pt;
}
/*
.comments_bubble a:hover { color:#000000;
}
*/

/*
.navigation {
	padding:5px 0px;
	margin-top:10px;
	text-align:right;
	}
*/

.navigation {
	margin: 0.8em 0 0 0;
	padding:5px 0px;
/*	margin-top:10px; */
	text-align:right;
}


.date_home {
	padding: 0 0 7px 0;
	font-style: italic;
}


.related_posts {
	font-size:12px;
	line-height:18px;
}




.archive_title {
	margin:0;
	padding:0;
}

.comment-meta commentmetadata {
	text-size:small;
}

.comment-reply-link {

}

.cancel-comment-reply {

}

#cancel-comment-reply-link {

}





.metainfo {
	text-align:right;
	font-size:10px;
	color:#7D7D7D;
	font-weight:normal;
}

.posttitle {
	font-size:16px;
	color: #2D2D2D;
	padding: 0 0 12px;
	font-family: Verdana,Arial,Tahoma;
	font-weight:bold;
}

.headcolor {
	font-size:16px;
/*	color: #2D2D2D; */
/*  color: #94BE3D; */
/*	color: #538A46; */
	color: #008000;
	padding: 0 0 12px;
	font-family: Verdana,Arial,Tahoma;
	font-weight:bold;
}

.headcolor a {
	font-weight:bold;
	color:#538A46;
}


#post h1 a{
	font-weight:bold;
}

.posttitle a{
	color: #2D2D2D;
	font-weight:bold;
}

.posttile a:hover{
	text-decoration:none;
	color: #2D2D2D;
}

.standardfontsize_textblock_entry {
	line-height: 20px; /* 1.6em; */
	font-size:12px;
}

.standardfontsize_textblock_entry a{
	font-weight:normal;
}


/* Related Posts */
ol.related-posts{ clear:both; text-align:center; margin:15px 0px 0px 0px; padding:0;}
ol.related-posts li{width:100px; float:left; display:inline; margin-right:20px;; padding:0;}
ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}
ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}
ol.related-posts li{font-size:12px;}



/* Front Page Green Smoothies */
.homebigboxleft {
	width:48%;
	float:left;
	display:inline;
}

.homebigboxright {
	width:48%;
	float:right;
	display:inline;
}


.boxes {
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin: 10px 0 0 0;
	}

#list-lecture {
	list-style-image: url(http://gruenesmoothies.ch/wp-content/themes/rich-personalagency_1-2/images/green-bullet.png);
	margin-top:-5px;
	margin-left:5px;
	padding:5px;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em;
}
