/*
Theme Name: Therapy Custom
Theme URI: http://wordpress.org/
Description: Custom for Tech-Juice!.
Author: woothemes
Author URI: http://www.tech-juice.org
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/

/* Default styles */
@import "/wp-content/themes/therapy/reset.css";

/* Styles for rounded corners are located in css/effects.css */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down menus
-2.4 Intro
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 PageNavi
-3.4 Plugin Customizations

4. WIDGETS

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body {
font-family: Arial,Helvetica,Sans-serif;
font-size:14px;
line-height:1.6;
color:#333333;
background:#d1d8db;
}

h1,h2,h3,h4,h5,h6 {
font-family: Arial,Helvetica,Sans-serif;
color:#292626;
margin:0;
}

h1 {
font-size:38px;
}

h2 {
font-size:36px;
}

h3 {
font-size:26px;
}

h4 {
font-size:23px;
}

h5 {
font-size:16px;
}

h6 {
font-size:12px;
}


p {
margin:18px 0;
}

/* 1.2 Hyperlinks */
a:link,a:visited {
text-decoration:none;
color:#279dc7;
}

h1 a:link,h1 a:visited,h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited,h5 a:link,h5 a:visited,h6 a:link,h6 a:visited {
text-decoration:none;
color:#292626;
}


a:hover {
text-decoration: underline;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover
{
	text-decoration: underline;
}


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */
.inner {
position:relative;
width:1150px;
margin:0 auto;
}

#bg {
height: 963px;
background:url(/wp-content/themes/therapy/images/bgoverlay.jpg) repeat center 70px;
}

#container {
width:1150px;
margin:0 auto;
}

/* 2.2 Header */
#header {
background:#373434 url(/wp-content/themes/therapy/images/headertile.jpg) repeat-x left bottom;
}

#header h1,#header h2 {
display:none;
}

#logo {
display:inline-block;
margin:15px 0;
}

#left {
float:left;
width:500px;
}

/* 2.3 Navigation */
#navigation {
height:37px;
background:url(/wp-content/themes/therapy/images/navtile.png) repeat-x left top;
margin:0 0 60px;
}

#nav,#nav ul {
z-index:100;
float:left;
list-style:none;
line-height:1;
margin:0;
padding:0;
}

#nav ul.sub-menu {
background: none repeat scroll 0 0 rgba(50, 95, 120, 0.7);
padding:2px;
}

#nav li {
float:left;
position:relative;
}

#nav li:hover li a {
background:none repeat scroll 0 0 rgba(52,49,49,0.9);
}

#nav a:link,#nav a:visited {
z-index:100;
display:block;
line-height:37px;
font-size:14px;
text-transform:uppercase;
color:#fff;
padding:0 10px;
}

#nav .current_page_item a,#nav a:hover {
text-decoration:none;
background:none repeat scroll 0 0 rgba(39,157,199,0.3);
}

#subscribe {
position:absolute;
top:0;
right:0;
}

#subscribe a:link,#subscribe a:visited {
line-height:39px;
text-transform:uppercase;
color:#fff;
background:url(/wp-content/themes/therapy/images/ico-rss.png) no-repeat left center;
padding:0 0 0 20px;
}

/* 2.3 Drop-down menus */

#nav li ul {
position:absolute;
width:170px;
left:-999em;
}

#nav li ul li {
width:170px;
line-height:18px;
background-color:#444;
background:rgba(52,49,49,0.9);
border-style:solid;
margin:0 0 1px;
}

#nav li ul li a:link,#nav li ul li a:visited {
display:block;
width:160px;
line-height:18px;
font-size:12px;
padding:5px;
}

#nav li:hover ul,#nav li.sfhover ul,#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul {
left:auto;
}

#nav li:hover a,#nav li ul li a:hover {
background:none repeat scroll 0 0 rgba(39,157,199,0.3);
}

#nav li ul ul {
margin:-23px 0 0 170px;
}

#nav li:hover ul ul,#nav li.sfhover ul ul {
left:-999em;
}

#nav li:hover,#nav li.hover {
position:static;
}


/* 2.4 Intro */
#intro {
width:1150px;
color:#e8e8e8;
background-color:#292626;
background:rgba(38,41,41,0.6);
float:left;
overflow:hidden;
margin:0;
padding:30px;
}

#intro h2 {
line-height:30px;
color:#fff;
}

#intro .ads,#intro .gravatar {
float:right;
overflow:hidden;
background-color:#242121;
background:rgba(36,33,33,0.3);
margin:0 0 0 30px;
padding:24px;
}

#intro p {
margin:20px 0 0;
}


/* 2.5 Content */

#main {
width:1150px;
float:left;
background-color:#fff;
padding:30px;
}

#content {
float:left;
width:800px;
overflow:visible;
margin:0 30px 0 0;
}

#content.fullwidth {
width:800px;
}

.excerpt {
	color: #5B5B5B;
}


/* 2.6 Sidebar */

#sidebar {
float:left;
width:320px;
overflow:hidden;
}

/* 2.7 Footer */

#extended_footer {
width:1150px;
float:left;
background-color:#302D2D;
border-bottom:1px solid #363232;
padding:30px;
}

#extended_footer .widget,.widget {
margin:0 0 30px;
}

#extended_footer .col1,#extended_footer .col2,#extended_footer .col3 {
float:left;
overflow:hidden;
width:280px;
margin:0 20px 0 0;
}

#extended_footer .col1,#extended_footer .col2 {
width:279px;
border-right:1px solid #424242;
}

#extended_footer .col3 {
margin-right:0!important;
}

#extended_footer .widget h3 {
background:none;
padding:15px 0!important;
}

#extended_footer .widget ul li {
background:none;
}

#extended_footer .widget ul li a:hover {
color:#a1a1a1!important;
}

#extended_footer .widget ul li a:link,#extended_footer .widget ul li a:visited {
border-bottom:0!important;
background:none!important;
padding:2px 0!important;
}

#extended_footer .textwidget,#extended_footer #latest-video .wrap,#extended_footer #flickr .wrap,#extended_footer #searchform,#extended_footer .widget_tag_cloud div,#extended_footer .widget ul,#extended_footer #adwidget .adwrap {
background-color:transparent;
padding:0!important;
}

#extended_footer .widget_recent_comments li {
border-bottom:none!important;
background:none;
padding:2px 0!important;
}

#extended_footer #searchform #s {
width:195px;
}

#footer {
float:left;
width:1150px;
font-size:12px;
color:#fff;
background-color:#292626;
margin:0 0 30px;
padding:15px 30px;
}

#footer .copyright {
float:left;
margin:0;
}

#footer .credit {
float:right;
margin:0;
}

#footer .credit img {
vertical-align:middle;
}

#footer a:link,#footer a:visited,.meta .category a:link,.meta .category a:visited {
color:#fff;
}



/*-----------------------------*/
/* 3. POSTS */
/*-----------------------------*/

#posttop {
color:#e8e8e8;
background-color:#292626;
background:rgba(36,33,33,0.3);
width:1150px;
padding:10px 30px;
}

h3.catheading {
text-transform:uppercase;
font-size:20px;
margin:0 0 20px;
}

.post {
border-bottom:1px dotted #c2c2c2;
margin:0 0 60px;
}

.post .marginright {
margin-right:15px;
position:relative;
top:5px;
}

.meta {
margin:0 0 20px;
}


.meta span {
font-size:11px;
color:#fff;
background-color:#373434;
margin:0 3px 0 0;
padding:6px 8px;
}

.meta .date {
padding-left:27px;
background:#373434 url(/wp-content/themes/therapy/images/ico-date.png) no-repeat 5px center;
}

.meta .category {
padding-left:27px;
background:#373434 url(/wp-content/themes/therapy/images/ico-category.png) no-repeat 5px center;
}

.meta .comments a:link,.meta .comments a:visited {
padding-left:25px;
color:#fff;
background:#373434 url(/wp-content/themes/therapy/images/ico-comments.png) no-repeat 2px center;
}

.post h2.title {
line-height:34px;
margin:0 0 18px;
}

.post .video {
border:5px solid #e0e0e0;
margin:0 0 20px;
}

.post .tags {
color:#373434;
background:url(/wp-content/themes/therapy/images/ico-tags.png) no-repeat left center;
margin:0 0 20px;
padding:0 0 0 25px;
}


/* 3.1 Typographic Elements */

.entry .aligncenter,.alignc {
text-align:center;
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6 {
color:#333;
margin:2.4ex 0 1ex;
}

.entry h1,.entry h2,.entry h3 {
border-bottom:1px solid #DADADA;
}

.entry p {
margin-bottom:20px;
margin-top:0;
}

code {
background-color:#EEE;
font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
padding:1px 5px;
}

.entry blockquote {
font-family:Georgia,"Bitstream Charter",serif;
font-style:italic;
font-weight:400;
color:#666;
margin:0 3em;
}

.entry ul {
list-style:disc outside none;
margin-bottom:1em;
margin-left:30px;
}

.entry ul ul {
margin-bottom:0;
}

.entry ol {
margin:0 0 18px;
padding:0 0 0 30px;
}

.entry ol li {
list-style-type:decimal;
}

.entry ol li ol li {
list-style-type:lower-roman;
}


/* 3.2 Images */

img.catthumb {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:2px;
}

.categoryThumb {
width:80px;
height:100px;
background-color:#F3F3F3;
border:1px solid #DDD;
border-radius:3px 3px 3px 3px;
float:right;
text-align:center;
margin:0 0 0 10px;
padding: 5px 5px 3px;
}

.categoryThumb:hover {
text-decoration:underline;
color:#292626;
}

div.post .entry .categoryThumb {
float:left;
margin-left:0;
margin-right:10px;
}

.categoryLabel {
color:#6C6C6C;
font-size:.9em;
}

.categoryThumb img {
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.entry .categoryThumb img {
border:none;
background-color:transparent;
margin:0 0 3px;
padding:0;
}

.entry img {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
margin-left:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:5px;
}

.entry .wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px 10px 18px;
padding:10px 5px 0;
}

.entry .wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.entry .wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

img.wp-smiley {
border:none;
padding:0;
}

.entry .alignleft {
float:left;
border-radius:4px 4px 4px 4px;
margin:0 15px 10px 0;
}

.entry .alignright {
float:right;
margin:10px 0 10px 15px;
}

/* 3.3 PageNavi */

div.Nav {
text-align:center;
border-bottom:1px dotted #c2c2c2;
margin:-20px 0 0;
padding:0 0 7px;
}

.Nav strong.on {
color:#fff;
background-color:#279dc7;
padding:5px 10px;
}

.Nav a:link,.Nav a:visited {
font-weight:700;
background-color:#e6e6e6;
padding:5px 10px;
}


/* 3.4 Plugin Customizations */

.post .wp_syntax div,.post .wp_syntax td {
padding:10px;
}

.post div.wp_syntax {
width:99%;
border:1px dashed silver;
}

.entry .wp_syntax pre {
font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif!important;
font-size:100%;
}

.post .stb-warning_box {
background-image:none;
color:#000;
border-radius:0;
background-color:#E6E6FC;
border:1px solid #D1D1E8;
min-height:40px;
margin:20px 0;
padding:20px;
}

.easy-table-creator {
background-color:#CDCDCD;
border-collapse:separate;
border-spacing:1px;
font-size:8pt;
text-align:left;
width:100%;
margin:10px 0 15px;
}

.easy-table-creator th {
background-color:#E6EEEE;
border:1px solid #FFF;
color:#3D3D3D!important;
padding:4px;
}

.easy-table-creator td {
background-color:#FFF;
color:#3D3D3D;
vertical-align:top;
padding:4px;
}

.easy-table-creator .even td {
background-color:#FFF;
}

.easy-table-creator .odd td {
background-color:#F0F0F6;
}

.easy-table-creator .row-hover tr:hover td {
background-color:#D0D0D6!important;
}

.entry #tocc li.tocc_blog_post {
    background-image: none;
    list-style: disc outside none !important;
    padding-left: 5px !important;
}


.entry #tocc li.tocc_blog_post {
margin: 1px 0;
min-height: none;
}

.entry #toc_container {
    font-size: 12px;
}

/*-----------------------------*/
/* 4. WIDGETS */
/*-----------------------------*/

/* 4.1 General Widgets */

.widget h3 {
font-size:22px;
color:#fff;
background:#292626 url(/wp-content/themes/therapy/images/widgettitle.jpg) repeat-x left top;
margin:0;
padding:15px 20px;
}

.widget ul {
padding:0!important;
}

.widget ul li a:link,.widget ul li a:visited {
display:block;
border-bottom:1px solid #d4d4d4;
color:#6C6C6C;
padding:6px 6px 6px 40px;
}

.textwidget,#searchform,.widget_tag_cloud div,.widget ul {
background-color:#E6E6E6;
padding:15px 20px;
}

.widget_recent_entries li, .widget_tptn_pop li {
/*background:url(/wp-content/themes/therapy/images/widgetli.jpg) repeat-x scroll left bottom transparent;*/
background-color: #E6E6E6;
}

.widget_recent_entries ul li a:link,.widget_recent_entries ul li a:visited {
background:url(/wp-content/themes/therapy/images/widgetbullet.png) no-repeat 17px center;
}

.widget_tptn_pop ul li a:link,.widget_tptn_pop ul li a:visited {
background:url(/wp-content/themes/therapy/images/widgetbullet.png) no-repeat 17px center;
}


#searchform #s {
width:180px;
border:1px solid #898989;
padding:5px 0 5px 5px;
}

#searchform .submit {
text-transform:uppercase;
color:#292626;
border:1px solid #426484;
background-color:#6fb5ba;
padding:3px 0;
}

.widget_lifestream li {
border-bottom:1px solid #d4d4d4;
background-position:10px 10px!important;
margin:0!important;
padding:8px 20px 8px 40px !important;
}

.tagcloud a:link,.tagcloud a:visited {
color:#6c6c6c;
}

.tagcloud a:hover,.widget ul li a:hover,.widget .tagcloud a:hover {
color:#292626;
}


/* 4.2 Recent Comments  */


.widget_recent_comments li {
display:block;
color:#6c6c6c;
border-bottom:1px solid #d4d4d4;
background: none;
padding:6px 0 6px 40px;
}

.widget_recent_comments li a:link,.widget_recent_comments li a:visited {
display:inline;
line-height:18px!important;
background:none!important;
border:none!important;
padding:0;
}

#sidebar .bwp-rc-widget ul li a {
border-bottom:none;
display:inline;
padding:0;
color: #279DC7;
}

#sidebar ul.bwp-rc-ulist li {
padding-top:.5em;
margin:0;
/*background: url("/wp-content/themes/therapy/images/widgetli.jpg") repeat-x scroll left bottom transparent;*/
background-color: #E6E6E6;
}

#sidebar ul.bwp-rc-ulist div.grouppost {
border-bottom:1px solid #D4D4D4;
padding-left:10px;
}

#sidebar ul.bwp-rc-ulist ul li {
list-style:none;
padding:0;
}

.recent-comment {
border-bottom:1px solid #D4D4D4;
list-style-type:none;
zoom:1;
padding:0 0 .5em 1.5em;
}

.recent-comment:after {
content:".";
display:block;
height:0;
font-size:0;
line-height:0;
clear:both;
visibility:hidden;
}

.recent-comment .recent-comment-avatar {
display:block;
float:left;
line-height:1em;
width:40px;
padding:5px 0 0;
}

.recent-comment .avatar {
width:40px;
height:40px;
border:none;
margin:0;
padding:0;
}

.recent-comment .icon-comment {
vertical-align:text-top;
}

.recent-comment-single {
display:block;
margin-left:50px;
margin-right:10px;
}

.recent-comment-tb .recent-comment-single {
display:inline;
margin-left:0;
}

.recent-comment-credit {
font-size:.8em;
color:#aaa;
}

.recent-comment-author {
font-weight:700;
padding-right:20px;
overflow:hidden;
}

.recent-comment-text {
overflow:hidden;
color: #6C6C6C;
word-wrap:break-word;
}

.bwp-rc-ajax-nav {
list-style-type:none;
list-style-position:inside;
text-align:right;
padding:5px;
}


/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */
#comments { 
float: left; 
}

#comments h3 {
margin: 0 0 20px 0; 
}

#comments li {
margin: 20px 0 0 0; 
}

#comments,#respond,.floatl {
float:left;
}

#comments ul.children li {
background:url(/wp-content/themes/therapy/images/commentreply.png) no-repeat top left;
padding:0 0 0 25px;
}

#comments .comment-meta {
font-size:12px;
margin:0 10px 10px 0;
}

#comments .comment-meta img {
float:left;
margin:0 10px 0 0;
}

#comments .comment-meta span {
line-height:42px;
color:#252525;
}

#comments .comment-meta span.name {
font-weight:700;
color:#252525;
}

#comments .comment-meta span.name a {
color:#252525;
}

#comments .comment-meta span.date {
font-size:11px;
}

#comments .comment-entry {
background-color:#e6e6e6;
padding:10px 15px;
}

#comments .byuser > .comment-entry {
background-color:#ABD;
}

#comments .comment-entry p {
margin:0 0 10px;
}

.reply a,.cancel-comment-reply a {
text-transform:uppercase;
font-weight:700;
font-size:11px;
}

/* 5.2 Comments Form */

#respond h3 {
margin:15px 0 0;
}

#commentform input.txt,#commentform textarea {
border:1px solid #ccc;
padding:4px 5px;
}

#commentform textarea {
width:95%!important;
}

#commentform #submit {
font-weight:700;
font-size:13px;
text-transform:uppercase;
color:#fff;
background:url(/wp-content/themes/therapy/images/submit.png) no-repeat left top;
border:none;
padding:7px 12px 10px 7px;
}



/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

.floatr {
float:right;
}

.alignl {
text-align:left;
}

.alignr {
text-align:right;
}

html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear {
background:none;
border:0;
clear:both;
display:block;
float:none;
font-size:0;
list-style:none;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
margin:0;
padding:0;
}


