/* 
  Theme Name: Artheritis
  Theme URI: http://domzee.com/
  Description: artheritis theme
  Version: 2.1
  Author: Mariah K.L.
  Author URI: http://www.ceo2design.com/
*/


/* Main Portion Body */

html {
	height: 100%;
	margin-bottom: 0.1em;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background:#D9ECFF;
	color: #444;
	font: 74%/1.6em verdana, tahoma, arial, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #666;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Serif;
}

img {
	border: 0;
}
p {
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0.5em;
	padding: 0;
}
img.right {
	float: right;
	margin: 10px 0 0 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
hr {
	display: none;
}

br.clear {
	clear: both;
}

/* Body structure*/

#mainpage {
	text-align: left;
	width: 950px;
	margin: 2px auto;
}
#top {
	width: 950px;
	padding: 0;
	margin: 0 auto;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding-top: 67px;
	padding-left: 90px;
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .1em;
	color:#FFFFFF;
	text-align: left;
	height: 116px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	border: 2px solid #C8E0F3;
}
.description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 2px;
}

#left {
	width: 745px;
	float: left;
}
#right {
	width: 195px;
	float: right;
}

#content {
	width: 516px;
	float: left;
	background: #EFF7FF url(images/bgcontr.gif) 0 0 repeat-x;
	border: 2px solid #fff;
	margin-top: 0;
	padding: 10px;
}
.post {
	margin-bottom: 30px;
}
.post .entry {
	border-bottom: 2px solid #efefef;
}
.postmetadata {
	font-size: .9em;
	color: #999;
	text-align: right;
}
.postmetadata  a{
	color: #666;
}
#menubar{
	height: 40px;
	width: 950px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 2px;
}
#menusideleft{
	height: 40px;
	width: 5px;
	float: left;
	background-image: url(images/menu-bg-1.jpg);
	background-repeat: no-repeat;
}
#menusideright{
	height: 40px;
	width: 5px;
	float: right;
	background-image: url(images/menu-bg-2.jpg);
	background-repeat: no-repeat;
}

#menu
{
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 5px;
	float: left;
	width: 940px;
	height: 35px;
	}

#menu ul
{
	padding: .6em 1.5em 0em 1.5em;
	list-style: none;
	text-align: left;
	position: relative;
}

#menu li
{
	display: inline;
	padding-top: 0em;
	padding-right: 1.5em;
	padding-bottom: 0em;
	padding-left: 2em;
	margin-right: .5em;
	border-right: 1px solid #d1d1d1;
}

#menu li a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}

#menu li a:hover,#menu li.current_page_item a
{
	color: #999999;
	text-decoration: none;
}


/* Sidebar*/

#sidebar {
	width: 195px;
	float: right;
	color: #2DA7F2;

}
.side1 {
	background: #2DA7F2;
	padding: 10px;
	margin-bottom: 10px;
}
.side2 {
	background: #2DA7F2;
	padding: 10px;
	margin-bottom: 10px;
}
#sidebar  .side1 h2,#right  .side2 h2{
	height: 30px;
	padding-top: 4px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(images/subhead-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar a {
	color: #FCF917;
}
#sidebar a:hover {
	text-decoration: underline;
}
#right .side2 a {
	color: #FCF917;
	
}
#right .side2 ul li a,#sidebar .side1 ul li a  {
	padding-left: 18px;
}
#sidebar .side1 ul li.current_page_item a {
	color: #FFF200;
	padding-left: 18px;
	}

#right .side2 ul li a:hover,#sidebar .side1 ul li a:hover  {
	padding-left: 18px;
}
#right .side2 a:hover {
	text-decoration: underline;
}
#sidebar #avatr {
	border: 1px solid #EAECFB;
}

/* Footer */

#footer {
	width: 930px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
	margin: 10px auto;
	background:#96C5EA;
	color: #fff;
	font-size: 0.95em;
	text-align:center
	

}
#footer div {
	padding: 10px 0;
	border-bottom: none;
}

#footer a {
	color: #00CCCC;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline
}

/* Design */

#searchform {
	width: 150px;
	margin-bottom: 10px;
}
#right ul, #sidebar  ul{
	list-style: none;
}

.blockr,.pagenav,#sidebar .categories, .about,.linkcat, .widget {
	margin-bottom: 10px; 
	padding-top: 0;
}
#sidebar ul li ul li ul{
	margin-left: 16px;
}

/* decoration */

#header  h1 {
	font: 4.5em Garamond, Georgia, "Times New Roman", times, serif;
	margin: 0;
	color: #fff;
}
#headr h1 a {
	color: #BDE701;
	}
#header h1 a:hover {
	color: #fff;
}
h2.pagetitle {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 12px;
	color: #1777BA;
	margin-bottom: 0;
	font-family: Arial, Verdana, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.post h2 {
	font-family: Arial, Verdana, "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}
.post h2 a {	
	color: #07515A;
	display: block;
	padding: 4px;
}
.post h2 a:hover {
	color: #E0CE00;
}
.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
p.postmetadata
{
	color: #1777BA;
	font-size: 85%;
	margin-bottom: 10px;
}
p.postmetadata a
{
	color: #666;
	text-decoration: none;
}
span.timr
{
	background: url(images/time.gif) 0 0 no-repeat;
	padding-left: 15px;
}
/* Post date */
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
/*end date*/
span.catr
{
	background: url(images/categ.gif) 0 0 no-repeat;
	padding-left: 15px;
}
span.editr
{
	background: url(images/pen.gif) 0 0 no-repeat;
	padding-left: 15px;
}
span.commr
{
	background: url(images/com.gif) 0 0 no-repeat;
	padding-left: 15px;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}
#avatr {
	float: left;
	margin-right: 5px;
}
/* Comments page*/

.navigation a
{
	color: #666;
}
.alignleft
{
	float: left;
	width: 50%;
}
.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}

.ileft {
	float: left;
	margin-right: 5px;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}


#content .commentsfeedr
{
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}
#content .trackbackr
{
	background: url(images/trackback.png) no-repeat left center;
	padding-left: 20px;
}
h3#respond {
	border-bottom: 1px solid #ccc;
}

input.textbox, textarea
{
	background: #fff; /*url(images/shadow_top.gif) repeat-x top;*/
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit
{
	padding: 3px 5px;
}
.comment
{
	background: #D9ECFF; /* url(images/shadow_top.gif) repeat-x top;*/
	border: #C5DDF6 1px solid;
	list-style: none;
	margin: 1.5em 0;
	padding: 1.5em;
}
.alt
{
	margin-top: 10px;
	background: #EFF7FF;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
#comment {
	width: 100%;
}
/* Form */

input#s {
	width: 160px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 2px solid #067BFE;
	height:12px;
}
input#s:focus {
	padding: 5px;
	background: #999;
	color: #fff;
	border: 2px solid #fff;
}

input#searchsubmit
{
	
	height: 25px;
	margin: 0 10px 0 0;
	position: relative;
	width: 70px;
	font-weight: bold;
}


fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}

pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #666;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background: #efefef;
}
#commentform {
	width: 500px;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #666;
padding: 2px;
}
