/*  
    Theme Name: MotherNature
    Description: MotherNature is one of the Premium WordPress Themes
                 http://wpthemeshop.com/premium-themes/
    Version: 1.1
    Author: WordPress Theme Shop
    Author URI: http://wpthemeshop.com/
    Modified by: Carlos Castillo Peralta (http://www.ccperalta.com/)
*/


/*****************************************************************************/


/* Generic Styling */
*
{
    margin:0;
	padding:0;
}

body
{
    padding-top: 20px;
    background-color: #1f0f00;
	background-image: url(images/main-back.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: center top;
    font-size: 10px;
	font-size: small;
	font-family: Verdana,"Trebuchet MS", Arial, Serif;
	color: #444;
	text-align: left;
	font-size: 0.7em;
}

img
{
    padding: 0px 0px 10px 0px;
	border: 0;
}

img.right 
{
	float: right;
	margin: 0 0 1em 1em;
}

img.left 
{
	float: left;
	margin: 0 1em 1em 0;
}

a img 
{
	border: none;
}

h1,h2,h3,h4,h5,h6 
{
	font-family: Georgia, Arial, Verdana, Serif;
	line-height: 1.6em;
}

p
{
	margin-bottom:1.0em;
	line-height:1.75em;
}

a:link,a:visited
{
	color: #31659c;
	text-decoration: none;
}

a:hover, a:active
{
	color: #2e8b57;
	text-decoration: none;
}

fieldset 
{
	border:none;
}

dl
{
	margin:1em 0px;
}

dt 
{
	font-weight:bold;
}

dd 
{
	margin:0.5em 1em;
	padding:0;
}

.clear 
{
	clear:both;
}

blockquote 
{
	margin:0 1em;
	padding:0.5em 2em;
	background:url(images/quote.gif) no-repeat left top;
	font-style:italic;
}

ol, ul 
{
	margin: 0;
	padding: 0;
}

table
{
    margin: 0 0 20px 0;
    border-collapse: collapse;
	border: 1px solid #e3e4e4;
}

th
{
    padding: 0.1em 0.75em;
  	text-align: left;
}

td
{
	padding: 0.1em 0.75em;
}

thead
{
	background: #e3e4e4 url(http://www.ccperalta.com/images/bar.gif) repeat-x left center;
  	border-top: 1px solid #e3e4e4;
  	border-bottom: 1px solid #e3e4e4;
}


#content ul, #content ol 
{
	padding: 0 0.5em 0 0;
	margin: 0 0 0 3em;
}

#content ul 
{
	list-style-image: url(images/flobullet.png);
}

#content li 
{
	line-height: 1.6em;
	margin: 0.5em 0;
}

/*  Navigation*/
ul#navigation
{
    margin: 0 auto;
	padding: 0;
	width: 920px;
    height: 35px;
    background: #ebdaa6;
    border-top: #bf8d57 5px solid;
    border-right: #bf8d57 5px solid;
    border-left: #bf8d57 5px solid;
	list-style: none;
	font-family: Arial,Georgia, Verdana, Serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 1.1em;
}

ul#navigation li 
{
	float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    background: none;
}	

ul#navigation li a
{
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    color: #7e6127;
}	

ul#navigation li a:hover,ul#navigation li a:active, #navigation li.current_page_item a
{
	background: #f1af3c;
	color: #fff;
}

#navigation #rss 
{
    float: right;
	background: url(images/rss.gif) no-repeat left center;
	border: none;
}

#navigation #rss a:hover
{
	text-decoration: underline;
	background: url(images/rss.gif) no-repeat left center;
}

/* Structure */
#wrapper
{
	margin:0 auto;
	width:900px;
	padding:10px;
	background:#fff url(images/topbg.gif) repeat-x top;
    border-right: #bf8d57 5px solid;
    border-left: #bf8d57 5px solid;
}

#header 
{
	clear: both;
	height: 180px;
	width: 900px;
	background: url(images/header.jpg) no-repeat center;
	margin: 0.5em auto;
    text-align: center;
}

#header h1 
{
    margin: 5px 0px 0px 0px;
    font-family: Arial, sans-serif;
	font-size: 1.75em;
    font-variant: small-caps;
    font-weight: bold;
}

#header h1 a, #header h1 a:visited, #header h1 a:hover
{
    color: #336;
}

#content
{
	float:right;
	width:620px;
	margin:0;
	padding:0 10px 0 0;
	min-height:400px;
}

#sidebar
{
	float: left;
    margin-top: 5px;
    padding: 0;
	width: 260px;
    background: #eeebe2;
	margin-left: 0px;
	border: #e5e0d1 1px solid;
}

/* Entries */
.entry
{
	padding: 10px;
	line-height: 1.75em;
}

.entry-content 
{
	clear: both;
	font-size: 1.1em;
}

.entry h2, .entry h3
{
    margin: 0.5em 0 ;
	line-height: 1.6em;
}

.entry h2
{
    padding: 10px;
    font-size: 1.75em;
    font-weight: bold;
}

.entry h3
{
    padding: 0px 0px 10px 0px;
    font-size: 1.50em;
    font-weight: normal;
}

.entry-title 
{
	line-height: 1.2em;
	font-family: Georgia, Verdana, Arial, Serif;
    text-align: center;
}

.date 
{
	float:right;
	font-weight:bold;
	text-align:center;
	width:185px;
	padding:8px;
	margin:0;	
	color:#789;
	background:url(images/datebg.jpg) no-repeat center;
}

.info
{
	font-size:0.95em;
	color:#999;
	padding:3px 0;
	border-bottom:#eee 1px solid;
}

.comments
{
	color:#999;
	border-bottom:#eee 1px solid;
	font-size:0.9em;
}

.comments a
{
	background:url(images/icon-comments.gif) no-repeat;
	padding-left:15px;
}

ul.authorposts
{
	margin:0;
	padding:0 2em;
}

ul.authorposts li
{
	margin:0;
	padding:5px;	
}

ul.authorposts li em 
{
	float:right;
	font-style:normal;
}

/* Sidebar */
#sidebar ul
{
    list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}

#sidebar ul ul,
#sidebar p,
#sidebar form,
#sidebar table
{
	margin:10px 0;
	padding:0 10px;
}

#sidebar h2 
{
	font-size: 1.3em;
	margin: 10px 0;
	padding: 0 10px;
    color: #7e6127;
}

#sidebar li 
{
	margin:0;
	padding:5px 0;
}

#sidebar a:hover 
{
    border-bottom:1px solid;
}


/* Footer */
#footer-01, #footer-02
{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 16px;
    font-family: Verdana, Arial, sans-serif;
}

#footer-01
{
    background: #eda529;
    border-right: #bf8d57 5px solid;
    border-bottom: #bf8d57 5px solid;
    border-left: #bf8d57 5px solid;
}

#footer-01 p
{
	margin: 0;
	padding: 10px;
    text-align: center;
}

#footer-01 p a
{
    font-weight: bold;
    color: #fff;
}

#footer-01 *
{
    color: #fff;
}

#footer-02 p
{
    margin: 0;
	padding: 10px;
    text-align: center;
    color: #d1ae87;
}

#footer-02 p a,
#footer-02 p a:visited
{
    color: #bf8d57
}

#footer-02 p a:hover
{
    text-decoration: underline;
}


#validator
{
    padding: 5px 0px 5px 0px;
    text-align: center;
}

/************************************************
*	Comments									*
************************************************/
	
#content .commentlist 
{
	margin:0;
	padding:0;
	border-top:#ccc 1px solid;
}

#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding:1em;	
	border-bottom: #ccc 1px solid;	
}

.commentlist li.alt 
{
    background:#e8f7f9;    
}

.commentlist li .cmtinfo 
{
	font-size:0.9em;		
}

.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}

.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}

#content .nocomments 
{
	text-align:center;
	color:#999;
	font-size:95%;
}

.commentlist .avatar
{
	float:right;
	margin:0 0 0.5em 0.5em;
}

.trackback
{
	background:url(images/trackback.png) no-repeat left center;
	padding:0px 17px;
}

#wrapper .feed 
{
	background:url(images/icon_feed.gif) no-repeat left center;
	padding:5px 17px;
}

input.textbox
{
	border: #ccc 1px solid;
	background: #f9f9f9;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
	width: 150px;
}

input.textbox2
{
	border: #ccc 1px solid;
	background: #f9f9f9;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
	width: 75%;
}

textarea
{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background: #f9f9f9;
	font: 1em Verdana, Arial, Serif;
}

.textbox:focus, .textbox2:focus, textarea:focus
{
	background: #fff;
	border: #999 1px solid;
}

#header, #content, #sidebar, #footer, .widget 
{
	overflow: hidden;
}


/* Alineación de texo */
.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.middle
{
    vertical-align: middle;
}

.top
{
    vertical-align: top;
}

.bottom
{
    vertical-align: bottom;
}


/* Estilos de texto */
.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.oblique
{
    font-style: oblique;
}

.underline
{
    text-decoration: underline;
}

.overline
{
    text-decoration: overline;
}

.title
{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #9f6914;
}

.deadline
{
    font-weight: bold;
    font-size: 1em;
    color: #000;
}


/* Colores de texto */
.orange
{
	color: #CE7B00;
}

.blue
{
	color: #0000E6;
}

.cyan
{
	color: #628FB5;
}

.grey
{
	color: #969696;
}

.magenta
{
	color: #FF00FF;
}

.brown
{
    /*color: #6d3206;*/
    color: #9f6914;
}

.black
{
	color: #000;
}

.red
{
	color: #FF0000;
}

.green
{
	color: #009900;
}

/* Otros */

.imgframe
{
    margin: 5px 0px 5px 0px;
    padding: 5px;
    border: 1px solid silver;
}



/* The end */



