/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */

@font-face {
    font-family: 'OptimusPrincepsSemiBoldRg';
    src: url('../fonts/optimusprincepssemibold-webfont.eot');
    src: url('../fonts/optimusprincepssemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/optimusprincepssemibold-webfont.woff') format('woff'),
         url('../fonts/optimusprincepssemibold-webfont.ttf') format('truetype'),
         url('../fonts/optimusprincepssemibold-webfont.svg#OptimusPrincepsSemiBoldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('../fonts/Walkway_SemiBold-webfont.eot');
    src: url('../fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_SemiBold-webfont.woff') format('woff'),
         url('../fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_SemiBold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WalkwayBoldRegular';
    src: url('../fonts/Walkway_Bold-webfont.eot');
    src: url('../fonts/Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Walkway_Bold-webfont.woff') format('woff'),
         url('../fonts/Walkway_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Walkway_Bold-webfont.svg#WalkwayBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WalkwayUltraBoldRegular';
    src: url('Walkway_UltraBold-webfont.eot');
    src: url('Walkway_UltraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Walkway_UltraBold-webfont.woff') format('woff'),
         url('Walkway_UltraBold-webfont.ttf') format('truetype'),
         url('Walkway_UltraBold-webfont.svg#WalkwayUltraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	font-family: 'Raleway', sans-serif;
}

#body #image-gallery {
	font-family: optimusprincepsSemiBoldRg;
	}

html {
	background: url(../images/bg.png) repeat;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* TABLE CLASSES
----------------------------------------- */
table.no-borders,
table.no-borders tr,
table.no-borders tr td {
border-color:transparent !important;
border:none !important;
border-width:0 !important;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 960px;  
	margin: 0 auto; 
}
#Container { 
	width: 960px;
	/*background: #2a221d;*/
			
}
#Layout {
	width: 670px;
	/*min-height: 650px;*/
	float: left;
	padding: 0 20px 0 20px;
	/*background: #685448 url(../images/contentbg.png) repeat-y;*/
}
/*#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
	
}*/



/* HEADER
----------------------------------------- */
#Header { 
 	width: 960px; 
 	height: 340px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/header.jpg);
}
#the-story #Header {
	background: url(../images/header2.jpg);
	}

#the-wine #Header {
background: url(../images/header3.jpg);
}

#the-vineyard #Header {
background: url(../images/header4.jpg);
}

#photos #Header {
background: url(../images/header5.jpg);
}

#contact #Header {
background: url(../images/header.jpg);
}

 	#Header h1 { 
	  	color: #666; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #666;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	/*background: url(../images/navbg.jpg) no-repeat;*/
	/*font-family: WalkwayBoldRegular, Arial;*/
		
}
	#Navigation ul { 
 		float: left; 
		margin-right: 0px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 6px 19px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 12px; 
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding: 10px 13px;
					height: 2.3em;
					font-size: 15px;
					
				}
					#Navigation ul li a:hover { 
			 			color: #98735c;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						color: #98735c;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	color: #98735c;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					color: #98735c;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #FFF;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
	width: 250px;
	/*min-height: 630px;*/
	float: left;
	/*background: #2a221d url(../images/sidebarbg.png) repeat-y;*/
	
}
#winetext {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	margin: 10px 10px 20px 10px;
	color: #FFF;
}

#buybutton {
	margin: 10px 0 0 0;
	text-align: center;
	}

	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}

	#Sidebar h1 {
	font-family: OptimusPrincepsSemiBoldRg, Arial, Verdana;
	line-height: 28px;
	font-size: 23px;
	}
	
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar p {
	 /*margin: 0 5px 0 5px;*/
	}
	
	#Sidebar img {
	float: left;
	}
	
	#Sidebar h1, #Sidebar h2, #Sidebar h3, #Sidebar h4, #Sidebar h5, #Sidebar h6 {
	margin: 0 5px 0 5px;
	}

/* SIDEBAR in a BUYNOW context
-------------------------------------- */
#SidebarBuyNow { 
	width: 250px;
	min-height: 630px;
	float: left;
	background: #2a221d url(../images/sidebarbg.png) repeat-y;
	
}
#SidebarBuyNow .text {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	margin: 10px 10px 20px 10px;
	color: #FFF;
}

#SidebarBuyNow .button {
	margin-left: 10px;
	}

	#SidebarBuyNow  .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}

	#SidebarBuyNow  h1 {
	font-family: OptimusPrincepsSemiBoldRg, Arial, Verdana;
	line-height: 28px;
	font-size: 23px;
	}
	
	#SidebarBuyNow  h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#SidebarBuyNow a {
	    font-family: Arial, Verdana, Sans-serif;
	    font-size: 16px;
	    margin: 10px 10px 20px 10px;
	    color: #FFF;
	}
	
	#SidebarBuyNow  p {
	margin: 0 5px 0 5px;
	}
	
	#SidebarBuyNow  img {
	float: left;
	}
	
	#SidebarBuyNow  h1, #SidebarBuyNow  h2, #SidebarBuyNow  h3, #SidebarBuyNow  h4, #SidebarBuyNow  h5, #SidebarBuyNow  h6 {
	margin: 0 5px 0 5px;
	}
	
	#SidebarBuyNow ul {
	    padding-top: 18px;
	    list-style:none;
	}


				#SidebarBuyNow ul li a span {
					text-align: center;
	        		float: left;
					padding: 18px 18px;
					height: 2.3em;
					font-size: 16px;
					
				}
					#SidebarBuyNow ul li a:hover { 
			 			color: #98735c;
						cursor: pointer;
					}
					#SidebarBuyNow ul li a:hover span {
						color: #98735c;
						cursor: pointer;
					}
					
    			#SidebarBuyNow ul li .current,
	    		#SidebarBuyNow ul li .section,
	    		#SidebarBuyNow ul li .section:hover,
	    		#SidebarBuyNow ul li .current:hover { 
				 	color: #98735c;
				 	text-decoration:underline
					}
				#SidebarBuyNow ul li .current span,
				#SidebarBuyNow ul li .section span,
	    		#SidebarBuyNow ul li .section:hover span,
				#SidebarBuyNow ul li .current:hover span {
					color: #98735c;
					text-decoration:underline
				}	

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
	margin: 8px 0;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
#SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
	#SearchForm_SearchForm .middleColumn {
		float: left;
		width: 164px;
		margin: 0 5px 0 0;
		padding: 2px;
		background-color: #51a9df;
	}
	
		#SearchForm_SearchForm .middleColumn input.text {
			width: 160px;
			border: none;
			color: #666;
		}
		
	#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
		float: left;
		margin-top: 2px;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#FooterImage{
	padding-top: 20px;
}

#Footer { 
 	margin: 0 auto;
	width: 960px;
	min-height: 46px;
	background: transparent url(../images/footerbg.png) repeat-x bottom left; 
	text-align: center; 
	
}
#Footer .copyright {
	padding-top: 5px;
	margin: 10px, 0 0 0;
	font-size: 12px;
	
}
#Footer p { 
		padding-top:3px;
		color: #685448;
		font-size: 10px;
		text-align: center;
		
}
  		#Footer a { 
	   		margin: 20px 0 0 0;
			color: #FFF; 
	   		text-decoration: none;
			font-family: WalkwayBoldRegular, Arial;
			font size: 14px;
			padding-right: 30px;
		}
			#Footer a:hover {
				margin: 20px 0 0 0;
				color: #fff;
				text-decoration: underline;
			}