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

body {
	background: #CCC;
	font: 90%/1.5em Verdana, Tahoma, arial, sans-serif; /* 70% */
	color: #666666;
	text-align: center;
	margin: 15px 0;
}

img {
 border:0;
 /* border:0 !important; */
}

/* links */
a, a:visited {
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}
body.home h1 {
	font-size: 190%;
	font-weight: normal;
	color: #555;
}
h1 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	padding: 10 0px;
	margin: 0;
}
p {
	padding: 5px 0px;
	margin: 0;
}

div.breadcrumbs {
	margin-bottom:5px;
}

ul, ol {
	margin: 5px 15px;
	padding: 0 5px;
}
ul {
	list-style: none;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* 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;
 	padding: 0 0 0 25px;
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* not sure this is needed?
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	*/
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 0px; padding: 0 5px;
	border: 1px solid #D5D5D5;
	background-color: #DFDFDF;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input.action {
	margin-bottom:16px
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 3px; padding: 5px 0 10px 0;
	width: 220px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 960px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: center;
}
#top-bg {
   position: absolute;
	width: 960px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;
	top: 0; left: 0;
	z-index: 2;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 930px;
	margin-right:10px;
	margin-left:10px;
	padding-bottom:10px;
	padding-top: 20px;
	background: #E8E8E8;
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;
	display: inline;
}
#header {
	width: 960px;
	position: relative;
	height: 100px;
	background: #CCC url(../images/header-bg.jpg) repeat-y center top;
	padding: 0;
	color: #FFF;
}
#header div#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/
	 top: 17px; left: 15px;
}
#header div#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: 20px; right: 20px;
	color: #838181;
	font-size: 10px;
}
#header #header-links a {
	color: #838181;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #444;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 224px;
	width: 930px;
	margin: 0 auto;
	background: #FFF url(../images/header_guys.jpg) no-repeat center center;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;
	width: 930px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	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;
	padding: 0 12px;
	border-right: 1px solid #899D00;
	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 a:hover,
#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;
}
#nav ul li.current a,
#nav ul li.section a {
	background: url(../images/nav-hover.jpg) repeat-x;
}

/* Main Column */
#main {
	float: left;
	width: auto;
	/*
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	*/
	padding:0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:20px;
	/*display: inline;*/
	text-align:left;
}
body.children #main
{
	width: 700px;
}
#main h1 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C;
	text-transform: none;
	padding: 10px 0 8px 0px;
}
#main h1 a {
	color: #85970C;
	text-decoration: none;
}
#main h2, h3, h4 {
	padding:12px 0px 0px 0px;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 0px 0 0px 20px;
}


#main div.content div.image {
	margin:5px 5px 5px 5px;
}
#main div.content div.image img{

}


#main div.content div.left {
	float:left;
}
#main div.content div.left img {
	margin-left:-5px;
}
#main div.content div.right {
	float:right;
}
#main div.content div.right img {
	margin-right:-5px;
}
#main div.content div.leftAlone {
	margin:5px 0px;
}
/* use this with v2.3.2 
#main div.content img{
	margin:5px 5px 5px 5px;
}
#main div.content img.left {
	float:left;
}
#main div.content img.right {
	float:right;
	margin-right:-5px;
}
*/


/* Sidebar */
#sidebar {
	float: right;
	width: 190px;
	/*padding: 20px 10px 0 0;*/
	padding-top: 5px;
	margin: 0;
}
#sidebar h3, #sidebar h4 {
	color: #8C9F0D;
	font-weight:bold;
}
#sidebar h3 {
	padding: 5px 5px;
	font-size: 1.2em;
	font-weight:bold;
	color: #8C9F0D;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left top;
	padding: 4px 0 4px 0px;
	margin: 0 2px;
	color: #8F8F8F;
	margin: 0px 0 0px 15px;
}

#sidebar ul.sidemenu li.link ul.link li {

}

h3.submenu
{
	padding-bottom: 0;
	margin-bottom: 0;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #666666;
}
#sidebar ul.sidemenu li a:hover {
	color: #1773BC;
	text-decoration:underline;
}
#sidebar ul.sidemenu a.current {
	color: #1773BC;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; 
}
#sidebar ul.sidemenu ul li
{
	/*list-style-image: url(../images/bullet-gray.gif);*/
	margin: 0px 0 0px 8px;

	background: none;

}

/* rss  */

#sidebar div.social {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 7px;
}

#sidebar div.social a {
 	margin-left:3px;
	margin-right:3px;
}

#sidebar div.social div.share {
 	text-align: right;
	margin-right:23px;
}

#sidebar div.chat {
	margin-top:15px;
	margin-bottom:10px;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 95%;
	text-align: center;
	padding: 15px 0;
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
	text-decoration: underline;
	color: #666666;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding:10px 0;
}
#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: 820px;
	padding: 10px 0;
	text-align: center;
}

/* postmeta */
.post-footer {
	clear:both;
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 0px 50px 0px;
	font-size: 95%;
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.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: 0px; 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;
}

/* Video */
.centerVideo {
    text-align: center;
		clear:both;
}


