/*
Theme Name:AmberCube
Theme URI:http://wordpress.bustatheme.com/coda/
Description:The AmberCube theme based on wp-coda.
Version:1.0
Author:Greg Johnson
Author URI:http://greg-j.com/
Tags:coda, jquery, slider, dark, fixed
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}
small { color: #777; font-size: 12px; }

html {
    background-color: #000;	
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#333333 url(images/body_bg.png) center top repeat-x;
}

#header {
	margin:0 auto;
	padding:0px 0 0 0;
	width:900px;
	height:40px;
	background:url(images/header_bg.png) center top no-repeat;
	position:relative;
}
	
#header h1, #header h2 {
    display:none;
}

#content h2 {
    font-size: 16px;
    font-weight: bold;	
}

.postmetadataWrapper {
	padding: 5px;
    border: 1px solid #888;
    background-color: #EDEDED;
}

.postmetadata small {
    font-size: 11px;	
}
    
#page_header {
	margin:0 auto;
	width:460px;
	height:131px;
	background:url(images/page_header.png) center top no-repeat;
}

.entry {
    padding-top: 10px;	
}

#page_header p {
    display:none;
}

#contentTopCap {
    width: 800px;
    height: 26px;
    margin: 0 auto;
	background: url(images/contentTopCap.png);
	background-repeat: no-repeat;
}

#contentWrapper {
    width: 800px;
    margin: 0 auto;
    background: url(images/contentBg.png);
    background-repeat: repeat-y;	
}

#content {
    padding: 10px 20px;	
}

#contentBottomCap {
	width: 800px;
	height: 58px;
    margin: 0 auto;
    background: url(images/contentBottomCap.png);
    background-repeat: no-repeat;
}

#sidebar {
    float: right;	
}

.pageNavigation {
		padding:0 0 0 20px;
		height:50px;
		margin: 0 auto;
		width: 800px;
}

.pageNavigation li {
		height:50px;
		float:left;
		padding: 0 15px 0 15px;
}
	
.pageNavigation a {
		display:block;
		height:50px;
		line-height:50px;
		float:left;
		padding:0 5px 0 5px;
		font-size:13px;
		color:#999;
		font-weight:bold;
}

.pageNavigation a:hover, .pageNavigation a.selected {
	color:#ffd71f;
	background:url(images/page_navigation_a.png) right top no-repeat;
}
.pageNavigation a span {
	display:block;
	height:50px;
	float:left;
	padding:0 25px;
}
.pageNavigation a:hover, .pageNavigation a.selected {
    background:url(images/page_navigation_span.png) left top no-repeat;
}

.pageNavigation a:focus {
    outline:none;
}

#content p {
	padding: 0 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #3F3F3F;
}

#content strong {
	color: #333333;
}

#content em {
	font-style: italic;
}

#content a {
	white-space: nowrap;		
	color: #FFBF00;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}
			
#content blockquote, #content ul, #content ol, #content pre {
	font-size: 12px;
	margin: 1em 2em 2em 2em;
	padding: 10px 15px;
	background: #ecedf3;
}
			
#content blockquote p {
	padding:.4em 0 !important;
	text-indent:0 !important;
}

#content li{
	list-style-position: inside;
	padding: 0 0 .5em 0;
}

#content ul li{
	margin:0 0 0 1em;
	list-style:square;
}
				
#content ol li{
	margin:0 0 0 1.5em;
	list-style:decimal;
}

#content pre{
	line-height:1em;
	color:#1C194C;
	font-size:13px;
	/*overflow:auto;*/
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
}

#content code {
	padding:0 3px;
	color:#33333e;
	background:#f8f8f8;
	border:solid 1px #e5e5e5;
	font-size:13px !important;
}
			
#content .gallery {
	text-align:center;
}

textarea#comment {
    width: 400px;	
}

#page_footer {
	width:900px;
	margin:0 auto;
}

#page_footer h5 {
    padding:20px 90px;
    font-size:28px;
	letter-spacing:-2px;
	font-weight:bold;
	color:#4f4a67;
}

#page_footer p {
	padding:0 70px 30px 70px;
	font-size:13px;
	color:#4f4a67;
	line-height:1.5em;
}

#page_footer p a {
	color:#fff;
}

#page_footer p a:hover {
	text-decoration:underline;
}

#footer {
	height:90px;
	border-top:solid 1px #28243d;
	background:#000 url(images/footer_bg.png) center top no-repeat;
	font-size:11px;
}

#footer p {
	width:900px;
	overflow:hidden;
	margin:0 auto;
	color:#363845;
}

#footer span {
	display:block;
	height:90px;
	line-height:90px;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

#footer a {
	color:#7274a1;
}

#footer a:hover {
    text-decoration:underline;
}
