
/*
Theme Name: Business Success
Theme URI: http://www.brainrelax.cl/cornypress/index.htm
Description: Two Column Theme, Widget ready, bases on the default WordPress theme. Edited with Cornypress an Flash based Wordpress Editor and  Design-Tool.
Author: Dimitri Krauss
Author URI: http://www.brainrelax.cl

	    This theme was designed and built with Cornypress by Dimitri Krauss,
	    whose blog you will find at http://www.brainrelax.cl/

	    The CSS, XHTML and design is released under GPL:
	    http://www.opensource.org/licenses/gpl-license.php


*/


body {
	margin-top: 20px;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
	background: #FFFFFF url('images/') no-repeat top left ;
	
}


#page {
	width: 760px;
	margin: 0 auto;
	background: #95C5E5;
}


#header {
	width: 100%;
	height: 200px;
	background: #FFFFFF url('images/office.jpg') no-repeat top left;
	}


.bloginfo {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;

	font-size: 400%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}


.description {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 150%;
	color: #FFFFFF;
	text-align: left;
}


#menu {
	margin-bottom: 10p;
	position: absolute;
	top: 200px;
}

#menu li {
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}

#menu ul {
margin: 0px;
padding: 3px;
}

#menu ul li a {
background-color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
font-size: 11px;
font-weight: bold;
color: #000000;
padding: 8px 20px 10px 20px;
margin: 0px;
text-decoration: none;
border: 2px solid #000000;
}

#menu ul li a:hover {
color: #FFFFFF;
background: #194B6E;
padding: 8px 20px 10px 20px;
text-decoration: none;
}


#wrapper {
	width: 100%;
}


#content {
	float: right;
	width: 530px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background: #EEEEEE url('images/') no-repeat top right;
}

#content  ul li {
	list-style-type:square;
	list-style-position:inside;
	color: #000000;
	padding:0;
	margin:.2em 0 .2em 0;
}


.date { /* date & author */
	color : #194B6E;
	float:right;
	line-height:2.3em;
	margin:1.5em 0 5px 10px;
	padding-left:5px;
	border-left:1px solid silver;
	font-size:.8em;
	text-align:center;
	position:relative;
	right:0;
}

.date_day {
	display:block;
	font-size:3em;
	text-align:right;
}

.date_month {
	display:block;
	font-size:3em;
	text-align:right;
	font-weight:bold;
}

.date_year {
	display:block;
	font-size:1.4em;
	line-height:.9em;
}


#sidebar {
	float: left;
	width: 170px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background: #95C5E5;
}


#footer {
	width: 100%;
	height: 60px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	clear: both;
	background: #194B6E url('images/') no-repeat bottom center;
	color:#FFFFFF;
	border: none;
}

#footer a {
	color:#95C5E5;  
}



A:link {text-decoration: none; color:#194B6E;}
A:visited {text-decoration: none; color:#194B6E;}
A:active {text-decoration: none; color:#194B6E;}
A:hover {text-decoration: underline; color: #0000FF; background-color:#;}



h1 {
	font-size: 400%;
	font-color: #000000;
}

h2 {
	font-size: 200%;
	font-color: #000000;
}

h3 {
	font-size: 150%;
	font-color: #000000;
}


img 
{
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

a img {
	border:none;
	background:none;
	padding:none;
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}



div.hr {
  	height: 2px;
	width: 80%;
  	background: #999999 url(images/) repeat-x center;
}



ul li h2 {
	font-size: 150%;
	display:inline;
	color: #000000;
}


ul,
ol {
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:.2em 0 .2em 0;
}

ul li,
ol li {
	color: #194B6E;
	list-style-type: none;
	list-style-position:outside;
	padding-left:0px;
}

ul ul li,
ol ol li {
	color: #194B6E;
	list-style-type: square;
	list-style-position:inside;
	background:transparent url(images/) 2px .4em no-repeat;
	padding-left:5px;
}


small.commentmetadata {
	width: 400px;
}


#searchform input{
	background: #FFFFFF;
	color: #000000;
	padding:1px;
	border:1px outset #95C5E5;
	width: 80px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
}

#searchform br {

	display:none;
}


hr {
	display: none;
}

#body_content {position: absolute;left: -10000px;};
