/*
	Color Palette
	Dk Red: #8e220e
	Dk BLue: #1a446c
	Md Blue: #689dc1
	Lt Blue: #d4e6f4
	Dk Gray: #454545
	Lt Gray: #d7d7d7
	Black: #000
	White: #fff
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}

body {
	font-size: 75%;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background: #d4e6f4 url("http://digitalsandbox.net/images/interface/wood_sm_bg.jpg") repeat-x 0 0; 
}

html>body {
	font-size: 12px; 
}

/* Typography Settings */

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-rendering: optimizeLegibility;
}

code, pre {
	font-family: Courier, monospace;
	color: #689dc1;
	overflow-x: auto;
}

dd.smalltext {
	margin-left: 75px;
}

h1, h2, h3, h4 {
	color: #8e220e;
	font-weight: bold;
}

h1 span, h2 span, h3 span, h4 span {
	color: #454545;
	font-weight: normal;
}

h1, h2, h3, #nav ul li a {
	font-family: "Agency FB", "Verdana", sans-serif;
	text-transform: lowercase;
}

h4 {
	text-transform: lowercase;
}

h1 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0; 
}

h2 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: -1px;
	margin-bottom: 0;
	border-bottom: solid 1px #d7d7d7;
}

h3 {
	font-size: 1.6667em;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

.smalltext, .post_meta, p.more a, p.powered {
	font-size: 0.8333em;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 1.8em;
}

p.more a, p.powered {
	margin-bottom: 0;
}

#nav ul li a {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
}

/* Column Widths and Formatting */

#content {
	width: 930px;
	padding: 0 19px;
	background: transparent url("http://digitalsandbox.net/images/interface/content_bg.png") repeat 0 0;
}

.col_full {
	margin: 0 15px;
}

.col_1-half, .col_1-4th, .col_3-4th, .col_1-3rd, .col_2-3rd, .col_1-5th, .col_2-5th, .col_3-5th {
	float: left;
	margin: 0 15px;
}

.col_full {
	width: 900px;
}

.col_1-half {
	width: 435px;
}

.col_1-4th {
	width: 202px;
}

.col_3-4th {
	width: 668px;
}

.col_1-3rd {
	width: 280px;
}

.col_2-3rd {
	width: 590px;
}

.col_1-5th {
	width: 156px;
}

.col_2-5th {
	width: 342px;
}

.col_3-5th {
	width: 528px;
}

/* General Formatting */

ul {
	list-style-type: none;
}

ul li {
	font-size: 1em;
	line-height: 1.5em;
}

a img {
	border: none;
}

img.frame {
	padding: 4px;
	background-color: #fff;
	border: solid #d7d7d7 1px;
	margin-top: 3px;
}

.alignleft {
	float: left;
	margin: 3px 10px 10px 0;
}

.centered {
	display: block;
	margin: 3px auto 9px auto;
}

.alignright {
	float: right;
	margin: 3px 0 10px 10px;
}

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.clear {
	height: 0;
	clear: both;
}

blockquote {
	margin-top: -.75em;
	margin-bottom: .75em;
	padding: .75em 1em -.25em 1em;
	background-color: #d4e6f4;
	border: solid 1px #454545;
}

blockquote.update {
	margin-top: 0em;
}

/* Zone Formatting */

#zone {
	position: relative;
	z-index: 2;
	width: 968px;
	margin: 0 auto;
}

/* Tattoo effect */

#tat {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 715px;
	background: url("http://digitalsandbox.net/images/interface/wood_bg_tattoo.jpg") no-repeat -60% 0;
}

/* Header Formatting */

#header {
	z-index: 3;
	float: left;
	width: 960px;
	background: transparent url("http://digitalsandbox.net/images/interface/header_shdw.png") no-repeat 50% 95px;
}

.logoreplace {
	float: left;
	margin: 9px 0 0 14px;
	text-indent: -5000px;
	background: url("http://digitalsandbox.net/images/interface/logo.png") no-repeat 0 0;
	width: 282px;
	height: 158px;
}

/* Search Box Formatting */

#applesearch {
	float: right;
	margin: 35px 34px 0 0;
}

#applesearch .sbox_l  {
	/*default styling*/
}

#applesearch .sbox_r  {
	/*default styling*/
}

#applesearch .sbox input {
	/*default styling*/
	width: 200px;
	float:left;
}

/* Nav Bar Formatting */

#nav {
	clear: both;
	width: 908px;
	height: 22px;
	padding: 0 30px;
	background: transparent url("http://digitalsandbox.net/images/interface/content_top.png") no-repeat 0 0;
}

#nav ul {
	float: right;
}

#nav ul li {
	float: left;
	text-align: center;
	height: 62px;
	width: 89px;
	margin: -40px 0 -7px 6px;
}

#nav a {
	display: block;	
	height: 57px;
	width: 89px;
	padding-top: 5px;
	text-decoration: none;
	color: #fff;
	background: transparent url("http://digitalsandbox.net/images/interface/nav.png") no-repeat 0 0;
}

#nav a:link {
}

#nav a:visited {
}

#nav a:hover {
	background-position: 0 -75px;
	padding-top: 15px;
	height: 47px;
	color: #1a446c;
}

#nav a:active {
}

#nav #current a {
	display: block;	
	height: 36px;
	width: 89px;
	text-decoration: none;
	color: #fff;
	padding-top: 26px;
	background: transparent url("http://digitalsandbox.net/images/interface/nav.png") no-repeat 0 -150px;
}

/* Content Formatting */

#content a {
	color: #1a446c;
}

#content h2 a {
	color: #8e220e;
	text-decoration: none;
}

#content a:link {
}

#content a:visited {
}

#content a:hover {
	text-decoration: none;
	color: #1a446c;
}

#content a:active {
}

#content ul {
	margin-bottom: 1.5em;
}

/* Primary Zone Formatting */

#content h3 {
	line-height: 1em;
	padding-top: .4em;
	padding-bottom: .25em;
	border-bottom: solid .15em #454545;
}

#intro h3, #content .blog_post h3 {
	border: none;
	line-height: 1.8em;
	margin-top: -1em;
}

#info p, .post_entry p {
	margin-top: 0;
}

.post_meta {
	line-height: 1.7em;
	color: #689dc1;
	width: 100%;
	border-bottom: dashed 1px #d7d7d7;
	margin-bottom: 0;
}

#content p.more, p.powered {
	margin-top: -1.5em;
	text-align: right;
	padding-right: 2em;
	clear: both;
}

#content h2.no_margin {
	margin-top: -0.5em;
}

#showcase a img {
	float: left;
	margin-right: 10px;
}

.hirereplace {
	text-indent: -5000px;
	background: url("http://digitalsandbox.net/images/interface/hire.png") no-repeat 0 0;
	margin: 3px auto 5px;
	width: 174px;
	height: 61px;
	border: none;
}

.hirereplace:hover {
	background-position: 0 -75px;
}

.replace-me {
	text-indent: -5000px;
	border: none;
	margin: 5px auto;
	display: block;
}

.replace-me.mode, .replace-me.plugin {
	width: 300px;
	height: 128px;
}

.replace-me.mode {
	background: url("http://digitalsandbox.net/images/interface/mode_download_badge.png") no-repeat 0 0;
}

.replace-me.plugin {
	background: url("http://digitalsandbox.net/images/interface/plugin_download_badge.png") no-repeat 0 0;
}

.replace-me:hover {
	background-position-y: -150px
}

ul.floated li {
	float: left;
	margin: 0 5px;
}

p.prev {
	float: left;
	padding-left: 20px;
	background: transparent url("http://digitalsandbox.net/images/interface/postnav.png") no-repeat top left;
}

span.prev_cap {
	display: block;
	float: left;
	width: 15px;
	height: 1.5em;
	background: transparent url("http://digitalsandbox.net/images/interface/postnav.png") no-repeat top right;
}

p.next {
	float: right;
	padding-right: 20px;
	background: transparent url("http://digitalsandbox.net/images/interface/postnav.png") no-repeat bottom right;
}

span.next_cap {
	display: block;
	float:right;
	width: 15px;
	height: 1.5em;
	background: transparent url("http://digitalsandbox.net/images/interface/postnav.png") no-repeat bottom left;
}

ul.striped li div {
	display: inline-block;
	margin-bottom: -5px;
}

ul.striped li div a.alignleft, ul.striped li div a.alignright {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

/* Footer Formatting */

#info {
	clear: both;
	color: #fff;
	background-color: #454545;
	border-top: solid #689dc1 5px;
	width: 930px;
	margin: 0 -15px;
	padding: 0 15px 1.5em 15px;
}

#info {
	margin-top: 1.5em;
}

#info h3 {
	color: #689dc1;
	border: none;
	line-height: 1.8em;
	padding: 0;
}

#info h3 span {
	color: #fff;
}

#info a:link {
	color: #689dc1;
}

#info a:visited {
	color: #689dc1;
}

#info a:hover {
	color: #d4e6f4;
}

#info a:active {

}

#my_pic, #ads {
	padding-top: 1em;
}

.entryform p {
	margin: 0
}

.entry {
	margin-top: 1.5em;
	background-color: #d7d7d7;
	color: #000;
	padding: 0 10px;
}

.entry p.smalltext {
	margin-bottom: 0;
	background-color: #454545;
	color: #fff;
	margin: 0 -10px;
}

#labels, #inputs {
	float: left;
}

#inputs input {
	min-width: 350px;
}

#labels p, #inputs p {
	padding-bottom: .5em;
	line-height: 1.8em;
}

#labels p {
	padding-right: 3px;
	text-align: right;
}

textarea {
	width: 100%;
}

#footer {
	clear: both;
	border-top: dashed #fff 1px;
	margin: 0 -15px;
	padding: 0 30px;
}

.copyright {
	padding: 1.5em 0;
	margin-bottom: -1.5em;
}

.tag_cloud {
	text-align: center;
}

#content .tag_cloud a:link {
	text-decoration: none;
}

#content .tag_cloud a:visited {
	text-decoration: none;
}

#content .tag_cloud a:hover {
	text-decoration: underline;
}

#content .tag_cloud a:active {
	text-decoration: none;
}

/* CSS3 savvy browser extras */

/* for use if border-image supported */

img.frame:nth-of-type(1n) {
	padding: 4px;
	background-color: #fff;
	border-top: solid #d7d7d7 1px;
	border-right: solid #d7d7d7 3px;
	border-bottom: solid #d7d7d7 4px;
	border-left: solid #d7d7d7 3px;
	-webkit-border-image: url("http://digitalsandbox.net/images/interface/frame.png") 1 3 4 3 stretch stretch;
	-moz-border-image: url("http://digitalsandbox.net/images/interface/frame.png") 1 3 4 3 stretch stretch;
	-o-border-image: url("http://digitalsandbox.net/images/interface/frame.png") 1 3 4 3 stretch stretch;
	border-image: url("http://digitalsandbox.net/images/interface/frame.png") 1 3 4 3 stretch stretch;
	-webkit-background-clip: padding;
}

ul.striped li:nth-of-type(2n+2) {
	background-color: #d4e6f4;
}

ul.striped li:nth-of-type(1n) {
	padding: 0 3px;
}

#content ul.floated li:nth-of-type(1n) {
	padding: 0px;
	margin: 0 3px;
}