/* ====================

Title: Richard Barnard Main stylesheet
Last updated: 03/09/2007 by Mike

==================== */


/* --------------------------
 @Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

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, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; } :focus { outline : 0; } ol, ul { list-style : none; } table { border-collapse : collapse; border-spacing : 0; } caption, th, td { text-align : left; font-weight : normal; }


/* --------------------------
 @Base
----------------------------- */

html	{ height: 100%; margin-bottom: 1px;}

body	{ background: #ecf1f2; padding-bottom: 20px;}


/* --------------------------
 @Typography
----------------------------- */

body {
	font-family: "lucida sans unicode", "trebuchet ms", arial, Sans-Serif;
	color: #444;
	line-height: 1.5; /* http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
}

html > body	{ font-size: 12px; }  /* For all except IE */

p {
	margin-bottom: 1.5em
}

h1 {
	margin-bottom: 0.9em
}

h2, legend {
	color: #1d5e74;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.222em;
	padding-top: 0.45em;
	margin-bottom: 1.15em
}

a:link, a:visited {
	color: #039ee6;
	text-decoration: none;
}

a:hover, a:active {
	color: #1b80af
}

#content ul, #content ol {
	margin: 0 0 1.8333em 1.2em;
	list-style-type: disc;
}

li {
	line-height: 1.8333em
}

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border: 0.1em solid #ddd; padding: 1.5em; }
code        { font: 0.9em Monaco, monospace; }


.last { margin-bottom: 0;}

.back { float: right }


/* --------------------------
 @Structure 
----------------------------- */

#wrapper_bottom {
	background: #FFF url('../images/bg_wrapper_bottom.gif') bottom left no-repeat;
	margin: 0 auto;
	width: 773px;
	padding-bottom: 4px;
}

#wrapper {
	background: #FFF url('../images/bg_wrapper.gif') repeat-y;
	padding: 0 21px 20px 21px
}

#branding {
	padding-top: 28px
}

#content {
	margin-top: 28px;
}

	#profile #content, #performances #content, #education-work #content, #links #content {
		padding-bottom: 21px;
		background: url('../images/dividerdark.gif') bottom left repeat-x;
	}

#mainimage {
	display: block;
	margin-top: -14px;
	margin-bottom: 28px;
}


/* --------------------------
 @Navigation 
----------------------------- */

#navigation_main {
	height: 2em;
	padding: 0.5em 0;
	background: #1d5e74;
	margin: 26px 0 14px 0;
}

#navigation_main li {
	float: left;
	list-style-type: none;
	padding: 0 14px;
	background: url('../images/divider_navigation_main.gif') center right no-repeat;
}

	#navigation_main li.last {
		padding-right: 0;
		background-image: none;
	}

#navigation_main a:link, #navigation_main a:visited {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

#navigation_main a:hover, #navigation_main a:active {
	color: #c7e6f1;
	background: transparent
}


/* --------------------------
 @Branding
----------------------------- */

#branding img {
	display: block
}


/* --------------------------
 @News + compositions
----------------------------- */

.item, .itemlast {
	background: url('../images/dividerdark.gif') bottom left repeat-x;
	margin: 0 0 20px 0;
}
	
	.itemlast {
		margin: 0;
	}
	
	#index .item, #index .itemlast {
		padding: 0 0 20px 0;
	}

.item h2, .itemlast h2 {
	margin-bottom: 0.6em;
}

.item_images {
	float: left;
	margin-right: 15px;
	width: 150px;
}

.item_description {
	margin-left: 165px;
}

ul#sections {
	background: url('../images/dividerdark.gif') bottom left repeat-x;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sections li {
	background: url('../images/dividerlight.gif') top left repeat-x;
	padding: 3px 0 3px 0;
}


/* --------------------------
 @Attachments
----------------------------- */

#content ul.files {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.files li {
	background: url('../images/dividerlight.gif') top left repeat-x;
	padding: 3px 0 3px 0;
}

.files li a {
	background: url('../images/fileicon.gif') left center no-repeat;
	margin: 0 0 0 4px;
	padding: 0 0 0 18px;
}

.attached_image {
	margin: 0 0 5px 0
}


/* --------------------------
 @Mailing list
----------------------------- */

#mailing_list_bottom {
	background: #FFF url('../images/bg_mailinglist_bottom.gif') bottom left no-repeat;
	margin: 8px auto 0 auto;
	width: 773px;
	padding-bottom: 21px;
}

#mailing_list {
	background: url('../images/bg_mailinglist.gif') no-repeat;
	padding: 19px 21px 0 21px
}

#mailing_list * {
	vertical-align: middle
}

#mailing_list img {
	margin: 6px 5px 0 0 
}

#mailing_list form {
	display: inline;
}

#mailing_list label {
	color: #6f7679;
	margin-right: 5px;
	font-size: 9px;
}

#mailing_list input.textfield {
	background: #ecf5f7;
	border: 1px solid #c5e0e8;
	margin: 0 5px 0 0;
	width: 255px;
}

#mailing_list input.textfield:focus {
	background: #f7fafb;
	border: 1px solid #c5e0e8;
	width: 255px;
}


/* --------------------------
 @Reusable classes
----------------------------- */

.container {
	position: relative;
	width: 991px;
	margin: 0 auto;
}

.column {
	display: inline;
	float: left;
}

.highlight {
	background: #fffbe2;
	border: 3px solid #ffe222;
	padding: 10px;
}

.success, #success {
	background: #fffbe2;
	border: 3px solid #ffe222;
	padding: 10px;
	margin: 20px 0;
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}


/* --------------------------
 @Contact
----------------------------- */

.error h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em
}


/* --------------------------
 @Forms
----------------------------- */

.form {
	margin-top: 20px;
	background: url('../images/dividerlight.gif') top left repeat-x;
	padding-top: 10px;
}

.form fieldset {
	border: 0;
}

	.form fieldset.nolegend legend {
		display: none;
	}
	
#content .form ol {
	margin: 0;
}

.form li {
	list-style-type: none;
	margin: 0 0 1.2em 0;
}

.form label {
	font-weight: bold;
	display: block;
	margin: 0 0 4px;
}

.form input.textfield {
	font-size: 1em;
	width: 400px;
	padding: 3px;
	background: #FBFDFE;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	font-family: "lucida sans unicode", "trebuchet ms", arial, Sans-Serif;
}

	.form input.textfield:focus {
		background: #FFF
	}

.form textarea {
	font-family: "lucida sans unicode", "trebuchet ms", arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	background: #FBFDFE;
	padding: 3px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	width: 400px;
	height: 250px
}

	.form textarea:focus {
		background: #FFF
	}

.form select {
	font-family: "lucida sans unicode", "trebuchet ms", arial, Sans-Serif;
}

.form input.submit {
	font-weight: bold;
	font-size: 0.8em;
	padding: 4px 0;
}

.form .error {
	padding: 10px;
	background: #fbf3f3;
	color: 000;
	border: 3px solid #c84040;
	margin: 0 0 10px 0
}

.form .error li {
	margin: 0 0 5px 2.8em;
	list-style-type: decimal;
}

.required, label span.required {
	color: #1d5e74;
}

.button, .confirmdialogue input {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 2px;
	background: #039ee6;
	border-color: #0b4153;
	border-style: solid;
	border-width: 2px;
}