/*
Theme Name: Proaxis Therapy
Theme URI: http://www.proaxistherapy.com/
Description: The customized WordPress theme based on the famous Kubrick.
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/


/* Begin Typography & Colors */

.thread-alt {
	/* background:url(images/divider.gif) no-repeat 50% bottom; */
	padding-bottom:15px;
}

.thread-even {
	/* background:url(images/divider.gif) no-repeat 50% bottom; */
	padding-bottom:15px;
}

.depth-1 {
 /* border: 1px solid #ddd; */
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li{
	font-size: 1em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 26px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align:center;
	font-size:13px;
	padding-bottom:25px;
	margin-bottom:15px;
}

.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px;
	height:auto;
	width:100%;
	}
#searchform:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}

#sidebar #searchform #s {
	width:115px;
	height:16px;
	padding:1px 3px;
	border:1px solid #a5acb2;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	/*
	margin-bottom:0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	*/
	float:left;
	}

#sidebar #searchsubmit {
	width:63px;
	height:20px;
	background:url(images/buttons/search.gif) no-repeat 0px 0px;
	border:none;
	/*
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	*/
	cursor:pointer;
	margin-left:4px;
	float:left;
	}

#sidebar #searchsubmit:hover {
	background-position:0px -20px;
	}	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#333;
	}
	
#commentform .comment-fld{
	border:1px solid #a5acb2;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	outline:none;
	background:none;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:12px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #a5acb2;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	outline:none;
	background:none;
	line-height:19px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:#c75c6e;
	border:1px solid #c75c6e;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}

#commentform #submit:hover {
	background:#cc0000;
	}	
	
#commentform p{padding-bottom:4px; margin:0px; clear:both;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 0px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/**********************************************************/

/* Reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,li, dl, dt, dd, form, a{margin: 0; padding: 0; border: 0; outline: none; font-weight:normal;}
fieldset, input, textarea, th, td{margin: 0; padding: 0; outline: none; font-weight:normal;}
body{line-height: 1;}
h1, h2, h3, h4, h5, h6{font-size: 100%; padding:0px; margin:0px;}
ul, ol{list-style: none;}
a{ color: black; text-decoration: none;}
a img{border:0px;}
a, a:focus, a:active, a:visited{outline:none;}

/* Custom Styles */
body{background:#fff url(images/bg.gif) repeat-x left 142px; font-family:Arial, Helvetica, sans-serif; color:#333; font-size:13px;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear{height:1px} /* */

/* Common Styles */
h1{font-size:26px; padding:0px 0px 22px 0px; line-height:32px; color:#999;}
h1 a{color:#999;}
h1 a:hover{color:#cc0000; text-decoration:none;}

/* h2{font-size:22px; line-height:25px; padding:5px 0px; color:#999;} */
h2{font-size:13px; font-weight:bold; padding:5px 0px; line-height:19px; color:#555;}
h2 a{color:#555; text-decoration:none; font-weight:bold;}
h2 a:hover{color:#cc0000; text-decoration:none;}

h3{font-size:13px; font-weight:bold; padding:5px 0px; line-height:19px; color:#555;}

p{line-height:19px; padding-bottom:18px;}
.align-right{text-align:right; clear:both;}
.align-center{text-align:center; clear:both;}
.red{color:#cc0000;}
.black{color:#333;}

a{text-decoration:none; color:#cc0000;}
a:hover{text-decoration:none; color:#333;}

/* Main Containers */
#wrapper{width:100%; height:auto; padding-top:29px;}
#page{width:999px; height:auto; margin:0px auto;}

/* Header */
#header{height:113px; position:relative;}
#header #logo{width:175px; height:99px; position:absolute; left:32px; top:0px;}
#header #sub-head{padding-top:49px; text-align:right; position:absolute; right:32px; top:0px;}
#header #sub-head h1{font-size:20px; line-height:normal; color:#c75c6e; padding-bottom:10px;}
#header #sub-head p{padding-bottom:0px;}
#header #sub-head a{text-decoration:none; color:#333;}
#header #sub-head a:hover{color:#c75c6e;}

/* Breadcrumbs */
#breadcrumbs{height:16px; padding:4px 23px 0px; border-bottom:1px solid #000; background:#999; font-family:Tahoma, Verdana, sans-serif; font-size:11px; color:#fff;}
#breadcrumbs a{color:#fff; text-decoration:none}
#breadcrumbs a:hover{color:#fff; text-decoration:underline}

/* Content Section */
#content{width:100%; height:auto;}

/* Content Section Columns */
.narrowcolumn{width:748px; height:auto; float:left; padding:0px 0px 60px; border-left:1px solid #808080; position:relative;}
.narrowcolumn #divider-ball{position:absolute; left:-4px; bottom:0px;}
#sidebar{width:240px; height:auto; float:left; padding:21px 10px 0px 0px}
.widecolumn{padding:0px; margin:0px; width:748px;}
.narrowcolumn .padd{padding:12px 20px 0px 38px;}

/* Right Column Top Banner */
.narrowcolumn #banner{width:748px; height:95px; overflow:hidden;}

/* Left Navigation */
#sidebar ul.nav{padding:0px; margin:0px;}
#sidebar ul.nav li{list-style:none; padding:0px 0px 3px 23px; margin:0px; line-height:19px;}
#sidebar ul.nav li a{padding-left:20px; font-size:12px; color:#333; font-weight:bold; background:url(images/bullet-blk.gif) no-repeat left 5px; text-decoration:none}
#sidebar ul.nav li a:hover, #sidebar ul.nav li a.selected{color:#cc0000; text-decoration:none; background:url(images/bullet-red.gif) no-repeat left 5px;}

#sidebar ul.nav ul{display:none; padding:0px 0px 5px; margin:0px;}
#sidebar ul.nav ul li{list-style:none; padding-bottom:0px;}
#sidebar ul.nav ul li a{background:none; font-weight:normal; font-size:11px; padding-left:0px;}
#sidebar ul.nav ul li a:hover, #sidebar ul.nav ul li a.selected{background:none; color:#cc0000; text-decoration:none;}

/* Footer */
#footer{clear:both; width:100%; height:auto; text-align:center; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666; line-height:18px; padding:50px 0px 40px;}
#footer a{text-decoration:none; color:#666;}
#footer a:hover{text-decoration:underline; color:#cc0000;}

/* Sidebar Specifics */
#sidebar h2{font-size:12px; color:#333; font-weight:bold; padding:0px; line-height:19px;}
#sidebar h2 a{padding-left:20px; font-size:12px; color:#333; font-weight:bold; background:url(images/bullet-blk.gif) no-repeat left 5px; text-decoration:none;}
#sidebar h2 a:hover, #sidebar h2 a.selected{color:#cc0000; text-decoration:none; background:url(images/bullet-red.gif) no-repeat left 5px;}
#sidebar{font-size:12px;}
#sidebar #treemenu2{border-top:1px solid #e0dfe3; padding-top:10px; margin-top:10px; margin-left:20px;}
#sidebar #treemenu2 li{padding-left:3px; padding-bottom:3px;}
#sidebar #treemenu2 li ul{padding-left:20px;}
#sidebar #treemenu2 li ul li{padding-bottom:0px;}
#sidebar #treemenu2 li ul li a:before{content:':: ';}
/*
#sidebar ul{padding:0px 0px 0px 17px; margin:0px;}
#sidebar ul li{padding:0px; margin:0px; list-style-type:disc; color:#fff; font-size:12px; line-height:19px;}
#sidebar ul li.widget{padding:1px; margin-bottom:2px; border:1px solid #ccc;}
#sidebar ul li.widget h2{background:#f2f2f2; border-bottom:1px solid #e5e5e5; padding:5px 10px; color:#616268; font-size:18px; line-height:19px;}
#sidebar ul li ul{padding:7px 0px 10px 25px; margin:0px;}
#sidebar ul li ul li{list-style-type:disc; color:#ffa800; font-size:13px; line-height:19px;}
#sidebar ul li ul li a{color:#ffa800; text-decoration:none;}
#sidebar ul li ul li a:hover{color:#616268;}
#sidebar{line-height:19px;}
*/

#sidebar ul#newtagcloud{padding-left:23px !important; display:block;}
#sidebar ul#newtagcloud a{margin:0px 6px 0px 0px; line-height:26px; font-weight:normal !important; font-weight:bold !important;}
#sidebar ul#newtagcloud a:before{content:'' !important;}
#sidebar ul#newtagcloud{padding-left:0px; margin:0px;}
#sidebar ul#newtagcloud li{list-style:none; background:none; padding-left:0px;}

/* Default List in Right Column */
.narrowcolumn ul{padding:0px 0px 18px 3px; margin:0px;}
.narrowcolumn ul li{list-style:none; font-size:13px; line-height:19px; padding:0px 0px 3px 15px; margin:0px; background:url(images/bullet-disc.gif) no-repeat 0px 7px;}
.narrowcolumn ul li ul{padding:3px 0px 0px 10px; margin:0px;}
.narrowcolumn ul li ul li{list-style:none; background:url(images/bullet-square.gif) no-repeat 0px 7px; padding-left:14px;}

.narrowcolumn ol{list-style-position:outside; padding-left:22px; padding-bottom:18px;}
.narrowcolumn ol li{font-size:13px; line-height:19px; padding-bottom:8px;}
.narrowcolumn ol li ul{padding-top:3px; padding-bottom:1px;}

.entry{padding:0px 0px 8px;}
.postmetadata{border:1px solid #e0dfe3; border-width:1px 0px; padding-bottom:1px; color:#cc0000;}
.divider{border-bottom:1px solid #e0dfe3; margin-bottom:20px; font-size:0px; line-height:0px; height:1px;}

small{color:#cc0000; font-size:11px; font-weight:normal; line-height:19px;}
cite.fn{line-height:23px; font-size:12px;}
cite.fn a{color:#cc0000; text-decoration:none; font-weight:normal;}
cite.fn a:hover{color:#333; text-decoration:none;}

h3#comments, h3.reply{font-size:13px;}
.comment-body p{padding-bottom:5px;}
li.comment{border-bottom:1px solid #e0dfe3;}
.post-ratings{line-height:19px; padding-top:3px;}

/* Home Page */
#home-container{width:600px; height:auto; padding-bottom:46px;}
#home-container #flash{width:224px; height:224px; padding:10px; background:#262D20; float:left;}
#home-container #home-text{width:284px; height:auto; padding:10px 50px 0px 21px; border-left:1px solid #808080; float:left;}
#home-container #home-text p{line-height:25px; padding-bottom:10px;}
#home-container #signature{clear:both; width:auto; height:24px; padding:34px 0px 0px 267px; display:block; background:url(images/sign-seperator.gif) no-repeat 220px 0px; font-weight:bold; font-style:italic}
#home-container #tagline{width:auto; height:auto; padding:45px 0px 0px 17px; color:#999; font-size:22px;}
#home-container .post, #home-container .entry{padding-bottom:0px; margin:0px;}

/* Exercises List */
ul.exercises{padding-left:0px; padding-bottom:18px; width:648px;}
ul.exercises:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both;}
ul.exercises li{list-style:none; float:left; width:208px; height:275px; padding:0px 8px 8px 0px; background:none;}
ul.exercises li a{border:3px solid #999999; text-decoration:none; width:202px; height:269px; float:left;}
ul.exercises li a:hover{border:3px solid #cc0000;}
ul.exercises li a img{padding:1px;}

/* Data Tables */
table{margin-bottom:18px; border:1px solid #999; border-width:1px 1px 0px 0px;}
table th, table td{text-align:center; vertical-align:top; padding:3px 5px; border:1px solid #999; border-width:0px 0px 1px 1px; line-height:18px;}
table th{font-weight:bold;}
table .align-left{text-align:left;}
table.no-bdr, table.no-bdr th, table.no-bdr td{border:none !important; text-align:left; line-height:19px; padding:0px !important;}

table.form{margin-bottom:18px; border:none;}
table.form td, table.form th{text-align:left; vertical-align:top; padding:4px 5px; border:none; line-height:18px;}

/* Input Forms */
table.form input{float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333333; outline:none}
table.form .submit{float:left; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; border:1px solid #c75c6e; padding:1px 12px; margin-top:20px; background:#c75c6e; cursor:pointer}
table.form .submit:hover{border:1px solid #c75c6e; background:#cc0000;}

/* Faculty List */
dl.faculty{padding-bottom:18px;}
dl.faculty:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html dl.faculty{height:1px} /* */
dl.faculty dt{float:left; width:250px; padding-right:20px; padding-bottom:18px;}
dl.faculty dd{float:left; width:420px; padding-bottom:18px;}
dl.faculty dd ul{padding-bottom:0px;}

/* Our Team */
#team a img{background:#fff; padding:1px; border:3px solid #999; margin:5px 15px 10px 0px}
#team a:hover img{border:3px solid #cc0000}

/******* Gallery List *******/
ul.gallery{padding-left:0px; padding-bottom:18px; width:448px;}
ul.gallery:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
ul.gallery li{list-style:none !important; background:none !important; float:left; width:108px; height:83px; padding:0px 4px 4px 0px;}
ul.gallery li a{border:3px solid #999999; text-decoration:none; width:102px; height:77px; float:left}
ul.gallery li a:hover{border:3px solid #cc0000;}
ul.gallery li a img{padding:1px;}

/******* CFO 2010 *******/
#cfo{ width:643px; background:url(images/cfo-bdr.gif) repeat-y 0 0; position:relative; font-size:12px; margin-bottom:20px; }
#cfo-top{ width:100%; background:url(images/cfo-bdr-top.gif) no-repeat 0 0; }
#cfo-btm{ background:url(images/cfo-bdr-btm.gif) no-repeat 0 bottom; padding:195px 20px 9px 24px; }
#cfo #proaxis-logo { width:145px; height:80px; position:absolute; top:29px; left:40px; }
#cfo h2#tag { color:#111; font-size:16px; font-weight:bold; padding:0; margin:0; position:absolute; left:300px; top:40px; }
#cfo h3#designation { font-size:12px; color:#111; padding:0; margin:0; position:absolute; right:25px; top:77px; text-align:right; }
#cfo h3#designation u { font-size:13px; font-weight:bold; }
#cfo h4, #cfo h5 { font-size:12px; color:#111; font-weight:bold; position:absolute; top:131px; left:67px; }
#cfo h5 { top:164px; left:110px; }
#cfo p { line-height:17px; padding-bottom:12px; }
#cfo a { color:#333; }
#cfo a:hover { color:#cc0000; }
