/*
Theme Name: The Performance Practice
Description: The WordPress theme for The Performance Practice.
Version: 1.0
Author: ClearBytes
Author URI: http://www.clearbytes.co.uk/
*/


/* ---------------- global styles ---------------- */


html, body {
	height: 100%;
}

body {
    padding: 0;
    margin: 0;
  	font-size: 62.5%;
	text-align: center;
	color: #333333;
	background: #FFF url(img/body-bg.jpg) repeat-x 0 0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
    }


body a img {
    border: none;
}


img{
	display: block;
}



/* ---------------- clear standard browser styles ---------------- */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
	position: absolute;
	left: -9999px;
}


.hide-link{
	position: absolute;
	left: -9999px;
}

.image_left{
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px ;
}


.image_right{
	float: right;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px;
}


.line{
	float: left;
	width: 100%;
	margin: 15px 0;
	border-top: 1px solid #ccc;
}


/* ---------------- wrap ---------------- */


#wrap {
	text-align: left;
	margin: 0px auto;
	width: 906px;
}



/* ---------------- header ---------------- */


#header {
	float: left;
	width: 906px;
	height: 162px;
	background: url(img/header-bg.jpg) no-repeat 0 0;
}


#header h1{
	position: absolute;
	text-indent: -9999px;
}


#header h2{
	float: right;
	clear: both;
	width: 500px;
	text-align: right;
	margin: 90px 30px 0 0;
	font-size: 2.5em;
	color: #fff;
}


* html #header h2{
	margin: 90px 15px 0 0;
}



#header p{
	float: right;
	margin: 10px 30px 0 0;
	font-size: 1.2em;
	color: #999;
}


* html #header p{
	margin: 10px 15px 0 0;
}



#header p strong{
	margin-right: 10px;
}


#header p a{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}


#header p a:hover{
	text-decoration: underline;
}


/* ---------------- navigation ---------------- */

#navigation {
	float: left;
	width: 906px;
	background: url(img/content-bg.png) no-repeat 0 0;
}


* html #navigation {
	background: url(img/content-bg.gif) no-repeat 0 0;
}


#navigation ul{
	float: left;
	width: 680px;
	margin-left: 28px;
	min-height: 27px;
	background: #53AFC6;
}


* html #navigation ul{
	margin-left: 14px;
}


#navigation ul li{
	float: left;
	font-size: 1.4em;
	border-right: 1px solid #3FA3BC;
}


#navigation ul li a{
	display: block;
	color: #fff;
	min-height: 27px;
	line-height: 27px;
	padding: 0 15px;
	text-decoration: none;
}


#navigation ul li a:hover,
#navigation ul li.current_page_item a{
	background: #386AB1 url(img/nav-on-bg.gif) repeat-x 0 0;
}



#navigation p a{
	float: left;
	width: 170px;
	background: #CCE4EB;
	min-height: 27px;
	line-height: 27px;
	text-align: center;
	display: block;
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}


#navigation p a:hover{
	background: #E0EFF3;
	color: #000;
}



/* ---------------- content ---------------- */

#content {
	float: left;
	width: 826px;
	padding: 20px 40px 10px 40px;
	background: url(img/content-bg.png) repeat-y 0 0;
}


* html #content{
	background: url(img/content-bg.gif) repeat-y 0 0;
}




/* ---------------- maincontent ---------------- */

#maincontent {
	float: left;
	width: 520px;
	padding-top: 10px;
}


#maincontent h1{
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: -10px;
}


#maincontent h2{
	font-size: 1.6em;
	margin-bottom: 10px;
	margin-top: 20px;
}


#maincontent p{
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
}


#maincontent a{
	color: #386AB1;
	text-decoration: none;
	font-weight: bold;
}


#maincontent a:hover{
	text-decoration: underline;
}


#maincontent .quote{
	float: left;
	width: 520px;
	margin-bottom: 10px;
	background: url(img/close-quote.gif) no-repeat bottom right;
}


#maincontent .quote p{
	padding-top: 5px;
	background: url(img/open-quote.gif) no-repeat top left;
}


#maincontent .quoted{
	font-weight: bold;
	background: none;
}


#maincontent .quoted strong{
	color: #999;
}



#maincontent .post{
	float: left;
	width: 520px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
}



#maincontent .post h2{
	font-size: 1.8em;
}


#maincontent .post .date{
	font-size: 1.2em;
	color: #999;
}


#maincontent ul{
	margin: 0 0 15px 0;
}

#maincontent li{
	background: url(img/bullet.gif) no-repeat 0 3px;
	padding: 0 0 8px 15px;
	font-size: 1.2em;
	margin: 0 0 0 10px;
}


#maincontent .rules{
	text-align: right;
}




/* ---------------- sidebar ---------------- */

#sidebar {
	float: right;
	width: 255px;
	background: #f3f3f3;
}



#sidebar .nextMeeting{
	float: left;
	width: 235px;
	margin: 15px 10px 0 10px;
	background: url(img/nextMeetingBg.gif) no-repeat top right;
}
	

#sidebar .nextMeeting h2{
	font-weight: bold;
	color: #53AFC6;
	font-size: 1.6em;
	padding-bottom: 10px;
}


#sidebar .nextMeeting p{
	display: block;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}


#sidebar .nextMeeting p a{
	float: right;
	padding-bottom: 10px;
	color: #386AB1;
	text-decoration: underline;
	font-weight: bold;
}



#sidebar .nextMeeting p a:hover{
	text-decoration: none;
}


#sidebar .login{
	float: left;
	padding: 15px 10px;
}


#sidebar .login .pagenav,
#sidebar .sidebarlogin_otherlinks{
	display: none;
}
	

#sidebar .login h2{
	font-weight: bold;
	color: #53AFC6;
	font-size: 1.6em;
	padding-bottom: 10px;
}



#sidebar .login form{
	font-size: 1.2em;
}


#sidebar .login form .mid{
	border: 1px solid #ccc;
	margin-top: 4px;
	width: 231px;	
	padding: 2px;
}


#sidebar .login form p{
	margin-bottom: 10px;
}


#sidebar .blog{
	margin: 10px;
	padding-bottom: 10px;
}



#sidebar .blog h2{
	font-weight: bold;
	color: #53AFC6;
	font-size: 1.6em;
	padding-bottom: 0px;
}



#sidebar .blog h3{
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 5px;
}


#sidebar .blog p{
	font-size: 1.2em;
	padding-bottom: 0px;
	color: #666;
}


#sidebar .blog a{
	color: #3D9DB6;
	}

#sidebar .blog a:hover{
	text-decoration: none;
	}


#sidebar .entry{
	border-top: 1px solid #fff;
	padding: 12px 0 2px 0;
	margin: 10px 0 0 0;
}


#sidebar .entry p{
	display: inline;
}



#sidebar ul{
	margin: 10px;
	padding-bottom: 10px;
}


#sidebar .widget h2,
#sidebar .widget label{
	color: #53AFC6;
	font-size: 1.6em;
}


#sidebar .widget_tag_cloud h2{
	padding-bottom: 15px;
}


#sidebar ul li ul li{
	font-size: 1.2em;
}


#sidebar a{
	color: #000;
	text-decoration: none;
}


#sidebar a:hover{
	text-decoration: underline;
}



#sidebar .quote{
	padding: 10px;
	border-top: 15px solid #fff;
}


#sidebar .quote h2{
	color: #53AFC6;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}


#sidebar .quote p{
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}


#sidebar .quoted{
	font-weight: bold;
	background: none;
}


#sidebar .quoted strong{
	color: #999;
}


ul#homeboxes{
	width: 255px;
	margin: 0 0 0 0 !important;
	padding: 10px 0 0 0 !important;
	background: #fff;
	}


#homeboxes li{
	width: 255px;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	text-indent: -9999px;
	background: #fff;
	}


#homeboxes li.box1{
	margin-right: 10px;
}

* html #homeboxes li.box1{
	margin-right: 5px;
}

#homeboxes li.box1 a{
	display: block;
	width: 255px;
	height: 110px;
	background: url(img/home-box-1.jpg) no-repeat 0 0;	
}


#homeboxes li.box2 a{
	display: block;
	width: 255px;
	height: 110px;
	background: url(img/home-box-2.jpg) no-repeat 0 0;	
}



/* ---------------- footer ---------------- */

#footer{
	float: left;
	width: 846px;
	padding: 0px 30px 10px 30px;
	background: url(img/footer-bg.jpg) no-repeat bottom left;
}


* html #footer{
	background: url(img/footer-bg.gif) no-repeat bottom left;
	padding: 0px 20px 10px 20px;
}


#contacts{
	float: left;
	width: 826px;
	margin: 0 10px 10px 10px;
	color: #666666;
	font-size: 1.2em;
	border-top: 1px solid #EAEAEA;
}


#contacts .address{
	float: left;
	padding: 10px 0;
}


#contacts .contacts{
	float: right;
	text-align: right;
	padding: 10px 0;
}


#contacts .contacts a{
	color: #666666;
	}

#contacts .contacts a:hover{
	text-decoration: none;
	}
	


#footer .copyright{
	float: left;
	color: #999;
}


#footer .webby{
	float: right;
	color: #ccc;
}


#footer .webby a{
	color: #95BFFF;
	text-decoration: none;
}


#footer .webby a:hover{
	text-decoration: underline;
}





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
