/*
Theme Name: Green and Red
Theme URI: http://riogrande-restaurant.com
Description: New look and feel for Rio Grande
Version: 1.0
Author: Jeff Mackey
Author URI: http://SIX15.com
*/

body {
	font-size: 16px;
	background: #ce1126 url(images/background.png) repeat-x;
}

#header {
	background: #006847 url(images/headerbackground.png) repeat-x;
	border-bottom: 1px solid #008147;
}

#header .container_12 {
	padding-top: 20px;
}

#header a {
	color: #e6e6e6;
}

#content {
	background: url(images/contentheadershadow.png) repeat-x 0 top;
}

#content .container_12 {
	padding-top: 30px;
	background: #cbcc95 url(images/contentheadershadow.png) repeat-x 0 top;
}

a:link,a:visited {
	color: #ce1126;
}

/* @group Default items */

/* this is to account for the fact that the WP search form template is not styled */
#searchform { margin-bottom: 20px; }

/* styling author info, based on http://blog.themeforest.net/wordpress/wordpress-author-details/ */
.postauthor {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 20px 20px 0 20px;
    margin: 0 0 20px 0;
    }
.postauthor img {
    float: left;
    margin: 0 15px 8px 0;
    }

/* default image alignment stylings, based on WordPress generated classes */
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}

/* style any post that is marked 'sticky' */
.sticky {
	border:solid 1px #DEDEDE; 
	background-color:#FFFFCC;
	padding:20px 20px 0 20px;
	margin:0 0 20px 0;
}

/* style posts categorized 'rant' in red (just an example) */
.category-rant {
	color:#cc0000;
}
.category-rant a {
	color:#cc0000;
}

/* adding a bottom margin to Google Adsense ads and Amazon Affiliate link ads */
.googleadsense, .amazon {
	margin-bottom:20px;
}

/* the radius values are not supported by IE, but who cares? */
.radiusround {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background-color:#eee;
	border:1px solid #ccc;
}

/* this class is referenced by the jquery function */
.jscorners {
	background-color:#eee;
	border:1px solid #ccc;
	padding: 5px;
}

/* used to highlight the searched text */
strong.search-excerpt { background: yellow; }

/* @end */

#logo,#address {
	text-align: center;
}

#logo p {
	margin-bottom: 5px;
}

#address
 {
	margin-top: 40px;
}

/* @group Main Menu */

#mainmenu ul { padding: 0; 
	list-style-type: none; list-style-image: none;
	text-align: center;
	margin-bottom: 10px;
}
#mainmenu li {display: inline;
	margin-left: 0;
}
#mainmenu ul li a {text-decoration:none;
	padding: 7px 10px 5px;
	color: #e6e6e6;
	font-size: 16px;
}
#mainmenu ul li a:hover {color: #006847;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #cbcc95; }

#mainmenu ul li.current_page_item a {color: #006847;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #cbcc95; }

/* @end */

/* @group Featured Post Rotator */

#featured-item { background: #cbcc95}
.featured-itemImage span { background-color: #353d41; color: #fff }			
.featured-itemImage span strong { color:#fff !important }
.featured-itemImage span b { color:#dce7ed }
.featured-itemImage span em.price { color:#FFF }


#featured-item {
   width: 460px; /* important to be same as image width */
   height: 250px; /* important to be same as image height */
   position: relative; /* important */
   float:left;
   margin:0 0 20px 0;
   display:block;
   overflow: hidden; /* important */
}

#featured-item li {
	margin-left: 0;
}

#featured-itemContent {
   width: 460px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0; padding:0;
   list-style:none;
   margin-left: 0; /* important */
}

.featured-itemImage {
	width:460px; height: 250px;
   	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
}

.featured-itemImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   width: 460px;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   display: none; /* important */

   bottom: 0; 		/* if you put
   					top: 0; -> the box with text will be shown at the top of the image
       
	   				if you put
       				bottom: 0; -> the box with text will be shown at the bottom of the image */ }
					
.featured-itemImage span strong {
	font-weight:normal;
	font-size:20px; letter-spacing:-1px;
	display:block;
	margin:15px 0 5px 15px !important; padding:0 }

.featured-itemImage span b {
	font-weight:normal;
	display:block;
	margin:3px 0 12px 15px !important; padding:0;
	line-height:18px; font-size:14px;
	width:450px }
	
.featured-itemImage span em.price {
	font-style:normal;
	display:block;
	height:30px;
	padding:5px 0;
	font-size:30px; letter-spacing:normal;
	position:absolute; right:15px; top:18px }

.featured-itemImage span em.more-info {
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	display:block;
	position:absolute; right:15px; top:52px }
/* @end */

#post-3 ul {
	line-height: 1.1em;
}

.testimonial,.answer {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.1em;
	margin-bottom: 0;
}

.customer {
	text-align: right;
	font-size: 12px;
}

.post h2 {
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
}

.category-specials h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}

.category-specials p {
	line-height: 1.1em;
}

#googlemap {
	padding: 5px;
	border: 1px solid #007f47;
}

#loyalty {
	text-align: center;
	margin-top: 50px;
}

/* @group Menu */

.menu h2 {
	margin-bottom: 5px;
}

.menu p {
	font: italic bold 14px/1em "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

dl {
	margin: 0 0 10px;
	background: url(images/dot.gif) repeat-x 0 14px;
	font-size: 14px;
}

dt {
	float: left;
	background-color: #cbcc95;
	font-weight: normal;
	font-style: normal;
}

dd.price {
	float: right;
	background-color: #cbcc95;
	color: #006847;
	font-weight: bold;
}

dd.description {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: 1em;
	width: 90%;
	clear: both;
}



/* @end */

/* @group Footer */

#footer {
	font-size: 12px;
	color: #cbcc95;
	text-align: center;
}

#footer a {
	color: #cbcc95;
}

#footer .container_12 {
	background: url(images/contentheadershadow.png) repeat-x 0 top;
}

#footer .grid_12 {
	margin-top: 20px;
}



/* @end */