/*
Theme Name: ADHD
Description: ADHD.TV
Author: WPCreation
Author URI: http://WPCreations.com
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Reset (Loosely Meyer's Reset)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
:focus {
	outline:0;
}
:link,:visited {
	text-decoration:none;
}
img {
	vertical-align:bottom;
}
legend {
	font:0/0 tahoma;
	height:0;
	overflow:hidden;
	text-indent:-100em;
}
ol,ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Extra Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.skipLinks {
	width:0;
	height:0;
	float:left;
	overflow:hidden;
}
.extra {
	clear:both;
	font-size:0;
	line-height:0;
	width:100%;
	overflow:hidden;
	display:block;
}
.hidden {
	display:none;
}
.left {
	float:left;
	margin:5px 10px 10px 0;
}
.right {
	float:right;
	margin:5px 0 10px 10px;
}
.center {
	display:block;
	margin:0 auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	text-align:center;
	background:url(images/bg.jpg) repeat-x;
	font:13px/18px tahoma,helvetica,sans-serif;
	color:#272626;
	min-width:882px;
	padding:7px 0 0;
}
#page {
	width:882px;
	margin:0 auto;
	text-align:left;
	background:url(images/main.jpg) repeat-y;
}
#header {
	width:882px;
}
#wrap {
	width:882px;
	text-align:left;
	padding:0 0 10px;
}
#main {
	float:left;
	width:100%;
}
#content {
	margin:-30px 350px 0 30px;
	width:502px;
	position:relative;
	z-index:10;
}
#sidebarOne {
	float:left;
	width:283px;
	margin:0 0 0 -305px;
	padding:30px 0 0;
	display:inline;
	overflow:hidden;
	background:url(images/sidebar.jpg) no-repeat;
}
#footer {
	width:100%;
	padding:60px 0 10px;
	text-align:center;
	font:11px/16px tahoma;
	color:#465356;
	background:#fff url(images/footer.jpg) no-repeat;
	clear:both;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
	width:100%;
	height:207px;
	overflow:hidden;
	background:url(images/header.jpg) no-repeat;
	display:inline;
	float:left;
}
#logo a,
#logo a:visited {
	float:left;
	width:100%;
	height:207px;
	overflow:hidden;
	text-indent:-100em;
}
#logo em {
	display:block;
	clear:both;
	font:0/0 tahoma;
	height:0;
	overflow:hidden;
	text-indent:-100em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main .apost {
	overflow:hidden;
	padding:0 0 25px;
	clear:both;
	width:100%;
}
#main .apost h1,
#main .apost h2 {
	font:bold 18px/25px tahoma;
	color:#014153;
}
#main .apost h1 a,
#main .apost h2 a {
	color:#014153;
}
#main .apost h1 a:hover,
#main .apost h2 a:hover {
	text-decoration:underline;
}
#main .apost h3 {
	font:bold 18px/25px tahoma;
}
#main .apost h4 {
	font:bold 16px/23px tahoma;
}
#main .apost h5 {
	font:bold 15px/22px tahoma;
}
#main .apost h6 {
	font:bold 14px/21px tahoma;
}
#main .apost .pmain {
	clear:both;
	padding:5px 0 0;
	width:100%;
}
#main .apost p,
#main .apost blockquote {
	padding:5px 0;
	text-align:justify;
}
#main .apost blockquote {
	padding:0 15px;
	margin:5px 20px;
	background:#f5f5f5;
	border-left:5px solid #888;
	color:#666;
}
#main .apost blockquote blockquote {
	background:#fff;
	border-left:5px solid #ddd;
}
#main .apost ol,
#main .apost ul {
	padding:10px 20px;
	list-style:disc inside;
}
#main .apost ol {
	list-style-type:decimal;
	margin:0 0 0 18px;
}
#main .apost p a,
#main .apost ol a,
#main .apost ul a {
	color:#0066bc;
	font-weight:bold;
}
#main .apost p a:hover,
#main .apost ol a:hover,
#main .apost ul a:hover {
	text-decoration:underline;
}
#main .apost ul li {
	padding:0 0 5px 18px;
}
#main .apost ol li {
	padding:0 0 5px;
}
#main .apost .pfoot {
	padding:0;
	margin:0;
	list-style:none outside;
	font:bold 11px/16px tahoma;
}
#main .apost .pfoot li {
	padding:0;
	margin:0;
}
#main .apost .pfoot li a {
	text-decoration:underline;
	font:bold 11px/16px tahoma;
}
#main .lead {
	clear:both;
	font:bold 12px/20px tahoma;
	text-align:left;
	margin:8px 0 0;
	width:100%;
}
#main .lead a {
	color:#0066bc;
}
#main .lead a:hover {
	text-decoration:underline;
}
#main .lead .prev {
	float:left;
}
#main .lead .next {
	float:right;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar(s)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebarOne a {
	color:#0066bc;
}
#sidebarOne a:hover {
	text-decoration:underline;
}

#sidebarOne a.how {
	color:#D81E18;
	text-decoration:underline;
}
#sidebarOne a.how:hover {
text-decoration:none;
	
}

#colOne {
	float:left;
	width:45%;
}
#colTwo {
	float:right;
	width:45%;
}
.sbColumns {
	margin:0 0 15px;
	width:100%;
	clear:both;
}
.sbColumns h2 {
	font:bold 14px/20px tahoma;
	clear:both;
	color:#01556d;
	margin:0 0 5px;
}
.sbColumns ul {
	padding:0 3px;
}
.sbColumns p {
	
}
.sbColumns ul ul {
	padding:5px;
}
.sbColumns ul li {
	border-bottom:1px dashed #c6ced4;
	padding:2px 0;
}
.ads ul {
	padding:0;
}
.ads ul li {
	padding:0;
	border:none;
	float:left;
	width:130px;
	height:150px;
}
.ads ul li.second {
	float:right;
}
#sidebarOne .subscribe .inner a {
	display:block;
	padding:0 0 0 39px;
	background:url(images/rss.jpg) no-repeat left;
	font:10px/12px tahoma;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#commentBox {
	text-align:left;
	font:12px/18px tahoma;
}
#commentBox  a {
	color:#0066bc;
}
#commentBox  a:hover {
	text-decoration:underline;
}
#commentform {
	padding:10px 0;
	overflow:hidden;
	width:450px;
}
#commentform p {
	padding:0 0 10px;
}
#commentform .changeAva {
	float:right;
	text-align:center;
	width:220px;
	width/**/:/**/200px;
	padding:5px 10px;
	font:11px/16px tahoma;
	border:1px solid #ddd;
	background:#fafafa;
}
#commentform .changeAva h4 {
	color:#272626;
	font:bold 12px/18px tahoma;
	margin:0 0 3px;
}
#commentform .changeAva span {
	display:block;
}
#commentform .changeAva img {
	border:1px solid #c6c6c6;
}
#commentform .changeAva a {
	color:#272626;
}
#commentform input,
#commentform textarea {
	padding:4px 3px 0;
	color:#272626;
}
#author,
#email,
#url,
#comment {
	display:block;
	font-size:13px;
	border:1px solid #c6c6c6;
	font-family:tahoma;
	width:156px;
	width/**/:/**/150px;
	height:26px;
	height/**/:/**/20px;
	background:#fafafa;
}
#commentform textarea#comment {
	width:440px;
	max-width:440px;
	min-height:100px;
	border-width:1px;
	margin:0 0 10px;
	padding:4px 3px;
	background:#fafafa;
}
* html #commentform textarea#comment {
	height:100px;
}
#commentform input#submit {
	width:110px;
	padding:2px 0 0;
	margin:-10px 0 0;
	font:bold 12px tahoma;
	color:#272626;
	text-transform:uppercase;
	float:left;
	border:1px solid #c6c6c6;
	background:#f2f2f2;
	cursor:pointer;
}
.commentlist {
	list-style:none outside;
	overflow:hidden;
}
.commentlist li {
	margin:0 0 20px;
	width:100%;
	overflow:hidden;
}
.commentlist li .cmAvatar {
	float:left;
	width:75px;
	font:0/0 tahoma;
	color:#272626;
	position:relative;
}
.commentlist li .cmAvatar a {
	color:#272626;
}
.commentlist li .cmAvatar img {
	margin:0!important;
	display:block!important;
	border:1px solid #c6c6c6;
}
.commentlist li .cmContent {
	float:left;
	width:427px;
	width/**/:/**/405px;
	padding:5px 10px 0;
	border:1px solid #c6c6c6;
	background:#eee;
}
.commentlist li.cadmin .cmContent {
	border:1px solid #c6c6c6;
	background:#fafafa;
	color:#323232;
}
.commentlist li.cadmin .cmContent a {
	color:#272626;
}
.commentlist li .cmContent .cmInfo {
	font:13px/20px tahoma;
	color:#272626;
	padding:0 0 10px;
}
#commentBox  .commentlist li .cmContent .cmInfo a {
	color:#272626;
}
.commentlist li.cadmin .cmContent .cmInfo {
	color:#626267;
}
#commentBox  .commentlist li.cadmin .cmContent .cmInfo a {
	color:#626267;
}
.commentlist li .cmContent .cmInfo .cauth {
	font:bold 13px/20px tahoma;
}
.commentlist li .cmContent .cmInfo .cauth img {
	display:none!important;
}
.commentlist li p {
	padding:0 0 15px;
	clear:both;
	text-align:justify;
}
h3#respond,
h3#comments {
	font:bold 16px/22px tahoma;
	color:#272626;
	padding:5px 0;
	margin:0 0 5px;
}