/*
Theme Name: MelosND- Version 2
Theme URI: http://carolynecooper.com/
Description: MelosND is a simple, three column, SEO optimized Widget-ready theme for Wordpress.
Author: Carolyn E. Cooper
Author URI: http://carolynecooper.com
version: 1.0

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/



/* essential selectors */

*{margin:0; padding:0;}

body
{
	color: #039;
	margin: 20px;
	background-color: #F3F3FF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#bkg-rgt
{
	top: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

img{border: none; padding: 6px;}
img a{border:none;}

img.left{ float: left; border: none; padding: 0 15px 10px 0; }
img.right{ float: right; border: none; padding: 0 0 10px 15px; }

	
table { 
	width: 100%;
	border: 0; 
	}

	
table .one { 
	width: 20%;
	padding: 10px 4px 2px 2px; 
	}

table .two {
	padding: 10px 2px 2px 4px; 

	}

table .th-title
{
	background-color: #C2C1B9;
	text-indent: 2px;
}
	

/* text and link selectors */
	
h1
{
	font-size: 16pt;
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
	text-transform: uppercase;
}
h2
{
	font-size: 12pt;
	margin-top: 10px;
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
}
h3 {
	font-size: 10pt; 
	margin-top:10px;
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
}
h4 {font-size: 9pt;}


a {
	color: #6495ED;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #6495ED;

}

a:hover
{
	color: #FFD700;
	text-decoration: underline;
	border: none;
}

blockquote{
	border-left:1px solid #f0fff0;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* wrapper */


#wrapper
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 6px solid #FFC;
	background: #fff;
}
	
/* header */

#header
{
	width: 100%;
	color: #fff;
	height: 160px;
	background: #6495ED url('images/lindsa-cropped-blue.jpg') no-repeat;
	border-color: #FFD700;
	border-width: 2px 1px 3px 1px;
	border-style: solid;
}
	
#header a{
	color: #fff;
}

#header a:hover
{
	color: #FFC;
	text-decoration: underline;
	border: none;
}

#header a: visited {
	color: #fff;
}

#blogtitle {
	width: 380px;
	margin: 6px 15px 0 15px;
	padding: 40px 15px 10px 120px;
	text-align: left;
	float: left;
}
#blogtitle h1
{
	font: 18pt/20pt Palatino, Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}

#blogtitle h2
{
	font-family: Palatino, Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	padding: 4px 0 0 0;
}

#r-hdr-box {
	width: 200px;
	height: 120px;
	float: right;
	margin: 15px 2px 0 2px;
	padding: 0px 105px 0 0;
	text-align: right;
	background: transparent;
	background-image: url('images/r-hdr-box-caduceus.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}
#r-hdr-box p {
padding: 14px 0 0 0;
}
#r-hdr-box .leftcolumn {
float:left;

}

/* mid header */
	
#midheader
{
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-top: 6px solid #fff;
	margin: 0;
	padding: 0;
}

.leftcontent{ 
	width: 420px;
	height: 194px;
	float: right;
	font-size: 8pt;
	
	}

.leftcontent h2{
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
  font-size: 14pt;
  font-weight: 300;
  margin: 10px 0 0 15px;
  }

.leftcontent ul{ 
	margin: 10px 15px;
	}
	
.leftcontent ul li{ 
  padding: 4px 0 4px 0;
  border-top: 1px dotted #B2B2AA;
  list-style-type: none;
	}
	
.leftcontent ul li a{color: #767C6F;}
.leftcontent ul li a:hover{color: #767C6F; text-decoration: none;}
	
.leftcontent ul li:hover{ 
	background-color: #ededed;
	}

.rightimg{ 
	width: 500px;
	height: 140px;
	float: left;
	background: url(images/header-banners/random.php);
	border-left: 6px solid #fff; 
	border-bottom: 6px solid #fff; 
	}

/* navigation bar menu */

#nav
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 30px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style: none;
	line-height: 1.2em;
	background: #FFC;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #FFD700;
	text-transform: capitalize;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
}

#nav a:hover
{
	background: #6495ED;
	color: #fff;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #969595;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav li ul a{
	background: #969595;
	list-style: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 300;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
	background: #fff;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav .rightside {
float: right;
}

#nav img
{
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	right: 0;
	vertical-align: middle;
}


/* content */


#content
{
	float: left;
	width: 700px;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}


.post {
	margin: 0 10px;
	padding:10px 10px 10px 10px;
	line-height: 14pt;
	text-align: left;
	}
	
.post h2
{
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 0 0 2px 0;
	line-height: 17pt;
}

.post p{margin: 4px 0 4px 0;}

.post ul {padding: 12px;}

.post ul li {list-style-type:square; list-style-position: inside;}


.post ol {padding: 12px;}

.post ol li
{
	list-style-position: inside;
	list-style-type: decimal;
}

.indent {padding: 0, 10px, 0, 10px;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: center;
	line-height: 15pt;
	}
	
.postmetadata img{display: inline; margin: 0; padding: 4px 2px 0 2px;}
	
.navigation {
	margin: 10px;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {float:left; margin-right: 4px;}
.alignright {float:right; margin-left: 4px;}

.wp-caption-text {padding: 0 2px 0 2px;}

.archive-post {
	margin: 0 10px;
	padding:0 10px 10px 10px;
	line-height: 14pt;
	text-align: left;
	}
.archive-title h2
{
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
	font-size: 14pt;
	line-height: 15pt;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 0;
}

.archivetitle
{
	margin: 0 10px 0 20px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 300;
	color: #87CEEB;
	padding: .5em 0 .5em 0;
	background: #F0F8FF;
	border-color: #87CEEB;
	border-width: 0 0 2px 0;
	border-style: solid;
}

.notice {
	padding: 5px 10px 5px 20px;
	}
	
/* Sidebar */
	
#sidebar
{
	float: right;
	width: 190px;
	margin: 20px 0px 0px 0px;
	padding: 0px 19px 20px 19px;
	border-left: 1px solid #FFD700;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	

#sidebar ul li {
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	}


/*#feed {
	background:  url("images/rss.gif") 183px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top 
	padding: 4px 0px 4px 10px;
}

sidebar a:link, #r_sidebar a:visited	{ color:#444; text-decoration:none; outline:none; }
sidebar a:hover, #r_sidebar a:active	{ color:#444; text-decoration:underline; outline:none; }*/
	
	
#sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}

#sidebar li {list-style: none; }	


/*	left sidebar 					    */ 

#l_sidebar {
	float: left;
	width: 160px;
	margin: 20px 0px 0px 0px;
	padding: 0px 19px 20px 19px;
	font:11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	border-left: 1px solid #FFD700;
	}
	
#l_sidebar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#info {
	border-color: #87CEEB;
	border-width: 1px;
	border-style: solid;
	background: #F0F8FF;
}

#info h2 {
	background: #FFC;
	margin: 0;
	padding: 2px 0 2px 0;
	text-indent: 2px;
	border-bottom: 1px solid #87CEEB;

	
}


#l_sidebar ul li {
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	border-bottom: #87CEEB 1px solid;
	}


#l_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}


#l_sidebar li {list-style: none; }	


/*	Right Sidebar 	 */ 
	
#r_sidebar {
	float: right;
	width: 190px;
	margin: 20px 0px 0px 0px;
	padding: 0px 19px 20px 19px;
	border-left: 1px solid #FFD700;
	font:11px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	

#r_sidebar ul li {
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	}


/*#feed {
	background:  url("images/rss.gif") 183px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top 
	padding: 4px 0px 4px 10px;
}

#r_sidebar a:link, #r_sidebar a:visited	{ color:#444; text-decoration:none; outline:none; }
#r_sidebar a:hover, #r_sidebar a:active	{ color:#444; text-decoration:underline; outline:none; }*/
	
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}

#r_sidebar li {list-style: none; }	


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #FFE4E1;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #390; text-decoration: none; border-bottom: 1px dotted #390;line-height: 14pt;}
	
#commentform h3
{
	font-family: times, palatino linotype, palentino, "times new roman", georgia, serif;
	font-size: 10pt;
	font-weight: 300;
	color: #330;
}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #Fff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #330;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #FAF0E6;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #Fff;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#390;}

cite {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #390; text-decoration: none; border-bottom: 1px dotted #330;}


/* search */

#searchform{
	padding: 6px 0 6px 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

#searchform input#s
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border-color: #C2C1B9;
	border-width: 1px;
	border-style: solid;
}

#searchform input#searchsubmit
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	background-color: #fff;
	color: #686868;
	border-color: #C2C1B9;
	border-width: 1px;
	border-style: solid;
}

/* footer */

#footer
{
	background-color: #CCF;
	clear: both;
	width: 100%;
	margin-top: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border-top: 6px solid #fff;
}
	
#footer p
{
	padding: 6px;
	margin: 0;
}
/*#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}*/

#footer-left { background-color: #ededed; }


