/*
Theme Name: scrubsorg_nd
Theme URI: http://scrubs.new-heart.org/
Description: Made for Scrubs.org 
Version: 1.0
Author: Tathyana Fantini
Author URI: http://www.nightanddaydesign.org/

------ DO NOT COPY! ------


*/



body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #ecebf1 url('images/bg.jpg') repeat-x;
text-align:center;
color: #696773;
}

#bgx{
}

#page{
width: 1000px; 
margin: 0 auto;
text-align:justify;
position:relative;
}

#header{
height: 430px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 225px 0 225px;
}

#leftcolumn{
float: left;
width: 220px; 
margin-left: -1000px;
}

#rightcolumn{
float: left;
width: 220px;
margin-left: -220px; 
}

#footer{
clear: left;
background: #d5d6db;
color: #51535f;
text-shadow: #fff 1px 1px;
font-family: Trebuchet MS;
font-size: 10px;
text-align: right;
padding: 15px;
-moz-border-radius: 20px 20px 0 0;
-webkit-border-radius: 20px 20px 0 0;
-khtml-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
border-left: 2px solid #aaa9b1;
border-top: 2px solid #aaa9b1;
border-right: 2px solid #aaa9b1;
}
#footer a{
color: #6f7281;
}


 /* Navigation Menu */

#nav {
color: #55555d;
text-shadow: #ffffff 1px 1px;
font-family: "Trebuchet MS", Arial;
font-size: 11px;
font-style: italic;
line-height: 39px;
text-align: center;
}

#nav a{
color: #55555d;
}

#nav a:hover{
color: #99514c;
}

 /* Welcome Message */
#welcome {
color: #34343a;
text-align: justify;
font-family: Trebuchet MS;
font-size: 11px;
font-style: italic;
line-height: 13px;
text-shadow: #e3e3ed 1px 1px;
} 

 /* -------- Content Structure -------------- */


/* Post Style*/

.entry {
background: #dad9dd;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
padding: 10px;
}


.entry h1 {
color: #fff;
text-shadow: #8e8d97 1px 1px;
background: #adacb2;
text-align: center;
font-family: "Trebuchet MS", Arial;
font-size: 14px;
font-style: italic;
padding: 3px;
margin: 4px 100px 2px 0px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
border-right: 2px solid #dddce2;
border-bottom: 2px solid #dddce2;
}

.entry h1 a{
color: #fff;
text-decoration: none;
}

.entry h2 {
color: #a2a1a7;
text-align: center;
font-family: "Trebuchet MS", Georgia;
font-size: 10px;
padding: 2px;
margin: 0px 100px 0px 8px;

}

.entry h2 a{
color: #82808a;
text-decoration: none;
}

.entry h2 i{
color: #686670;
text-decoration: none;
}

.page h1 {
color: #fff;
text-shadow: #8e8d97 1px 1px;
background: #adacb2;
text-align: center;
font-family: "Georgia", Times New Roman;
font-size: 16px;
font-style: italic;
padding: 3px;
margin: 0px 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
border-right: 2px solid #dddce2;
border-bottom: 2px solid #dddce2;
}

.page h1 a{
color: #fff;
text-decoration: none;
}

h5 {
color: #994640;
text-shadow: #8e8d97 1px 1px;
text-align: left;
font-family: "Trebuchet MS", Tahoma;
font-size: 9pt;
font-weight: bold;
font-variant: normal;
padding: 0px 0px 0px 0px;
margin: 10px 0px 0px 0px ;
}

.datebox {
display: block;
margin: -4px 0px 0px 0px;
padding: 0px;
height: 50px;
width: 90px;
float: right;
background: url('images/date.png') no-repeat;
}

.datebox .day {
display: block;
text-align: center;
color: #924744;
font-family: "Trebuchet MS", Arial, Tahoma;
font-size: 14px;
line-height: 12px;
margin: 11px 0px 0px 0px;
text-shadow: #dad9dd 1px 1px;
font-style: italic;
}

.datebox .year {
display: block;
text-align: center;
color: #544e54;
font-family: "Georgia", Trebuchet MS, Tahoma;
font-size: 11pt;
margin: 0px 0px 0px 0px;
text-shadow: #fff 1px 1px;
}

.entry-content {
color: #888496;
font-family: Arial;
font-size: 11px;
text-align: justify;
padding-bottom: 10px;
}

.entry-meta-out {
text-align: left;
margin: 5px 0 0 30px;
}

.entry-meta1 {
color: #6c6977;
background-color: #dad9dd;
text-align: center;
font-family: "Trebuchet MS", Tahoma;
font-size: 11px;
line-height: 13px;
padding: 5px 15px;
margin: 5px;
-moz-border-radius: 0px 0px 20px 20px;
-khtml-border-radius: 0px 0px 20px 20px;
-webkit-border-radius: 0px 0px 20px 20px;
border-radius: 0px 0px 20px 20px;
}

.entry-meta1 a{
color: #5c5468;
text-decoration: none;
}

.nav-entry {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

.alignright {
float: left;
}

.alignleft {
float: right;
}

/* Comment Style*/

h3{
color: #5c5468;
font-family: Trebuchet MS;
font-size: 8pt;
font-weight: bold;
text-align: left;
margin: 0px 7px;
padding: 12px 0px 0px 5px;
text-transform: Uppercase;
border-bottom: 1px solid #f6f6f8;
}

.comment-title {
color: #636268;
text-align: left;
font-family: Trebuchet MS;
font-size: 10pt;
font-weight: bold;
margin: 0px;
text-shadow: #c6c5cb 1px 1px;
text-transform: lowercase;
}

.comment-title a{
color: #843a38;
text-decoration: none;
}

.comment-title strong{
color: #3c3b41;
text-decoration: none;
}

.comment-content {
color: #817d8d;
padding: 0px 1px 5px 1px;
font-family: Arial;
font-size: 11px;
text-align: justify;
}

.comment-space {
margin: 15px;
}

img.avatar {  
float:left;
margin-right:5px;
display: inline;
background: #e7e6ea;
padding: 3px;
border-right: 1px solid #9895a3;
border-bottom: 1px solid #9895a3;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
} 

/*Sidebar style*/

.sidebar {
background: #dfdfe5 url('images/sidebg.jpg') no-repeat;
-moz-border-radius: 12px;
-khtml-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
padding: 10px;
border: 1px solid #fff;
margin: 0 0 18px 0;
}	

.sidebar .title {
color: #3c3a48;
text-shadow: #fff 1px 1px;
font-family: "Trebuchet MS", Arial, Tahoma;
font-size: 15px;
font-weight: bold;
font-style: italic;
text-transform: lowercase;
line-height: 17px;
text-align: right;
margin: 0px 0 10px 0;
padding-right: 5px;
border-bottom: 1px solid #ebebef;
}

.sidebar .content {
color: #8b8b9d;
font-family: Arial;
font-size: 11px;
text-align: justify;
}

.sidebar .content ul{
margin: 0px;
padding: 8px;
}

.sidebar .content p {
margin: 0px;}

.sidebar h2 {
font-family: Trebuchet MS;
margin: 5px 0px 0px 0px;
color: #363756;
text-align: left;
text-transform: uppercase;	
font-size: 8pt;
letter-spacing: 2px;
word-spacing: 1px;
}


/*Options style*/

a {
color: #af3535;
text-decoration: none;
}
a:hover {
color: #6e6b7f;
}

.image {  
margin:2px;
padding: 5px;
background: #e4e3e7;
border-right: 1px solid #9c9aa4;
border-bottom: 1px solid #9c9aa4;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
} 

.image:hover {  
margin:2px;
padding: 5px;
background: #eeeef0;
border-right: 1px solid #585561;
border-bottom: 1px solid #585561;
} 


blockquote {
font-family: Trebuchet MS;
font-size: 11px;
line-height: 14px;
color: #6b667a;
padding: 2px 15px 2px 15px;
background: #dfdee2;
border: 1px solid #c0bfc3;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;}


input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #6b667a;
background: #dfdee2;
padding: 3px;
border: 1px solid #c0bfc3;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

.clear {
clear: both;
}

strong {color: #3a3840; font-family: "Trebuchet MS", Tahoma; font-size: 8pt; text-shadow: #bfbec4 1px 1px;}
b {color: #3a3840;}
i { color: #2a2a2a;}
italic { color: #2a2a2a;}
em { color: #2a2a2a;}
u {color: #6e6b7f; text-decoration: none; border-bottom: 1px dotted #af3535;}
img {border: 0px;}

.s-top {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #9f9dab;
background: #f4f3f7;
padding: 2px;
border: 1px solid #cfcdd9;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

.s-top-button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #9f9dab;
background: #f4f3f7;
padding: 1px;
border: 1px solid #cfcdd9;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

