/*
Theme Name: Custom
Theme URI: http://digitalrenewal.com/
Description: Custom wordpress theme for affiliatesoftware.net 
Author: digitalRenewal
Author URI: http://digitalrenewal.com
*/


* {margin:0; padding:0;}

body 		{ background: url(images/bg.jpg) repeat-x; font-family:arial;
text-align: center;  /*ie fix to center block */}

#header 	{ width: 900px; margin: 0 auto;
text-align: left /*put text back after ie fix */ }

#top-nav 	{width:100%; height:20px; overflow:hidden;}
#top-nav ul 	{margin:0; font:bold 11px arial; list-style-item:none; text-align:right; padding-top:2px; }
#top-nav li 	{display:inline;}
#top-nav a 	{color:white; text-decoration:none; padding:10px; }
#top-nav a:visited {color:white; text-decoration:none;}
#top-nav a:hover {color:white; background:#5390bc;}

#logo 		{height:90px;}

#menu           {height:28px; margin:0;}
#menu ul	{font:bold 11pt arial; padding:6px 0 0 0; color:#7ec3f4; margin:0;}
#menu li 	{display:inline; margin-right:20px;}
#menu a 	{color:#7ec3f4; text-decoration:none;}

.quotes {line-height:20px; color:#cc0000; padding:10px; margin:0 0 20px 0; background: white; border:1px solid #e3f1f5;}
/* for the strayquote wordpress plugin.... MUST add <div class="quotes"> in plugin settings. */

.qauthor {color:#333; text-align:right;}  
/* also add to plugin settings */


.testimonial {margin:10px; padding:15px; border: 1px solid #eee; }
.testimonial a {color:blue; font:bold 11px verdana;}

#featured 	{color:#7ec3f4; background: url(images/feat_bg.jpg) repeat-x;}
#feat_cont	{width: 900px; margin: 0 auto; text-align: left; /*put text back after ie fix */ }
#featured h1 	{font:bold 30px arial; color:white; padding-top:15px; margin:0; }
#featured h2    {font-size:18px; margin:0;}
#featured p 	{font:normal .9em arial; color:#7ec3f4; padding:10px 0;}
#featured ul 	{font:normal .9em arial; color:white; padding:2px 10px; line-height:24px; margin:0;}
#featured li     {margin:0; padding:0;}
#featured a	{color:#7ec3f4; text-decoration:underline;}
#featured a:visited	{color:#7ec3f4; text-decoration:underline;}
#featured a:hover	{color:white;}

.featured-quote {background:url(images/quote.jpg) no-repeat; padding:20px 0 20px 90px; 
font:normal 20px georgia; font-style: italic; line-height: 28px; color:#555;}


.rsswidget {color:#999; font-weight:bold; border-bottom:1px solid #eee;}
.rssSummary {padding:10px 0;}

/* lightbox css */
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}



a{color:#000;text-decoration:none;}
a:hover{text-decoration: underline;}
	
h1 {font:normal 24px arial; margin-bottom:20px;}
/* h2 {font:normal 18px arial; margin:20px 0 10px 0;}
h3 {font:normal 24px arial;}
h3 a {color:#;}
h4 {font-size: 9pt;} */

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{ border:1px solid #eee; margin:15px;	padding:0 12px 0 12px;}

code{font-family:"Courier New", Courier, monospace;}


/* content */

#page-bg {background:url(images/content_bg.jpg) repeat-x; min-height:300px;}

#page	{ width: 900px; margin: 0 auto;
text-align: left; /*put text back after ie fix */ 
padding:30px 0;}

#content {float:left; width:565px; color:#555; 
border:1px solid #d0e1ed;
background:white;}

.post {
	margin:1px; 
	padding:10px;    
        font:normal .8em verdana;
	line-height: 14pt;
        background: url(images/post-bg.jpg) repeat-x;
	}
	
.post h1	{font:normal 22px arial; border-bottom:1px solid #d0e1ed;}
.post h1 a	{color: #417aa2; text-decoration: none;}	
.post h1 a:hover{color: #999; text-decoration: none; }

.post h2        {font:normal 20px arial;}

.post h3	{font:normal 20px arial; 
		border-bottom:1px solid #d0e1ed; 
		background: url(images/star.gif) left no-repeat; 
		padding-left:24px; margin-top:20px; margin-bottom:10px;
}
.post h3 a	{color: #417aa2; text-decoration: none;}
.post h3 a:hover{color: #999; text-decoration: none;}

.post h4 {font:bold 14px arial;}

.post ul {margin:14px;}
.post li {padding:0 0 10px 0}
.post p {padding:0 0 10px 0}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
        font-size:.7em; color:#83a2b2;
	border-top:1px solid #e3f1f5;
        padding:5px 0;
	margin: 20px 0;
	}
.postmetadata a {color:#b3cbd8;}
.postmetadata a:hover {color:#83a2b2; text-decoration:none;}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:10px 0;}
.alignright a{float:right; margin:10px 0;}



.detailedFeats ul {
    list-style: none;
    margin-top: 7px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 15px;
}
.detailedFeats li {
    background-image: url(images/featcheck.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    color: #515756;
    font-family:Tahoma, Arial;
    font-size:11px;
    text-decoration:none;
    margin:2px 0px 2px;
    padding-left:24px;
    padding-bottom: 2px;
}



/* sidebar */

#sidebar {
	font:normal .7em verdana; 
        width:300px;
	float:right; margin: 0 0 40px 30px;
	border: 1px solid #e3f1f5;
        background: #f3fafc;
	}

#sidebar h2{
	font:bold 12pt arial; color:#777;	
	margin: 0; padding: 0;    
        border-bottom:1px solid #e3f1f5;
}

#sidebar h2 a {color:#777;}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 10px 0;}
#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}







/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

small {color:#83a2b2;}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.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;
}

.post-edit-link {font-size:10px;}
.pagetitle {font-size:10px; padding-left:10px; color:#ddd;}



/* footer */

#footer { clear: both; background:#333; font:normal .8em verdana;}
#footer p{padding:25px 0;margin: 0; color: #aaa; text-align:center;}
#footer a{color: #777; text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

