/*
Theme Name: Urban Climb
Theme URI: http://example.com
Description: Urban Climb Wordpress Theme
Author: KND Web Consultants
Author URI: http://www.knd.com.au
version: 1.0
*/

/* @group Misc */

/* basics */

*{margin:0; padding:0;}



html{
	background: #ddd;
	background-image: url(images/bgTile.jpg);
	padding-top: 10px;
}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	width: 995px;
	/*padding: 0 5px 0 5px;*/
	margin: 0px auto 20px auto;
	position: relative;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);	
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
	
h1,h2,h3,h4 {
	font-size: 12px;
}

h2.notfound {
	padding-bottom: 600px;
	width: 200px;
	float: left;
	border-right: 1px solid #888;
}

div#sitemap {
	padding-top: 25px;
	width: 300px;
	float: left;
	padding-left: 20px;
}

#sitemap ul {
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
}

#sitemap ul {
	margin-left: 1em;
	list-style-type: none;
}

/* images and misc. */

img{ border: none; padding: 5px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#673795;
	text-decoration:none;
	border: none;
	}

a:hover {
	text-decoration: underline;
}


/* container */



	
/* header */

#masthead {
	background: #DDD;
	color: #fff; 
	height: 115px;
	background-image: url(images/masthead.jpg);
	border-bottom: 2px solid white;
	}

#masthead h1{
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 20px 0 0 16px;	
	visibility: hidden;
	}
	
#masthead h1 a{color: #404040; text-decoration: none;}

/* @end */

/* @group Content */

/* @group Main Bits */

#masthead h2{
	visibility: hidden;	
	}

#featureGraphic {
	/*background: url(images/featureGraphic-home.jpg);*/
	padding:0;
	height: 215px;
	border-bottom: 3px solid #fff;
}

#featureGraphic img{
	padding:0;
}

/* main menu */


#menu {
	background: #0B1224 url(images/darkBlueGrad.png);
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	height:50px;
	line-height: 50px;
	border-top: 1px solid #fff;
	overflow: hidden;
}

#menu a {
	display: block;
	padding: 0;
}

#menu a:hover {
	background-color: #ff6900;
	color: #fff;
	border-top-color: #fff;
	background-image: url(images/orangeGrad.png);

}


#menu ul {
	padding: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;	
}

#menu ul li {
	
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li ul {
	position: absolute;
	display: none;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

#menu ul li ul li {
	float: none;
	display: block;
	background-color: #ff9c00;
	border-top: 1px solid #ffc738;
	line-height: 25px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	

}

#menu ul li ul li a {
	display: block;
	height: 25px;
	width: 200px;
	padding: 0 10px 0 10px;
	margin: 0px;
}

.focussed {
	background-color: #ff9c00;
	background-image: url(images/orangeGrad.png);
		text-shadow: rgba(65,33,0,0.3) 0 2px 2px;
}

div.post {
	background-color: #f8f8f8;
	border-bottom: 3px solid #aaa;
	border-top: 2px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	padding: 10px;
	margin-bottom: 10px;
}

div.archive.post h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	line-height: 30px;
}

small.date {
	float: right;
}


#menu ul li a {
	padding: 0 10px 0 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

div#sidebarContactDetails {
	background-color: #848484;
}


/* content */

#mainHeading {
	text-indent: -9999px;
	height: 55px;
	background: url(images/mainHeading.jpg) no-repeat;
}

#main h2.pageTitle, #main h2.archivetitle {
	color: #777;
	font-size: 24px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-right: 20px;
}
h2.category.pageTitle {
	margin-left: 15px;
	list-style-type: none;
}

.post-categories {
list-style-type: none;
}


h2.category.pageTitle a {
	color: #777;
}

#newsHeading {
	text-indent: -9999px;
	height: 55px;
	background: url(images/newsHeading.jpg) no-repeat;
}


#content {
	overflow: hidden;
	border-bottom: 3px solid #683092;
	width: 100%;
	background: #d5d5d5 url(images/cityScape.png) no-repeat left bottom;
	padding-top: 10px;


}

/* @end */

.inactive {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: -20;
}

a:focus {
	outline: none;
}

#sidebarContactDetails {
	padding: 20px 20px 20px 20px;
	text-align: right;
}

#sidebarContactDetails p.phoneNumber {
	font-weight: bold;
}

#sidebarContactDetails h3 {
	display: none;
}

#sidebarContactDetails dl {
	
}

#sidebarContactDetails dt {
	display: inline;
	float: right;
}

div#main {
	width: 574px;
	overflow: hidden;
	float: left;
	margin-bottom: 80px;
}


div#newsContainer {
	padding:0 5px 50px 5px;
	overflow: hidden;
	width: 565px;
}

div#newsContainer h3 {
	height: 20px;
	padding-left: 5px;
}

div#newsContainer h4 {
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.newsListings {
	padding: 0px 5px 0 5px;
}

div.listing {
	border-bottom: 1px dotted #bbb;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	overflow:hidden;
}

div#blogs {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div#events {
	padding-bottom: 40px;
}

div#upcomingNews, div#blogs, div#events {
	width: 177px;
	float: left;
	display: inline;
	padding: 5px;
}

#subsections {
	padding: 5px;
	overflow: hidden;
}

#subsections ul {
	overflow: hidden;
}

#subsections ul li {
	float: left;
	display: inline;
	width: 178px;
	height: 150px;
	margin: 5px;
	text-align: center;
	padding: 0px;
	overflow: hidden;

}
#subsections ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-shadow: #000 0 3px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(images/climberThumbnail.jpg) left top;
	overflow: hidden;
	padding: 65px 10px 0px 10px;
	line-height: 20px;
	height: 85px;
}

#subsections ul li a:hover {
	background-position: right top;
}

#subsections ul li a[title=Memberships]{

}



#pageCopy {
	margin: 20px;
}


.post {
	margin:0 10px 30px 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	background: transparent;
	border: none;
	}
	
.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: 3px solid #cacaca;
	padding: 0px;
	border-spacing: 0px;
	margin-bottom: 10px;
}	

.post h3 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #444;
}

.post table th {
	color: #fff;
	background-color: #444;
	padding: 2px;
	margin: 0px;
	text-align: left;
	padding: 2px 5px 2px 5px;
}	

.post table td {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background-color: #fff;
	text-align: left;
}

.post table .odd td {
	background-color: #ebe0ff;
}




.post blockquote {
	margin: 20px;
	font-size: 14px;
}
	
#main h2{
	margin-bottom: 20px;
	font-size: 14pt;
	font-weight: 300;
	color: #08122E;
	}
	
#main .archivetitle {
	margin-left: 15px;
}	
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #5400a4;
	text-decoration: underline;
	}
	
.post p{font-size: 8pt;}

.post a{text-decoration:underline;}

.post ul, .post ol {
	margin-left: 3em;
	}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	border-top: 1px dotted #F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 5px;
	}
	
.navigation div {
	display: inline;
	margin: 5px;
}	

	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

.sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 419px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	float:right;
	padding: 0;
	}

.sidebarSegment {
	padding: 20px;
}

#sidebarNews {
	padding: 0 20px 20px 20px;
}

#sidebarNews h3 {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #bbb;
}

.sidebar h2{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #fff;	
	margin: 0;
	padding: 0 20px 0 20px;
	background: #0B1224;
	height: 40px;
	line-height: 40px;
	background: #0B1224 url(images/darkBlueGrad.png);
}

div#currentPromotions {
	background-color: #838383;
}

div#trainingPrograms {
	background-color: #afafaf;
}



.sidebar img {padding: 0; margin: 0;}



.sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

.sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

.sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

.sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #666;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{

	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #0B1224;
	color: #fff;
	height: 40px;
	line-height: 40px;
	clear: both;
	padding: 0 20px 0 20px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* @end */




div.breadcrumb {
	margin: 20px;
}

