/*
  SilverStripe Higher Ground Theme
  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: #119DD7;
	font: 80%/1.5em "Comic Sans MS","Monotype Corsiva",cursive;
	font-style: normal;
	font-weight:bold;
	color: #fff; 
	text-align: center;
	margin: 15px 0;
}


/* headers */

h1, h2, h3, p {
	padding:5px 5px;		
	margin: 0;
}
ul, ol {
	margin: 5px 5px;
	padding: 0;
}
ul {
	list-style: none;
}

.alignleft {
  	float:left; margin: 0 5px 5px 0;clear:both;
}

.alignright {
  	float:right; margin: 0 0 5px 5px;clear:none;
}

.clearLeft {clear:left;}

/* images */

img {
  border:0 !important;
}


img.left {
  	float:left; margin: 0 5px 5px 0;
}

img.right {
  	float:right; margin: 0 5px 5px 5px;
}

img.center{
  	margin: 0 auto;
	clear:both;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

.pad {padding:10px}

hr {margin:0 10px; color:#fff;}

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

.addButton {
	background: #65499E !important;
	border:1px solid #FFFFFF;
	width:110px;
}

.addButton a, a.checkoutButton {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
}

a.checkoutButton {
	line-height:3em !important;
	background: #FF9900 !important;
	border:1px solid #FFFFFF;
}

.addButton a:hover {
	text-decoration: none !important;
	color: #FF9900 !important;
}

a.checkoutButton:hover {
	text-decoration: none !important;
	color: #65499E !important;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 933px;
	background: #119DD7 url(../images/pww_website_bg.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: center;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;	
	width: 660px;	
	padding: 0; 	
	background: transparent;
	margin: 0 auto;
	min-height:550px;
	display: block;
}

.tableWrap {
	background: #DFDFDF;
	width:619px;
	padding:10px 10px 25px 10px;
	margin:0 auto;
}

/* Header*/

#header {
	width: 920px;
	position: relative;
	height: 130px;
	background: transparent;
	padding: 0;	
	margin-bottom:5px;
	color: #FFF;	
}

#header h1#logo-text {
	position: absolute;
	background: url(../images/paww_header.gif) no-repeat;
	margin:0 auto;
	width: 680px;
	height: 115px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 20px; 
	left: 100px;
}

#header h1#logo-text a {
	
	margin: 0; padding: 0;
	display:none;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
		
}
#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;		
}

/* Cart links */
#cart-links {
	position: absolute;
	top: 15px; left: 20px;	
	color: #FFF;
	font-size: 11px;	
}
#cart-links a {	
	color: #FF9900;
	text-decoration: none;	
}
#cart-links a:hover {
	color: #FFF;		
}

#cart-links img {	
	vertical-align:middle;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 15px; right: 20px;	
	color: #FFF;
	font-size: 11px;	
}
#header #header-links a {	
	color: #FF9900;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #FFF;		
}

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

/* Navigation */
#nav {
	clear: both;
	width: 550px;
	margin:0 auto 30px auto;
	padding: 0;
	height:50px;
}
#nav ul {
	list-style: none;
	background: transparent;	
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#nav ul li {
	padding: 0;
	width:auto;
	margin:0 auto;
	line-height:1.8em;
	display: inline;
}
#nav ul li a {
	display: inline;
	width: auto;
	padding: 0 8px;
	color: #FFF;
	font-size:1.3em;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #FF9900;
}
#nav ul li a.current, #nav ul li a.section {
	color: #FF9900;
}

/* Main Column
-------------------------------------- */

#topmenu {
	width: 620px;
	margin:0 auto;
	padding: 0;
}

#topmenu ul {
	list-style: none;
	background: transparent;	
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#topmenu ul li { 
	padding: 0;
	width:auto;
	margin:0 auto;
	line-height:1.5em;
	display: inline;
}

#topmenu ul li h3{
	padding:0;
	font-size:100%;	
	display: inline;
	width: auto;
}

#topmenu ul li a {
	padding: 0 5px 0 0;
	color: #663399;
	text-decoration: none;	
	letter-spacing: 1px;
}
#topmenu ul li a:hover, #topmenu ul li a:active {
	color: #FFAA00;
}
#topmenu ul li a.current, #topmenu ul li a.section {
	color: #FFAA00;
}

#topmenu .separator {display:inline;padding:0 3px;color:#fff;}

/* Main Column
-------------------------------------- */
#main {
	width: 630px;
	padding: 10px 0 10px 10px; 
	margin: 5px auto;
	text-align:left;
	clear:both;
}
#main h2 {
	padding: 10px 0 0 0;
	color:#fff;
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul li {
	list-style: disc;
	list-style-position: inside;
}

#main .bullet {
	background-image:url(../images/tiny_sprite.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0 0 0 32px;
}

span.bold {
	color:#FF9900;
	margin:0;
	padding:0;
}

/* ARTICLES
-------------------------------------- */

#ArticleList {margin: 10px 5px 0 5px;font-size: 1.1em;height:100%;width:390px;min-height:200px;padding: 10px;background: #f4f8f9;border: 1px solid #c9e5f7;}

#ArticleList h4.title {color:#FF9900;}
#ArticleList .details { float:left; width:250px; margin:0; padding:0 0 5px 5px; color:#253674;}
#ArticleList .details p{color:#253674;}
#ArticleList .photo { float: left; margin:0;}
#ArticleList .photo img { margin:0 5px 0 0;}

#PhotoWrap {float:left;width:210px;}
#PhotoWrap .photo {padding:10px 5px 0 0;}


/* SIDEBAR
-------------------------------------- */
#sidebar {
	float: right;
	width:200px;
	padding: 0 0 0 10px; 
	margin: 10px 0;		
}	
#sidebar h3 {
	padding: 5px 5px;
	font-size:1.1em;
	text-align: left;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}



ul#sidemenu  {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	list-style: none;
	margin:0;
	padding: 0;
	vertical-align:top;
}

ul#sidemenu li {
	list-style-image: none;
	list-style-type: none;
	list-style-position:outside;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
	
#sidemenu li a  {
  	line-height:1.5em;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	height:30px;
	display:block;
	text-decoration: none;
	padding: 5px 0 10px 30px;
	}
	
#sidemenu li a, #sidemenu li a.link, #sidemenu li a:visited {
	color: #65499E;
	background:#EB9130 url(../images/sidemenu_bg.gif) 0 0 no-repeat;
	}
	
#sidemenu li a.current, #sidemenu li a.section {
	color: #fff;
	background:#EBB030 url(../images/sidemenu_bghover.gif) 0 0 no-repeat;
	}
	
#sidemenu li a:hover, #sidemenu li a:active  {
	color: #fff;
	background: #65499E url(../images/sidemenu_bgactive.gif) 0 0 no-repeat;
	}	

#sidemenu ul { margin: 0; padding: 0; }
#sidemenu ul li { background: none; border:none; padding: 0; margin: 0;}

#sidemenu ul li a {
	line-height:1.5em;
	min-height:30px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	padding: 5px 0 10px 30px;
	color: #fff;
	background:#65499E url(../images/sidemenu_bgactive2.gif) 0 0 no-repeat;
	}

#sidemenu ul li a:visited, #sidemenu ul li a.link {
	color: #65499E;
	background:#FADB97 url(../images/sidemenu_bg2.gif) 0 0 no-repeat;
	}

#sidemenu ul li a:hover, #sidemenu ul li a:active, #sidemenu ul li a.current {
	color: #fff;
	background:#65499E url(../images/sidemenu_bgactive2.gif) 0 0 no-repeat;
	}

/* footer */
#footer-wrap {
	clear: both;
	width: 933px;
	font-size: 110%;	
	text-align: center;
	padding: 15px 0;
	background: #119DD7 url(../images/pww_footer_bg.jpg) no-repeat center top;
	height:248px;
}
#footer-wrap a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FFF;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #FFF;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #FFF;
	margin: 0 auto 100px auto; 
	padding:10px 0 0 0;	
	width: 660px;
	clear:both;
}

#footer-columns .col3, .col3-center {
	width: auto;
	text-align:center;
	margin: 0 auto;
	display: inline;
}

#footer-columns .col3-center { 
	margin: 0 15px; 
}

#footer-columns h3 {
	margin: 0 auto;
	padding: 0 5px;
	font-size:1.1em;
	display: inline;
	width: auto;
}

#footer-columns h3 a{
	color: #65499E;
	margin: 0;
	padding: 0; 
}

#footer-columns ul {
	list-style: none;
	margin: 10px 10px 0 0; 
	padding: 0;	
	background: transparent;
}
#footer-columns li {
	background: transparent;
	border-bottom:1px solid #fff;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0;
	width: 96%;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #fff;	
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	width: 900px;
}

#footer-bottom p{color: #65499E;font-weight:bold}

/* postmeta */
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	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: 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;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #65499E;
	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;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/************************
SITEMAP
************************/
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%;} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:14px; background:#f0f0f0;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:12px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:12px; font-weight:normal;} /*3rd level items*/