/*
Theme Name: Raqueros
Theme URI: http://wordpress.org/
Description: The custom theme designed by John Benedetti at iluminada design
Version: 1.0
Author: John Benedetti
Author URI: http://www.iluminada.com/
Tags: custom, very sweet, tequila inspired

*/



/*body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #ebebf5;
	margin: 0px;
}*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/bg-gray.gif);
	background-repeat: repeat;
	margin: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FF3300;
}
h3 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 14px;
	font-size: 13px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 13px;
}

img {
border: none;
}

/*#container {
width: 100%;
}*/
#id-wrapper {
	margin: 0px;
	padding:0px;
	background: #fad79c url(images/bg2.gif) repeat-x;
}
#id-container {
	position: relative;
	width: 842px;
	margin:auto;
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 1px solid white;
}
#id-top {
	width: 850px;
	height: 63px;
	font-size: 11px;
	font-weight: bold;
	color: #555588;
	margin: auto;
	position: relative;
}
#id-logo {
position: absolute;
left: 0;
bottom: 0;
}
#id-tagline {
	float: right;
	width: 450px;
	text-align:right;
	position: absolute;
right: 0;
bottom: 8px;
}

#langRight {
position: absolute;
top: 10px;
right: 15px;
}

#id-bannerHome {
	width: 842px;
	height: 340px;
	background-image: url(images/bg-home2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#id-leftnav {
	float:left;
	width: 229px;
	height: 340px;
	background-image: url(images/bg-leftnav-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#id-leftnav p {
	margin-bottom: 4px;
	margin-top: 0px;
	font-size: 11px;
	line-height: 13px;
	padding: 10px 0 0 25px;
}
#id-leftnav h2 {
	color:#555588;
	padding: 5px 0 0 32px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
#id-leftnav li {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}
#id-leftnav li li {
	font-weight: normal;
}
#id-slideshow {
	width:612px;
	height: 340px;
	float: right;
}
.id-clear {
	clear:both;
}
#id-bodycontent {
	width: 850px;
	background-image: url(images/bg-shells.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#id-contactinfo {
	float:left;
	width: 229px
}
#id-content {
	float: left;
	width: 580px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
}

#id-content  h1 {
padding: 15px 0 5px 0;
font: 22px Georgia, "Times New Roman", Times, serif;
margin: 0;
}

.sidebar {
width: 229px;
height: 340px;
float: left;
}

.sidebar ul {
	margin: 0;
	padding: 12px 0 0 24px;
}
.sidebar li {
	list-style: none;
}
.sidebar ul ul {
	padding: 0 0 0 25px;
}
.sidebar li li {
	list-style: circle;
}
#footer {
	background: #e6e6f3;
	padding: 20px 0;
}
.post h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	padding: 15px 0 15px 0;
	margin: 0;
}
.post a {
	font-weight: bold;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
}
/* End Images */



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px;
	-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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


hr {
	width: 90%;
	text-align: center;
	height: 1px;
}


.post ul {
margin: 0;
padding: 0;
padding: 0 0 8px 13px;
}

.post li {
padding: 0 0 3px 0;
}

.entry a {
font-weight: bold;
}

.entry a:hover {
color: #b0201f;
