/*
Theme Name: Slate Blue
Theme URI: http://wordpress.org/
Description: New Redesign for JamiesonCarr.com
Author: Ben Carr
Author URI: http://www.bencarr.net/
Tags: fixed width, blue, badass

*/

/* Reset ----------------------------------------------- */
h1, h2, h3, h4, h5, body, p, hr, a { margin: 0; padding: 0; font-weight: normal; outline: 0; border: 0; }
.clear { clear: both; }

/* General --------------------------------------------- */
body {
	background: #040609 url('images/jcbg.jpg') fixed repeat-x top;
	font: 13px Helvetica, Arial, Verdana, sans-serif;
	color: #333; }

/* Headings & Typography ------------------------------- */
h1 {
	font: bold 30px Helvetica, Arial, sans-serif; 
	letter-spacing: -2px;
	color: #000;
	padding: 12px 0; }
h2 {
	color: #555;
	font: normal 24px Georgia, Times New Roman, serif;
	font-style: italic;
	letter-spacing: -1px;
	padding: 10px 0; }
h3 {
	color: #243a4f;
	font: bold 20px Helvetica, Arial, sans-serif;
	padding: 8px 0; }
h4 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 5px; }
h5 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 8px 0 5px; }

a:link, a:active, a:visited {
	color: #006699;
	outline: none; border: 0;
	text-decoration: none; }
a:hover, a:focus {
	color: #243a4f;
	text-decoration: underline;
	outline: none; border: 0; }
a.blocklink {
	display: inline-block;
	zoom: 1; *display: inline;
	padding: 3px 10px;
	background: #243a4f;
	color: #FFF; }
a.blocklink:hover {
	text-decoration: none;
	background: #006699; }
a img { border: 0; }
p { line-height: 22px; padding: 0 0 22px; }
hr {
	margin: 20px 0;
	background: #CCC; 
	border: 0;
	height: 1px; }
small { font-size: 11px; color: #555; }
small a { text-decoration: none; }
strong { color: #333; }
blockquote {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 13px;
	border-left: 5px solid #CCC; }
.serif { font-family: Georgia, Times New Roman, serif; font-style: italic; }
/* STRUCTURE */
#container {
	width: 800px;
	background: #FFF;
	margin: 30px auto 0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000; }
#header {
	height: 50px;
	background: #FFF;
	overflow: hidden; }
a#logo {
	display: block;
	float: left;
	margin: 10px 0 0 5px;
	background: url('images/logo.gif') no-repeat center left;
	width: 340px;
	overflow: hidden;
	height: 30px; }
a#logo:hover {
	text-decoration: none; }
#content {
	background: #e8e8e8; }
#pagetitle {
	background: #243a4f;
	color: #E7E7E7;
	font-size: 36px;
	padding: 10px 10px 0;
	letter-spacing: -2px;
	line-height: 25px; }
#aside {
	border: 1px solid #CCC;
	background: #FFF; }
#footer {
	background: url('images/shadow-bottom.png') no-repeat top;
	text-align: center;
	clear: both;
	width: 818px;
	margin: 0 auto 20px;
	font-family: 'Century Gothic', Arial, Sans-serif;
	color: #FFF;
	font-size: 12px;
	padding: 5px 0 0; }
#footer a:hover {
	color: #FFF; }
.col25, .col33, .col50, .col66, .col75 {
	display: block;
	float: left;
	vertical-align: top; }
.col25.pad, .col33.pad, .col50.pad, .col66.pad, .col75.pad {
	padding: 2%; }
.col25 { width: 25%; } .col25.pad { width: 21%; } 
.col33 { width: 33.3%; } .col33.pad { width: 29.3%; }
.col50 { width: 50%; } .col50.pad { width: 46%; }
.col66 { width: 66.6%; } .col66.pad { width: 62.6%; }
.col75 { width: 75%; } .col75.pad { width: 71%; }
.pad { padding: 10px 15px; }
.padlr { padding: 0 15px; }
.padr { padding: 0 15px 0 0; }
.box { margin: 0 10px 20px; padding: 10px;  }

/* Browser Alert --------------------------------------------------- */
.browseralert {
	color: #A7A7A7;
	font-size: 12px;
	text-align: center;
	background: #003366 !important; }
.browseralert a {
	color: #FFF; }

/* MENU */
#menu {
	list-style: none;
	vertical-align: middle;
	margin: 0;
	padding: 0 5px 0 0;
	float: right; }
#menu li {
	float: left;
	padding: 0;
	margin: 0; }
#menu li a {
	font-size: 14px;
	font-family: 'Tahoma', Verdana, Sans-serif;
	display: block;
	height: 34px;
	vertical-align: middle;
	text-transform: lowercase;
	color: #000;
	padding: 16px 7px 0; }
#menu li a:hover {
	color: #000;
	background: #CCC; 
	text-decoration: none; }
#menu ul {
	list-style: none;
	display: none;
	z-index: 10000;
	position: absolute;
	margin: 0 0 0 -10px;
	background: #CCC;
	padding: 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC; }
#menu ul li {
	float: none; }
#menu ul li a {
	font-size: 13px;
	display: block;
	width: 120px;
	height: auto;
	padding: 5px; }
#menu ul li a:hover {
	background: #243a4f;
	color: #FFF; }
	
/* IMAGES & CAPTIONS ------------------------------------- */
p img {
	padding: 0;
	max-width: 100%; }
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto; }
img.alignright {
	padding: 4px;
	display: inline; }
img.alignleft {
	padding: 4px;
	display: inline; }
.alignright {
	margin: 0 0 5px 15px;
	float: right; }
.alignleft {
	float: left;
	margin: 0 15px 5px 0; }
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0; }
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0; }

/* INDEX STYLES  */
.asidehead {
	display: block;
	font-size: 22px;
	padding: 3px 10px;
	color: #FFF;
	letter-spacing: -1px;
	background: #243a4f; }
.post {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #CCC; }
.post h3 { padding: 0; }
.post h4 { padding: 0 0 10px; }

/* FORMS */
input[type="text"], textarea {
	display: block;
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	border: 0;
	border-bottom: 1px solid #AAA;
	border-left: 5px solid #AAA;
	background: #FFF;
	padding: 2px;
	color: #444;
	margin: 0 0 5px;
	width: 175px; }
textarea {
	width: 100%;
	height: 200px;
	overflow: auto; }
input:hover, input:focus, textarea:hover, textarea:focus {
	border-left: 5px solid #243a4f;
	outline: 0; }
label {
	color: #243a4f;
	font-weight: bold;
	padding: 0 0 2px; }
label.error {
	background: #770000;
	color: #FFF;
	width: auto;
	text-align: center;
	font-size: 12px; }
input.error {
	background: #996666;
	color: #FFF; }
input[type="submit"] {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 20px;
	width: auto;
	display: block;
	background: #243a4f;
	color: #FFF;
	border: 0;
	cursor: pointer; }
input[type="submit"]:hover {
	background: #777;
	color: #FFF; }

/* Index ------------------------------------------------------------ */
#news { background: #FFF; }
#news h1 { padding: 0 0 10px; }

/* Compositions Page ------------------------------------------------ */
.composition { font-size: 11px; }
.composition.box { border: 1px solid #DADADA; border-left: 5px solid #CCC; }
.compositionname {
	color: #243a4f;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 10px 0 0;
	font-size: 18px; }
.instrumentation { margin: 0 0 5px; }
.pdfpreview { margin: 10px 0 0; }
.composition p { padding: 5px 0; line-height: normal; }

.currentprojectslist { margin: 0; padding: 0 0 0 20px; }
.currentprojectslist li { padding: 5px 0; }
.currentprojectslist .compositionname { display: block; font-size: 14px; padding: 0; letter-spacing: 0; }
.sibeliusvdl { padding: 15px 0 0; text-align: right; }
.sibeliusvdl img { float: right; margin: 0 0 0 10px; width: 40px; }


.navi {
	list-style: none; margin: 0; padding: 0;
	background: url(images/navibg.png) repeat-y top left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC; }
.navi li {
	display: inline-block;
	zoom: 1; *display: inline; }
.navi a {
	display: inline-block;
	zoom: 1; *display: inline;
	background: url(images/separator.png) no-repeat center left;
	padding: 5px 10px 5px 20px;
	color: #AAA;
	text-decoration: none;
	cursor: pointer; 
	position: relative; }
.navi a:hover { color: #000; }
.navi li.ui-tabs-selected a {
	color: #000; font-weight: bold; }
.ui-tabs .ui-tabs-hide { display: none !important; }