/*
Theme Name: Medinor Theme
Theme URI: http://frostbug.com
Description: The default theme for medinor
Version: 1.0
Author: frostbug
Author URI: http://frostbug.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/
@charset "utf-8";
/* CSS Document */

body{

background-color:#FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

a:link {
	color:#666;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	color:#666;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #006600;
	border: none;
}
a:active {
	text-decoration: none;
	color: none;
	border: none;
}

.title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-align: center;
}

.heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#336600;
text-align:left;
}

.footer{
padding-top:10px;
padding-left:20px;
padding-right:20px;
background: url(images/img_10.gif);
height:31px;
font-size:12px;
}

.continear{
padding:15px;
vertical-align:top;
}

.box{
padding:10px;
background:url(images/img_13.gif);
width:164px;
height:9px;
}

.head{
padding-top:5px;
padding-left:10px;
padding-right:10px;
background:url(images/img_11.gif);
width:164px;
height:41px;
}

.boxfoot{
background:url(images/img_14.gif);
width:184px;
height:8px;
}

.widget{
background:url(images/widget_bg.gif) repeat-y;
width:184px;
margin-bottom:10px;
}
.widgetcontent{
margin:5px;
}
.widgetcontent ul{
margin:0;
padding:0 0 0 10px;
list-style-position:outside;
list-style-type:none;
}
.widgetcontent li{
background:transparent url(images/widget_bar.gif) no-repeat scroll bottom left;
padding-top:6px;
padding-bottom:11px;

}
#categoryposts-3 .widgetcontent li{
background:transparent url(images/widget_bar.gif) no-repeat scroll 10px bottom;
}

.widgetcontent a:hover{
font-weight:bold;
}


.widgetbottom{
background:url(images/img_14.gif);
width:184px;
height:8px;

}
#wp-calendar{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
#wp-calendar a{
    font-weight:bold;
}
.jsddm{
    position:relative;
    z-index:0;
    margin:0;
    padding:0; 
}
.healthpopup{    
    background-color:#FAF3CE;
    border:1px solid #FAF3CE;
    margin:0px;
    padding:0 0 0 12px;
    list-style-type: none;    
    width:130px;
    z-index:10;
    top:80px;
    position:absolute;
    left:0px;
}

.healthpopup li{
    padding:4px;
}
.healthpopup{
    display:none;	
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */	


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.widgettitle h2{
    color:#FFF;
}
#text-3 .widgettitle h2{
    font-size:10px;
}
.widgetcontent,.widgetcontent a{
    color:#FFF;
}
/* End captions */