/* @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 {
	font: 12px/22px athelas-1, athelas-2, Georgia, "Times New Roman", Times, serif;
	}
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;
}

#footer {
	clear: both;
	width: 100%;
}



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

/* Main global 'theme' and typographic styles  */
html {
	
}
body {
	background-color: #f6f6f6;
}
a:link {
	font-style: italic;
	color: #989898;
}
a:visited {
	
}
a:active,
a:hover {
	color: #ca6143;
}




#wrapper {
	padding: 10px 0px 20px 40px;
	width: 920px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 22px 0 13px 0px;
	
}
#contactBox{
	border-bottom: 2px dotted #7b7b7b;
	border-top: 2px dotted #7b7b7b;
	border-left: 2px solid #f7f7f7;
	border-right: 2px solid #f7f7f7;
	padding: 1px 4px 0px 4px;
	margin-top: 3px;	
}
#contactBox a{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #c9604a;
	font-size: 11px;
	padding: 2px 4px;
}
#contactBox a:hover{
	color: #f6f6f6;
	background-color: #c76035;
}
#columnLeft{
	float: left;
	display: inline;
	width: 188px;
	padding-right: 40px;
}
#index-content{
	padding: 90px 0 0 270px;
	margin: 0;
}
#single-content{
	padding: 78px 0 0;
	float: left;
	width: 692px;
	margin: 0;
}

/* =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;
}


p {
	color: #686a6a;
	margin-bottom: 22px;
}


#single-content h2{
	color: #333;
	margin-bottom: 19px;
	padding: 0 4px 3px 0px;
	font: 18px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}
.item-caption{
	color: #686a6a;
	padding-right: 9px;
	padding-bottom: 9px;	
	font-size: 0.9em;
	font-style: italic;

	border: none;
}


#single-content img{
	float: left;
	background-color: #fff;
	border: 1px solid #dcdfdf;
	padding: 6px;
}

.navigation{
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 18px;
	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{
	margin: 0;
	padding: 0;
	font-family: "athelas-1","athelas-2", Georgia, "Times New Roman", Times, serif;
	
}
ul.page-links{
	
	color: #686a6a;
}
ul.page-links li{
	
}
ul.item-link{
	line-height: 14.666666666666667px;
	padding-left: 20px;
	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;

}
/* Accordion */
ul.menu, ul.menu ul {

}

ul.menu a{
  display: inline;
  text-decoration: none;
  color: #686a6a;	
}
.postNavigation {
	color: #9d9f9f;
	font-size: 12px;
	margin-bottom: 12px;
	float: left;
}
.postNavigation a{
	color: #9d9f9f;
	text-decoration: none;
}
.postNavigation a:link, .postNavigation a:visited, .postNavigation a:active{
	color: #9d9f9f;
}
.postNavigation .postprev{
	padding-right: 20px;
	float: left;
}
.postNavigation .postnext{
	padding-right: 20px;
	float: left;
}
ul.menu li {
  margin-top: 1px;
}

ul.menu li a, ul.menu ul.menu li a {
 
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {

}

ul.menu li ul li a, ul.menu ul.menu li ul li a {

}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {

}
ul.menu ul.menu li a:hover {

}
ul.menu ul.menu {

}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {

}
div.panel {
    border: 1px #000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}


.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }
.indent6 { padding-left: 6em; }
.indent7 { padding-left: 7em; }
.indent8 { padding-left: 8em; }
.indent9 { padding-left: 9em; }
.indent10 { padding-left: 10em; }


/*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;
}

/*Portfolio slideshow*/
div.slideshow-nav a{
	color: #eef3f3;
}
div.slideshow-nav a.slideshow-next{
	
}


div.slideshow-wrapper .pager {
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	width: 100% !important;
}
