/*

Theme Name: Staseo 1.0

Theme URI: http://staseo.com/

Description: Search Engine Optimized <a href="http://staseo.com/">WordPress SEO theme</a>.

Version: 1.0

Author: Staseo

Author URI: http://staseo.com/

Tags: seo, SEO,



	Staseo v1.0

	 http://staseo.com



	This theme was designed and built by Staseo,

	whose blog you will find at http://staseo.com/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/

* {
	margin: 0;
	padding: 0;
}

body {  
  background: #D4C792 url(images/img01.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;


}



h1,h2, h3, h4, h5, h6 {color: #AA2808;margin-bottom: 5px;}



p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}


.left {float:left;}

.right{float:right;}

.center {text-align:center;}

strong {color:#457EC1;}

.phone {text-align:center;font-size:18px;direction:ltr;}


a {
	text-decoration: underline;
	color: #323B51;
}


a:hover {
	text-decoration: none;
	color: #FF0000;
}




/* Header */

#header {
	width: 750px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img05.gif) no-repeat left bottom;
}

/* Logo */

#logo {
	float: right;
	padding: 0;
}



/* Menu */

#menu {position:absolute;
	left:220px;top:130px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: right;
	height: 20px;
	padding: 10px 15px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
        text-decoration:none;
}
#menu a:hover, #menu .active a {
	color: #AA2808;
}


	



/* Page */



#page {
	width: 750px;
	margin: 0 auto;
	background: #D4C792 url(images/img04.gif) repeat-y;
} 


.clear {clear: both; height: 1px;}



/* Content */



#content {
	float: left;
	width: 420px;
	padding: 30px 0 0 35px;
}


#content h1 {
	font-size: 110%;
}

#content_media h1 {
	font-size: 100%;
}

#content h2 {
	font-size: 100%;
}

#content h3, #content h4, #content h5, #content h5, #content h6 {
	font-size: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

img {border:0;}



/* Sidebar */


#sidebar {
	float: right;
	width: 208px;
	padding: 0 35px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 7px 20px;
}





#sidebar h4 {
  padding: 5px 20px;
	background: url(images/img6.jpg);
	border-bottom: 1px dotted #FFFFFF;
	font-size: 90%;
	color: #D4C792;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}



#sidebar .current_page_item a{color:#AA2808;font-weight:bold;}

/* Footer */



#footer {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img06.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

#footer p.phone {text-align:center;font-size:18px;direction:ltr;}



/* required by Wordpres */



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption-dd {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}






