/*
Theme Name: CYCLORAMA
Description: Based on the Bike Culture pages, December 2009.
*/



/* Begin Typography & Colors */
* {
    margin: 0;
    padding: 0;
}

html {
}

body {
    font-family: Arial;
    color: #202020;
    font-size: 0.9em;
    background-color: #F9EEBF;
    background-image: url('/images/footer-background.jpg');
    background-position: center bottom;
}

input, select, textarea {
    font-family: Arial;
    font-size: 12px
}

a img {
    border: 0;
}

fieldset {
    border: 0;
    display: inline;
}

table{
    border-collapse: collapse;
}

a, a:link, a:active, a:visited {
    color: #74002C;
}

p {
    margin: 0 0 0.7em 0;
    line-height: 135%;
}

ul, ol {
    padding: 0 0 0 2em;
}

li {
    margin: 0 0 0.5em 0;
}


h3 {
    font-size: 1.1em;
}

h2{
  font-size:1.2em;
  color:#74002C;
  margin:0;
  padding:0 0 10px 0;
}

h2.pagetitle{
  padding-bottom:10px;
  font-size:1.6em;
  font-weight:normal;
  text-transform:uppercase;
}

.hr {
    clear: both;
    margin: 8px 4px;
}

.icon img {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.clear{
  clear:both;
  font-size:0em;
  line-height:0em;
}

/* Page layout
 */

#header {
    width: 100%;
    height: 104px;
    background-color: #005186;
}

#headerContent {
    width: 950px;
    height: 104px;
    margin: 0 auto;
    position: relative;
    background-image: url('/images/header-logo-blue.jpg');
    background-position: center top;
}

#headerContent #bannerLink {
    width: 950px;
    display: block;
    height: 104px;
}

#headerContent h1, #headerContent p {
    display: none;
}

#login, #membersHome {
    position: absolute;
    right: 27px;
    top: 23px;
    height: 24px;
    display: block;
}

#login {
    background-image: url('/images/login.jpg');
    width: 65px;
}

#membersHome {
    background-image: url('/images/membershome.jpg');
    width: 111px;
}

#login:hover, #membersHome:hover {
    background-position: bottom center;
}

#login span, #membersHome span {
    display: none;
}

#navigation {
    background-color: #9AC2B9;
    width: 100%;
    height: 28px;
}

#navigation ul {
    width: 950px;
    margin: 0 auto;
    padding: 2px 0 0 0;
    height: 28px;
    list-style: none;
    text-align: center;
}

#navigation ul li {
    display: inline;
    height: 28px;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 1em;
    line-height: 24px;
}

#navigation ul li a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px;
    outline: none;
}

#navigation ul li.on a {
    color: #F9EEBF !important;
}

#navigation ul li a:hover {
    color: #74002C;
}

#navigationContent {
    width: 950px;
    height: 30px;
    margin: 0 auto;
    background-color: #9AC2B9;
}


#wrapper {
    background-color: #FFFFFF;
    width: 100%;
}
#content {
    background-color: #FFFFFF;
    width: 950px;
    margin: 0 auto;
    padding: 16px 0 16px 0;
    position: relative;
}

#left{
  width:170px;
  float:left;
}


#blog #left {
    font-size: 0.9em;
}

#left h2{
  text-align:left;
  font-size:1em;
  color:#7B9C96;
  font-weight:bold;
}

#blog #wrapper, #blog #content {
    background-color: #E4E8BA;
}

#blog #content {
    background-image: url('/images/blog-background.jpg');
    background-position: 170px 0px;
    background-repeat: repeat-y;
}

#left ul{
  margin:3px 0 0 0;
  padding:0px;
  list-style-type:none;
  text-transform:uppercase;
}

#left li{
  text-transform:uppercase;
}

#left li{
  color:#7B9C96;
}

#blog #left ul a:link, #blog #left ul a:active, #blog #left ul a:visited {
    color: #768014;
	padding-left:5px;
}

#blog #left ul a:hover, #blog #left ul li.on a {
    color: #74002C;
	padding-left:5px;
}

#blog #left li.divider {
    height: 3px;
    width: 133px;
    border-bottom: 2px solid #768014;
    margin: 2px auto 8px 0;
}

#blog #left li {
    margin-left: 0px;
}

#blog #left ul a.on:link, #blog #left ul a.on:visited, #blog #left ul a.on:active {
    color: #7b9c96;
    text-decoration: underline;
}

#blog #left ul a.on:hover {
    color: #74002C;
    text-decoration: none;
}

#blog #center {
    width: 508px;
    background-color: #F1F3D8;
    float: left;
    padding: 0 16px 0 16px;
}

#blog #right {
    width: 240px;
    float: left;
}

#blog a,
#blog a:link,
#blog a:active,
#blog a:visited {
    text-decoration: none;
}

#blog #center a:hover,
#donate a:hover,
#blog #right a:hover {
    text-decoration: underline;
}
/*
#blog h2 {
    font-size: 1.6em;
    font-weight: normal;
    text-transform: uppercase;
    color: #74002C;
    text-align: center;
}*/

#blog p.intro {
    color: #768014;
    text-align: center;
    padding: 0 0 20px 0;
    background-image: url('/images/bike-culture-intro.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

#blog #search .left {
    background-image: url('/images/search-left-culture.jpg');
}

#blog .pointer {
    background-color: #F1F3D8;
    background-image: url('/images/culture-pointer-background.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 29px;
    width: 186px;
}

#blog .pointer p {
    margin: 0;
    text-align: center;
}

#blog .pointer p a:active, #blog .pointer p a:visited , #blog .pointer p a:link {
    color: #505862;
} 
#blog .pointer p a:hover {
    color: #74002C;
} 


#search {
    background-color: #FFFFFF;
    width: 143px;
    height: 24px;
    margin: 0 0 10px 7px;
    position: relative;
}

#search .left {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/images/search-left.jpg');
}

#search .text {
    position: absolute;
    top: 0px;
    left: 14px;
    border-top: 1px solid #9AC2B9;
    border-bottom: 1px solid #9AC2B9;
    height: 22px;
    width: 107px;
    float: left;
}

#search .text input {
    height: 18px;
    position: relative;
    padding: 2px 5px 0 0;
    border-top: 1px solid #CDE1DC;
    border-bottom: 1px solid #CDE1DC;
    border-left: 0;
    border-right: 0;
    width: 102px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

#search input.image {
    position: absolute;
    top: 0px;
    left: 121px;
}

#search .text input:focus {
    outline: none;
}




#blogContent{
  width:578px;
  float:right;
  padding:0 16px 0 16px;
}

#blogContent img{
  border:1px solid #9ac2b9;
}



.rule img{
  border:0px !important;
}

.rule{
  padding:5px 0 15px 0;
}



#footer {
    position: relative;
    width: 100%;
    height: 26px;
    background-image: url('/images/footer-bg.jpg');
    font-size: 12px;
	clear:both;
}

#footer ul {
    height: 22px;
    width: 950px;
    padding: 4px 0 0 0;
    margin: 0 auto;
   /* background-image: url('/images/footer-bg.jpg');*/
    text-align: center;
}

#footer ul li {
    display: inline;
    padding: 0 5px 0 4px;
    border-right: 1px solid #FFFFFF;
/*    font-size: 0.9em; */
    line-height: 18px;
}

#footer #last {
    border: 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
    color: #FFFFFF;
}

#footer a:hover, #footer li.on a {
    color: #74002C;
}

#footerBackground {
    display: none;
    width: 100%;
    min-height: 100%;
    background-image: url('/images/footer-background.jpg');
    background-repeat: no-repeat;
    position: absolute;
    background-position: center top;
}





.navigation{
  clear:both;
  height:30px;
}


#notNav{
  text-align:center;
  width:150px;
  margin:40px 0 0 0;
}

#notNav a,#notNav a:active,#notNav a:visited,#notNav a:hover{
  text-transform:capitalize;
  color:#74002C !important;
}


#visitCyclorama{
  margin:0 0 30px 0;
}


#comments,#respond{
  padding-top:20px;
}




.thread-alt {
	background-color: #E9ECC6;
}
.thread-even {
	background-color: #E9ECC6;
}
.depth-1 {
border: 1px solid #9ac2b9;
}

.even, .alt {

	border-left: 1px solid #9ac2b9;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom:6px;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 0px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .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, #wp-calendar #next a {
	font-size: 9pt;
	}

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

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

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



/* Begin Structure */


.widecolumn .post {
	margin: 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: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


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

/* End Entry Lists */


.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;
	border:1px solid #ccc;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #ccc;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	width:141px;
	height:25px;
	border:0px !important;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#rightCol{
  float:right;
  width:160px;
  padding:0 0 0 10px;
}
 
#rightCol #socialBookmarks {
    margin-left: 4px;
    padding-bottom: 10px;
}
 
#rightCol h2{
  text-align:left;
  font-size:1em;
  color:#7B9C96;
  font-weight:bold;
}

#rightCol ul{
  margin:3px 0 0 0;
  padding:0px;
  list-style-type:none;
  text-transform:uppercase;
}

#rightCol li{
  text-transform:uppercase;
}

#rightCol li{
  color:#7B9C96;
}

#blog #rightCol  ul a:link, #blog #rightCol  ul a:active, #blog #rightCol  ul a:visited {
    color: #768014;
	padding-left:5px;
}

#blog #rightCol  ul a:hover, #blog #rightCol  ul li.on a {
    color: #74002C;
	padding-left:5px;
}

#blog #rightCol  .divider {
    height: 3px;
    width: 133px;
    border-bottom: 2px solid #768014;
    margin: 2px auto 8px 0;
}

#blog #rightCol  li {
    margin-left: 0px;
}

#blog #rightCol  ul a.on:link, #blog #rightCol  ul a.on:visited, #blog #rightCol  ul a.on:active {
    color: #7b9c96;
    text-decoration: underline;
}

#blog #rightCol  ul a.on:hover {
    color: #74002C;
    text-decoration: none;
}

.twitter-avatar{
  width:48px;
  float:left;
  margin-bottom:5px;
}

.twitter-avatar img{
  float:left;
  margin:0px;
}

#twitter-1 h2{
  float:right;
  width:105px;
  margin-bottom:5px;
  height:28px;
  padding-top:10px;
  text-align:left;
}

#twitter-1 a,#twitter-1 a:active,#twitter-1 a:visited,#twitter-1 a:hover{
  padding-left:0px !important;
}

#twitter-1 h2 a,#twitter-1 h2 a:active,#twitter-1 h2 a:visited,#twitter-1 h2 a:hover{
  color:#7b9c96 !important;
  text-decoration:none;
}

.entry-content{
  text-transform:none !important;
}

.time-meta{
  text-transform:none !important;
  clear:both;
  display:block;
  width:160px;
}

.from-meta{
  text-transform:none !important;
  display:none;
}

#archives-3 select{
  background:#e4e8ba;
  border:1px solid #768014;
  color:#768014;
  padding:1px;
}

.rssLink h2{
  float:left;
  padding:7px 0 0 5px;
  margin:0px !important;
}

.rssLink h2 a,.rssLink h2 a:active,.rssLink h2 a:visited,.rssLink h2 a:hover{
  padding:0px !important;
  margin:0px !important;
}

.rssLink img{
  width:27px;
  float:left;
  margin:0px !important;
}

.rssLink{
  clear:both;
  height:27px;
  padding-bottom:3px;
}

.rssLink h2 a,.rssLink h2 a:active,.rssLink h2 a:visited,.rssLink h2 a:hover{
  color:#7b9c96 !important;
  text-decoration:none;
}
