/*
  SilverStripe Higher Ground Theme
  http://www.silverstripe.com

  adapted to SilverStripe by SilverStriped
  http://silverstriped.com

  Higher Ground design by Erwin Aligam
  http://www.styleshout.com/
*/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html {
	background: #FDCB08 url(../images/bg-repeat.jpg) top left repeat;
}

body {
	background: url(../images/bg.jpg) top center repeat-y;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
}

/* links */
a, a:visited {	
	color: #ffaf00;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #000;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #000;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}
ul {
	list-style: none;
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px 20px 10px 10px;
 	padding: 10px 25px;  
	font-weight: bold;
	border: 3px solid #FDCB08;
	background-color: #000;
	color: #FDCB08;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 0 10px 10px 0;	
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding: 11px;
	color: #000;
	text-align: left;
}
tr {
	height: 30px;
}
td {
	padding: 11px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 972px;
	background: #000; /* url(../images/content.jpg) repeat-y center top; */
	margin: 0 auto;
}

#content-wrap {
	clear: both;
	float: left;	
	width: 968px;	
	padding: 0; 	
	background: #ffffff;
	margin: 2px 0 0 2px;
	display: inline;
}


#Content .pageTitle .titleRight {
	float: right;
	width: 12%;
	text-transform: uppercase;
}


/* header */
#header {
	position: relative;
	width: 972px;
	background: #000; /* url(../images/header-bg.jpg) repeat-y center top; */
	padding: 0 0 2px 0;	
	color: #FFF;
}
#header h1#logo-text {
	position: relative;
	width: 968px;
	height: 145px;
	margin: 0 0 0 2px;
	padding: 0;
	/* background: #FFF url(../images/logo.jpg) top left no-repeat; */
}
#header h1#logo-text a.homeLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	height: 145px;
}

#Cycler {
	position:absolute;
	top:0px;
	z-index: 1;
	text-align:left;
	width: 968px;
	height:145px; /* 120 */
	overflow:hidden;
}
#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 0; 
	right: 30px;	
	color: #838181;
	font-size: 10px;	
	background: #000;
}
	#header #header-links p {
		padding: 0 5px 5px 5px;
	}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #fff;
	text-decoration: underline;		
}

/* header-photo 
#header-photo {
	clear: both;
	height: 300px;
	width: 990px;
	margin: 0 auto;
	background: #FFF url(../images/header.jpg) no-repeat -10px -5px;
} */

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	
}
#nav ul {
	float: left;
	list-style: none;
	/* background: url(../images/nav.jpg) repeat-x;	 */
	width: 968px;		
	text-transform: uppercase;
	margin: 0 0 0 2px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	border-right: 1px solid #666;
	/*border-left: 1px solid #A7D101;*/
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li.last a {
	border-right: 0;
	padding: 0 13px;
}
#nav ul li.first a {
	border-left: 0;
	padding: 0 13px;
}
#nav ul li a,
#nav ul li.first a,
#nav ul li.last a {
	padding: 2px 12px;
}

#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/button_r.gif) center right repeat-x;
	color: #FDCB08;
}
#nav ul li a.current,
#nav ul li a.section {	
	background: url(../images/button_r.gif) center right repeat-x;
	color: #FDCB08;
}

/* dropdown menu */
#nav ul ul { 
	list-style: none; 
	width: 15em; 
	position: relative;
	z-index:100;
}
#nav li { 
	float: left; position: relative;
}
#nav li ul { 
	display: none; 
	position: absolute; 
	top: 1em; 
	left: 0; 
	background: black; 
	padding:20px 10px; 
	margin: 0; 
	z-index: 100;
}
#nav li ul li { 
	width: 15em;
	line-height: 1em;
	border-top: 1px dotted #222;
}
	#nav li ul li.first { 
		border-top: 0 !important;
	}
#nav li > ul {
	top: 40px;
	left: 0px;
}
#nav li:hover ul {
	display: block;
}
#nav ul li ul li a,
#nav ul li ul li.first a,
#nav ul li ul li.last a {
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 3px 3px;
	margin: 0;
	text-align: left;
	border: 0;
}
#nav ul li ul li a:hover,
#nav ul li ul li a:active,
#nav ul li ul li a.current,
#nav ul li ul li a.section { 
	background: none;
	color: #CD9F46;
}
#nav ul li.last ul li a,
#nav ul li.first ul li a {
	padding-right: 3px;
	padding-left: 3px;
	line-height: 1.3em;
}

/* Main Column */
#main {
	float: left;
	width: 75%;
	padding: 20px 0; 
	margin: 0 0 0 10px;
	display: inline;
	text-align:left;
	border-right: 1px solid #eee;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #000;
	text-decoration: underline;	
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 19.5%;
	padding: 20px 22px 20px 0; margin: 0;		
}	
#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000; 		
}
	#sidebar h3 a {
		color: #000; 
	}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	border-top: 1px dotted #999;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dotted #999;
	margin: 0 2px;		
	color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	display: block;
	text-decoration: none;	
	background-image: none;	
	font-weight: bold;
	color: #000;		
	padding: 4px 5px;	
}
#sidebar ul.sidemenu li a:hover {
	color: #ffaf00;
}
#sidebar ul.sidemenu li a.current {	
	color: #FDCB08;
	background-color: #000;
}

#sidebar ul.sidemenu ul.subMenu { 
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
#sidebar ul.sidemenu ul.subMenu li {
	border: none;
	margin: 0;
}
	#sidebar ul.sidemenu ul.right li a.current {
		color: #efbf02;
		background-color: #000;
	}


#sidebar ul.sidemenu ul.right {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
#sidebar ul.sidemenu ul.right li {
	border: none;
	padding: 0;
}
	#sidebar ul.sidemenu ul.right li a {
		color: #000;
		padding-left: 12px;
	}
	#sidebar ul.sidemenu ul.right li a:hover {
		color: #ffaf00;
	}
	#sidebar ul.sidemenu ul.right li a.current:hover {
		color: #FDCB08;
	}

/* footer */
#footer-wrap {
	clear: both;
	width: 972px;
	font-size: 95%;	
	text-align: right;
	padding: 0;
	/*background: url(../images/footer-bottom.jpg) no-repeat center bottom;	*/
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 0 30px;
	text-align: right;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

/* #footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;
	text-align:left;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}*/

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 968px;
	padding: 5px 0;
	text-align: center;
}

/* postmeta */
.post-footer {
	padding: 5px; 
	margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* comments */



#CommentHolder ul {
	list-style: none !important;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #dfdfdf;
	padding-left: 40px;
	padding-right: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.even {
	background: #e4e2e2;
	padding-right: 40px;
	padding-left: 10px;
	border-top: 1px dotted #a7a7a7;
	border-bottom: 1px dotted #a7a7a7;
}

#PageComments li.odd p.info {
	color: #607a00;
}

.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;
}

img {
  border:0 !important;
}

/* Flickr Gallery */
.flickr {
	padding-left: 10px;
	overflow: hidden;
}
	.flickr a {
		display: block;
		float: left;
		margin: 0 9px 6px 0;
	}
.pages {
	clear: both;
	padding-left: 10px;
}
	.paginator a,
	.paginator .currentPage {
		padding-right: 5px;
	}