/**
  SilverStripe BookStore Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik
  http://silverstripe.pl
    
  based on Dieter Schneider's layout
  http://www.csstemplateheaven.com
 */


/*------------------- Defaults -----------------*/


* html img, 
* html .png{ 
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", 
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", 
this.src = "http://www.hudsonvalleycreative.net/mysite/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), 
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", 
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) 
); 
} 


* {margin: 0; padding: 0;}

html {
	height:100%; /* needed! */
	background: #50b848 url(../images/mainbg.gif) repeat-x;
}
	
body {
	height:100%; /* needed! */
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
}

/*---------------- Main structure --------------*/

#bgcontainer {
	width: 1200px;
	height: 700px;
	background: #50b848 url(../images/orangebg.gif) no-repeat;
	margin: 0 auto; 
}

#bgcontainer2 {
	width: 1200px;
	height: 700px;
	background: #50b848 url(../images/orangebg2.gif) no-repeat;
	margin: 0 auto; 
}

#container { 
	width: 960px;
	background: #fff url(../images/whitebg.gif) no-repeat;
	padding-bottom: 15px;
	margin: 0 auto;
}

#secondcontainer { 
	width: 960px;
	background: #fff url(../images/secondWhiteBG.gif) no-repeat;
	padding-bottom: 15px;
	margin: 0 auto;
}

#westbethlogo {
	position: relative;
	width: 433px;
	height: 249px;
	background: transparent url(../images/westbethlogo.png) no-repeat;
}

#westbethaddress { 
	position: relative;
	float: right;
	width: 479px;
	height: 29px;
	background: #fff url(../images/address.gif) no-repeat;
}


/* left pushes the nav bar to it's proper position */
#left {
	/* color:#C7C7C7; */
	float:left;
	/*font-family:verdana;*/
	/*background: transparent url(../images/callForEntries.png) no-repeat;*/
	/*font-size:10px;*/
	height:152px;
	margin-top:105px;
	width:300px;
}

/* left_colukn contains the nav and other modules */
#left_column {
	float:left;
	margin-top:125px;
	width:142px;
}


/* the main layout container */
#Layout {
	width: 960px; 
	height: auto !important;
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px; /* for modern browsers */
}

/* the realLayout is used for the main page content */
#realLayout {
	float:right;
	margin-top:125px;
	width:480px;
}


#Content {
	border-bottom:1px dotted #C7C7C7;
	/* border-top:1px dotted #C7C7C7; */
	height: auto !important; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
	min-height: 100px;
	background: #fff;
}








#homeimages { 
	position: relative;
	float: left;
	width: 960px;
	height: 375px;
	/*background: transparent url(../images/westbethenvironment.png) no-repeat;*/
}



/*#container {
	border-top:1px dotted #C7C7C7;
	margin-top:5px;
	margin-left: 5px;
	padding-top:5px;
	width:870px;
}*/

#line1 {
	background:transparent url(../images/bg.gif) repeat scroll 0%;
	display:block;
	float:left;
	height:30px;
	width:360px;
}
#line2 {
	background:#FF9000 none repeat scroll 0%;
	display:block;
	float:right;
	height:30px;
	width:500px;
}
#line3 {
	background:transparent url(../images/bg.gif) repeat scroll 0%;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:tahoma;
	font-size:10px;
	height:30px;
	line-height:30px;
	text-align:center;
	width:360px;
}
#footerLine {
	background:#fff none repeat scroll 0%;
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	width:960px;
	text-align: center;
}

#header {
	border-top:1px dotted #C7C7C7;
	margin-top:5px;
	padding-top:5px;
}


.left_column_boxes {
	margin-bottom: 20px;}

.left_column_boxes ul {
	list-style-type: none;	
}

.left_column_boxes li{}

h4.newsHeader {
	border-bottom:3px solid #464646;
	border-top:1px dotted #000000;
	color:#464646;
	display:block;
	font-family:"trebuchet ms",sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:5px;
	padding:0px 10px;
	text-indent:10px;
}

.left_column_boxes li a{
	color:#464646;
	font-size: 12px;
	margin: 5px;
}

.left_column_boxes li a:hover{
	text-decoration: none;
}
.left_column_boxes li img {
	border:0px !important;
	}


#footer {
	width: 960px;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
}

/*----------------- Navigation -----------------*/

#navcontainer {  
}

#navcontainer ul {
	list-style-type: none;
}

#navcontainer a {
	/*border-bottom:3px solid #464646;
	border-top: 1px dotted #000;
	background: url(../images/arrow.gif) no-repeat 3px 10px; */
	text-indent: 0px;
	color:#C7C7C7;
	font-family:"Arial, trebuchet ms", sans-serif;
	font-size:12px;
	font-weight: bold;
	padding:0px 10px;
	display: block;
	margin-bottom: 0px;
	line-height: 20px;
}
#navcontainer a.current, a.items {
	color:#000 !important;
	font-weight: bold;
	font-size: 12px;
	background-color:#50b848;
}

#navcontainer a:link, #navlist a:visited {
	color: #464646;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color:#50b848;
	color: #fff;
}

.newsHeader {
	color: #926B4A;
	margin-bottom: 15px;
}

#Sub-Menu {
	margin-bottom: 10px;
}
#Sub-Menu li {
	font-size:11px !important;
	height: auto !important;
}
#Sub-Menu a {
	font-size: 11px;
	line-height: 14px;
	border-bottom:1px solid #999;
	border-top: none;
	margin-top: 10px;
	margin-left: 10px;
	background: none;
}

dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #666600;
}
dt.news{
	font-size: 10px;
	font-weight: normal;
	/* border-bottom:3px solid #464646; */
	border-top:1px dotted #000000;
	color:#336600;
	display:block;
	font-family:"arial,trebuchet ms",sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:5px;
	padding:0px 14px;
	text-indent:0px;
	text-transform: uppercase;
}


/*
dt.news:first-letter {
	font-weight: bold;
	font-family:"trebuchet ms",sans-serif;
	font-size: 14px;
}
*/

dd {
	margin-bottom: 15px;
	color: #814F2C;
}

/*
.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}
*/

/*-------------- Comments -------------------*/

#CommentHolder ul {
	list-style: none;
	margin: 10px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background-color: #fff0ca;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#PageComments li.even {
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
}

#PageComments li.odd p.info {
	color: #6c0000;
}

.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:#6c0000;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/*-------------- Search results -------------------*/

ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
	
	
	
}
#Form_EditForm {clear:none!important;float:right !important;width:480px;}
#remember {padding:0px !important;margin:0px !important;}
.tab {background:#f1e1c6}

