/* @override http://www.richardgomez.com/a/c/screen.css */
/* @group elements */

/* @group 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
	}
article, aside, figure, footer, header,
hgroup, nav, section {
	display:block;
}
ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	padding: 0 1em;
	}
audio,
object {
	margin: 0.8571em 0;
}

/* @end */
/* @group fonts */
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	/* baseline 24 */	
	}

p, ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
	margin-bottom: 1.5em;
	}	
p em {
	color: #ffdf97;
	font-style: italic;
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	}	
/*@font-face { 
	font-family: PoynderDemi; 
	src:url(a/f/PoynderDemi.otf) format("opentype") 
	}*/
/* @end */
/* @group headings */

h1 {
	color: rgba(246,155,23,0.25);
	font-size: 3em;
	font-weight: bold;
	line-height: .5em;
	letter-spacing: -2px;
	}

h2 {	
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #E38B2C;
	letter-spacing: -1px;
	}
h2 em {
	padding-right: .4em;
	color: #972B0E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-weight:  normal;
	text-transform: lowercase;
	}	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;	
	}
h3 {
	color: #1B5288;
	font-size: 1.313em;
	margin-bottom: 0.571429em;
	}

h4 {
	font-family: Helvetica, sans-serif;
	font-size: 0.875em;
	color: #99310E;
	text-transform: uppercase;
	}


/* @end */

/* @group links */

a {
	color: #933C12;
	-webkit-transition-duration: .33s; 
	-webkit-transition-property: color, background;
	}
a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	}	
.more {
	font-weight: bold;
	}	
p.more {
	margin-top: 1em;
	margin-right: 1em;
	float: right;
	}

p.more a {
	/*clear: both;
	display: block;*/
	padding:5px;
	color: #FFF;
	background-color:#933C12;
	font-size: .6em;
	text-transform: uppercase;
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;			
	}
p.more a:hover {
	background-color: #e19340;
	border: none;
	}	
/* @end */

/* @group forms */
input {
	padding: 5px;
	border: none;
	}

button {
	margin-left: 4px;
	padding: 6px;
	color: #FFF;
	background-color: #938E12;
	border: none;
	font-size:  0.769em;
	text-transform: uppercase;
	}

/* @end */

/* @group helpers */
img {
	border: 2px solid #E38B2C;
	}
.clear {
	clear: both;
	}
.lead {
	margin-bottom: 1em;	
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;	
	}
/*.right {
	float: right;
	}	
.left {
	float: left;
	}*/	
/* @end */

/* @end */
/* @group structure */
body {
	color: #fff5de;
	/*background-color: #fefffe;*/
	background-image: url(../i/bg.jpg);
	/*background-image: url(../i/grid.jpg);	
	background-position: 50% 0;
	background-repeat: repeat-y;*/
	text-shadow:0 2px 2px rgba(0,0,0,0.9); 
	}
/* @group grid */

.outer {
	clear: both;
	width: 100%;
	min-width: 780px;
	text-align: center;
	}

.inner {
	position: relative;
	width: 64%;
	max-width: 64em;	
	min-width: 780px;
	margin: 0 auto;
	padding-bottom: 20px;
	/*background-color: #FFF;*/
	text-align: left;
	}
.col {
	float: left;
	margin-right: 1.5em;
	}
.footer .one {
	width:21%;
	margin-left: 74px;
	}
.footer .two {
	width: 21%;
	}
.footer .three {
	width: 41%;
	}
	
.last {
	margin-right: 0;
	}
.module {
	margin-bottom: .8em;
	}				
.primary {
	position: relative;
	float: right;
	width: 74.60%;
	/*outline: 1px solid;*/
	}
.secondary {
	float: left;
	width: 24.49%;
	}
.content-extra {
	overflow: hidden;
	padding-top: 20px;
	background-image: url(../i/bg-brown.jpg);
	background-attachment: fixed;
	border-top: 1px solid;
	border-color: #a6a76e;
	}	
.article {
	clear: both;
	}
.figure {
	margin-bottom: 10px;
	}	
.prose {
	clear: both;
	padding-left:  	1.385em;
	padding-right:  1.385em;
	}
.in {
	padding-top: 1.2em;
	padding-left:  	1.2em;
	padding-right:  1.2em;
	}	
.part {
	width: 47.63%;
	float: right;
	margin-left: 2.33%;
	/*overflow: hidden;*/
	}
.first {
	float: left;
	margin: 0;
	}
.t2 .primary {
	width: 69.47%;
	}	

.t2 .secondary {
	width: 30.47%;
	}	
/* @end */
/* @group header */
.header {
	background-image: url(../i/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	}
.header .inner {
	height: 30px;
	/*overflow: hidden;*/
	background-image: url(../i/bg-content-inner.png);
	background-position: 50% 200px;
	}	
.header h1 a {
	display: block;	
	position: absolute; top: 12px; left: 60px;
	width: 212px;
	height: 20px;
	background-image: url(../i/logo-richard-gomez-s.png);
	background-repeat: no-repeat;
	text-indent: -9999px;

	}
		
.nav ul {
	float: right;
	margin-top: 5px;
	margin-right: 80px;
	}	
.nav ul li {
	float: left;
	display: inline;
	margin-left:1em;
	}	
.nav a {
	display: block;
	padding: .2em .6em;
	color: #e19340;
	font-family: Georgia, serif;
	font-style: italic;
	}	
.nav a:hover, .nav li.currentpage a {
	background-color: #57120a;
	-webkit-border-radius:15px;
	border: none;
	}	
/* @end */
/* @group content */
.content {
	/*position: relative;*/
	/*overflow: hidden;*/
	background-image: url(../i/bg-content.jpg);
	}
.content .inner {
	overflow: hidden;
	/*height: 440px;*/
	background-image: url(../i/bg-content-inner.png);
	background-repeat: no-repeat;
	background-position: 50% -300px;
	}	
.hentry {
	width: 52%;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	}
.hentry h1 {
	margin-bottom: 1em;
	margin-left: -172px;
	}		
/*.hentry .figure.right {
	margin-right: -170px;
	}	
.hentry .figure.left {
	margin-left: -170px;
	}*/		
.hentry .figure img {
	width: 150px;
	}	
.row {
	clear: both;


	}
.row.one .figure {
	float: right;
	margin-top: -60px;
	margin-right: -200px;
	}
.row.one p {	
	padding-left: -200px;
	}	
.row.one p + p:first-letter {
	font-size: 5em;
	font-family: Georgia, serif;
	font-style: italic;
	text-transform: lowercase;
	margin-left: -35px;
	color: #ffe187;
	}	
.row.one .lead {
	margin-left: -170px;
	}	
.row.two .figure {
	float: right;
	margin-right: -200px;
	}	
.row.two p {
	/*margin-left: -180px;*/
	}	
.row.three .figure {
	float: left;
	margin-right: 40px;
	}
.hentry .row.three .figure img {
	width: 250px;
	margin-left: -170px;
	}		
.row.three p {
	padding-left: 40px;
	}	
.row.four .figure {
	float: right;
	padding-left: 20px;
	margin-right: -190px;
	}	
.row.four p {
	padding-left: 200px;
	}
.row.four blockquote {
	float: left;
	width: 57%;
	margin-top: -90px;
	margin-left: -195px;
	}		
.row.four blockquote p {
	margin-left: -195px;
	}	
.album img {
	border: none;
	}
.album img.cover,
.album img.disc {
	-webkit-transition : all .5s ease-in-out;
	-moz-transition : all .5s ease-in-out;
	-o-transition : all .5s ease-in-out;
	transition : all .5s ease-in-out;
	}	
.album img.cover {
	float: left;
	position: relative;
	z-index: 4;
	margin-left: -190px;
	}	
.album a:hover img.cover {
	-webkit-transform : rotate(-3deg); 
	-webkit-transform-origin : 50% 100%;
	-moz-transform : rotate(-3deg); 
	-moz-transform-origin : 50% 100%;
	-o-transform : rotate(-3deg); 
	-o-transform-origin : 50% 100%;
	transform : rotate(-1deg); 
	transform-origin : 50% 100%; 
	}	
.album img.disc {
	float: left;
	position: relative;
	margin-left: -190px;
	}	
.album a:hover img.disc {
	-webkit-transform : translate(90px,0) rotate(370deg);
	-moz-transform : translate(40px,0) rotate(370deg);
	-o-transform : translate(40px,0) rotate(370deg);
	transform : translate(40px,0) rotate(370deg);
	}	
.songs {
	font-family: Georgia;
	}
.songs li {

	padding-bottom: .3em;
	margin-bottom: 10px;
	border-bottom: 1px dashed ;
	border-color: #4b2b0d;
	}	
ol.songs object {
	float: right;
	margin-top: -4px;
	}
.credits {
	float: right;
	width: 30%;
	margin-right: -190px;
	margin-top: -290px;
	font-size: .7em;
	line-height: 1.5;
	}		
.credits ul {
	margin-bottom: 1em;
	}
.credits ul li {
	color: #5d0c01;
	font-family:Georgia;
	font-style: italic;
	}
.credits ul li strong {
	display: block;
	color: #fff5de;
	font-family: Helvetica;
	font-style: normal;
	}	
.credits p {
	margin: 0;
	}	
/* @end */
/* @group footer */
.footer {
	background-image: url(../i/bg-footer.jpg);
	background-repeat: repeat-x;
	}
.footer .inner {
	overflow: hidden;
	padding: 30px 0;
	/*padding-top: 30px;*/
	}	
.footer .gallery li {
	float: left;
	width: 46%;
	margin-right: .4em;
	}
.footer .gallery li img {
	width: 90%;
	}		
.footer .gallery p {
	clear: both;
	}	
.footer .gallery a:hover {
	text-decoration: none;
	border: none;
	}	
.site-info {
	clear: both;
	padding-top: 30px;
	border-top: 1px dashed ;
	border-color: #57120a;
	}		
.footer .site-credits,
.copyright {
	clear: both;
	color: #4d1f09;
	font-size: .7em;	
	}
.footer .site-credits {
	margin: 0;
	}
.footer .nav li a  {
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-size: .8em;
	}		
.footer .nav li.currentpage a {
	background-color: none;
	}	
/* @end */

/* @end */
/* @group components */
/* @group contact info */
.contact-info {
	padding-top: 20px;
	clear: both;
	}
.vcard p {
	margin: 0;
	}	
.vcard p.tel {
	color: #de8f3e;
	font-weight: bold;
	}
.vcard p.email {
	font-size: 0.75em;
	font-family: Georgia, serif;	
	font-style: italic;	
	}		
.vcard p.email a {
	display: block;
	font-style: normal;
	font-size: 1.3em;
	font-family: helvetica;
	}	
/* @end */
/* @group cd */
.cd .figure {
	overflow: hidden;
	float: left;
	margin-right: 1em;
	}
.cd h3 {
	height: 55px;
	background-image: url(../i/head-allyouneed.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
.cd h3, .cd ul, .cd h4 {
	/*float: left;*/
	margin-left: 140px;
	}	
.cd li {
	overflow: hidden;	
	float: left;	
	padding-bottom: 0;
	}		
/* @end */
/* @group album */
/* @group colorbox */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:5px; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer; }

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background: #190502;}

#colorbox{}
    #cboxContent{background:#190502; margin-top:20px;font-size: .8em;}
        #cboxLoadedContent{background:#190502; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color: #e38b3a;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color: #434343;}
        #cboxSlideshow{position:absolute; top:-20px; right:130px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../i/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../i/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../i/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../i/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
/* @end */
/* @group Gallery */
.gallery-content img {
	margin-bottom: .6em;
	}
.gallery-content li {
	float: left;
	width: 10%;
	margin-right: 1em;
	font-size: .8em;
	line-height: 1.3;
	}
.gallery-content li a:hover{
	border: none;
	}
/* @end */
/* @end */
/* @group social */
#twitter_div li {
	margin-bottom: .7em;
	}
.social li {
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	}
.social li a {
	display: block;
	width: 98px; height: 37px;
	background-image: url(../i/logo-social-media.png);
	text-indent: -9999px;
	}
.social li a:hover {
	border: none;
	}	
.social .facebook a {
	background-position: 0 0;
	}
.social .facebook a:hover {
	background-position: 0 -39px;
	}					
.social .myspace a {
	background-position: -100px 0;
	}		
.social .myspace a:hover {
	background-position: -100px -39px;
	}		
.social .twitter a {
	background-position: -204px 0;
	}
.social .twitter a:hover {
	background-position: -204px -39px;
	}
.social .youtube a {
	background-position: -306px 0;
	}
.social .youtube a:hover {
	background-position: -306px -39px;
	}
.social .lastfm a {
	background-position: -412px 0;
	}	
.social .lastfm a:hover {
	background-position: -412px -39px;
	}

/* @end */
/* @group figures */
.figure.img img {
	border: none;
	} 
/* @end */

/* @end */
/* @group page */
/* @group gallery */
.gallery .hentry {
	width: 100%;
	}
.gallery .hentry h1 {
	margin-left: 70px;
	}	
.gallery-content {
	margin-left: 70px;
	}	
/* @end */
/* @group interior */

/* @end */
/* @group home */
.home .header h1 a {
	display: block;	
	position: absolute; top: 90px; 	left: 51%;
	width: 415px;
	height: 60px;
	background-image: url(../i/logo-richard.png);
	}
.home .content .inner {
	overflow: inherit;
	height: 440px;
	}
.home #banner  {
	margin-top: -40px;
	float: left;
	width: 50%;
	/*
	max-width: 472px;	
	*/
	}	
.home #banner img {
	max-width: 472px;
	}

.home .intro {
	float: right;
	width: 40%;
	margin-right: 3.75em;
	margin-top: 140px;
	}
.home .lead {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.92em;
	}
.home .lead span {
	display: block;
	font-size: .5em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 12px;
	}	
	
.home .summary {
	font-weight: lighter;
	}	
/* @end */

/* @end */