/*   
Theme Name: Creasol
Theme URI: www.creasoldesigns.com
Description: template for creasol homepage
Author: Ernesto Schnack
Author URI: http://www.ernestoschnack.com

.

.
*/

* {
	margin: 0; padding: 0;
}

body {
	background-color: #f7f7f7;
	text-align: center;
	font-family: verdana;
	font-size: 0.75em;
	color: #000000;
        line-height: 1.5;
}

div{
	-moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;margin:0;padding:0;
}

.hiddenimg {display:none;}	

p {
	margin: 10px 0px;
}

a  {
	color: #b51713; 
	text-decoration: none;  
        outline: none;
}

a:link:hover {
	text-decoration: underline;
        cursor: pointer;
}

a:hover {
	text-decoration: underline;
        cursor: pointer;
}

h2 {
	color: #b51713;
        margin-bottom: 15px;
}

#container {
	margin: 0 auto;
        text-align: left;
	height: auto;
	width: 800px;
	position: relative;
	top: 30px; 
}				 
				 
#header {
	height: 150px; width: auto;
	position: relative;
}

 #logo {
 	display: block;
        height: 77px; width: 307px;
 	position:absolute;
	top: 15px; left: 30px;
	background-image: url(images/creasol-logo-big.png);
	background-repeat: no-repeat;
}
 
#sub {
	display: block;
        height: 38px; width: 310px;
 	position: relative;
	top: 85px; left: 35px;
	background-image: url(images/leyenda.png);
	background-repeat: no-repeat;
}
	 
#navdiv  {
	height: 20px;
	width: 350px;
	position: absolute;
	margin: 27px 0 0 450px;
}	    
	 
#navi ul {
	position: relative;
	list-style-type: none;
	padding: 0px; margin: 0px;
}

#navi li {
	display:inline; 
	padding: 0px 10px 0px 10px; 
	margin:0px 0px 0px 0px;
	border-right: 1px solid #b51713;
}

#navi li.last {
	display:inline; 
	padding: 0px 0px 0px 10px; 
	margin:0;
	border-right: none;
}
 
#main {
 	position: relative;
 	width: 678px;
        min-height: 360px;
        margin: 0px 100px 0px 40px;
}

#main1 {
	position: relative;
 	width: 798px;
        min-height: 360px; 
	
}

#flower_img {
	background-image: url(images/lotusflower-ver.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 798px;
	height: 360px; 
	display: none;
}


#incontain {
	min-height: 360px;
}

#mainblog  {
	position: relative;
 	width: 570px;
        height: 100%;
        margin: 0px 40px 0px 40px;
}				
				
				 
#side {
	font-size: 90%;
        width: 150px;  
        height: auto;
        float: right;
}

#side ul,li {
	list-style-type: none;
}

#foot {
	width: auto; 
 	height: 40px;
	color: #663300;
	text-align: right;
	line-height: 120%;
	padding-right: 50px;
}
 


.meta {
	margin: 10px 0px 0px 0px;
        font-size: 0.8em;
        font-style: italic;
}

.storycontent {
	margin: 10px 0px 10px 0px;
}

.feedback {
	margin: 10px 0px 30px 0px;
}

#comment {
	width: 100%;
}

.widgettitle {
	font-size: 1em;
        color: #000;
}

.widget   {
	margin: 20px 0px;
}
.widget ul {
	margin-left: 10px;
}

.post {
	margin-bottom: 40px;
}

p img {
	padding: 0;
	max-width: 100%;
}



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
}

.shop {
        width: 250px;
}

.shop img {
        border: none;
}

.shop h3 {
        font-size: 1.25em;
}