/*
  SilverStripe Under the Bridge Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by SilverStriped
  http://silverstriped.com

  Under the Bridge design by Dieter Schneider
	http://csstemplateheaven.com/
*/

* {
  font-family: Times, Georgia, serif;
  margin: 0;
  padding: 0;
}

html {
height:100%;
}

	
body {
  min-height:100%;
  background-image: url(../images/bg.jpg);
	background-color: #f6eee0;
	font-family: Times, Georgia, serif;
	font-size: 62.5%;
}

p {
  padding-top: 7px;
  padding-bottom:7px;
}
	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	color: #333;
	font-size: 1.8em;
	display: inline;
}

h4 {
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 10px;	
}

a:link {color: #666666}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #794353}   /* mouse over link */
a:active {color: #666666}   /* selected link */

#ContainerOuter {
  width: 100%;
  align: center;
  text-align: center;
}

#ContainerBG {
  width: 792px;
	height: 100%;
	background-image: url(../images/containerbg.png);
	background-repeat: repeat-y;
	margin: 0px auto;
}
	
#Container {
  text-align: left;
  background-repeat: repeat-y;
	width: 792px;
	color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0px auto;
}

#ContainerBottom {
  width: 792px;
  margin: 0px auto;
}

#Header {
	height: 249px;
}

#Header #flashheader {
  position: absolute;
}

#Header #logo {
  position: absolute;
  padding-top: 101px;
  padding-left: 57px;
  height: 239px;
  width: 242px;
  float: left;
  clear: none;
}

#Header h1 {
  font-family: Times, Georgia, serif;
	padding-top: 200px;
	padding-right: 90px;
	text-align: right;
	font-size: 1.9em;
	line-height: 1.2em;
	font-style: italic;
	color: #FFFFFF;
}

#Header h2 {
  font-family: Times, Georgia, serif;
	padding-right: 92px;
	text-align: right;
	font-size: 1.3em;
	line-height:1em;
	font-style: italic;
	color: #EAEEF7;
}
	
#LinkBar {
	background-image: url(../images/navbg.gif);
	height: 51px;
	width: 742px;
	margin: 0px auto;
	*margin-left: 25px;
}

#Content {
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-left: 80px;
	padding-right: 0px;	
	margin-left: auto;
	margin-right: auto;	
}

#Content #Body {  
  float: left; 
  min-height: 388px;
  height: auto !important;
  height: 388px;
  width: 410px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
}

#Content #WinesBody {
  width: 650px;
  padding-bottom: 20px;
}

#Content #WinesBody h4 {
  margin-top: 20px;
  font-size: 14px;
  text-decoration: underline;
}

#Content #Sidebar {
  float: left; 
  width: 300px; 
  height: 388px;
  position: absolute; 
  background-position: 430px;
  padding-left: 440px;
  *padding-left: 40px;
  *background-position: 30px;
  z-index: 1;
}

#Content #Sidebar h3 {
  display: block;
  width: 200px;
  padding-left: 20px;
}

.navSeparator {
  color: black;
  float: left;
  padding: 0.2em 1px;
}


fieldset #Content {
  background:transparent;
  padding:0px;
}

#RightMenu {
	background-image: url(../images/right_menu.jpg);
	height: 365px;
	width: 277px;
	float: right;
	margin-right: -80px !important;
	margin-right: -40px;
}

.rightMenu {
  width: 277px;
	float: right;
	margin-right: -30px !important;
	margin-right: 10px;
	margin-left:30px;
	padding:5px;
	background:#e9edf6;
	border:1px solid #c1c5ce;
}

.rightMenua {
  width: 277px;
	float: right;
	margin-right: -30px !important;
	margin-right: 20px;
	margin-bottom:5px;
	padding:5px;
	background:#e9edf6;
	border:1px solid #c1c5ce;
}

.rightMenuinside {
  padding:10px;
  width:255px;
	background:#e3e7f2;
	border:1px solid #e3e7f2;
}

#RightMenu h4 {
  font-size:1.2em;
  font-weight:bold !important;
}

#Footer {
  clear:both;
	height: 63px;
	text-align: center;
	font-size: 0.8em;
	width:742px;
	margin: 0px auto;
	padding-top: 20px;
	background-color: #d1bfa5;	
	*margin-left: 25px;
}

#Footer #FootLeft {
  width: 495px;
  text-align: center;
  float: left;
  position: relative;
}

#Footer #FootRight {
  width: 247px;
  float: left;
  position: relative;
}

#Footer p {
  font-family:  Arial, Tahoma, Verdana;
	color: black;
}

#Footer p a{
  font-family: Arial, Tahoma, Verdana;
	color: black;
}

/******************************* menu ****************************************/

#Navcontainer ul {
	margin-left: 100px!important;
	margin-left: 50px;
	color: black;
	float: right;
	margin-top: 11px;
}

#Navcontainer ul li { 
  display: inline;
  font-size:1.1em;
  font-weight: bold;
}

#Navcontainer ul li a {
  padding: 0.2em 1em;
  color: black;
  text-decoration: none;
  float: left;
}

#Navcontainer ul li a.current,
#Navcontainer ul li a.section {
  text-decoration:underline;
}
#Navcontainer ul li a:hover {
  color: #444444;
}

/********************************' right menu *******************************/

.navcontainer {
	width: 200px;
	margin-left: 40px;
}

.navcontainer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.navcontainer a {
  font-size: 1em;
  display: block;
  padding: 3px;
  width: 168px;
  border-bottom: 1px solid #BFC2C9;
}

.navcontainer a:link, .navlist a:visited {
  color: #666666;
  text-decoration: none;
}


.navcontainer a.current,
.navcontainer a.section {
  font-weight:bold !important;
}
.navcontainer a:hover {
  background-color: #8D5764;
  color: #fff;
}

#RightMenu h4{
  margin-left:40px !important;
}

.rightMenua li {
  list-style-type:none !important;
}
img {
  border:0 !important;
}

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #dee2ec url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #d5d9e4;
}

#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: #989ead;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}

.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;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}