/* @override 
	http://localhost:8888/ColinGordon.net/style.css
	http://www.colingordon.net/wp-content/themes/Gordo2010/style.css
	http://localhost:8888/ColinGordon.net/wp-content/themes/Gordo2010/style.css
*/

/*
Theme Name: Gordo 2010
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 500px;
}
#content {
	padding-top: 12px;
	margin: 0 280px 0 20px;
}
#footer {
	clear: both;
	width: 100%;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #f1f1f1;
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#743399;
}
a:active,
a:hover {
	color: #FF4B33;
}




#wrapper {
	padding: 10px 20px 20px 40px;
}

#content {
	width: 960px;
	color: #000;
	margin:0;
	float: left;
	display: inline;
}
/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
	width: 100%;
	float: left;
}

#header a{
	background-image: url(images/header.gif);
	width: 310px;
	height: 88px;
	display: block;
	text-indent: -99999px;
	float: left;
}
/* =NAV
-------------------------------------------------------------- */

#nav { display: block; }
#nav {
	margin: 48px  ;
	width: 580px;
	list-style: none;
	margin: 0 0 0 0px;
	height: 40px;
	float: left;
	background: url(images/nav.gif) no-repeat;
}
ul#nav {
	margin-top: 48px;
	margin-bottom: 5px;
}
ul#nav li {  
	display: block;
	float:left;
	text-indent: -100000px;
}

ul#nav li a {
	display: block;
	color: black;
	text-indent: -40000px;
	height: 40px;
}




#nav_posters a{
	width: 90px;
	background: url(images/nav.gif) no-repeat 0px top;
}	
#nav_posters a:hover{
	background-position: 0px -40px;
}
body#posters #nav_posters a{
	background-position: 0px -40px;
}

#nav_album-covers a{
	width: 160px;
	background: url(images/nav.gif) no-repeat -90px top;
}	

#nav_album-covers a:hover{
	background-position: -90px -40px;
}

body#albumcovers #nav_album-covers a{
	background-position: -90px -40px;
}

body#showtime #nav_events a{
	background-position: -90px -40px;
}


#nav_illustration a{
	width: 122px;
	background: url(images/nav.gif) no-repeat -250px top;
}	

#nav_illustration a:hover{
	background-position: -250px -40px;
}

body#illustration #nav_illustration a{
	background-position: -250px -40px;
}

#nav_web a{
	width: 76px;
	background: url(images/nav.gif) no-repeat -372px top;
}	

#nav_web a:hover{
	background-position: -372px -40px;	
}

body#web #nav_web a{
	background-position: -372px -40px;
}


#nav_contact a{
	width: 132px;
	background: url(images/nav.gif) no-repeat -448px top;
}	

#nav_contact a:hover{
	background-position: -448px -40px;	
}

body#contact #nav_contact a{
	background-position: -448px -40px;
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	//max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

#single-content{
	float: left;
	width: 640px;
	padding-left: 20px;
}
#single-content h2{
	color: #686a6a;
	margin-bottom: 10px;
	font-size: 0.9em;
	padding-left: 2px;
	font-style: italic;
	text-transform: uppercase;
}
#single-content img{
	float: left;
	background-color: #ebebeb;
	border: 1px solid #ffffff;
}

.navigation{
	font-style: italic;
	font-size: 0.8em;
	//width: 200px;
	margin-bottom: 10px;
	float: left;
	color: #9d9f9f;
}
.navigation a{
	color: #9d9f9f;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.navigation a:hover{
	color: #686a6a;
}
#single-content .navigation .alignright.postlink {
	float: left;
}
/*SIDEBAR*/
#sidebar{
	display: block;
	width: 250px;
	float: left;
	font-family: "athelas-1","athelas-2", Georgia, "Times New Roman", Times, serif;
}
ul.page-links{
	font-size: 0.8em;
	color: #686a6a;
}
ul.page-links li{
	line-height: 1.4em;
}
ul.item-link{
	
	padding-left: 40px;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	margin-bottom: 6px;
	font-size: 0.9em;
}
ul.item-link li a{
	text-decoration: none;
	font-style: italic;
	color: #9d9f9f;
	line-height: 1.4em;
}

ul.item-link li a:hover{
	text-decoration: underline;

}


/*Maintenance*/
body#maintenance {
	min-height: 607px;
	background: #c6dee3;
}
#wrapper-maintenance{
	width: 504px;
	height: 607px;
	margin: 20px auto;
	background: #c6dee3 url(images/maintenance.gif) no-repeat;
}
#content-maintenance{
	width: 250px;
	margin:370px 50px;
	float: right;
}
#content-maintenance p{
	color: #815033;
	font: italic 16px/18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}
#content-maintenance a{
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#content-maintenance a:link{
	color: #5d62ac;
	border-bottom: 1px dotted #5d62ac;
}