/* 
	Theme Name: RichWP BIZ
	Theme URL: http://www.RichWP.com
	Description: BIZ WordPress Theme.
	Author: Felix Krusch
	Author URI: http://www.RichWP.com
	Version: 1.1
	Tags: blog theme, business theme
	
	The RichWP BIZ is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		V1.0 - 2009-02-17 Release of - RichWP BIZ 
		V1.1 - 2009-09-09 Options Page, framework based on 960.gs
*/

body {
background:#002953 url(/wp-content/uploads/2010/01/bg.jpg) center top repeat-x;
}

#container {
padding: 20px 0 20px 0;
}


/******************************** Structure START *********************************/

.homebigboxleft { 
	top: -14px;
        width:468px;
        height: 329px;
	float:left;
	display:inline;	
        padding: 0;
        background: url(/wp-content/themes/rich-biz/images/hm-big-box-left.jpg);
}

.homebigboxright { 
	top: -14px;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        width:470px;
        height: 299px;
        padding: 30px 0 0 0;
        background: url(/wp-content/themes/rich-biz/images/hm-big-box-right.jpg);
	float:right;
	display:inline;	
}

.minheighthome {
	min-height: 21em;
}

.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;
}

.minheight {
	height: 163px;
}

.minheightsub {
	height: 113px;
}

.navigation {
	margin: 0.5em 0 0 0;
}

/******************************** Structure END *********************************/

/******************************** Typo START *********************************/

a{
	text-decoration:none;
}

#post a{
	font-weight:bold; 
}

a:hover{
	text-decoration:underline;
}


h1, h2 {
	font-weight: bold;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.9em;
        color: #00477e;
        font-weight: normal;
        padding-bottom: 8px;
}

.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:20;
}

#sidebar ul li{
padding: 4px 0 0;
}

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;
}

.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 'Courier New', 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;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
.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;
}


/* 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;
	}
	
/******************************** Comments END *********************************/

/******************************** Footer START *********************************/

#footer {
	margin-top: 10px;
	padding-bottom: 10px;
	color: #40acc6;
	}
#footer a {
	color: #40acc6;
}
#footer ul {
	list-style: none;
}

#footer li {
	display:inline;
	margin-right: 1.5em;
}
	

/******************************** Footer END *********************************/


.homeBtn {
   background: url(/wp-content/uploads/2010/btn/btn-more.png);
   height: 58px;
   width: 243px;
}

#minheighthomeL {
	min-height: 20em;
        }
#minheighthomeM {
	min-height: 20em;

}
.minheighthomeR {
	min-height: 20em;

}

#leftbox .boxes {
        background: url(/wp-content/themes/rich-biz/images/hm-box-left.jpg);
}
#middlebox .boxes {
        background: url(/wp-content/themes/rich-biz/images/hm-box-middle.jpg);
}
#rightbox .boxes {
        background: url(/wp-content/themes/rich-biz/images/hm-box-rightt.jpg);
}
.boxes h2,.boxes h2 a {
  padding:5px;
  color:white;
}
#left_col .boxes {
  padding:10px;
}

/* Sidebar (subscribe) */


#sidebar .subscribe {
	width: 221px;
	height: 163px;
	padding: 16px 0 0 70px;
	background: #fff url(/wp-content/themes/rich-biz/images/bg_subscribe.gif) no-repeat 0 0;
	margin-bottom: 12px;
        margin-top: 12px;
}
#sidebar .subscribe h2 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	color: #2D2D2D;
	padding: 0;
	line-height: 22px;
}
#sidebar .subscribe h2 a {
	color: #2D2D2D;
        line-height: 25px;
}
#sidebar .subscribe p {
	font-size: 11px;
	color: #6F6F6F;
	padding: 0;
	line-height: 14px;
        padding-bottom: 16px;
}
#sidebar .textwidget,#sidebar ul {
	padding: 0 10px 10px 10px;
}
#sidebar h3 {
  background:#6D808F;
  color:white !important;
  padding:5px;
}