/*   
Theme Name: P4h Theme
Theme URI: http://patagonia4handicap.com
Description: Template para el sitio Patagonia 4 Handicap
Author: Chris Coyier - Federico Reinoso
Author URI: http://imgdigital.com.ar
Version: 1
*/

/* Reset browser defaults */
@import url('css/960-reset.css');
@import url('css/text.css');
@import url('css/superfish.css');

@media screen {
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
/* @override 
	http://localhost:8888/p4h/css/p4h.css
	http://localhost:8888/wordpress/wp-content/themes/ph4/style.css
	http://patagonia4handicap.com/wp-content/themes/ph4/style.css
*/
body {
	background: #990003 url('images/fondo_head.jpg') repeat-x;
}
a {
	color: #357f5a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#header{
	height: 100px;
}
#header img#nombrelogo{
	margin-left: 50px;
}

/* @group Translate */

ul#qtranslate-3-chooser{
	padding: 0;
	margin: 80px 0 0;
	float: right;
}
#qtranslate-3-chooser li
{ 
float: left;
list-style-type: none;
	margin: 0 9px 0 0;
}

/* @end */
/* @group NavList */
#botonera{
	
	margin-top: 6px;
}
form#searchform{
	float: right;
}

/* @end */

/* @group Rounded Corners */

.round_all {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.round_top {
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.round_bottom {
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.round_left {
	-khtml-border-radius-topleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.round_right {
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.round_top_left {
	-khtml-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.round_top_right {
	-khtml-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.round_bottom_left {
	-khtml-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.round_bottom_right {
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* @end */

#fotocontainer {height: 340px;background: url(images/sombra_foto.jpg) no-repeat center bottom;}
.images{width: 900px;height: 300px;margin-right: auto;margin-left: auto;overflow: hidden;border: 6px solid white;}

#container {
	background: white url('images/fondo_main_2.jpg') repeat-x;
	padding-bottom: 50px;
	overflow: hidden;
	padding-top: 10px;
	margin-top: -8px;
	border: 1px solid white;
}
h2{
	font-size: 20px;
	border-bottom: 1px solid #910003;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#sidebar{
	
}
#sidebar h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
#sidebar ul{
	list-style: none;
}
#sidebar li{
	margin: 0;
}
.xoxo a {font-weight: bold; display: block;font-size: 14px;}
.xoxo li{font-size: 11px;}
/* @group Footer */

#footer {
	background: #37503f url('images/fondo_pie.jpg') repeat;
	height: 100px;
	text-align: center;
	border-top: 2px solid #ff900a;
	font-size: 90%;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* @group links */

ul#footlist{
	padding-top: 10px;
}
#footlist li
{ 
display: inline;
list-style-type: none;
}


/* @end */

/* @end */


}

/* @group Form */
fieldset {
	background: url(images/fondo_main_2.jpg) repeat-x scroll;
	padding: 10px;
	border: 1px solid #357f5a;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
fieldset legend{
	font-weight: bold;
	font-size: 16px;
	margin: 0 10px;
	padding: 0 5px;
}
label {
	font-weight: bold;
}
label span{
	color: maroon;
	font-weight: bold;
}


/* @end */
.alignleft{
	float: left;
	margin: 5px;
}
.alignright{
	float: right;
	margin: 5px;
}

#map{
	width: 940px;
	height: 540px;
	position: relative;
	display: block;
}
.wp-caption {
	background-color: #6bc9a0;
	padding: 5px 5px 0;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
.wp-caption img{
	border: 3px solid #fff;
}
/* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
