/*  
Theme Name: Digithrive
Theme URI: http://www.digithrive.com/

Description: Theme created by Digithrive, Inc for Digithrive, Inc. 

Version: 1.0
Author: Digithrive
Author URI: http://digithrive.com/

Digithrive 1.0

This theme was designed and built by Enrique Gutierrez and Phelan Riessen.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/**** Core Page Elements (body, page, container, content *****/

html, body {
    height: 100%;
}

body {
	font-size: 12px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #000;
	margin:0;
	padding:0; 
	}

#topmost {
		font-size:.9em;
		background-color:#FFF;
		text-align:right;
		border-bottom:dotted 1px #005358;
		}
		#topmost ul {
			list-style:none;
			padding:3px 0;
			margin:0 8px;
			}
		#topmost li {
			display:inline;
			padding-right:10px;
			}
		#topmost a, #topmost a:visited {
			color:#66543D;
			}
			
#outtermost {
	position: relative;
    min-height: 100%;
	height:100%;
	height:auto;
	}
				
#page {
	width:960px;
	margin:0 auto;
	text-align: left;
	padding: 0;
	}

#header {
	color:#000;
	margin-top:35px;
	padding-top:15px;
	max-width:1200px;
	height:111px;
	}
	
	#content p {
		padding:5px 9px;
		}
	
	#content table {
		width:940px;
		margin:10px auto;
		}
	#content table td {
		width:300px;
		padding:0 5px;
		text-align:left;
		}
	#container table td.center {
		padding:0 10px;
		text-align:left;
		}
	
#upper {
	height:245px;
	background:url(images/header.jpg) no-repeat #FFF;
	}
	#upper_top {
		height:14px;
		background:url(images/upper_top.jpg) no-repeat;
		}
	#upper_btm {
		height:14px;
		background:url(images/upper_bottom.jpg) no-repeat;
		}
	#upper p {
		margin:0;
		}

	#upper #uppercontent {
		float:right;
		width:200px;
		line-height:16px;
		border-right:2px #FFF solid;
		border-left:2px #FFF solid;
		border-bottom:2px #FFF solid;
		background:#BBB;
		opacity:.8;
		filter:alpha(opacity=80);
		margin:0 120px 0 0;
		padding:5px;
		-moz-border-radius-bottomleft:8px;
		-moz-border-radius-bottomright:8px;
		font-size:10px;
		}
	#upper #uppercontent ul {
		padding:5px 0 15px 25px;
		margin:0;
		}
	#upper #uppercontent li {
		padding:0 0 6px 0;
		margin:0;
		font-weight:bold;
		color:#000000;
		}

#lowercontent {
	background:#FFF;
	margin-bottom:14px;
	}
	
	#lowercontent p.edit {
		padding:10px 6px;
		margin:0;
		}
	
/**** Main-subcontainers ****/
/**************************************************** Header/Navigation Obj
/* 																	object: navigation */

#header #navigation {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	float:right;
	}

	#header #navigation ul {
		list-style:none;
		margin:0;
		padding:18px 0 0 41px;
		}
		
	#header #navigation li {
		display:inline;
		padding-right:24px;
		}
	
	#header #navigation a, #header #navigation a:visited, 
		#header #navigation a:active {
		color:#000;
		}
	
	#header #navigation a:hover {
		color:#8FD400;
		text-decoration:none;
		}

/**************************************************** Content Sections */
/*										 								class: Archive Top */
#archivetop {
	height:60px;
	border-bottom:1px #CCC solid;
	padding-top:35px;
	padding-right:10px;
	margin-top:-10px;
	}

/*										 								class: Post */
.post {
	text-align: left;
	padding:10px;
	}
	
	.post small {
		color:#005358;
		float:left;
		}
	
	/* object: Rating System */
	div .post-ratings {
		width: 190px;
		float:right;
		margin-top:10px;
		text-align:right;
	}
	
	/* rating label */
	div .post-ratings span {
		float:left;
		margin-right:4px;
	}
	
/*										 								class: narrowcolumn */
.narrowcolumn {
	width: 690px;
	}

	.narrowcolumn .entry {
		line-height: 16px;
		}
	
	.narrowcolumn .postmetadata {
		text-align: right;
		padding-top: 5px;
		}
		
/*										 								class: widecolumn */
.widecolumn {
	width: 960px;
	padding-bottom:66px;
	}

	.widecolumn .entry {
		line-height: 16px;
		}
	
	.widecolumn .postmetadata {
		text-align: right;
		padding-top: 5px;
		}

/*										 								class: alt */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


/**** Typography Specifics ****/
/*										 								class: Links */
a, h2 a, h3 a {
	color: #005358;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration:underline;
	}

/*										 								class: h1 through hX */	
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	margin: 0;
	font-size: 20px;
	font-weight:normal;
	text-decoration: none;
	color:#000;
	}

	#header h1 span {
		color:#005358;
	}
	
	#header .description {
		margin-left:10px;
		margin-top:-5px;
		font-size:10px;
		font-weight:bold;
		}
	
	#header #place1 {
		float:right;
		width:468px;
		height:60px;
		background-color:#CCCCCC;
		margin:15px 10px 0 0;
		}
		
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
		
/*																				H2 */
h2 {
	font-size: 18px;
	margin:18px 0 0 6px;
	padding:0 0 6px 0;
	margin-bottom:5px;	
	color: #333;
	}

/*																				H3 */
h3 {
	font-size: 12px;
	}

h3, h3 a, h3 a:visited {
	color: #333;
	}


/*										 								class: Copy Texts */
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.postmetadata {
	clear: left;
}

#footer {
	position: absolute;
    bottom: 0;
	width:100%;
	padding:6px 0;
	background:url(images/bkg_footer.jpg) repeat-x #8FD400;
	border-top:1px solid #000;
	height:35px;
	text-align:center;
	color:#FFF;
	margin:0;
	}
	#footer p {
		padding:0;
		margin:6px 0;
		}
	#footer a, #footer a:visited {
		color:#FFF;
		}
	#footer a:hover {
		color:#141F78;
		text-decoration:none;
		}
	#footer ul {
		list-style:none;
		}
	#footer li {
		display:inline;
		padding-right:8px;
		}

h2.pagetitle {
	font-size:12px;
	font-weight:normal;
	text-align: right;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
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
	}
/* End Images */



/* 																				Begin Lists */

.entry li {
	list-style:circle;
}

	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style:none;
		}

/* 																			Sidebar */
#sidebar {
	float:right;
	width:200px;
	margin:0;
	padding:0 15px 10px 15px;
	background-color:#EEE;
	}
	#sidebar h2 {
		background:none;
		font-size:12px;
		margin-bottom:0;
		padding-bottom:9px;
		}
	#sidebar ul {
		list-style:none;
		padding:8px;
		margin:0;
		}
	#sidebar ul.list {
		padding-top:0;
		margin-top:0;
		}
	#sidebar ul.sidecont {
		padding:0;
		}
	#sidebar li {
		margin-bottom:10px;
		margin-left:6px;
		}
	#search {
		float:right;
		margin:25px 15px;
		}

/* 																			Search Form */

#searchform #s {
	padding:3px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 240px;
	}

select {
	width: 240px;
	}

#noresultsearch {
	height:550px;
	margin-top:18px;
	background-color:#FFF;
	padding-top:40px;
	}
	
	#noresultsearch #searchform {
		margin:25px auto;
		width:75%;
		}
	#noresultsearch #searchform #s{
		width:100%;
		}
/* 																			Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

#disqus {
	background-color:#FFF;
	width:588px;
	padding:10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
		}
	
	.commentlist p {
		margin: 10px 5px 10px 0;
		}
	
	#commentform p {
		margin: 5px 0;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
		}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

/*																						Blockquote */
blockquote {
	background-color:#EEEEEE;
	margin: 10px 20px 0 10px;
	padding:2px 0 2px 20px;
	border-left: 1px solid #CA7609;
	}
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

/* Image Butter Jelly Time */
.center {
	text-align: center;
	}

img {
	border: none;
	}
	
img .alignright {
	margin-left:10px;
	bottom:5px;
	}

img .alignleft {
	margin-right:10px;
	bottom:5px;
	}

img .aligncenter {
	margin:0 auto;
	padding:5px;
	}
.sociable {
	text-align:right;
	padding-right:15px;
	}
	
.sociable_tagline {
	display:none;
	}

.wp-polls {
	margin:0 auto;
	width:300px;
	}
	
a.more-link {
	margin-top:9px;
	float:right;
	padding:2px 6px;
	margin-right:8px;
	color:#660204;
	background-color:#EEEEEE;
	border:1px solid #B7B7B7;
	font-weight:bold;
	}
a:hover.more-link{
	color:#000;
	text-decoration:none;
	}
		
	div .featured h2, div .featured h1 {
		padding:5px 0 12px 0;
		margin:5px 0 12px 0;
		color:#000;
		font-size:18px;
		text-align:left;
		}
	#upper img {
		border:none;
		margin-left:10px;
		margin-bottom:12px;
		}
	div.innerlock {
		width:560px; 
		float:right;
		}
	div.featured {
		width:250px;
		height:370px;
		background:url(images/bkg_upper.jpg) no-repeat #FFFFFF;
		border:1px solid #005358;
		padding:0 5px;
		}
		
	div.featop {
		height:321px;
		}
		
	div.featbottom {
		height:39px;
		width:100%;
		text-align:center;
		}
	
img, a {
	outline:none;
	}

a.piclenselink {
	display:none;
	}
	div.ngg-galleryoverview {
		text-align:center;
		}

/*Plans & Pricing Tables************************************************/
#master table {
	width:75%;
	margin:18px auto;
	padding: 0;
	}
	
	#master th {
		font-weight:normal;
		border-bottom:1px solid #666666;
		border-top:1px solid #5A0A09;
		width:110px;
		background:url('http://digithrive.com/images/td_back.png') repeat-x;
		}
		
		#master th.last {
			border-right:1px solid #666666;
			}
		
	#master td {
		text-align:center;
		padding:5px;
		}
	
	#master td {
		border-bottom:1px #666666 solid;
		}
		
	#master td.title {
		height:24px;
		padding-right:10px;
		text-align:right;
		background-color:#f2f2f2;
		border-left:1px solid #666666;
		border-right:1px solid #666666;
		font-size:11px;
		font-weight:bold;
		}
		
	#master td.corner {
		width:150px;
		height:50px;
		background-color:#FFFFFF;
		border-right:1px solid #666666;
		}
		
	#master tr.title {
		background:#e4dfb7;
		padding:0px;
		text-align:center;
		}
		
	#master tr.space {
		height:3px;
		background-color:#CCCCCC;
		}
		
	#master tr.space td {
		padding:0;
		border:none;
		}
	
	#master tr.last td {
		border:none;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
		}
	
	#master tr.last td.corner {
		border:none;
		border-right:1px solid #666666;
		}
	
	#master td.alt {
		background-color: #e9e6ca;
		text-align:center;
		}

	#master td.alt2 {
		text-align:center;
		}
		
	#master td.end {
		border-right:1px solid #666666;
		text-align:center;
		}

/* Hosting Plans */
.hostingplans {width:700px;
		margin:0 auto;
		margin-left: auto;
		margin-right: auto;
		}

.hostingpaymentbox {
		border: none;
		}

.hostingsignup {
		float:left;
		padding:15px;
		margin:10px;
		text-align:center;
		}

.clearboth {clear:both;}