/*
Theme Name: Cerebral
Theme URI: http://www.cerebralpalsylawdoctor.reagansilber.org.com
Description: WP glossy theme designed by <a href="http://www.csschimp.com">CSSS Chimp</a>.
Version: 1.4
Author: Charan
Author URI: http://www.csschimp.com
	This theme was designed and built by Charan.
	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
img, fieldset {
    border: 0 none;
}
html {
	background:url(images/bg.jpg) repeat-x #FFFFFF;
}
body {
    color: #454545;
    font: 1em/1.5em;
	font-family: "Trebuchet MS",Arial,Helvetica ;
    margin: 0 auto;
    width: 100%;
}
p {
    margin: 5px 0;
    text-align:justify;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
}
em, i {
}
A.ari:link {
	FONT-SIZE: 17;
	COLOR: #5f0101;
	TEXT-DECORATION: underline
}
A.ari:visited {
	FONT-SIZE: 17;
	COLOR: #5f0101;
	TEXT-DECORATION: underline
}
A.ari:active {
	FONT-SIZE: 17;
	COLOR: #5f0101;
	TEXT-DECORATION: underline
}
A.ari:hover {
	FONT-SIZE: 17;
	COLOR: #5f0101;
	TEXT-DECORATION: underline
}
A.aria:link {
	FONT-SIZE: 18;
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
A.aria:visited {
	FONT-SIZE: 18;
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
A.aria:active {
	FONT-SIZE: 18;
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}
A.aria:hover {
	FONT-SIZE: 18;
	COLOR: #FF0000;
	TEXT-DECORATION: none
}
a {
    color:#2d6f9d;
	text-decoration:underline;
    outline: medium none;
}
a:hover {
    color:#2d6f9d;
	text-decoration:none;
}
big {
    color: #887662;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.46em;
}
small {
    color: #fe0000;
    font-size: 0.9em;
}
pre {
	font: 1.1em 'Courier New', Courier, Fixed;
 	color: Navy ;
	background: Ivory ;
	width: 450px ;
	overflow: auto ;}
ul {
    list-style: none outside none;
   }
ul li {
    background: url("images/bullet.jpg") no-repeat scroll 0 12px transparent;
    padding: 5px 20px;
}
ol {
    margin: 5px 25px;
}
ol li {
    margin: 0 0 0.5em 16px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.6em;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 17px;
}
.clear{
	clear:both;
}
label{
	margin:0;
	padding:0;
	font-size:15px;
	float:left;
	display:block;
	padding:5px;
	line-height:32px;
}
input, textarea, select {
    font: 1em/1.4em Arial,Helvetica,sans-serif;
}

input[type="text"], input[type="password"], textarea, input[type="email"] {
     background: none repeat scroll 0 0 #FFF;
    border: 1px solid #c2c2c2;
    padding: 4px 8px;
	width:65%;
	margin:6px 0;
}
textarea:focus, input[type="password"]:focus, input[type="text"]:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #c2c2c2;
    outline: medium none;
}
input[type="reset"], input[type="submit"] {
    color: #FFFFFF;
    font-weight: normal;
    padding: 4px 15px;
	border: 1px solid #cccccc; 
	background: -moz-linear-gradient(center top , #5F0101, #C99C9C) repeat scroll 0 0 transparent;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5F0101', endColorstr='#C99C9C'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5F0101', endColorstr='#C99C9C')"; /* IE8 */
	background: -webkit-gradient(linear, left top, left bottom, from(#5F0101), to(#C99C9C)); /* for webkit browsers */ 
	background-color:#5F0101;
	text-shadow: 0px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#000000');
	filter:DropShadow(Color=#000000, OffX=0, OffY=3);
	zoom: 1;
margin-left:27px;
}
blockquote {
	background:#f9f9f9;
	border-left:10px solid #ccc;
	margin:1.5em 10px;
	padding:.5em 10px;
	quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
blockquote p {
	display:inline;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	background-color: #f9edb9;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dccf94;
	margin:15px 0;
}
table td, table th {
	padding: 1px 5px;
}
table thead {
	font: normal 15px Helvetica Neue,Helvetica,sans-serif;
	text-shadow: 0 1px 0 white;
	color: #999;
}
table th {
	text-align: left;
	border-bottom: 1px solid #dccf94;
}
table td {
	font-size: 14px;
}
table tr{
	border-bottom:1px solid #dccf94;
}
table td:hover {
	//background-color: #fff;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}
.topheader{
	width:1000px;
	margin:0 auto;
	height:104px;
	padding-top:3px;
}
.header{
	width:1000px;
	height:104px;
	margin:0 auto;
	position:relative;
}
.headerleft{
	width:534px;
	position:relative;
	top:8px;
	left:25px;
	float:left;
}
.logo{
	width:284px;
	height:66px;
}
.description{
	font-size:17px;
	color:#5f0101;
}
 .headershare{
	margin:43px 0 15px 20px;
	padding:0;
	list-style:none;
	width:168px;
	float:left;
}
.headershare ul {
	margin:0;
	padding:0;
	list-style:none;
}
.headershare h4{
	color:#0075d1;
	text-align:center;
	display:block;
	padding:5px 0;
	font-size:15px;
	text-transform:uppercase;
}
.headershare ul li{
	float:left;
	padding:0 5px;
	background:none;
	color:#0075d1;
	line-height:28px;
}
.contacttop{
	float:right;
	margin-right:10px;
	width:198px;
	height:66px;
	margin-right:38px;
	margin-top:25px;
}
#nav {
	width: 1000px;
	margin: 0 0 0 16px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	height:43px;
	line-height:43px;
	}
.slidescont {
    background: url(images/slider.jpg) no-repeat;
     height: 323px;
    margin: 0 auto;
    width: 635px;
	margin-top:10px;
	margin-bottom:-4px;
}
.slidescont_2 {
   /* background: url(images/slider.jpg) no-repeat; */
     height: 323px;
    margin: 0 auto;
    width: 635px;
	margin-top:10px;
	margin-bottom:-4px;
}
.window {
	height:280px;
	width: 618px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	top: 9px; 
	left: 9px;
}
.image_reel {
	position: relative;
	top: 0px; 
	left: 0px;
}
.first {
	margin:0;
}
.thumb {
	float:left;
	margin:0;
}
#featured p {
	padding:0 0 10px;
}
#featured .more-link {
	float:right;
	font-size:1.2em;
	padding:0 10px;
	margin:0 -10px -10px 0;
	position:relative;
	color:#fff;
	background:#404040;
	border:1px solid #333333;
}
.oops {
	clear:both;
	font-size:0;
	line-height:0;
	width:100%;
	overflow:hidden;
	display:block;
}
.videoctr{
	width:553px;
	height:342px;
	background:url(images/videoctr.jpg) no-repeat;
	margin:20px auto;
}
/*--Paging Styles--*/
.paging {
	position: relative;
	width: 178px;
	height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	margin:0 auto;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	margin-top:30px;
}
.paging a {
	padding: 8px;
	text-decoration: none;
	color: #000;
	background:url(images/felectorange.jpg) no-repeat;
}
.paging a.active {
	font-weight: bold;
	background:url(images/fselectblack.jpg) no-repeat;
}
.paging a:hover {
	background:url(images/fselectblack.jpg) no-repeat;
}
/*------  Post content -------- */
#container{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#content{
	width:650px;
	float:left;
	margin:20px 10px 20px 15px;
	padding:10px;
}
#content .post{
	margin:0 0 20px 0;
	padding-bottom:20px;
	border-bottom:1px dashed #d2d2d2;
}
#content .post h2{
	text-transform:capitalize;
}
#content .post h2 a{
	text-decoration:none;
	color:#454545;
}
#content .post h2 a:hover{
	text-decoration:underline;
	color:#454545;
}
#content .post ul{
	width:480px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	padding:10px;
	background: -moz-linear-gradient(center top , #f5f5f5, #d0d0d0) repeat scroll 0 0 transparent;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#d0d0d0'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#d0d0d0')"; /* IE8 */
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#d0d0d0)); /* for webkit browsers */ 
	background-color:#f5f5f5;
	margin:20px auto;
	border:1px solid #c8c8c8;
}
#content .post ul .heading{
	background:url(images/headertopul.png)	no-repeat;
	width:349px;
	margin:0 auto;
	height:52px;
	top:-21px;
	position:relative;
	border:0px;
	color:#fff;
	text-align:center;
	line-height:52px;
	text-transform:uppercase;
}
#content .post ul li{
	background:url(images/tickbullet.png) no-repeat 0 9px;
	padding-left:36px;
	line-height:36px;
}
#content .post ul li a{
	text-decoration:none;
	color:#454545;
}
.player{
	margin:20px auto;
}
.button{
	color: #FFFFFF;
    font-weight: normal;
    padding: 12px;
	border: 0px solid #cccccc; 
	background: -moz-linear-gradient(center top , #60aade, #2c6e9c) repeat scroll 0 0 transparent;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#60aade', endColorstr='#2c6e9c'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#60aade', endColorstr='#2c6e9c')"; /* IE8 */
	background: -webkit-gradient(linear, left top, left bottom, from(#60aade), to(#2c6e9c)); /* for webkit browsers */ 
	background-color:#2c6e9c;
	text-shadow: 0px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#000000');
	filter:DropShadow(Color=#000000, OffX=0, OffY=3);
	zoom: 1;
	font-size:20px;
	text-decoration:none;
}
.button:hover{
	text-decoration:none;
	color: #FFFFFF;
}
/*------  Side Bar -------- */
#sidebar{
	width:277px;
	float:right;
	margin:20px 15px 20px 10px;
}
#sidebar .optinctr{
	background:#c99c9c;
	border:1px solid #dccf94;
	width:275px;
}
#sidebar .optinctr h3{
	background:url(images/optinheader.jpg) no-repeat;
	width:275px;
	height:83px;
	padding:10px 2px;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:-0.9px;
	line-height:24px;
	text-shadow: 0px 1px 1px #c68a17;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=90, Color='#c68a17')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#c68a17');
	filter:DropShadow(Color=#000000, OffX=0, OffY=3);
	zoom: 1;
}
#sidebar .optinctr form{
	padding:10px;
}
#sidebar .optinctr form .optinlabel{
	width:56px;
}
#sidebar .optinctr form .optininput{
	border: 1px solid #dccf94;
}
#sidebar .optinctr form .optinsubmit{
	margin:10px 0 10px 116px;
}
#sidebar .optinctr p{
	padding-bottom:10px;
	margin:0 10px;
	text-align:center;
	/* background:url(images/optinseprator.jpg) repeat-x bottom left; */
}
#sidebar .widget{
	width:275px;
	margin:20px 0;
	padding:0;
}
#sidebar .widget h3{
	background: -moz-linear-gradient(center top , #60aade, #000033) repeat scroll 0 0 transparent;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#60aade', endColorstr='#000033'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#60aade', endColorstr='#2c6e9c')"; /* IE8 */
	background: -webkit-gradient(linear, left top, left bottom, from(#60aade), to(#000033)); /* for webkit browsers */ 
	background-color:#2c6e9c;
	text-shadow: 0px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=90, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#000000');
	filter:DropShadow(Color=#000000, OffX=0, OffY=3);
	width:255px;
	height:36px;
	line-height:36px;
	color:#FFFFFF;
	padding:0px 10px;
	font-size:18px;
}
#sidebar .widget h3 a{
 color:#ffffff;
text-decoration:none;
}
#sidebar .widget ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:20px;
}
#sidebar .widget ul ul{
	border:1px solid #d8d8d8;
	background:#FFFFFF;
}
#sidebar .widget .textwidget{
	border:1px solid #d8d8d8;
	background:#FFFFFF;
}
#sidebar .widget ul li{
	margin:0 10px;
	border-bottom:1px dashed #d8d8d8;
}
#sidebar .widget ul li a{
	color:#454545;
	text-decoration:none;
}
#sidebar .widget ul li ul{
border:0px solid #d8d8d8;
}
#sidebar .widget ul li ul li{
border-bottom:1px dashed #d8d8d8;
}
#sidebar .widget ul li.bottom{
	border-bottom:0px solid;
}
#sidebar .widget p{
	margin:10px;
}
#sidebar .widget p a{
	color:#2d6f9d;
	text-decoration:underline;
}
#sidebar .widget p a:hover{
	text-decoration:none;
}
/*-------  Footer Ctr --------- */
#footer{
	width:100%;
	margin:0 auto;
	background:url(images/footerbg.jpg) repeat-x;
	height:62px;
	margin-top:20px;
text-align:center;
}
.footerlinks{
	width:900px;
	float:none;
	height:30px;
	margin:15px auto;
	position:relative;
	top:18px;
}
#footer .footerlinks ul{
	margin:5px 0;
	padding:0;
	list-style:none;
}
#footer .footerlinks ul li{
	float:left;
	padding:0 5px;
	background:none;
	line-height:20px;
}
#footer .footerlinks ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer .footerlinks ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer .copyright{
	/* background:url(images/copyrightseprator.jpg) repeat-x top center; */
	width:980px;
	height:24px;
	line-height:30px;
	text-align:left;
	padding-top:18px;
	margin:0 auto;
	color:#FFFFFF;
font-size:13px;
}
#footer .copyright a{
	color:#FFFFFF;
	text-decoration:none;
font-size:13px;
}
#footer .copyright a:hover{
	text-decoration:none;
}
.textwidget{
	padding:5px 8px;
	font-size:14px;
}
.classy{
	background:none;
}
.post .meta {
    border-bottom: 1px dashed #D2D2D2;
    font-style: normal;
    margin: 0;
    padding-bottom: 10px;
}
.post .date{
	color:#2D6F9D;
}
.post .categories{
	margin:10px 0;
}
.post .categories a {
    background-color: #3174a2;
    color: #FFFFFF;
}
.post .categories a {
    display: inline;
    font-size: 13px;
    padding: 6px 8px 4px 6px;
	text-decoration:none;
}
.post .meta .comments {
 padding: 0 19px 0 0;
    text-transform: uppercase;
}
.post .meta .comments a{
	text-decoration:none;
	color:#454545;
}
.textwidget .wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 11px;
    left: 0;
    padding:6px 2px;
    position: absolute;
    top: -5px;
    width: 154px;
    z-index: 100;
}
.gallery-item{
	width:142px;
	float:left;
margin:10px;
}
dd.wp-caption-text {
float: none;
}

/*  -- landing page  -----  */

#sidebarLanding {
    float: left;
    margin: 40px 15px 20px 10px;
    width: 277px;
}

/*  -- evluation form page  -----  */

#container_logform {
  background-image: url("./images/evelauationform.jpg");
  background-repeat: no-repeat;
}
#ladingpageWidget_formevaluation {
  width: 301px;
  float: right;
  padding-top: 20px;
}
