/**
  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 -----------------*/

* {margin: 0; padding: 0;}

html {
	height:100%; /* needed! */
	background:transparent url(../images/bg.jpg) no-repeat scroll left 0;
}
	
body {
	height:100%; /* needed! */
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
}

/*---------------- Main structure --------------*/

#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:#C2C2C2 none repeat scroll 0%;
	display:block;
	float:right;
	height:30px;
	width:500px;
}
#line3 {
	background:transparent url(../images/bg.gif) repeat scroll 0%;
	color:#C2C2C2;
	display:block;
	float:left;
	font-family:tahoma;
	font-size:10px;
	height:30px;
	line-height:30px;
	text-align:center;
	width:360px;
}
#line4 {
	background:#C2C2C2 none repeat scroll 0%;
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	width:500px;
	text-align: center;
}
#left {
	color:#C7C7C7;
	float:left;
	font-family:verdana;
	font-size:10px;
	height:100px;
	margin-top:5px;
	width:180px;
}
#header {
	border-top:1px dotted #C7C7C7;
	margin-top:5px;
	padding-top:5px;
}
#Layout {
	width: 870px; 
	height: auto !important;
	height: 700px; /* for IE5.x and IE6 */
	min-height: 700px; /* for modern browsers */
}
#left_column {
	float:left;
	margin-top:5px;
	width:180px;
}

.left_column_boxes {
	margin-bottom: 30px;}

.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;
	}
#Content {
	border-bottom:1px dotted #C7C7C7;
	border-top:1px dotted #C7C7C7;
	height: auto !important; /* for modern browsers */
	height: 700px; /* for IE5.x and IE6 */
	min-height: 700px;
}
#realLayout {
	float:right;
	margin-top:5px;
	width:500px;
}
#footer {
	width: 870px;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #C2C2C2;
}

/*----------------- 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: 10px;
	color:#C7C7C7;
	font-family:"trebuchet ms", sans-serif;
	font-size:16px;
	font-weight: bold;
	padding:0px 10px;
	display: block;
	margin-bottom: 5px;
	line-height: 30px;
}
#navcontainer a.current, a.items {
	color:#000 !important;
	font-weight: bold;
	font-size: 16px;
}

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

#navcontainer a:hover {
	background-color:#C7C7C7;
	color: #fff;
}

.newsHeader {
	color: #926B4A;
	margin-bottom: 15px;
}

#Sub-Menu {
	margin-bottom: 10px;
}
#Sub-Menu li {
	font-size:10px !important;
	height: auto !important;
}
#Sub-Menu a {
	font-size: 12px;
	line-height: 20px;
	border-bottom:1px solid #464646;
	border-top: none;
	margin-top: -5px;
	background: none;
}

dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #666600;
}
dt.news{
	font-size: 14px;
	font-weight: normal;
	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;
}
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: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background-color: #fff0ca;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 1px solid #464646;
	border-top: 1px solid #464646;
}

#PageComments li.even {
	padding-right: 40px;
	padding-left: 10px;
	background: #fff url(../images/bq1.gif) no-repeat right 15px;
}

#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}

