/*
Theme Name: based on BlueShadow wordpress theme
*/

body
{
    font-family: Arial, Georgia, Sans-serif;
    margin: 0px 0px 10px 0px;
    
    /* Orange to Blue
    background: url(images/bgOrangeBlue.jpg) repeat-x; 
    background-color: #2b8cde ; 
    */
    
    /* Orange to Burgundy */
    background: url(images/bgOrangeBurgundy.jpg) repeat-x;
    background-color: #a87e95 ;
    
}

img {
	border: 0;
}

a {
	/* color: #ae0000; */
	/* color: Black ; */
	text-decoration:none
}
	
a:hover {
	/* color: #000077; */
	text-decoration: underline ;
}

		
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: White ;
}
	
blockquote {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
    background: #f8f4ec;
    border-left: 3px solid #000;
    border-right: 1px solid #000;
	font-style: normal;
}
	
.clear {
	clear: both;
}

img.centered {
	/* display: block; */
	display:table-cell;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.center 
{
    width: 100% ;
    display:block; /*allows the element to take auto margins*/ 
    margin:0 auto; /*centers in compliant browsers*/ 
    text-align:center; /*centers in old versions of IE*/ 
}

#avatar {
    float: right;
    border: #3333CC 4px solid;
    background: #000;
    padding: 1px;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px #000 dashed;
}

/* Header */

#top {
	width: 100%;
	background: url(images/header.png) repeat-x;       /* default theme */
	/* background-color: blue ; */
    /* background-color: green ; */                    /* Christmas theme */
	height: 105px;
}

#header_top {
	width: 1002px;
	margin: 0 auto;
	height: 80px;
	background: url(images/header.png) repeat-x; /* default theme */
    /* background-color: green ; */                    /* Christmas Theme */
    /* background-color: blue ; */
}

.title {
	float: left;
	/* width: 700px; */
	width: 475px ;
	font-family: Arial, Georgia, Sans-serif;
}
	
.title h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 20px 0 0 15px;
	color: #787878;
	text-decoration: none;
}

.title h1  a:link, .title h1  a:visited { 
	
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
}

.title h1  a:hover {
	color: #fff; 
	text-decoration: none;
	background-color: transparent;
}	

.title h2 {
	margin: 0px 0 0 15px;
	font-size: 16px;
	font-weight: normal;
	color: #bbb;
}
	
/*** Navigation ***/

#header_nav {
    /* background: url(images/menu.png) repeat-x; */
    background-color: white ; 
    height: 40px;
    margin: 0px auto;
    width: 800px ;
    
    /* Orange to Burgundy */
    border-style: solid ;
    border-width: 1px ;
    border-color: Orange ;
    border-bottom: 0px ;

}

#nav {
    /* width: 1002px;   */
    margin: 0 auto; padding:0; 
    overflow: hidden;
    /* height: 26px;  */
    height: 40px ;
}

#menu{
	/* height: 21px; */
	height: 40px ;
	display: block;
	padding: 5px 0 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	margin: 0px;
	list-style: none;
	float: left;
	margin-left: 0px;
	/* font-size: 13px;	 */
	font-size: 18px ;
}

#menu ul li a, #menu ul li a:visited {
	text-decoration: none;	
	/* color: #fff;  */
	color: Black ;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#menu ul li a:hover, #menu ul li a.active {
	/* color: #fff; */
	background-color: #307DE3;
	text-decoration: none;	
}

#menu ul li a span {
	display: none;
}

#menu ul li a:hover span, #menu ul li a.active  span{
	display: inline;
	position: absolute;
	right: -1px;
	top: 0px;
}

#wrapper 
{
     /* margin: 10px auto 10px auto ; */
     margin: 0px auto 0px auto ;
     width: 800px ;
     text-align:left ;
}

/*** Content ***/
.BannerLargeRectangle
{
    TEXT-ALIGN: center;
    MARGIN: 0px;
    PADDING-LEFT: 35px;
    WIDTH: 336px;
    height: 280px ;
    PADDING-TOP: 0px
}

#mainbody 
{
    position: relative ;
    margin: 0 0 0 0 ;
    width: 800px ;
    
    /* Orange to Blue 
    background: url(images/bgOrangeBlue2.jpg) repeat-x;
    background-color: #2bb3fc ;
    */
    
    /* Orange to Burgundy */
    background: url(images/bgOrangeBurgundy2.jpg) repeat-x;
    background-color: #a87e95 ; 
    border-style: solid ;
    border-width: 1px ;
    border-color: Orange ;
    border-top: 0px ;
    
}

#content 
{
    float: left ;
    margin: 0 auto ;
    border: 0px ;
    width: 600px ;
}

#content a img {
    padding: 1px;
    border: 2px solid #fff;
    background: #fff;
}

#content a img:hover {  
    padding: 1px; 
    border: 2px solid #3333CC; 
    background: #3333CC; 
}

.post {
	/* margin: 20px 0px 0px 0px; */
	margin: 10px 10px 10px 10px ;
	padding: 0px 0px 0px 0px;
	height: 100%;
	text-align: justify;
	/* color: #333; */
	/* background: #fff; */
	color: White ;	
    border: 1px solid #000;
}

.post h2 {
	font-family: Arial, Georgia, Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 10px 0px 10px;
}

.post h2 a, .post h2 a:link {
	color: #000077;
	background-color: transparent;
}

.post h2 a:hover {
	color: #ae0000;
	background-color: transparent;
}

.post h2 a:visited {
	color: #9B9FA5;
	background-color: transparent;
}

.post .date {
	font-size: 11px;
    color: #777;
	padding-bottom: 2px;
    margin: 0px 10px 0px 10px;
	border-bottom: 1px dashed #999;
}

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	font: normal 11px Arial, Georgia, Sans-serif;
	text-align: right;
	height: 34px;
}

.text {
       text-align: center;
       color: #000;
       padding-top: 50px;
}

.fullwidth 
{
    padding-top: 10px ;
}

/* Search */

#search-box {
	position: absolute;
	top: 104px;
	right: 30px;
}	

#search-box form {
	margin: 0;
	padding: 0;
}

#search-box input {
	margin: 0;
	padding: 0;
	width: 160px;
	color: #888888;
    font-size: 75%;
}

/* Latest Post */

.postsolo {
background: url(images/back.gif) no-repeat;
}

/* Comments */

.post_comments {
	height: 25px;
	width: 110px;
	line-height: 26px;
	text-align: center;
	float: right;
	padding-bottom: 30px;
}

.post_comments img {
	padding-right: 3px;
    border: 0;
}

.post_comments a:link,
.post_comments a:visited {
	color: #000077;
	background-color: transparent;
}

.tagging {
    float: left;
    height: 25px;
	padding-bottom: 30px;
}

.tagging img {
    border: 0;
}

.tagging a:link,
.tagging a:visited {
	color: #000077;
	background-color: transparent;
}


.post a:link,
.post a:visited {
	color: #ae0000;
	background-color: transparent;
}

.post a:hover {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	display: block;
	margin: 0 0;
	padding: 5px 25px;
}
	
.cover {
	margin: 0 0;
}

.ads {
    text-align: center;
}

.comments {
	padding: 22px 32px 23px 32px;
	line-height: 16px;
}
	
.comments ol {
	margin: 0 0 30px 0;
	padding: 10px 0px 0px 30px;
	font-weight: normal;
	color: #000;
}	

div.comments ol li {
	padding-bottom: 9px;
	
}

.comments form {
}
	
.comments textarea {
	width: 400px;
	height: 156px;
	background: #fff;
	color: #000;
	padding: 10px;
	overflow: auto;
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
}
	
#commentform {
	padding-left: 23px;
}
	
#commentform input {
	padding-left: 10px;
}
	
.comments input#submit {
	padding: 0;
	width: 72px;
}
	
.comments h2 {
	font-size: 19px;
	line-height: 30px;
	margin: 24px 0 0 0px;
	padding: 0;
	font-weight: normal;
}
	
.comments ol li p {
	padding: 0;
	margin: 10px 0;
}
	
.comments ol li {
	padding-bottom: 9px;

}

/* rightskyscraper */
#rightskyscraper 
{
    margin-top: 10px;
    /* background: #fff; */
    border: 1px solid #000;
    background: white ;
    /* padding-top:10px; */
    /* padding-bottom:10px ; */
    width: 162px ;
    height:602px ;
    float:right ;
    vertical-align:middle ;
    text-align:center ;
}

/* leftbottomsquare */
#leftbottomsquare 
{
    padding-top:10px;
    padding-bottom:10px ;
    padding-left: 20px ;
    float:none ;
    width:162px ;
    height:602px ;
    float: left;
    vertical-align: middle ;
    text-align:center ;
}

/* HeaderBannerAd */
#HeaderBannerAd 
{
    float:right ;
    padding-top:10px;
    padding-bottom:10px ;
    border:solid 1px ;
}

#LargeHeaderBannerAd 
{
    vertical-align:middle ;
    text-align:center ;
    /* padding-top:10px; */
    /* padding-bottom:10px ; */
    height:90px ;
    width:800px ;
    background: white ;
}
	
/* Sidebar */

#sidebar {
	width: 200px ;
	float: left;
	font-size: 12px;
	/* color: #999; */
	margin-top: 0px;
	font-family: Arial, Georgia, Sans-serif;
	vertical-align:middle ;
	text-align:center ;
	background: transparent ;
}

#sidebar img {
	display: block;
	text-align: center;
}

#sidebar img a {
    text-align: center;
}

#sidebar table {
	width: 100%;
	text-align: center;
	/* background-color: #464646; */
}

.sidebar_top 
{
    font-family: Arial, Georgia, Sans-serif;
	height: 250px;
	margin-top:0px;
	border: 0px solid #000;
	border-bottom: 0px;
	/* background: #fff; */
	padding-left: 10px ;
	text-align: left ;
}

.sidebar_top a 
{
    /* color: #000; */
    color: White ;
}

.sidebar_top a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebar_top h2 
{
    font-family: Arial, Georgia, Sans-serif;
    padding-top: 2px;
    padding-bottom: 2px ;
    color: white;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: left ;
    text-decoration: underline ;
}

.sidebar_content {
	/* width: 225px; */
	border: 0px solid #000;
	border-top: 0px;
	border-bottom: 0px ;
	/* background: #fff; */
	background: transparent ;
}

.sidebar_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.sidebar_content ul li {
    padding: 0px 0px 0px 3px;
}

.sidebar_content ul li h2 {
    font-family: Arial,Verdana,Georgia, Sans-serif;
    padding-top: 2px;
    padding-bottom: 2px ;
    padding-left: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: left ;
    /* background: url(images/header_sidebar.png) no-repeat; */
}

.sidebar_content ul li h2:hover {
    font-family: Arial,Verdana,Georgia, Sans-serif;
    padding-top: 2px;
    padding-bottom: 2px ;
    padding-left: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: left ;
    text-decoration: underline ;
    /* background: url(images/header_sidebar.png) no-repeat; */
}

.sidebar_content ul ul li {
    font-size: 13px;
    margin-top: 1px;
    line-height: 1.3em;
    padding-left: 12px;
    padding-bottom: 4px;
    text-align:left ;
}

.sidebar_content ul ul li a {
    color: #000;
}

.sidebar_content ul ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebar_content ul ul ul li {
    line-height: 9px;
    text-decoration: none;
    /* background-image: none; */
    background: transparent ;
    padding-left: 0; 
}

.sidebar_content ul ul ul {
    margin-top: 3px;
    line-height: 11px;
    text-decoration: none;
    /* background-image: none;  */
}

.sidebar_bottom 
{
    margin-bottom: 0px ;
	/* width: 200px; */
	/* height: 220px; */
	/* background: #fff ;  */
    /* background: #f8f4ec; */
    /* border: 1px solid #000; */
    border: solid 0px #000 ;
    border-top: 0px;
}

#sidebar_right 
{
    position: absolute ;
	width: 200px ;
	left: 575px ;
	top: 0px ;
	float:none;
	margin: 0 0 0 0 ;
	text-align: left ;
	background: transparent ;
	
	font-family: Arial, Georgia, Sans-serif;
    padding-top: 2px;
    padding-bottom: 2px ;
    padding-left: 2px ;
    color: black;
    font-size: 12px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: left ;
}

#sidebar_right h2 {
    font-family: Arial,Verdana,Georgia, Sans-serif;
    padding-top: 2px;
    padding-bottom: 2px ;
    /* padding-left: 6px; */
    color: white ;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: left ;
    text-decoration: underline ;
}

/* Attachment */

.contentCenter {
	text-align: center;
}

h2.pagetitle {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 25px;
	text-align: center;
}



/* Calendar function */

#calendar {
    width: 193px; 
	background: transparent;
}

#calendar_wrap {
	background: #fff;
}

table#wp-calendar {
	margin: 0 auto 0 auto;
	width: 180px;
	color: #000;
	background: transparent;
}

table#wp-calendar caption {
	margin: 0 auto 0 auto;
}

/* Footer */

#footer {
    clear: both;
    width: 100%;
    height: 25px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
	color: #fff;
    background: url(images/menu.png) repeat-x;
    /* border-top: 9px solid #3333CC;       /* default theme */
    /* border-top: 9px solid green ; */     /* Christmas theme */
}

.footer_content {
    margin: 5px 0 0 0;
}

.footer_content a {
	color: #fff;
}

.footer_content a:hover {
	color: #ae0000;
}

img#wpstats {
    display:none
}


/* Cards - Portrait  (338 X 500) */

.PortraitFrontPage 
{
    margin: 0 auto ;
    padding: 10px 10px 10px 10px ;
    text-align:center;
    vertical-align:middle ;
    width:350px ;   /* add for border */
    height:500px ;  /* add for border */
    border:0px;
    /* border-style:dashed ; */
    background-color: White ;
}

.PortraitFrontImage
{
    margin: 0 auto ;
    width:330px ;   /* Take off for border(2) padding(20) */
    height:460px ;  /* Take off for border(2) text(30) and padding (10) */
    background-color: White ;
    border: solid 0px ;
}

.PortraitFrontText
{
    margin: 0 auto ;
    padding: 0 ;
    text-align:center;
    vertical-align:middle ;
    width:330px ;  /* Take off for padding */
    height:30px ;  /* Take off for padding */
    background-color: White ;
}

.PortraitInsidePage
{
    margin: 0 auto ;
    text-align:center;
    vertical-align:middle ;
    width:352px ;   /* add for border */
    height:502px ;  /* add for border */
    border:1px;
    /* border-style:dashed ; */
    background-color: White ;
}

.PortraitInsideText
{
    margin: 0 auto ;
    text-align:center;
    vertical-align:middle ;
    padding-top: 60px ;
    width:330px ;
    height:380px ;
    background-color: White ;
}


/* Cards - Landscape  (520 X 308) */

.LandscapeFrontPage 
{
    margin: 0 auto ;
    padding: 10px 10px 10px 10px ;
    text-align:center;
    vertical-align:middle ;
    width:500px ;  /* add for border */
    height:350px ; /* add for border */
    border:0px;
    /* border-style:dashed ; */
    background-color: White ;
}

.LandscapeFrontImage
{
    margin: 0 auto ;
    padding: 0px 0px 0px 0px ;
    text-align:center;
    vertical-align:middle ;
    width:480px ;  /* Take off for border(2) and padding(20) */
    height:310px ;   /* Take off for border(2) text(30) and padding (10) */
    position: relative;
    background-color: White ;
    border: 0px ;
    display:table-cell ;
}

.LandscapeFrontText
{
    margin: 0 auto ;
    text-align:center;
    vertical-align:middle ;
    width:480px ;  /* Take off for padding */
    height:30px ;  
    background-color: White ;
}

.LandscapeInsidePage
{
    margin: 0 auto ;
    text-align:center;
    vertical-align:middle ;
    width:500px ;  /* add for border */
    height:350px ;   /* add for border */
    border:0px;
    border-style:dashed ; 
    background-color: White ;
}

.LandscapeInsideText
{
    margin: 0 auto ;
    padding-top: 57px ;
    text-align:center;
    vertical-align:middle ;
    background-color: White ;
    width: 480px ;
    height: 215px ;
}

/* misc */
.h2blue {
    font-family: Arial,Verdana,Georgia, Sans-serif;
    padding-top: 2px;
    padding-left: 6px;
    margin-bottom: 10px ;
    margin-top: 10px ;
    margin-left: 10px ;
    margin-right: 10px ;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
    vertical-align:middle ;
    background: url(images/header_sidebar.png) repeat;
}

/* Poplar logo */
#poplar {
    float:left; 
}
#poplar img 
{
    margin-top: 2px ;
    margin-bottom: 2px ;
    margin-left: 0px ;
    margin-right: 0px ;
    padding: 0px ;
}

/* PayPalDonate */
#PayPalDonate
{
    float:right ;
    height: 105px;
    vertical-align:middle ;
    text-align:center ;
    padding-top: 30px ;
}

/* recently printed */
#recentlyprinted 
{
    margin: 15px 15px 15px 15px ;
    float:right ;
    height: 75px ;
    border-style:none ;
    border-width: 1px ;
    margin-top: 2px ;
    padding-top: 3px ;
}

#recentlyprinted h2 {
	font-size: 16px;
	font-weight: normal;
	color: #bbb;
	text-align: right ;
	
	padding-top: 15px ;
	padding-right: 10px ;
	width:100px; 
	float:left; 
}

/*** Carousel ***/
.carouselEntry 
{
    border: solid 1px ;
    width: 150px;
    height: 150px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}

/*** Images ***/
.imagetile 
{
    height: 175px ;
    width: 175px ;
    margin: 0 auto ;
    display: table-cell ;
    vertical-align: middle ;
    text-align: center ;
    margin: 0 auto ;
}

/*** Quotes ***/
.quote 
{
   margin: 0 auto ;
   text-align: center ;
   vertical-align: middle ;
   width: 150px ;
   height: 175px ;
   font-family: Arial, Georgia, Sans-serif;
}

.quote .text 
{
    color: black ;
    font-size: 16px ;
    font-weight: bold; 
}

.quote .author
{
    color: black ;
    font-style:italic; 
    font-size: 12px ;
}

/*** ImageButton ***/
.ImageButton 
{
}

.ImageButton:hover 
{
    background-color: #eeeeee;
}

/*** YouTubeVideo ***/
.YouTubeVideo
{
    /* width: 480px ; */
    width: 100% ;
    height: 385px ;
    vertical-align: middle ;
    text-align:center ;
}

/*** google ads ***/

.AdBottomLeft
{
    width: 160px ;
    height: 600px ;
    margin: 0 auto ;
}

.AdTopBanner 
{
     width: 728px ;
     height: 90px ;
     margin: 0 auto ;
     padding-bottom: 20px ; /* added 2010-08-14 */
}

.AdBottomMiddle
{
    padding: 10px ;
    width: 338px ;
    height: 280px ;
    margin: 0 auto ;
}

.AdSpecialOffer
{
    width: 125px ;
    height: 125px ;
    margin: 0 auto ;
}

/*** misc ***/
.GetAcrobat 
{
    background-color: Transparent ;
}

.GetAcrobat img 
{
    background-color: Transparent;
}

/*** wait box ***/
.waitbox
{
     background-image: url(Images/PharmaStatsSearching.gif);
     background: white;
     border-color: #003366;
     border-style:solid;
     border-width:2px;
     
     /* center in screen */
     left: 50%;
     top: 50%;
     width: 400px;
     height: 200px;
     position: fixed;
     margin-top: -100px ;
     margin-left: -200px ;
     display: none ; 
    
     z-index:1;
}

.waittext
{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size:24px;
    line-height:30px;
    text-align:center;
    z-index:1;
}