/*  
Theme Name: Golden Gate
Theme URI: http://jtc.net/themes/jtc070104/
Description: Jeff's WordPress theme based on the famous <a href="http://jtc.net/">Golden Gate Bridge</a>.
Version: 1.0
Author: Jeffrey T. Cheney
Author URI: http://jtc.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background: #A0E0FD;
	background-image: url('images/020807GG306x1280s10.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Verdana, Ariel, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	}
a:link {
	color: #C62700;
	text-decoration: none;
	}
a:visited {
	color: #C82501;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img {
	border-width: 0;
	}
/* Main
-----------------------------------------------------*/
#main {
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 2px;
	margin-top: 0;
	margin-right: 36px;
	margin-bottom: 0;
	margin-left: 288px;
	padding-bottom: 12px;
	padding-left:36px;
	text-align: left;
	}
h1 {
	color: #C62700;
	font-family: Verdana, Ariel, Helvetica, Sans-serif;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 18px;
	text-align: center;
	}
h1 a:link,
h1 a:visited,
h1 a:hover {
	text-decoration: none;
	}
h2 {
	border-top-color: #BE6916;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #BE6916;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Georgia, Serif;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 1.0em;
	letter-spacing: 0em;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	}
h3 {
	display: inline;
	font-family: Verdana, Ariel, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
ol {
	text-align: left;
	}
ul {
	list-style: none;
	}
.lefttext {
	text-align: left;
	}
.redtext {
	color:#C62700;
	}
/* Side
-----------------------------------------------------*/
#side {
	background-color: transparent;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 2px;
	color: #003333;
	font-family: Verdana, Ariel, Helvetica, Sans-serif;
	position: absolute;
	top: 18px;
	left: 0;
	width: 288px;
	z-index: 1;
	}
#side form {
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	color: #333333;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-transform: none;
	}
#side h4 {
	background-image: url('images/020807GG1280x288S66.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: left;
	text-transform: uppercase;
	width: 180px;
	}
#side p {
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	color: #333333;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-transform: none;
	}
#side ul {
	border: none;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 216px;
	}
#side li {
	background-image: url('images/020807GG1280x288S66.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	list-style: none;
	margin-bottom: 12px;
	text-align: left;
	text-transform: uppercase;
	}
/* Primary Navigation */
#primaryNav ul {
	border: none;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 216px;
	}
#primaryNav li {
	background-image: url('images/020807GG1280x288S66.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	list-style: none;
	margin-bottom: 12px;
	text-align: left;
	text-transform: uppercase;
	}
#primaryNav li.current {
	background-color: transparent;
	color: #C62700;
	}
#primaryNav li a {
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-decoration: none;
	}
#primaryNav li.current a {
	background-color: transparent;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	color: #C62700;
	text-decoration: none;
	}
/* page_item current_page_item */
#primaryNav li a:hover {
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	color: #C62700;
	text-decoration: none;
	}
/* Monthly Archive Links */
div#archiveBrowser,
div#categoryLinks,
div#editorsOnlyLinks,
div#monthlyArchiveLinks {
	background-image: url('images/020807GG1280x288S66.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: left;
	text-transform: uppercase;
	width: 180px;
	}
#archiveBrowser a,
#categoryLinks a,
#editorsOnlyLinks a,
#monthlyArchiveLinks a {
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#archiveBrowser h4,
#categoryLinks h4,
#editorsOnlyLinks h4,
#monthlyArchiveLinks h4 {
	border: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	}
#archiveBrowser p,
#categoryLinks p,
#editorsOnlyLinks p,
#monthlyArchiveLinks p {
	border: none;
	color: #333333;
	text-transform: none;
	}
#archiveBrowser ul,
#categoryLinks ul,
#editorsOnlyLinks ul,
#monthlyArchiveLinks ul {
	color: #FFFFFF;
	display: block;
	width: 180px;
	}
#archiveBrowser li,
#categoryLinks li,
#editorsOnlyLinks li,
#monthlyArchiveLinks li {
	border: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	}
#archiveBrowser li.current,
#categoryLinks li.current,
#editorsOnlyLinks li.current,
#monthlyArchiveLinks li.current {
	background-color: transparent;
	border: none;
	color: #C62700;
	}
#archiveBrowser li a,
#categoryLinks li a,
#editorsOnlyLinks li a,
#monthlyArchiveLinks li a {
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
#archiveBrowser li.current a,
#categoryLinks li.current a,
#editorsOnlyLinks li.current a,
#monthlyArchiveLinks li.current a {
	background-color: transparent;
	border: none;
	color: #C62700;
	text-decoration: none;
	}
/* page_item current_page_item */
#archiveBrowser a:hover,
#categoryLinks li a:hover,
#editorsOnlyLinks li a:hover,
#monthlyArchiveLinks li a:hover {
	border: none;
	color: #C62700;
	text-decoration: none;
	}
/* Secondary Navigation */
#secondaryNav {
	border-top-color: #BE6916;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 36px;
	}
#secondaryNav ul {
	border: none;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	}
#secondaryNav li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	list-style: none;
	text-align: left;
	}
#secondaryNav li a {
	background-color: #C62700;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	color:#DEDEDE;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-decoration: none;
	}
#secondaryNav li.current a {
	background-color: #DEDEDE;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	color: #C62700;
	}
#secondaryNav li a:hover {
	background-color: #DEDEDE;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	color: #C62700;
	}
/* Footer
-----------------------------------------------------*/
#footer {
	clear: both;
	color: #BE6916;
	font-family: Verdana, Ariel, Helvetica, Sans-serif;
	font-size: 9px;
	background: transparent;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 2px;
	height: 100%;
	margin-top: 0;
	margin-right: 36px;
	margin-bottom: 0;
	margin-left: 288px;
	overflow: auto;
	padding-top: 36px;
	padding-bottom: 42%;
	padding-left:36px;
	text-align: center;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.postmetadata, small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#side #searchform #s {
	width: 108px;
	padding: 2px;
	}

#side #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
