/*  
Theme Name: MedMinded
Description: 
Author: 
Version: 1.7
Tags: 
*/

/* Aarons Added */

.picture {
background-color: #eee;
border: 0px solid #000;
padding: 3px;
font-size: 75%;
text-align: right;
}

.picture img {
border: 1px solid #000;
vertical-align:middle;
margin-bottom: 3px;
}

.right { margin: 6px 10px 1px 6px; float:right; display:inline; }

.left { margin: 6px 6px 1px 10px; float:left; display:inline; }

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #225588;
  text-decoration: none;
  }

a:hover {
  color: #153352;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto;
  width: 910px;
  font-family: 'trebuchet ms', arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #fff;
  color: #000;
  }


/* Header and wrapper */

#wrapper {

  margin-left: 10px;
  width: 910px;
  text-align: left; /* IE Centering Technique */
  }

#titlewrapper {
  background: url(images/top2.png) top left no-repeat;
  height: 129px;
}

#headerwrapper {
  }

#header {
  }

#title {
  float: left;
  margin-top: 63px;
  margin-left: 15px;
  width: 100px;
  display:inline;
  }
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  color: #225588;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #EBE9BE;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #000;
  font-size: 11pt;
  }

#topright {
  color: #000;
  font-size: 10pt;
  float: right;
  margin-top: 64px;
  margin-bottom: 5px;
  margin-right: 25px;
  margin-left: 70px
  width: 468px;
  height: 60px;
  display:inline;
  }

#topright a {
  color: #225588;
  }


/* MENU */

#menu{
	width:100%;
	height:32px;
	background-color: #c6d0de;
	background:url(images/nav_tr_long1.png) bottom right no-repeat;
}
#main_search{
	float:right;
	width:298px;
}
#mainmenu{
	float:left;
	height: 32px;
	padding:0 0 0 20px;
	background-color: #c6d0de;
	background:url(images/nav_tl1.png) bottom left no-repeat;
  display:inline;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
	padding: 0 0 0 12px;
	background:url(images/nav_pas1.png) #313b45 bottom left no-repeat;
}

/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#000;
	z-index:1000;
	height:27px;
	padding:5px 12px 0 0;
	background:url(images/nav_pas1.png) #313b45 bottom right no-repeat;
	color:#fff;
	text-decoration:none;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}

#mainmenu ul li.current_page_item{
	padding: 0 0 0 12px;
	background:url(images/nav_act1.png) #f5f5f5 bottom left no-repeat;
}

#mainmenu .current_page_item a, #mainmenu .select a{
	background:url(images/nav_act1.png) #f5f5f5 bottom right no-repeat;
	color:#000;
	text-decoration:none;
}

#mainmenu ul li a:hover{
	text-decoration: underline;
}

/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 11px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #676767;
	background:#252525;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	color:#fff;
}

#header #searchform {
  float: right;
  margin-left: 0;
  }

#searchform {
  margin-left: 10px;
  width: 228px;
  padding-top: 7px;
  height: 28px;
  background: #ccc;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

/* Content */
#mainwrapper {
  margin: 0;
  padding: 0 5px 0 5px;
  width: 900px;
  background: url(images/repeat.png) top left repeat-y;
}
#main {
  clear: both;
  margin: 0;
  padding: 0 15px 0 15px;
  width: 870px; /* Prevents IE6 miscalculation */
  }

#contentwrapper {
  min-height: 500px;
  width: 645px;
  float: left;
  display:inline;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  }

#content {
  background:url(images/content_l_rep.png) #f5f5f5 top left repeat-y;
  position:relative;
  }

#cont_int {
  margin: 0 0 0 4px;
  padding: 0 15px 0 11px;
  background:url(images/content_r_rep.png) #f5f5f5 top right repeat-y;
}

#cont_foot_l {
  height:13px;
  width:100%;
  float:left;
  margin: 0;
  padding: 0;
  display:inline;
  background:url(images/content_l_foot.png) bottom left no-repeat;
}

#cont_foot_r {
  height: 13px;
  margin: 0 0 0 13px;
  padding: 0;
  background:url(images/content_r_foot.png) bottom right no-repeat;
}

#content .pageTitle {
  font-size: 15pt;
  letter-spacing: -1px;
  color: #222;
  }

.post {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  position:relative;
  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  color: #333;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

#content p, .postContent p, .postExcerpt p {
  font-size: 10pt;
  text-align: justify;
  color: #333;
  }

.postContent, .postExcerpt {
  margin-left: 10px;
}

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postExcerpt ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.postExcerpt ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.postExcerpt img {
  border: 1px solid #000;
  margin: 15px 5px 0px 10px;
}

.comment {
  border-top: 1px solid #ebebeb;
  }


#commentslinks {
  float: right;
  display:inline;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #727248;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #727248;
  background: url(images/comment_icon.png) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 0px 10px;
  margin: 0 0 0 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment_icon.png) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #333;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment_icon.png) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.png) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #000;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  display:inline;
  width: 370px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  height:26px;
  padding: 0 10px 0 10px;
  }

.art_sep {
  background: url(images/sep2.gif) #f5f5f5 repeat-x;
  clear: both;
  display: block;
  height: 10px;
  margin: 0px;
  position:relative;
}

/* Sidebars */

#subscriberss {
  background: url(images/rss-small.gif) left no-repeat;
  padding-left: 21px;
}

#followtwitter {
  background: url(images/sb_twitter.gif) left no-repeat;
  padding-left: 21px;
}

#followfacebook {
  background: url(images/sb_facebook.gif) left no-repeat;
  padding-left: 21px;
}

#sidebars {
  float: right;
  display:inline;
  margin-top: 0 0 0 5px;
  padding: 5px 0 0 0;
  width: 215px;
  }

#sidebar0 {
  margin: 0;
  }

#sidebar1 {
  float: left;
  display:inline;
  position: relative;
  width: 215px;
  margin: 0;
  padding: 0;
  }

#sidebar2 {
  float: right;
  display:inline;
  width: 160px;
  margin: 0 25px 0 0;
  }

#sidebars h2 {
  background: #343d45;
  margin: 0 8px 0 5px;
  padding: 1px 5px 3px 5px;
  font-size: 12pt;
  color: #fff;
  letter-spacing: -1px;
  border-bottom: 1px solid #e4e4e4;
  position:relative;
  }

#sidebars table {
  width: 160px;
  }

.sidebar_box {
  margin-bottom: 5px;
  list-style: none;
  font-size: 9pt;
}
.s_b_tl {
  background: url(images/box_tl.gif) top left no-repeat;
  margin: 0;
  padding: 0;
  height: 10px;
}
.s_b_tr {
  height: 10px;
  margin: 0 0 0 10px;
  padding: 0;
  background: url(images/box_tr.gif) top right no-repeat;
}
.s_b_l {
  margin: 0;
  padding: 0;
  min-height: 20px;
  background: url(images/box_l.gif) #f5f5f5 top left repeat-y;
}
.s_b_r {
  min-height: 20px;
  background: url(images/box_r.gif) #f5f5f5 top right repeat-y;
  margin: 0 0 0 3px;
  padding: 0;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}
.s_b_bl {
  background: url(images/box_bl.gif) top left no-repeat;
  margin: 0;
  padding: 0;
  height: 10px;
}
.s_b_br {
  height: 10px;
  margin: 0 0 0 10px;
  padding: 0;
  background: url(images/box_br.gif) top right no-repeat;
}
.s_b_cont {
  margin: 0;
  padding: 3px 12px 0 12px;
  position:relative;
}
.s_b_cont ul li {
  border: 0;
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/arrow_sm.png) left 5px no-repeat;
  line-height: 14px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  position:relative;
}

#sidebars ul {
  margin: 0;
  list-style-type: none;
}

#sidebars a {
  display: inline;
  color: #333;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #225588;
  }
#sidebars a:hover {
  color: #153352;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:-5px;}

#emailsubmit {
  background: url(images/subscribe.png) left top no-repeat;
  width: 80px;
  height: 20px;
  border: none;
  font-size: 9pt;
  color: #000;
}


/* footer*/

#footerwrapper {
  background: url(images/repeat.png) top left repeat-y;
  height: 20px;
  width: 910px;
  }

#footer {
  clear: both;
  display:inline;
  width: 900px;
  margin-left: 5px;
  }

#footer p {
  font-size: 10pt;
  color: #fff;
  }

a img {
  border: none;  
  }

#bottomcurve {
  width: 910px;
  height: 43px;
  background: url(images/footer.png) top left no-repeat;
  }
#bottomcurve span{
  float: right;
  display:inline;
  width: 125px;
  height: 0px;
  }

#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #D9D688;
  font-weight: bold;
  }


/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -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;
  }



