/*   
Theme Name: Soster Global
Theme URI: www.sosterglobal.com
Description: Un tema para el sitio web www.sosterglobal.com
Author: Efrain Yoel
Author URI: www.efrainyoel.es
Version: 1.0
.
GPL License
.
*/

body {
	margin-top: 30px;
	padding: 0;
	background: #CDCDCD url('images/background.png') repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #454545;*/
}

h1, h2, h3 {
	margin-top: 0;
	/*color: #8C0209;*/
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #395137;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto 20px;
}

/* Header */

#logo {
	width: 960px;
	height: 286px;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 80px 0 0 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 5em;
}

#logo p {
	text-transform: uppercase;
	padding: 117px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 60px;
	background: #414141; 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover ul{
	display: block;
}

#menu li ul{
	display: none;
	height: 40px;
	width: 960px;
	position: absolute;
	background: #767676;
	margin-top: 60px;
	margin-left: -1px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 1;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 20px 37px 0 37px;
	background: url(images/img05_b.gif) repeat-y right top;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li ul a{
	padding: 10px 37px 0 37px;
	height: 30px;
}

#menu a:hover {
	background: #639834 url(images/img05_b.gif) repeat-y right top;
}

#menu .current_page_item a:hover {
	background: #639834 url(images/img05_b.gif) repeat-y right top;
}

#menu .current_page_item ul li a:hover {
	background: #639834 url(images/img05_b.gif) repeat-y right top;
}

#menu .current_page_item ul li a {
	/*color: #FFFFFF;*/
	background: url(images/img05_b.gif) repeat-y right top;
}

#menu .current_page_item a {
	/*color: #FFFFFF;*/
	background: #557c33 url(images/img05_b.gif) repeat-y right top;
}

#menu .first {
	background: none;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 680px;
	padding: 30px 30px 0px 30px;
}

.post {
	padding-bottom: 45px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 3em;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.entry {
	font-size: 14px;
}

.entry a{
	text-decoration: underline;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	background: #bababa;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	background: url(images/img04.jpg) repeat-x left bottom;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 20px;
	background: url(images/img03.jpg) no-repeat left top;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 11px;
}

#footer a {
	/*color: #6E8A21;*/
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

/* */

#widget_calendar{
	padding: 20px 15px 0 15px;
}

#widget_calendar div{
	padding: 0;
	background: #609F62;
	margin-bottom: 10px;
	text-align: left;
}

#widget_calendar p.p1{
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

#widget_calendar p.p2{
	margin: 0;
	padding: 5px;
	background: #BFD9C0;
}

.evento{
	color: #395137;
}

/* JCALENDAR */

fieldset.jcalendar {
border:1px solid #A1A5A9;
font:.9em Arial, Helvetica, sans-serif;
}

div.jcalendar-wrapper {
width:15em;
}

div.jcalendar-selects {
padding:.6em .4em;
text-align:center;
}

div.jcalendar-selects select {
border:1px solid #A1A5A9;
font-size:100%;
}

div.jcalendar table {
background:#a1a5a9;
color:#000;
margin:.3em auto;
}

div.jcalendar table th {
background:#eee;
}

div.jcalendar table td {
background:#f9f9f9;
padding:0;
width:2.2em;
}

div.jcalendar table th.weekend {
background:#ddd;
}

div.jcalendar table td.weekend {
background:#e9e9e9;
}

div.jcalendar table td a {
color:#333;
display:block;
line-height:1.7em;
text-align:center;
text-decoration:none;
width:2.2em;
}

div.jcalendar table td.today a {
background:#777;
border-color:#aaa;
color:#fff;
font-weight:700;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
background:#97d692;
padding:0;
}

div.jcalendar table td a.selected {
background:#5e9244;
color:#fff;
}

div.jcalendar-links {
margin:.4em;
text-align:center;
}

div.jcalendar-links a {
padding:.2em .4em;
}

/* MIS ESTILOSSSSSSS */

.input_text {
	border: 1px solid #589C42;
	margin: 5px 10px;
}

.input_submit{
	background: #589C42;
	border: 1px solid #fff;
	color: #fff;
}