/* Joomla Blank Template 

Project Home: http://code.google.com/p/joombt/
Author: Alexandre Figueiredo - alexvf
Author URL: http://www.alexvf.com/
License:  GNU General Public License (GPL)

file: template.css
Description: This are the main styles for our Joomla web site.

*/

body {
/* background:#ffffff url('/joomla/templates/blankjoomlatemplate/images/lastvine.png') no-repeat top right; OLD VINE logo on right */
/*	margin: 0px 20% 0px 0px; this aligns main content and site left */
	margin:5px 0;
	text-align:center; 
	font-size:90%; 
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	background: #87B644;
	}	

html /* {overflow-y:scroll;} */

/* Layout */
#wrap {min-width:760px; max-width:960px; text-align:left; margin:0 auto; width:auto !important; background: #FFFFFF;}
#header {border-bottom:1px solid #cccccc; background: #FFFFFF;}
#breadcrumbs {padding:0 0.5em; line-height:2em; color:#666; font-size:0.9em; text-transform:uppercase; background: #FFFFFF;}
#content60 {float:left; width:60%; overflow:hidden; background: #FFFFFF;}
#content80 {float:left; width:80%; overflow:hidden; background: #FFFFFF;}
#content100 {float:left; width:100%; overflow:hidden; background: #FFFFFF;}
#sidebar {float:left; width:20%; overflow:hidden; background: #FFFFFF;}
#sidebar-2 {float:left; width:20%; overflow:hidden; background: #FFFFFF;}
#footer {clear:both; border-top:1px solid #999; font:0.9em Arial,Helvetica,sans-serif; color:#999; background: #FFFFFF;}

/* AMENDED PJ 20100211 added */
#rldcontainer {
	width:960px;
	margin:0 auto;
	background-color:white;
}

#rldfooter {
	clear:both;
	background-color:white;
	padding: 0 0 0 20px;
	border-top:solid #ccc 1px;
	text-align:	center;
}

#rldfooter p  {
	margin:5px 0;
}

#regoff {
	text-align:center;
	font-size:0.7em;
	padding:0 10px;
	background-color: #fff; /*#DCEEC0*/
}

#regoff p {
	line-height:1.5;
}


/* Image Classes on Featured Wines Page*/
.featured_wines_images {padding-left:20px;}

/* Image Classes on home page*/
.home_page_image {padding-left:300px;}

/* Objects and General Classes */
.inside {padding:15px;}
.inside p.featured {margin:0 10px;}

.small {font:0.8em Arial,Helvetica,sans-serif; color:#999;}
a {text-decoration:none;color:#881b53; }
a:hover {text-decoration:underline;}
h1 {font-size:1.4em; margin:0.6em 0 0.8em 0;}
h2 {font-size:1.5em; margin:0.6em 0;}
h3 {font-size:1.4em; margin:0.5em 0;}
h4 {font-size:1.1em; margin:0.5em 0;}
h5 {font-size:1em; margin:0.4em 0;}
h6 {font-size:1em; font-weight:700; margin:0.4em 0;}
p {margin:1em 0;}
ul {margin:1em;} /*James Taken out list-style-type:square; padding-left:1em; */
ol {list-style-type:decimal; margin:1em; padding-left:1.5em;}
blockquote {border-left:3px solid #666; margin:0.6em 0;padding:0.2em 0 0.3em 1em; font-style:italic; color:#333;}

/* Joomla Specific Classes */
.componentheading {font-size:1.7em;text-align:center;color:#881b53; padding-bottom:20px;}       /* AMENDED */
.contentheading {font-size:1.5em;text-align:center;color:#881b53;}       /* AMENDED */

.createdate, .modifydate, .mosimage_caption {font:0.8em Arial,Helvetica,sans-serif; color:#999;}

/* .moduletable {margin-bottom:1em; padding:0 10px;} */
.moduletable {margin-bottom:1em; padding:0 10px; border: 1px solid #CCCCCC;}
.moduletable h3 {background:#456E37; color:#fff; text-align:center; font-size:1.1em; margin:0 -10px 0.5em; padding:0.25em 0;}
.moduletable_right, .moduletable_left {color:#333; margin-bottom:1em; padding:0; border:1px #ccc solid;}
.moduletable_right h3, .moduletable_left h3 {background:#456E37; color:#fff; text-align:center; font-size:1.1em; border-bottom:1px solid #fff; margin:0; padding:0.25em 0;}

/* Module Search */
.moduletable_search {float:right; margin-right:1em;}

/* Menus */
.moduletable_menu {color:#333; margin-bottom:1em; padding:0; border:1px #ccc solid;}
.moduletable_menu a {color:#881b53;}  /**/

.moduletable_menu h3 {background-color: #456E37; /* #DCEEC0;  #E0ECC3; */
color:#fff; /*#881b54*/
text-align:center;
font-weight:bold;
font-size:1.1em;
border-bottom:1px solid #ccc;
margin:0;
padding:0.25em 0;
}

.moduletable_menu li#current {color:#881B53;} /* colors active dot red */
.moduletable_menu li.item10 {font-weight:bold;} /* colors wine menu */

/* Added by jkp 22jan2010 to style category text */
#ProductCategories p {
	font-size: 1.5em !important;
	}

/* Added by jkp 26mar2010 to style image in contactus text */	
#contactus-image {
	float: right !important;
	}
	
/* ??? */	

/* #vmMainPage.a:hover {
	text-decoration: underline;
	}
*/

