/*
Theme Name: River Media
Theme URI: http://www.zdncomputers.com
Description: The River Media Theme was created by RivMedia and Coded by ZDN Computers 
Author: Zach Nicodemous
Author URI: http://www.zdncomputers.com
*/

body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,gr,p,form{
	margin: 0px 0px;
	padding: 0;
}
body{
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	color: #000;
}
table{
	font-family: Tahoma;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6{
	font-family:Tahoma;
	font-size:16px;
	text-decoration:none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #0860a8;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0;
}

P{
	padding: 10px 0 5px;
}
li{list-style:none; margin: 0px 0px 8px 0px; padding: 0; border-top: 1px dotted #aaa7a7;}
ul{margin:0; padding:0;}

html>body .entry li { margin: 7px 10px 8px 0; }

html>body .entry ul {
	margin-left: auto;
	margin-right: 0px;
	padding: 0 30px 0 0;
}

blockquote{
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockquote p{
	padding: 10px;
}

blockquote blockquote{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

dd{
	padding: 0 0 0 20px;
}

form,input,textarea{
	font-family:Tahoma;
	font-size:12px;
}
p img{
	max-width: 100%;
}
img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}
img.alignleft{
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.clear{
	margin:0;
	padding:0;
	clear:both;
}

small{
	font-size: 11px;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header-container{
	width:100%;
	height: 122px;
	background: url(images/header-container.png);
}

#header-container h1{
	padding:10px;
	font-size: 18px;
	font-weight: normal;
}
#header{
	position:relative;
	width: 900px;
	height: 122px;
	margin: 0 auto;
	background: url(images/header-bg.png);
}
#header-logo {
	position:relative;
	float:left;
	padding: 12px 35px;
	width:220px;
	height:98px;
}
#header-menu {
	position:relative;
	float:right;
	margin: 37px 0px;
	padding: 5px 20px;
	width:498px;
	height:37px;
	font-family:Tahoma;
	font-size:15px;
	color:#FFF;
	background-image: url(images/menu-bg.png);
}
#header-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header-menu li{
	border: 0px;
}
#header-menu ul li{
	float:left;
}
#header-menu ul li a{
	font-family:Tahoma;
	display:block;
	padding:9px 10px 9px 10px;
	text-decoration:none;
	color:#FFF;
}
#header-menu ul li a:hover{
	text-decoration:underline;
}


.sidebar-box{border-left:1px solid #edecec; padding: 3px 12px; border-right:1px solid #edecec;}
.sidebar-box-top{background-image:url(images/sidebar-box-top.png); width: 285px; height: 13px;}
.sidebar-box-bottom{background-image:url(images/sidebar-box-bottom.png); width: 285px; height: 13px;}

#container{
	float:left;
	width:100%;
	border-top: 0px solid #000;
	background-color:#FFFFFF;
}

#blog-container{
	width:900px;
	height: auto;
	margin: 0 auto;
}
	
#blog{
	width: 900px;
	height: auto;
	float:left;
	background-color:#FFFFFF;}

#content{
	float:left;
	width: 580px;
	height: auto;
	padding:15px 0px;
}
#content-pages{
	width: 100%;
	height: auto;
}

.navigation{
	margin: 10px 10px 0;
	float:left;
	width: 95%;
	border: 1px solid #a0b8d9;
	padding: 0px 0px 0px 10px;
	background: #eaeefb;
	line-height:20px;
	color:#000;
	font-weight:bold;
	
}

.post{
	padding:10px 20px;
}

.post-pages{
	margin:-0px 0px 0px 0px;
}


.posth2{
	font-size:24px;
	font-weight:normal;
}
.posth2 a{
	color: #000;
}

.entry-date{
	background:url(images/date.png);
	width:25px;
	height:29px;
	float:left;
	padding:7px 7px;
	margin: 0px 8px 0px 0px;
	text-align:center;
	color:#fff;
	font-size: 11px;
	font-weight:bold;
}
.entry-retweet{
	width: 50px;
	height: auto;
	float:right;
}
.entry-posttitle{
	width: 442px;
	height: auto;
	float:right;
}
.entry-posttitle-pages{
	width: 860px;
	height: auto;
	float:left;
}
.entry-content{
	float:left;
	width:560px;
	margin: 10px 0px 0px 0px;
	line-height:24px;
}
.entry-content h2,.entry-content h3,.entry-content-h4,.entry-content h5{
	padding: 10px 0 0px;
}
.entry-content h2 a{
	color: #8f3939;
}
.entry-content h3{
	font-size: 18px;
	font-weight: normal;
}
.entry-content h5{
	font-size: 14px;
}
.entry-content h6{
	font-size:12px;
}

.entry-content-pages{
	float:left;
	width:100%;
	margin: 0px 0px 0px 0px;
}
.entry-content-pages h2,.entry-content-pages h3,.entry-content-pages-h4,.entry-content-pages h5{
	padding: 10px 0 0px;
}
.entry-content-pages h2 a{
	color: #8f3939;
}
.entry-content-pages h3{
	font-size: 18px;
	font-weight: normal;
}
.entry-content-pages h5{
	font-size: 14px;
}
.entry-content-pages h6{
	font-size:12px;
}

.entry-meta{
	padding: 10px 0 0 0;
	line-height: 24px;
	font-size:10px;
	color: #FFF:
}



#sidebar{
	float: left;
	width: 285px;
	padding: 0 17px;
	height: auto;
}

#sidebar ul{
	list-style-image: url(images/leaf.png);
}

#sidebar ul{
	margin: 0 0 0px;
	font-family:Tahoma;
	font-weight:bold;
}

#sidebar ul li{
	padding: 10px 10px 0;
}

#sidebar ul li h2{
	border-top: 1px solid #dfdfdf;
	padding:8px 10px 9px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #bf0000;
	background: url(images/menu-item-background.png)repeat-x left bottom;
}

#sidebar ul ul{
	margin: 0;
	padding: 6px 10px 0;
	line-height: 24px;
}

#sidebar ul ul li{
	padding: 0;
}

#sidebar ul ul ul{
	padding: 0 0 0 10px;
}

#footer{
	width: 100%;
	height: auto;
	background-color:#FFFFFF;
}

#footer a{
	text-decoration:none;
}

#footer-p1-container {
	position:relative;
	float:left;
	width:100%;
	height:292px;
	background:url(images/footer-bg-1.jpg)
}
#footer-p2-container {
	position:relative;
	float:left;
	width:100%;
	height:50px;
	font-family:Tahoma;
	padding: 10px 0px;
	color:#FFF;
	background-color: #010915;
}
#footer-p3-container {
	position:relative;
	float:left;
	width:100%;
	height:52px;
	margin: 0px 0px 0px 0px;
	background:url(images/copyright-bg.jpg)
}

#footer-p1 {
	position:relative;
	width:900px;
	height:auto;
	margin: 0 auto;
}
#footer-p2 {
	position:relative;
	width:900px;
	height:auto;
	margin: 0 auto;
}
#footer-p3 {
	position:relative;
	width:900px;
	height:auto;
	margin: 0 auto;
}
#footer-p3-1 {
	position:relative;
	float:left;
	width:88px;
	height:40px;
	padding: 6px 12px;
}
#footer-p3-2 {
	position:relative;
	float:right;
	width:500px;
	height:38px;
	margin: 7px 78px 7px 10px;
	z-index:2;
}
#footer-p3-3 {
	position:relative;
	float:right;
	width:200px;
	height:10px;
	margin: 21px 0px;
	z-index:3;
}

#comments ol li{
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 0;
	border-top: 0px;
	border-bottom: 2px solid #041832;
	line-height: 24px;
}


#comments{
	margin:0px;
	padding:0px;
	border-top: 0px;
}

#comments ol{
	list-style:none;
	margin: 0px 0;
	padding: 0;
	border-top: 0px;
}

#comments span.comment-author{
	font-weight: bold;
}

#respond{
	padding: 10px;
	background: #f9f9f9;
}
#comments textarea
{
width: 480px;
padding: 2px;
}

#page-image-container{
	width: 100%;
	height: auto;
	background:url(images/texture.jpg);
}
#page-image{
	position:relative;
	margin: 0 auto;
	width: 900px;
	height: auto;
}

.textmiddle {vertical-align:middle;} 
.footer-smallblue {
	color: #6288b5;
	font-size: 11px;
}
.footer-smalldark {
	color: #3b5471;
	font-size: 10px;
}
.footer-boxes {
	position: relative;
	float: left;
	width: 220px;
	height: 240px;
	padding: 20px 30px;
	z-index: 1;
	color: #FFFFFF;
	font-size: 20px;
}
.footer-boxes-2 {
	position: relative;
	float: left;
	width: 280px;
	height: 240px;
	padding: 20px 30px;
	z-index: 1;
	color: #FFFFFF;
	font-size: 20px;
}

.footer-largetext {
	font-size: 18px;
	font-weight: bold;
}

.page-titles {
	color: #0860a8;
	font-size: 16px;
	font-weight:bold;
	margin: 0px 0px 8px 0px;
}
.domain-titles {
	color: #0860a8;
	font-size: 14px;
}
.homepage-box1 {
	position:relative;
	float:left;
	width:256px;
	height:125px;
	padding: 40px 15px 15px 15px;
	background-image:url(images/hp-box1.png);
	z-index:1;
}
.homepage-box2 {
	position:relative;
	float:left;
	width:248px;
	height:125px;
	padding: 40px 15px 15px 23px;
	background-image:url(images/hp-box2.png);
	z-index:1;
}
.homepage-box3 {
	position:relative;
	float:left;
	width:252px;
	height:125px;
	padding: 40px 15px 15px 19px;
	background-image:url(images/hp-box3.png);
	z-index:1;
}
.homepage-box4 {
	position:relative;
	float:right;
	width:251px;
	height:auto;
	padding: 15px 15px 15px 19px;
	z-index:1;
	background-color: #FFFFFF;
}
#homepage-content {
	position:relative;
	float:left;
	width:542px;
	height:auto;
	padding: 15px 15px;
	z-index:1;
}
#hp-content-wrapper{
	width:860px;
	float:left;
	height:auto;
	}
	
ul.footerbreak {
	margin: 0px;
	padding: 0px;
}
.footerbreak {
    font-size:12px;
}
ul.footerbreak li {
    list-style:none;
	height: 26px;
	padding-left: 6px;
	border: 0px;
    background: url(images/footer_break.jpg) bottom left no-repeat;
}
.footerbreak a {
    color:#FFFFFF;
    text-decoration:none;	
}
.footerbreak a:hover, .footerbreak a:active { 
    color:#ffffff;
text-decoration: underline;
}
#homepage-headertext {
	position:absolute;
	width:361px;
	height:65px;
	z-index:1;
	left: 28px;
	top: 89px;
}
.homepage-headertext {
	color: #5184AF;
	font-size: 24px;
	font-style: italic;
	font-family: Lacuna Italic, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border:0px;
text-shadow: #334562 0px -1px 0px;

}
#homepage-banner-image {
	position:absolute;
	width:378px;
	height:275px;
	z-index:2;
	left: 464px;
	top: 10px;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;

}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	border:0px;
	padding: 0;
	margin:0;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
	margin:0;
}
    div#rotator ul li.show {
	z-index:500;
}
#packages-pagetext {
	position:absolute;
	width:262px;
	height:48px;
	z-index:1;
	left: 670px;
	top: 33px;
}
#services-pagetext {
	position:absolute;
	width:262px;
	height:48px;
	z-index:1;
	left: 830px;
	top: 33px;
}
#webdev-title {
	position:absolute;
	width:280px;
	height:84px;
	z-index:1;
	left: 570px;
	top: 33px;
}
#webdesign-title {
	position:absolute;
	width:280px;
	height:84px;
	z-index:1;
	left: 510px;
	top: 37px;
}
#privacy-title {
	position:absolute;
	width:280px;
	height:84px;
	z-index:1;
	left: 580px;
	top: 27px;
}
#domains-title {
	position:absolute;
	width:280px;
	height:84px;
	z-index:1;
	left: 497px;
	top: 33px;
}
#seoservices-title {
	position:absolute;
	width:380px;
	height:84px;
	z-index:1;
	left: 455px;
	top: 36px;
}
#contact-pagetext {
	position:absolute;
	width:280px;
	height:70px;
	z-index:1;
	left: 542px;
	top: 33px;
}
.entry ul {
	margin: 0 10px 15px 30px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#fafafa;
	border:1px solid #dedede;
	} 

.entry ul li {
	border-bottom:1px solid #cecece;
	background:url(images/ico_entry.gif) no-repeat left 13px;
	padding:7px 0 7px 15px;
	}

.entry ol {
	margin: 0 10px 15px 30px;
	padding:15px 15px 15px 40px;
	background:#fafafa;
	border:1px solid #dedede;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #cecece;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	}