/* @override 
	http://robinlivingston.com.s5777.gridserver.com/wp-content/themes/robinlivingston/style.css
*/

/*
Theme Name: Robin Livingston
Theme URI: http://robinlivingston.com
Description: Wordpress version of Robin's Site
Version: 2.0
Author: Jesse Wagstaff
Author URI: http://jessewagstaff.com
*/

/* @group Reset */

/* Resets default browser CSS. */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

ul.links {
margin:0;
padding:0;
}

/* @end */

/* ---------------------- */

body {
	color: #6b6a6a;
	font: 13px/normal "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: url(interface/bg-footer.png) no-repeat center bottom;
	padding-bottom: 95px;
}

/* @group Typography */

/* Default font settings. 
	 The font-size percentage is of 16px. (0.75 * 16px = 12px) */

/* @group Text Elements */

p			{ margin: 0 0 1.5em; }
p img.left	{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover		{ color: #fbe064; outline: 0; }
a			{ color: #003366; text-decoration: none; font-weight: bold; }

blockquote	{ margin: 1.5em; color: #666; font-style: italic; }
strong		{ font-weight: bold; }
em,dfn		{ font-style: italic; }
dfn			{ font-weight: bold; }
sup, sub	{ line-height: 0; }

abbr, 
acronym		{ border-bottom: 1px dotted #666; }
address		{ margin: 0 0 1.5em; font-style: italic; }
del			{ color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end */

/* @group Headings */

h1,h2,h3,h4,h5,h6 {
	color: #6b6a6a;
	font-style: normal;
	line-height: normal;
	font-size: 3em;
}

h1 { font-size: 2.5em; line-height: 1; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0; }
h4 { font-size: 1.4em; line-height: 1.25; margin-bottom: 0; }
h5 { font-size: 1.2em; margin-bottom: 0; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a {
	color: #6b6a6a;
	text-decoration: none;
	font-weight: bold;
}

h1.title {
	margin-bottom: 15px;
}

h3#comments {
	color: #003466;
	margin-bottom: 15px;
}

/* @end */

/* @group Lists */

li ul, 
li ol		{ margin:0 1.5em; }
ul, ol		{ margin: 0 1.5em 1.5em 1.5em; }
lh {
	color: #6b6a6a;
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}

ul			{ list-style-type: disc; }
ol			{ list-style-type: decimal; }

dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

ul.links, ul.links, ul.links a {
	display: block;
	overflow: hidden;
}

ul.links li {
	float: left;
	list-style-type: none;
	padding: 0 14px;
}


/* @end */

/* @group Tables */

table		{ margin-bottom: 1.4em; width:100%; }
th			{ font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td	{ background: #e5ecf9; }
tfoot		{ font-style: italic; }
caption		{ background: #eee; }

/* @end */

/* @group Utilities & Misc */



.first		{ margin-left:0; padding-left:0; }
.last		{ margin-right:0; padding-right:0; }
.top		{ margin-top:0; padding-top:0; }
.bottom		{ margin-bottom:0; padding-bottom:0; }

hr			{
	border-style: solid;
	border-width: 1px;
	color: #6b6a6a;
	padding: 0;
	margin: 20px 0;
}

.hide		{ display: none; }

.clear, .clearfix { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-none { clear: none; }

.pointer    { cursor: pointer; }

.center { text-align: center; }
.alignright { float: right; }
.alignleft { float: left }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 10px 5px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* @end */

/* @end */

/* @group Forms */

label			{ 
	font-weight: bold;
	color: #104174;
	margin-right: 30px;
}
fieldset		{ padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend			{ font-weight: bold; font-size:1.2em; }

/* @group Fields */

input, input.text, input.title,
input.button, input.submit,
textarea, select {
	background: #fff;
	margin: 0.3em 0;
	border: 2px solid #003366;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	outline: none;
	border: 2px solid #003366;
}

input.text, 
input.title	 { width: 300px; padding:5px; }
input.title	 { font-size:1.5em; }
input.image  { border-style: none; background-color: transparent; }
input.submit,input#submit, input.button {
	background-color: #003366;
	color: #fff;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
}
textarea	 { width: 500px; height: 250px; padding:5px; }

form.mini input.text {
	width: 160px;
}

form.mini label {
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0 0;
}


/* @end */

/* @group Success, notice and error boxes */

.error,
.notice, 
.success   { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error	   { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice	   { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success   { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a   { color: #8a1f11; }
.notice a  { color: #514721; }
.success a { color: #264409; }

/* @end */


/* @end */

/* @group Layout */

#header {
	background: url(interface/logo.png) no-repeat;
	width: 736px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -999em;
}

#footer {
	clear: both;
	
	height: 72px;
}

/* @group Main Navbar */

.primary-links {
	clear: both;
	width: 100%;
}

.primary-links li:hover, .primary-links li.current_page_parent {
	
}

.primary-links li:active {
	
}

.primary-links li.current_page_item {
	
}

.primary-links a {
	font-size: 24px;
	color: #003366;
}

.primary-links ul {
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 0 0 14px;
	display: none;
}

.primary-links li:hover ul {
	display: block;
}

.primary-links ul li {
	float: none;
	margin: 0;
}

.primary-links ul a {
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	padding: 7px 20px;
	min-width: 80px;
}


/* @end */

/* @group Sidebar Widgets */

#sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 196px;
	float: left;
	border-left: 2px solid #6b6a6a;
	overflow: hidden;
}

body.sidebar .content {
	width: 690px;
	float: left;
	margin-right: 10px;
}

#sidebar .widget {
	display: block;
	position: relative;
	margin: 0 0 13px 15px;
}

#sidebar p {
	margin-right: 10px;
}

#sidebar h2.widgettitle {

}

#sidebar h2.widgettitle a {

}

/* @end */

#wrap {
	background: url(interface/bg.png) repeat-y center top;
}

#recent {
	width: 440px;
	float: left;
	margin: 0;
	list-style-type: none;
}

#news {
	width: 450px;
	float: left;
	display: block;
	margin: 0;
	list-style-type: none;
}



.container {
	width: 899px;
	margin: 0 auto;
	padding: 30px 60px 0 67px;
}

.post {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 2px solid #6b6a6a;
}

.post:last-child {
	border: none;
}

.entry p.postmetadata {
	clear: both;
}

li.post, #news li {
	margin-bottom: 3px;
	border: none;
	list-style-image: url(interface/robin.png);
	list-style-position: inside;
}

.post.excerpt {
	width: 320px;	
	float: left;
	margin-left: 17px;
	margin-top: 17px;
}

.post.excerpt h4 {
	margin: 0 0 10px 5px;
	font-weight: bold;
}

.post.excerpt p {
	margin: 0;
}

.post.excerpt .more {
	display: block;
	text-align: right;
}



/* @end */

.minibox {
	width: 270px;
	margin-right: 100px;
	
}

.minibox.last {
	margin-left: 100px;
	margin-right: 0;
}

.minibox h3 {
	font-weight: bold;
	color: #003366;
	margin-bottom: 25px;
}

.minibox .button {
	clear: both;
	margin-top: 15px;
}

#vidplayer {
	width: 638px;
	height: 359px;
	border: 10px solid #003366;
	margin: 20px auto;
}
