/*
Theme Name: yourmwrblog

*/

/* Begin Various Tags & Classes */


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  #jtabber .hiddencontent = after the tabber interface is set up
  --------------------------------------------------*/


#jtabber {
 padding:0;
 margin:0;
 width: 428px;
 display: block;
padding-left: 17px;
padding-right: 15px;
 background:#e5e5e5;
 border-left:1px solid #999999;
  border-right:1px solid #999999;
}

#tabberB {
	width:462px;
	height:7px;
	background:url(images/jb.png) no-repeat;
}

#tabberTop {
	width:462px;
	height:7px;
	background:url(images/jt.png) no-repeat;
}

.moreArticles {
	float:right;
	font-size:12px;
}

.moreArticles a {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#nav
{
 margin:0;
 padding:5px 0;
 font: 12px  Arial, Verdana, Arial;
}

#nav a
{
list-style: none;
padding:5px;
display: inline;
color:#000;
text-decoration:none;
}

#nav a span
{
border-bottom: none;
background: url(images/tabber-right.gif) top right no-repeat;
color:#000;
text-decoration:none;
}

#nav li a:hover
{
color:#000;
text-decoration:none;
}

#nav a.selected {
  background:#fff;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  color:#000;
  text-decoration:none;
}
#nav a.selected span
{
  background:#fff;
  color:#000;
  text-decoration:none;
}

#nav a.selected:hover
{
  color:#000;
  text-decoration:none;
}

/*--------------------------------------------------
  #jtabber .hiddencontent = the tab content
  Add style only after the tabber interface is set up (#jtabber .hiddencontent)
  --------------------------------------------------*/
#jtabber .hiddencontent {
padding: 5px;
border-top:0;
border:1px solid #ccc;
position:relative;
display: none;
background:#fff;
 
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */


 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
* html #jtabber .hiddencontent {
}

#jtabber .hiddencontent h5  { color: #640d0e; margin: 0px 0px 0px 0 ;  padding-bottom: 3px;  font: 12px Arial, Helvetica, Sans-Serif; line-height: 18px; }
#jtabber .hiddencontent h5 a, h5 a:visited {color: #640d0e;	text-decoration: none;}
#jtabber .hiddencontent h5 a:hover {color: #640d0e;text-decoration: underline;}
#jtabber .hiddencontent p {
	font-size: 11px;
	margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px;
	color: #999;
	border-bottom: 1px dotted #333;
	line-height: 11px;
}
#jtabber .hiddencontent p a, #jtabber .hiddencontent p a:hover {
	text-decoration: none;
	color: #999;
}
#jtabber .hiddencontent p a:hover {
	text-decoration: none;
	color:#333;
}
#jtabber .hiddencontent ul {
list-style-type: none;
}
#jtabber .hiddencontent ul li {
list-style-type: none;
}
#tabber_sidebar {
	display: block;
	margin: 25px 0px 10px 0px; padding: 0px 25px;
	width: 250px;
	float: right;
}










/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
  text-align:center;
  background:#505050;
  font:62.5%/1.5 arial,helvetica,sans-serif;
  color: black;
  min-width:985px;
}
#featured {
  width:100%;
  font-size: 1.2em;
  padding: 5px 0;
  color:#fff;
  background:#484848;
  overflow:hidden;
}
#featured .main {
  width:985px;
  margin:0 auto;
  text-align:left;
  list-style-type: none;
}
#featured .main ul {
  list-style-type: none;
}
#featured .main ul li {
  list-style-type: none;
}
#header {
  width:985px;
  margin:0 auto;
  font-size:1.2em;
}
#header .main {
  width:100%;
  text-align:left;
}
#content {
  width:985px;
  margin:0 auto;
}
#content .main {
  width:985px;
border-top:5px solid #eaeaea;
	border-bottom:5px solid #eaeaea;
	padding-right:0px;
  text-align:left;
  background:url(images/body-bg1.jpg) left top repeat-y;

}
#content .main:after {
  content:".";
  display:block;
  height:0;
  font:0/0 serif;
  clear:both;
  visibility:hidden;
}
#primary {
  width:588px;
  margin:0 2px 20px 0;
padding:0px;
  float:left;
  display:inline;
  font-size:1.2em;
}
.secondary {
 /* float:right;
  width:390px;
  
  font-size:12px;*/
}
#sidebarOne {
  width:390px;

  
}
#extras {
  width:100%;
  padding:0 0 15px;
  clear:both;
  font-size:1.2em;
  color:#232323;
  background:url(images/bg-extra.png) repeat-x left bottom;
}
#extras .main {
  width:960px;
  margin:0 auto;
  text-align:left;
  overflow:hidden;
  background:url(images/extra-bg.gif) repeat-y;
}
#footer {
  width:100%;
  clear:both;
  font-size:1.2em;
  color: black;
  background:#F4F6F5;
}
#footer .main {
  width:985px;
  margin:0 auto;
  text-align:left;
  padding:5px 0 13px;
  overflow:hidden;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Featured
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#featured a {
  color:#fff;
  text-decoration: underline;
}
#featured a:visited {
  color:#eee;
}
#featured a:hover,
#featured a:focus {
  text-decoration:none;
}
#featured .main div {
  float:left;
}
#featured ul {
  float:right;
  font-size:1.08em;
}
#featured ul li {
  display:inline;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
  width:462px;
  height:87px;
  overflow:hidden;
  position:relative;
  display:inline;
  float:left;
  margin:22px 0 0 -46px;
}
#logo a,
#logo a:visited {
  float:left;
}
#logo em {
  display:block;
  clear:both;
  font-size:.8em;
}
#logo span {
  position:absolute;
  left:0;
  top:0;
  width:462px;
  height:87px;
  background:url(images/logo.jpg) no-repeat;
  cursor:pointer;
}
#logo img {
  display:block;
  position:relative;
}
#header .photo {
  float:right;
	margin:4px 0;
}
#header .navigation {
  clear:both;
  margin:0 0 2px;
  height:1%;
  background:#282828;
}
#header .navigation:after {
  content:".";
  display:block;
  height:0;
  font:0/0 serif;
  clear:both;
  visibility:hidden;
}
#menu {
  float:left;
  line-height:2.92;
  font-weight:bold;
}
#menu li {
  float:left;
	display:inline;
  position:relative;
  z-index:11;
  background:url(images/menu-divider.gif) no-repeat right;
}
#menu li a {
  text-decoration: none;
  color:#fff;
  float:left;
  padding:0 16px;
}
#menu li.hover a,
#menu li:hover a,
#menu li a:hover {
  background:url(images/menu-hover.png) no-repeat;
}
#menu li.current_page_item, #pages li.current_page_item {
	font-size:1.25em;
  line-height:2.73;
	margin:-6px 0 0 -1px;
  background:url(images/menu-left.png) no-repeat;
}
#menu li.current_page_item a, #pages li.current_page_item a {
  background:url(images/menu-right.jpg) no-repeat right top;
}
#menu li ul {
  position:absolute;
  width:200px;
  left:-999em;
  top:35px;
  border-top:1px solid #d5d5d5;
  line-height:2;
  font-size:12px;
}
#menu li ul li {
  float:none;
  background:none;
  padding:0;
  margin:0;
  width:100%;
  height:auto;
  float:left;
  display:inline;
}
#menu li.hover ul,
#menu li:hover ul {
  left:0;
}
#menu li.hover ul li ul,
#menu li:hover ul li ul,
#menu li.hover ul li.hover ul li ul,
#menu li:hover ul li:hover ul li ul,
#menu li.hover ul li.hover ul li.hover ul li ul,
#menu li:hover ul li:hover ul li:hover ul li ul,
#menu li.hover ul li.hover ul li.hover ul li.hover ul li ul,
#menu li:hover ul li:hover ul li:hover ul li:hover ul li ul,
#menu li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul li ul,
#menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li ul {
  top:-1px;
  left:-999em;
}
#menu li.hover ul li.hover ul,
#menu li:hover ul li:hover ul,
#menu li.hover ul li.hover ul li.hover ul,
#menu li:hover ul li:hover ul li:hover ul,
#menu li.hover ul li.hover ul li.hover ul li.hover ul,
#menu li:hover ul li:hover ul li:hover ul li:hover ul,
#menu li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul,
#menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul,
#menu li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul,
#menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
  left:199px;
}
#menu li.hover ul li a,
#menu li:hover ul li a,
#menu li ul li a {
  display:block;
  float:none;
  width:200px;
  width/**/:/**/162px;
  border:1px solid #d5d5d5;
  border-top:0;
  padding:0 18px;
  background:#efefef;
  color: black;
  text-decoration:none;
}
#menu li.hover ul li a:hover,
#menu li:hover ul li a:hover,
#menu li ul li a:hover {
  color:#000;
  background:#fff;
  text-decoration:none;
}
#searchform {
  float:right;
  width:263px;
  height:35px;
  margin:3px 0px 0 0;
  display:inline;
  background:url(images/search-input.png) no-repeat;
}
input#s {
  width:120px;
  float:left;
  border:none;
  background:none;
  text-align:left;
  font:1em arial,sans-serif;
  color: black;
  margin:0px;
  padding-left:25px;
  padding-top:5px;
  margin-left:25px;
  }
input#searchsubmit {
  padding:4px;
  width:6em;
  background:#da1d14 url(images/search-button.png) repeat-x;
  border:1px solid #b30a01;
  float:right;
  cursor:pointer;
  font:bold 1em arial,sans-serif;
  color:#fff;
}
#primary .tabs {
  width:100%;
  margin:0 0 22px;
  clear:both;
  background:url(images/tab-bg.png) repeat-y;
}
#primary .tabControl {
	font-size:.92em;
  line-height:2.64;
	padding:0 0 8px;
	width:100%;
	overflow:hidden;
  background:#fff url(images/tab-top.png) no-repeat left bottom;
}
#primary .tabControl li {
  float:left;
  margin:0 5px 0 0;
  background:url(images/tab-left.png) no-repeat;
}
#primary .tabControl li.third {
  margin:0;
}
#primary .tabControl li a {
  color:#fff;
  float:left;
  padding:0 14px;
  background:url(images/tab-right.png) no-repeat right top;
}
#primary .tabControl li.ui-tabs-selected,
#primary .tabControl li.hover,
#primary .tabControl li:hover {
  background:url(images/tab-left-hover.png) no-repeat;
}
#primary .tabControl li.ui-tabs-selected a,
#primary .tabControl li a:hover,
#primary .tabControl li a:focus {
  color:#000;
  background:url(images/tab-right-hover.png) no-repeat right top;
  text-decoration:none;
}
#primary .tab {
  clear:both;
  width:557px;
  width/**/:/**/531px;
  padding:0 13px 10px;
  overflow:hidden;
  background:url(images/tab-bot.png) no-repeat left bottom;
}
#primary .tab li {
  margin:0;
  padding:4px 0 4px 16px;
  background:url(images/tab-bullet.gif) no-repeat 0 6px;
}
#primary .tab li a,
#primary .tab li a:visited {
  color:#000;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#primary .banner {
  text-align:center;
  margin-bottom:35px;
}
#content .apost {
  margin:0 0 18px;
  padding:5px;
   background:#fff;
  line-height:2.2;
}
#content .apost h1,
#content .apost h2 {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: black;
  font:2.25em/1.25 georgia,serif;
  margin:0 0 10px;
}
#content .apost h1 a,
#content .apost h2 a {
  color: black;
  text-decoration: none;
  font-style: normal;












  font-weight: normal;
}
#content .apost h1 a:visited,
#content .apost h2 a:visited {
  color: black;
  text-decoration: none;
}
#content .apost h1 a:hover,
#content .apost h2 a:hover,
#content .apost h1 a:focus,
#content .apost h2 a:focus {
  color: black;
  text-decoration:underline;
}
#content .apost .index a,
#content .apost .index a:visited {
  text-decoration: underline;
  width:100%;
}
#content .apost h3 {
  font-size:1.24em;
  line-height:1.39;
  font-family: arial;
}
#content .apost h4 {
  font-size:1.23em;
  line-height:1.44;
}
#content .apost h5 {
  font-size:1.15em;
  line-height:1.47;
}
#content .apost h6 {
  font-size:1.08em;
  line-height:1.5;
}
#content .apost .date {
  float:left;
  background:#d31b10;
  margin:0 10px 10px 0;
  padding:0 0 2px;
  width:3.57em;
  text-align:center;
  font:1.17em/1 georgia,serif;
  color:#fff;
  position:relative;
}
* html #content .apost .date {
  margin:0 7px 10px 0;
}
#content .apost .date span {
  display:block;
  font-size:.79em;
  font-weight:bold;
  color:#fff;
  background:#d31b10;
  padding:3px 0 0;
  margin:0 0 1px;
  width:100%;
}
#content .apost .date span span {
  font-size:2.91em;
  line-height:.8;
  padding:0 0 6px;
  margin:2px 0 0;
  border:solid #fff;
  border-width:1px 0;
  background:#660000;
}
#content .apost .info {
  list-style:none outside;
  padding:0 0 0 10px;
  margin:0;
  overflow:hidden;
  font-size:12px!important;
  color:#fff;
  background:#505050;
  height:1%;
}

#content .apost .info li {
  padding:0 1px;
  margin:0;
    font-size:12px;
}
#content .apost .info li a {
  color:#fff;
  font-weight:normal;

}
#content .apost .info li a:visited {
  color:#eee;
}
#content .apost .info .comment {
  background-color: transparent;
  float:left;
  border:none;
}
#content .apost .info .author {
  float:right;
	background:#282828;
	padding:0 15px;
}
#content .apost .content {
  clear:both;
  padding:5px 10px 0;
  height:1%;
}
#content .apost p,
#content .apost blockquote {
  color: black;
  line-height: 24px;
  font-size: 16px;
  padding: 10px 0;
  text-align:left;
}

#content .apost .wp-caption p{
  color: black;
  line-height: 24px;
  font-size: 11px;
  padding: 10px 10px 10px 10px;
  text-align:left;
}
#content .apost blockquote  {
	background: #E3F5FE url(images/blockquote.png) no-repeat bottom left;
	padding: 2px 20px 30px 20px;
	margin: 1em;
}

#content .apost ol,
#content .apost ul {
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-top: 10px;
  list-style:disc outside;
    line-height: 24px;
  font-size: 16px;
}
#content .apost ol {
  list-style-type:decimal;
  margin:0 0 0 18px;
}
#content .apost a {
  text-decoration: underline;
  color: blue;
  font-weight:bold;
}
#content .apost a:visited {
  text-decoration: underline;
  color: navy;
}
#content .apost a:hover,
#content .apost a:focus {
  text-decoration: none;
}
#content .apost a.more-link {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
}
#content .apost ul li {
  font-size: 17px;
  padding-left: 5px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-top: 0;
  margin:0 0 5px;
}
#content .apost ol li {
  margin:0 0 5px;
}
#content .apost .foot {
  font:1em/1.20 georgia,serif;
  overflow:hidden;
  clear:both;
  margin:8px 0 0;
  padding:0;
  width:100%;
  list-style:none outside;

}
#content .apost .foot a,
#content .apost .foot a:visited {
  text-decoration: none;
  color: #0006ff;
  font-weight:normal;
}
#content .apost .foot li {
  text-decoration: none;
  font-size: 1.3em;
  margin:0;
  padding:0;
}
#content .apost .foot .first {
  text-decoration: none;
  float:left;
}
#content .apost .foot .first span a,
#content .apost .foot .first span a:visited {
  text-decoration: none;
  color: black;
  font-size:1.6em;
}
#content .apost .foot .second {
  float:right;
	padding:4px 0 0;
	color:#19436c;
}
#content .apost .foot .third {
  float:right;
	margin:0 50px 0 0;
	padding:4px 0 5px 30px;
	color:#19436c;
  background:url(images/post-print.jpg) no-repeat;
}
#content .apost .index {
border: 1px #EAEAEA solid;

  font:bold 1em/1.20 arial,sans-serif;
  overflow:hidden;
  clear:both;
  margin:8px 0 0;
  padding: 5px;
  width:520px;
  list-style:none outside;
	background: #F4F6F5;

	border-bottom:5px #EAEAEA solid;
}


#content .apost .index a,
#content .apost .index a:visited {
  text-decoration: underline;
  color: blue;
  font-weight:bold;
}
#content .apost .index .second {
  line-height: 1.20;
  padding:0;
	background:none;
  font:bold arial,sans-serif;
}
.single-page-box {
	overflow:hidden;
	width:100%;
	padding:0 6px;
	background:#eaeaea;
}
#content .lead {
  border-bottom-color: #e4e4e4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  font-size: 16px;
height:30px;
margin-bottom: 20px;
  font-weight:bold;
  width:560px;
  clear:both;
}
#content .lead a {
  text-decoration: none;
  color: #0006ff;
}
#content .lead a:hover,
#content .lead a:focus {
  text-decoration:underline;
}
#content .lead .prev {
  float:left;
  list-style:none;
}
#content .lead .next {
  float:right;
  list-style:none;
}
#content .apost .content h2
{

	margin-bottom: 5px;

	margin-top: 10px;

	color: black;

	font-weight: bold;

	font-size: 20px;

	font-family: Helvetica, Verdana, Arial;

}

.wp-caption-text {
	font-size: 9px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Sidebar(s)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.secondary a {
  color: black;
}
.secondary a:visited {
  color: black;
}
.secondary a:hover,
.secondary a:focus {
  text-decoration:none;
}
.columns {
  /*width:239px;
  margin:10px 10px 10px;
  clear:both;
  background:url(images/sidebar-bg.gif) repeat-y;*/
}
/*.columns .top {
  height:4px;
  background:url(images/sidebar-top.gif) no-repeat;
}*/
.columns h5 {
  font:14pt georgia,serif;
  background:url(images/dashed.gif) repeat-x left bottom;
  color: black;
  margin-top:10px;
  margin-left:10px;
  margin-bottom:0px;
  margin-right:10px;
}
.columns h5.special {
  text-align:left;
}
.columns h6 {
  font:1.5em/1.5 georgia,serif;
  background:url(images/dashed.gif) repeat-x left bottom;
  color: black;
  margin-top:15px;
	margin-bottom:10px;
}
/*.columns .inner {
  padding: 10px 10px 10px;
  background:url(images/sidebar-bottom.gif) no-repeat left bottom;
font-size: 12px;
}*/
.columns ul li {
  margin-bottom:10px;
  font-size:13px;
  list-style: none;
  text-align:left;
  
}
.columns ul li a {
  text-decoration: none;
}
.columns ul li a:hover {
  text-decoration: underline;
}
.columns ul li.special {
  margin-bottom:10px;
  font-size:13px;
  list-style: disc;
  margin-left:15px;
}
.columns p {
  padding:5px 0;
}
.columns ul {
  margin:1px;
  margin-right:10px;
  margin-left:10px;
}

.columns .inner div {
  margin:1px;
  margin-right:10px;
  margin-left:10px;
}
.secondary .subscribe2 {
  margin:0 0 45px;
  width:auto;
  height:1%;
  padding:8px 6px 0;
  background:url(images/sidebar-rss.png) no-repeat right 4px;
  border:none;
}
.secondary .subscribe2 .rss2 {
    float:right;
    width:37px;
    height:37px;
    position:relative;
    top:-4px;
    right:-6px;
}
.secondary .subscribe2 .rss2 a {
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    text-indent:-999em;
}
.secondary .subscribe2 h5 {
  background:none;
  margin:0;
  font-size:1.54em;
}
.secondary .subscribe2 .inner {
  background:none;
  padding:10px 0 0;
}
.secondary .subscribe2 .rss {
  float:left;
  margin:3px 15px 0 0;
}
.secondary .subscribe2 p {
  color: black;
  padding:0;
}
.secondary .subscribe2 .links {
  font-size:.92em;
  color: black;
}
.secondary .subscribe2 .links li {
  display:inline;
}
.secondary .subscribe2 .links li.first {
  font-weight:bold;
}
.secondary .subscribe2 .links li a {
  color: blue;
}
.secondary .subscribe2 .links li a:visited {
  color:#238ccc;
}
.secondary .newsletter {
  left: -20px;
  float:right;
  width:347px;
  color: #000;
  margin:0 0 44px;
  background:url(images/newsletter-bg.jpg) repeat-y;
  position:relative;
}
.secondary .newsletter .inner {
  width:auto;
  height:1%;
	padding:0;
  background:url(images/newsletter-top.jpg) no-repeat right top;
}
.secondary .newsletter .the-video {
  width:100%;
  text-align:center;
}
.secondary .newsletter .the-video div {
  height: 121px;
  he\ight: 115px;
  width: 159px;
  w\idth: 153px;
	padding:3px;
  float:left;
	display:inline;
	margin:-25px 0 0 -16px;
	position:relative;
  background:url(images/newsletter-vid.jpg) no-repeat ;
}
.secondary .newsletter .the-video object {
  height: 115px;
  width: 153px;
}
.secondary .newsletter .the-video em {
  font-weight: bold;
  display:block;
  padding:10px 10px 0;
  font: bold 16px/1.30 arial, sans-serif;
}
.secondary .newsletter h6 {
  border: none;
  background: none;
  text-decoration: none;
  padding:10px 13px;
  font:bold 16px/1.3 arial, sans-serif;
  color: black;
}
.secondary .newsletter ul {
  padding:0 13px;
  font-size:1.17em;
}
.secondary .newsletter ul li {
  margin:0 0 8px;
}
.secondary .newsletter .cover {
  position:absolute;
  left:291px;
  top:78px;
  width:144px;
  height:181px;
  background:url(images/headerbox-cover.alpha.png) no-repeat;
}
.secondary .newsletter .generalForm {
  height:1%;
  background:url(images/newsletter-form-bg.jpg) repeat-y;
}
.secondary .newsletter .generalForm div {
  width:100%;
  background:url(images/newsletter-form-top.jpg) no-repeat;
}
.secondary .newsletter .generalForm div div {
  width:auto;
  height:1%;
  padding:5px 10px;
  background:url(images/newsletter-form-bot.jpg) no-repeat left bottom;
}
.secondary .newsletter .generalForm .formInput {
  float:left;
  width:170px;
  width/**/:/**/154px;
  height:18px;
  height/**/:/**/16px;
  padding:2px 8px 0;
  margin:0 0 6px;
  border:none;
  background:#eee url(images/newsletter-input.jpg) no-repeat;
  font:1em arial,sans-serif;
  color: black;
}
.secondary .newsletter .generalForm #formName {
  margin:0 50px 6px 0;
}
.secondary .newsletter .generalForm .formSubmit {
  float:right;
  width:153px;
  padding:2px 0;
  margin:-7px 0 0;
  border:4px red solid;
  background:#dedede;
  font: 13px arial,sans-serif;
  color: black;
  cursor:pointer;
}
.secondary .newsletter .generalForm .formSubmit:hover {
   border:4px lime solid;

}
.secondary .newsletter .generalForm p {
  width:100%;
  clear:both;
  color:#fff;
	font-size:10px;
}
.secondary .twitter {
  width:100%;
  margin:0 0 22px;
  clear:both;
  background:url(images/twitter-bg.gif) repeat-y;
  color:#fff;
}
.secondary .twitter .top {
  height:3px;
  background:url(images/twitter-top.png) no-repeat;
}
.secondary .twitter .inner {
  font-size:.92em;
  padding:5px 10px 2px;
  overflow:hidden;
  height:1%;
  background:url(images/twitter-bottom.png) no-repeat left bottom;
}
.secondary .twitter a {
  color:#fff;
}
.secondary .twitter .link {
  clear:both;
  float:right;
  margin:3px 8px 0 0;
  font:italic 1.17em/1.2 georgia,serif;
  color: black;
}
.secondary .video p {
  font-weight:bold;
}
.secondary .video object,
.secondary .video embed {
  width:309px!important;
  height:250px!important;
}
.secondary .ads .inner {
  overflow:hidden;
  height:1%;
  padding:23px 0 8px 30px;
}
.secondary .ads ul li {
  margin:0;
  width:145px;
  height:145px;
  float:left;
  text-align:center;
}
.secondary .ads img {
  margin-left: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: 0;
  float:left;
  text-align:center;
}
.secondary .message .inner {
  padding:9px;
}
.secondary .photos .inner {
  overflow:hidden;
  height:1%;
  padding:15px 0 5px 38px;
}
.secondary .photos .inner div {
  display:inline;
}
.secondary .photos img {
  float:left;
  border:3px solid #e0e0e0;
  margin:0 15px 15px 0;
}
.secondary .photos a:hover img {
  border:3px solid #ccc;
}
.secondary .photos .link {
  clear:both;
  float:right;
  margin:0 8px 0 0;
  font:italic 1em/1.2 georgia,serif;
  color: black;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#comment-box {
	position:relative;
	width:100%;
	clear:both;
  color: black;
}
#comment-box a {
	text-decoration: underline;
	color: blue;
}
#comment-box a:visited {
	color: #400080;
}
#comment-box a:hover,
#comment-box a:focus {
	text-decoration:underline;
}
ol.commentlist {
	width:100%;
}
ol.commentlist li {
	margin:.42em 0 .84em;
	padding:10px 8px 10px;
	background:white;
	clear:both;
	position:relative;
	height:1%;
	overflow:hidden;
	border: 2px silver solid;
}
ol.commentlist li div {
	height:1%;
}
ol.commentlist li.bypostauthor,
ol.commentlist li.comment-author-admin {
	background:#FFFFCC!important;
	border: 2px #e2e1b3 solid;
}
ol.commentlist li.byuser {
	background:#fcfffc;
}
ol.commentlist li.comment div.comment-author {
	margin:0 0 .67em 84px;
	font:1em/2 arial,sans-serif;
	position:static;
}
ol.commentlist li.comment cite.fn {
	font-style:normal;
}
ol.commentlist li.comment div.avatar {
	position:static;
}
ol.commentlist li.comment img.avatar {
	float:left;
  border:6px solid #eaeaea;
	position:absolute;
	left:0;
	top:8px;
}
ol.commentlist li.comment div.comment-meta {
	position:absolute;
	right:10px;
	top:8px;
	font-size:.92em;
	height:auto;
}
ol.commentlist li.comment p {
	font-size: 1.3em;
	margin:0 0 .67em 84px;
	text-align:justify;
}
ol.commentlist li.comment div.reply {
	color: blue;
	text-align:right;
	padding:.17em 0 0;
	margin:0 0 0 84px;
}
ol.commentlist li.comment div.reply a {
	text-decoration: underline;
	color: blue;
	font:1.5em arial, sans-serif;
}
ol.commentlist li.comment div.reply a:hover {
	text-decoration: underline;
	color: #400080;
	font:1.5em arial, sans-serif;
}
ol.commentlist li.comment li.comment {
	margin:.42em 0;
}
ol.commentlist li.even {
	background:#f8f8f8;
}
ol.commentlist li.odd {
	background:#fcffff;
}
#commentform {padding:.84em 0;overflow:hidden;width:100%;clear:both}
#commentform a {
	text-decoration:underline;
}
#commentform a:hover,
#commentform a:focus {
	text-decoration:none;
}
#commentform p {
	margin:0 0 10px;
	padding:5px 10px;
	background:#f9fbe8;
	border:1px solid #e5eabc;
	font-family:georgia,serif;
}
#commentform input,
#commentform textarea {
	padding:8px;
	color: black;
	border: 2px silver solid
}
#commentform div.inputs {
	float:left;
	width:38.9%;
}
#commentform div.inputs input {
	margin:0 0 .84em;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform #comment,
#commentform #atf_twitter_id  {
	float:left;
	border:2px solid #d3d3d3;
	font:1.2em arial,sans-serif;
	width:100%;
	w\idth:95.4%;
	height:28px;
	he\ight:20px;
}


#commentform textarea#comment {
	float: none;
	
	height:140px;
	border-width:2px;
	margin:0 0 .84em;
	padding:8px;
}
#comment-box #commentform .comment-text {
	width:98.2%;
	float:left;
}
/*\*/ * html #commentform textarea#comment {height:92px} /**/
#commentform input#submit {
	margin-bottom: 15px;
	width:11em;
	padding:.5em 0;
	font:1.2em georgia,serif;
	color:#fff;
	float:left;
	border:1px solid #8da094;
	background:#0066a9;
	cursor:pointer;
}
#commentform input#submit:hover {
	margin-bottom: 15px;
	width:11em;
	padding:.5em 0;
	font:1.2em georgia,serif;
	color:#fff;
	float:left;
	border:1px solid #8da094;
	background:#005b98;
	cursor:pointer;
}
#tweetbacks h4,
div#respond h4,
h4#comments,
h4#trackback {
  font:1.5em georgia,serif;
  color:#fff;
	clear:both;
  padding:5px 10px;
	margin:0 0 5px;
	background:#aaa;
	border-bottom:5px solid #1566a8;
}
#tweetbacks {
  width:100%;
	clear:both;
}
#tweetbacks ul li {
	height:1%;
	overflow:hidden;
	margin:0 0 15px;
}
#tweetbacks ul li img {
	float:left;
	margin:5px 10px 0 0;
}
.commentlist .number {
  position:absolute;
  right:6px;
  top:-6px;
  color:#bfbfbf;
  font:italic 2em/1.20 georgia,serif;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Archives
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#archives {
  height:1%;
  margin:0 8px 1px 0;
  padding:10px 15px 15px 16px;
  clear:both;
  background:#191919;
  color:#fff;
  font-size:1.2em;
  overflow:hidden;
}
#archives a,
#archives a:visited {
  text-decoration: none;
  color:#fff;
}
#archives h5 {
  margin:0 0 15px;
  font:italic 2em georgia,serif;
  color:#fff;
}
#archives .tabControl {
  width:100%;
  overflow:hidden;
  line-height:2;
  margin:0 0 3px;
	border-bottom:1px solid #454545;
}
#archives .tabControl li {
  float:left;
  margin:0 3px 0 0;
}
#archives .tabControl li a,
#archives .tabControl li a:visited {
  float:left;
  width:16em;
  text-align:center;
	border:1px solid #454545;
	border-bottom:none;
	background:##353535;
}
#archives .tabControl li.ui-tabs-selected a,
#archives .tabControl li a:hover,
#archives .tabControl li a:focus {
  background:#353535;
}
#archives .tab {
  font-weight:bold;
  font-size:.92em;
	line-height:1.35;
}
#archives .tab li {
  float:left;
  margin:0 1px 1px 0;
}
#archives .tab li a {
  float:left;
  width:160px;
	padding:10px 12px 8px;
	height:18px;
	overflow:hidden;
  background:#252525;
	border:1px solid #454545;
  text-align:center;
}
#archives .tab li a.dl {
  padding:3px 12px 15px;
}
#archives .tab li a:visited {
  background:#2a2a2a;
}
#archives .tab li a:hover,
#archives .tab li a:focus {
  background:#2f2f2f;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Extras
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#extras a {
  color: black;
}
#extras a:visited {
  color: black;
}
#extras a:hover,
#extras a:focus {
  text-decoration:underline;
}
#extras .box {
  width:233px;
  float:left;
}
#extras .box a {
	text-decoration: none;
}
#extras .box ul li a:hover {
	text-decoration: underline;
}
#extras .box-1 {
  margin:0 9px 30px 0;
}
#extras .box-2 {
  width:234px;
  margin:0 8px 30px 0;
}
#extras .box-3 {
  width:234px;
  margin:0 0 30px;
}
#extras .box-4 {
  float:right;
  margin:0 0 30px;
}
#extras .box-5 {
  width:476px;
}
#extras .box-6 {
  float:right;
  width:476px;
}
#extras h5 {
  padding:20px 0 10px 5px;
  font:italic 2em georgia,serif;
  color: black;
  background:url(images/bg-extra.png) repeat-x;
}
#extras .box .inner {
  padding:5px 15px;
}
#extras .box ul li {
  margin:0 0 8px;
}
#extras .box-5 h5,
#extras .box-6 h5 {
  padding:20px 0 10px 5px;
  background:none;
}
#extras .box-5 .inner {
  padding:0;
  text-align:center;
}
#extras .box-5 img {
  margin:0 0 15px;
}
#extras .box-6 ul {
  margin-top:70px;
}
#extras .box-6 ul li {
  display:inline;
  margin-top:15px;
}
#extras .box-6 .inner {
  position:relative;
  background:url(images/learn-bg.gif) repeat-x;
}
#extras .box-6 p {
  padding:0 120px 10px 0;
}
#extras .generalForm {
  padding:0 120px 0 0;
}
#extras .generalForm label {
  display:block;
  font:1.25em/1.4 georgia,serif;
  color: black;
  padding:0 0 10px 28px;
  background:url(images/learn-email.png) no-repeat 0 3px;
}
#extras .generalForm .formInput {
  float:left;
  width:175px;
  width/**/:/**/159px;
  height:20px;
  height/**/:/**/18px;
  padding:4px;
  margin:0 0 6px;
  border:2px silver solid;
  background:#fff url(images/learn-input.gif) repeat-x left bottom;
  font:1.2em arial,sans-serif;
  color: black;
}
#extras .generalForm .formSubmit {
  float:right;
  width:135px;
  padding:5px 0;
  margin:-15px 0 0;
  border:none;
  background:#030303 url(images/learn-button.gif) repeat-x;
  font:bold 1em/1 arial,sans-serif;
  color:#fff;
  cursor:pointer;
}
.lightSubmit {
  float:right;
  width:153px;
  position:relative!important;
  
  right:-10px!important;
  padding:2px 0;
  border:4px red solid;
  background:#dedede;
  font: 13px arial,sans-serif;
  color: black;
  cursor:pointer;
}
.lightSubmit:hover {
   border:4px lime solid;
}
#wp-email .formSubmit {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  width:135px;
  padding:5px 0;
  border:none;
  background:#030303 url(images/learn-button.gif) repeat-x;
  font:bold 1em/1 arial,sans-serif;
  color:#fff;
  cursor:pointer;
}
#extras .generalForm p {
  width:100%;
  clear:both;
  font-size:.92em;
  padding:0;
  position:relative;

}
#extras .cover {
  position:absolute;
  left:378px;
  top:10px;
  width:90px;
  height:114px;
  background:url(images/learn-cover.png) no-repeat;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer a {
  text-decoration: none;
  color: black;
}
#footer a:visited {
  color: black;
}
#footer a:hover,
#footer a:focus {
  text-decoration:underline;
}
#footer  ul li {
  float:left;
    font-size:13px;
}
#footer  ul li a{
  text-decoration: none;
  display:block;
  overflow:hidden;
  text-indent:-9999px;
}
#footer  ul li.powered {
  margin:8px 0 0 118px;
}
#footer  ul li.design {
  float:right;
  margin:12px 0 0;
}
#footer  ul li.copyright a {
  width:307px;
  height:53px;
  background:url(images/footer-logo.png) no-repeat;
}
#footer  ul li.powered a {
  width:223px;
  height:39px;
  background:url(images/footer-wp.png) no-repeat;
}
#footer  ul li.design a {

  width:131px;
  height:30px;
  background:url(images/footer-ubd.png) no-repeat;
}
#sidebarOne #testimonials {
	float: left;
}

#sidebarOne p.testimonials {	
	font-size: 8pt;
	padding-top: 2px;
}
.subscribe {
	width: 450px;
	overflow: hidden;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
	text-align: center;
	padding:5px;
	border: solid 1px #DDDDDD;
	background-color: #FFFFCC;
}

.subscribe img.cover {
	float: left;
}

.subscribe p {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}


.subscribe a {
	font-size: 10pt;
	color: blue;
}
.subscribe a:hover {
text-decoration:underline;
}
	

* html .subscribe {
	padding-top: 10px;
}

html>body .subscribe {
	*padding-top: 10px;
}
.votes {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.related_links {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
.related_links a {
	color: blue;
}
.related_links a:hover {
color: #1566A8;
	text-decoration:underline;
}

.related_links h3 {
	padding-left: 5px;
	margin-left: 0;
	padding-top:10px!important;
	margin-bottom:5px;
	
}

.related_links ul {
	padding-left: 8px;
	padding-right:10px!important;
}

.related_links li {
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 3px;

}

.related_articles {
	width: 49%;
	float: left;
	border-right: dotted 1px #BFBFBF;
}

.tags {
	width: 49%;
	float: right;
}

.tags ul {
	padding-left: 0;
	margin-left: 5px;
	margin-right:10px;
}

.tags li {
	display: inline;
	list-style: none;
}

.social_media {
	width: 542px;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fafafa;
	border: solid 2px silver;
}
.social_media a {
color: blue;
}
.social_media a:hover {
color: #1566A8;
text-decoration:underline;
}
.foot-box {
	width: 542px;
	font-size: 1em;
	float:left;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top:0px!important;
	padding-right: 10px;
	background-color: #fafafa;
	border: solid 2px silver;
}

.foot-box a {
text-decoration: underline;
color: blue;
}

.foot-box a:hover {
text-decoration: none;
}

.submit {
	margin: auto;
	margin-top:10px;
	width:11em;
	padding: 5px;
	font:1.1em georgia,serif;
	color:#fff;
	float:none;
	border:1px solid #8da094;
	background:#0066a9;
	cursor:pointer;
}
.submit:hover {
	margin: auto;
		margin-top:10px;
	width:11em;
	padding: 5px;
	font:1.1em georgia,serif;
	color:#fff;
	float:none;
	border:1px solid #8da094;
	background:#005b98;
	cursor:pointer;
}
.refer {
	width: 542px;
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #F9F9F9;
	border: solid 2px silver;

}

.refer h2 {
	font-size: 14pt;
	color: #006699;
	margin: 0;
	padding: 0;
}

.refer h3 {
	font-size: 10pt;
	color: #999999;
	margin: 0;
	padding: 0;
}

.refer form,
.refer p {
	margin: 0;
	padding: 0;
}

.refer .required {
	font-size: 8pt;
	text-align: right;
}

.refer label {
	font-size: 10pt;
}

.refer em {
	font-size: 8pt;
	padding: 5px;
	padding-left: 0;
}

.refer .half {
	width: 50%;
	float: left;
	line-height:1.1em;
}

.refer .half input {
	width: 95%;
}

.refer input {
	font-size: 10pt;
}

.footer-ad {
	margin: 20px;
}


.johnsonbox {
	font-size: 16px;
	width: 85%;
	margin: 0 auto;






	margin-bottom: 20px;
	padding: 15px;
	border: solid 1px #DDDDDD;
	background-color: #FFFFCC;
}

.johnsonbox.grey {
	border-color: #EEEEEE;
	background-color: F9F9F9;
}

.johnsonbox.yellow {
	border-color: #DDDDDD;
	background-color: #FFFFCC;
}

.johnsonbox.dashed {
	border-style: dashed;
}

#featured a {
	text-decoration: underline;
}

#content .apost .index a:hover {
	text-decoration: none;
}
.subscribe-now {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width:303px;
	border:1px solid #ddd;
	background:#ffc url(images/book-cover.jpg) no-repeat 10px bottom;
	padding:15px 32px 10px 123px;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	text-align:center;



}
.subscribe-now div {
	position:absolute;
	right:-9px;
	top:-13px;
	width:42px;
	height:42px;
	background:url(images/rss.jpg) no-repeat;
}
.subscribe-now div a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-999em;
}
.subscribe-now h4 {
	font-size:1em;
	color:#f00;
	margin:0 0 1.5em;
}
.subscribe-now p {
	
	margin:0 0 1.5em;
}
.subscribe-now a,
.subscribe-now a:visited {
	color:#3333f5;
	text-decoration:underline;
}
.subscribe-now a:hover,
.subscribe-now a:focus {
	text-decoration:none;
}
#content .navigation {
	width: 542px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 2px #D3D3D3;
	background-color: #f9f9f9;
}
#content .navigation a {
	text-decoration: none;
	}

#content .navigation.single {
	float: none;
}

* html #content .navigation {
	width: 542px;
	float: left;
	margin-left: 5px;
	margin-right: 0;
}

html>body #content .navigation {
	*width: 542px;
	*float: none;
	*margin-left: 10px;
	*margin-right: 0;
}

/*#content.home .navigation {
	width: 542px;
	float: left;
}*/

#content .navigation h3 {
	margin-top: 0;
	margin-bottom: 5px;
	color:black;
	font-size:16px;
}

#content .navigation .left {
	width: 48%;
	height: auto;
	float: left;
	text-align: left;
}

#content .navigation .right {
	width: 48%;
	height: auto;
	float: right;
	text-align: right;
}

#content .apost .tags {
    float:none;
    width:100%;
    line-height:1.5;
}
#content .apost .tags h4,
#content .apost .albums h4 {
    font-size:1em;
    line-height:1.5;
}
#content .apost .tags a,
#content .apost .albums a,
#content .apost .tags a:visited,
#content .apost .albums a:visited {
    font-weight:400;
    text-decoration:none;
}
#content .apost .tags a:hover,
#content .apost .albums a:hover,
#content .apost .tags a:focus,
#content .apost .albums a:focus {
    text-decoration:underline;
}
#content .apost .content .albums h2 {
    font-size:1.4em;
    font-family:arial,sans-serif;
}
#content .apost .tags p,
#content .apost .albums p {
    font-size:1em;
    line-height:1.5;
    padding:0;
}
#content .apost .content div.albums-small div.album {
    width:81px;
    line-height:1.5;
}
#header .navigation{font-size:1em;padding:0;}

img.border {
	border: 1px solid #666;
	padding: 4px;
	float: right;
	margin: 0 0 0 0;
	display: inline;
	}

img.bordercenter {
	border: 1px solid #818181;
	padding: 4px;
	align: center;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.borderleft {
	border: 1px solid #818181;
	padding: 4px;
	float: left;
	margin: 2px 7px 0 0;
	display: inline;
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}


/*
Theme Name: yourmwrblog

*/

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/




/* IMG ALIGN */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f4f6f6;
	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;
}
/* End captions */


/* TOOLTIP */
a.info{
    position:relative !important; /*this is the key*/
    z-index:24;
    text-decoration:none;padding:0px 20px;
background: #282828;
display:block;
	font:arial,"trebuchet ms" 99% !important;}

a.info:hover{z-index:25; background:url(/wp-content/themes/yourmwrblog/images/nav.png) repeat-x;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0; right:15px;
    border:1px solid #555;
    background-color:#fdfdfd; color:#000;
    text-align: center;}
	
.info { position:relative; z-index:24; }
.info span { display:none;}
.info:hover {z-index:25;visibility:visible;}
.info:hover span {
display:block;
position:absolute;
top:25px;
right:0px;
background-color:#FCFBDC;
border:1px solid #333333;
padding:5px;
font-size:11px;
color:#333333;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#searchFormLink {
float:right;
}

#searchForm{
float: left;

}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

html * {
	margin:0;
	padding:0;
}

body {

		text-align:center;
	color:#640d0e;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color:#blue;
}

.clear {
	clear:both;
	float:none;
}

	
#randomPost {
	height:27px;
	line-height:27px;
	text-align:center;
	color:#fff;
	font-size:14px;
	width:100%;
	background:url(images/rp.png) repeat-x;
}

#randomPost a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

#wrappCap {
	width:904px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/wrappCap.png) no-repeat;
	height:14px;
	margin-top:5px;
}

#wrapper {
	width:985px;
	margin-left:auto;
	margin-right:auto;

	background:#fff;
	text-align:left;
}

#wrapperInside {
	padding:10px;
		

}

#logoSeo {
	float:left;
	width:500px;
margin-top: 15px;
}

#logoSeo h1 {
	font-size:21px;
	letter-spacing:1pt;
	font-weight:bold;
}

.h1replace {
	font-size:21px;
	letter-spacing:1pt;
	font-weight:bold;
}

.h2replace {
	font-size:16px;
	padding-left:10px;
}

#logoSeo h2 {
	font-size:16px;
}

#logoSeo img {
	float:left;
}

#blogInfo {
color: #990000;
	text-indent:10px;
	margin-top:15px;
}

#blogInfo h1, #blogInfo h2, #blogInfo span {
	line-height:normal;
}

#headerWidget {
	float:right;
	text-align:left;
 vertical-align:top;
	margin-right:3px;
	border:1px solid #ccc;
	background:#fff;
	width:295px;
	padding:3px;
	font-size:12px;
	list-style:none;
}

#headerWidget .widgettitle {
	font-size:16px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#headerWidget .textwidget {
	margin-top:0px;
font-size: 12px;
}

#headerWidget ul {
	list-style:none;
}


#navLeft {
	width:10px;
color: #000;
	margin-top:0px;
	height:36px;
	background-color: #660000;

	float:left;
font-weight: bold;
}

#navRight {
	
	margin-top:0px;	
	height:36px;

		float:left;
}

#navigation {
	height:36px;
	line-height:36px;
font-weight: bold;
	font-size: 12px;
	background-color: #660000;
	margin-top:0px;
	float:left;
	width:975px;
margin-bottom: 0px;
color: #ffffff;
}

#navigation a {
	color:#fff;
font-weight: bold;

}


#pages {
	list-style:none;
color: #ffffff;
	float:left;
font-weight: bold;
}

#pages li {
color: #ffffff;
float:left;
}

#pages li a {
text-decoration: none;

	text-transform:uppercase;
	padding:0 9px;
	display:block;
}

#pages li a:hover {
background:url(/wp-content/themes/yourmwrblog/images/nav.png) repeat-x;
	text-decoration: underline;
}




.navigation {
	width:565px;
	
	background:#fff;
	height:40px;
	line-height:40px;
	text-align:left;
	margin-top:20px;
}

.navigation .older {
	float:left;
}

.navigation .newer {
	flot:right;
}

.navigation a {
	font-size:12pt;
	padding:10px;
	text-decoration:none;
}

.postBottom {

	width:562px;
	height:9px;
}

.postTop {

	width:562px;
	height:10px;
	margin-top:20px;
}

.post {
	width:562px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.postInside {
	padding:10px;
}

.postTitle {
	margin-bottom:10px;
}

.postTitle a {

color: #000;

	text-decoration:none;
	font-weight:normal;
}

.postTitle h3 , .postTitle h1 {
	font-size:24px;
}

.postMeta {
	width:542px;
		line-height:20px;
	font-size:10px;
}

.postMeta ul {
	list-style:none;
	padding-left:10px;
}

.postMeta ul li {
	float:left;
	margin-top:3px;
	line-height:12px;
}

.divider {
	padding:0 10px;
}

.postMeta ul li a {
	text-decoration:none;
	font-weight:bold;
}

.postContent {
	margin:20px 0;
	color:#000;
	font-size:16px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.readMore {
	margin-top:20px;
}

.readMore a {
	text-decoration:none;
	font-weight:bold;
}

.readComments {
	margin-top:20px;
}

.underPost {
	width:518px;
	list-style:none;
	margin:10px 0;
}

.underPost ul {
	list-style:none;
}

.underPost ul li {
	list-style:none;
}

.underPost img {
	text-align:center;
}

.underPost ul, .underPost ol {
	margin-left:15px;
}

.underPost h2, .underPost h3, .underPost h4, .underPost h5 {
	font-size:14pt;
}

#middle, #leftSide  {
	float:left;
}

#leftSide {
background-color: #fff;
}

#middle {
background-color: #eeeeee;
	width:16px;
	height:1px;
}

#sidebar {
	width:81px;
float:left;
  display:inline;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul li {
	margin-top:20px;
	list-style:none;
}

#sidebar .sleft {
	text-align:left;
}

#sidebar .scenter {
	text-align:center;
}

#sidebar ul li ul {
	margin-top:20px;
}


#sidebar ul li ul li {
	margin-top:5px;
}

#rss a {
	font-size:18px;
	font-weight:normal;
	text-indent:75px;
	line-height:43px;
	display:block;
	text-decoration:none;
}

#sidebar #newspaper {
	width:298px;
	font-family:"trebuchet ms", arial;
	color:#650d0e;
	background:url(images/newsBg.png) repeat-y;
	margin-top:0;
vertical-align: top;
}



#newspaper .newspaperInside {
	padding:10px;
}

#newspaper h3 {
	font-size:17px;
	color:#650d0e;
	border-bottom:none;
}

#sidebar ul li #newsList {
	font-size:14px;
	list-style:disc;
	padding-left:15px;
}




#sidebar ul li #newsList li {
	margin-top:15px;
}




#newspaper .nleft {
	
	text-align:right;
}





#sidebar h3 , #sidebar h2 , #sidebar h4 , #sidebar h5{
	border-bottom:#cacaca 1px solid;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}


#footArch {
	width:872px;
	margin-left:auto;
	margin-right:auto;
		margin:20px 0;
}

#footArch a {
	color:#fff;
}

.footArchInside {
	padding:10px;
	color:#282828;
}

#footArch ul {
	list-style:none;
}

#footArch ul li {
	float:left;
	width:180px;
	height:40px;
	margin:1px;
	text-align:center;
	line-height:40px;
	border:1px solid #9b9b9b;
}

#footArch ul li a {
	display:block;
	background:#d31b10;
	text-decoration:none;
	text-transform:capitalize;
}

#footArch ul li a:hover {
	background:#660000;
}

.categories {
	list-style:none;
	font-size:18px;
	line-height:26px;
}


.footNotice {
padding-top:10px;
	width:100%;
	color:#000000;
	font-size:12px;
	text-align:center;
	background-color: #F4F6F5;
}

.footNotice a {
	color:#0000ff;
	text-decoration:underline;
}

#comments {
	width:520px;
	margin:20px 0;
}

.navigation1 {
	width:520px;
	margin:10px 0;
}

.commentlist {
	width:558px;
background-color: #FFFFFF;
	list-style:none;
}

#respond {
	width:420px;
}

#comment {
	width:416px;
}

#leftSide .comment {
	width:516px;
	padding:20px;
	color:#000;
	border:1px solid #cacaca;
	margin:10px 0;
}

#leftSide .comment a {
	text-decoration:none;
	font-weight:bold;
}

.comment-meta {
	margin:10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #cacaca;
}

.comment-author {
	line-height:32px;
	padding-bottom:5px;
	border-bottom:1px solid #cacaca;
}

.comment-author img {
	float:left;
	padding-right:10px;
}

.pagetitle {
	margin-top:20px;
}

#respond {
	margin:20px 0;
}

#sidebar .textwidget {
	margin-top:5px;
font-size: 12px;
}

.headWInside {
	width:200px;
	margin:7px;
	border:1px solid #ccc;
	background:fff;
}

.postContent p {
	margin:10px 0;
}

#sidebar .newsBottom {
	width:298px;
	height:15px;
	background:url(images/newsB.png) no-repeat;
	margin-top:0px;
}

#sidebar  .newsTop {
	width:298px;
	height:15px;
	background:url(images/newsTop.png) no-repeat;
}





.date-main
{
width:542px;
float:left;

padding-top:10px;
}



.date
{
width:50px;
margin-right:10px;
font-size:14px;
float:left;
background:#0099ff;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
}

.date span
{
width:50px;
float:left;
background: #0099ff;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
font-size:12px;
border-bottom:1px solid #fff;
text-align:center;
}
.date span span
{
font-size:20px;
width:50px;
float:left;
background: #99ccff;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
border-top:1px solid #fff;
text-align:center;
}
.date span span span
{
font-size:12px;
width:50px;
float:left;
background: #99ccff;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
text-align:center;
}
.date-left
{
width:352px;
padding-left:10px;
float:left;
background:#0099ff;
color:#fff;
padding-top:3px;
padding-bottom:3px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}

.date-left a
{
color:#FFFFFF;
text-decoration:underline;
}

.date-left a:hover
{
color:#FFFFFF;
text-decoration:none;
}

.date-right
{
width:170px;
float:right;
background:#0099ff;
padding-left:10px;
color:#fff;
padding-top:3px;
padding-bottom:3px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
.newer
{
width:542px;
float:left;
}
.newer-left
{
float:left;
width:332px;
font-weight:bold;
}
.newer-right
{
width:200px;
float:right;
font-weight:bold;

}

#comment_template{
padding-left:7px;
padding-right:5px;
}