/* 
Name: Cycle Oregon
URL: http://cycleoregon.com/
Description: Cycle Oregon screen styles
Version: 1.3

*/

/* ----- reset ----- */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/* ----- CSS ----- */

*{
}	
html {
overflow-x: hidden
}	
body {
font-family: Arial,Helvetica,Sans;
font-size: 13px;
overflow-x: hidden;
background: url(http://event.cycleoregon.com/img/bkg/bg-01.jpg) fixed top center;
}

div.bkg-image {
	position:absolute;
}
div.bkg-image img {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

/* ----- IDS ----- */

#cont{
background: #fff url('http://event.cycleoregon.com/img/bkg_cont_col.gif') repeat-y 0 0;
/*margin: 27px auto 0 auto;*/
min-height: 500px;
padding: 27px 36px;
position: relative;
width: 888px;
z-index: 1;
}	

#primary {
float: right;
padding: 18px 0;
width: 773px; 
}	

#home #primary {
padding: 18px 0;
width: 890px;
}

#secondary {
padding: 21px 0 18px ;
float: left;
width: 95px;
}	

#sidebar-home {
float: right;
padding-top: 30px;
padding-right: 30px;
width: 225px;
}

#sidebar-home p {
/* padding-top: 18px; */
}

#home .cols {
clear:  both;
float: right;
padding: 0;
width: 773px; 
}


#home .col {
float: left;
margin-right: 30px;
padding-top: 18px;
width: 251px;
}




#secnav {
padding: 0;
float: left;
height: 100%;
width: 270px;
}


#secnav {
  font-size: 11px;
  width: 270px;
}

#secnav h4 {
  background: #ddd;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  margin: 0;
  padding: 4px 0 3px 3px;
}
#secnav ul {
  padding: 0 0 0 12px;
  list-style-type: none;
}


#secnav a:link,
#secnav a:visited,
#secnav a.active {
border-bottom: 1px solid #fff;
color: #666;
display: block;
padding: 3px 0 3px 3px;
text-decoration: none;
}

#secnav a:hover {
color: #000;
}

#secnav a.active {
color: #F3C211;
 color: #faa61a; 
font-weight: bold;
}




#content {
float: right;
width: 770px;
}

#content-narrow {
float: right;
width: 490px;
}


#nav {
	display: inline;
	float: right;
	width: 668px;
	}	

#nav ul {
	display: inline;
	float: right;
	}

#nav ul li {
	display: inline;
	float: right;
	margin-left: 10px;
	padding:0;
	width: 132px;
	}

#nav ul li ul li {
	border-bottom: 1px solid #c8c7c7;
	display: block;
	font-size: 11px;
	min-height: 18px;
	padding: 0;
	}

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:focus {
	color: #333;
	display: block;
	margin: 0;
	padding: 3px 0 2px;
	text-decoration: none;
	}

#nav a:hover {
	background-color: #ddd;
	color: #000;
	}

#nav a.active {
	color: #faa61a; 
	font-weight: bold;
	}

#nav a.active:hover {
	background: #fff;
	}

#subnav {
padding-top: 0;
}

#subnav li {
display: block;
font-size: 11px;
}

#subnav a:link,
#subnav a:visited,
#subnav a.active {
border-bottom: 1px solid #fff;
color: #333;
display: block;
padding: 3px 0 3px 3px;
text-decoration: none;
}

#subnav a:hover {
background: #ddd;
/*border-bottom: 1px solid #c8c7c7;*/
color: #000;
}

#subnav a.active {
background: #F3C211;
background: #faa61a; 
color: #fff;
font-weight: bold;
}


#hdr {
	background: transparent url('http://event.cycleoregon.com/img/header.gif') repeat-x bottom left; 
	height: 95px;
	padding: 0;
	}

.tickercontainer { /* the outer div with the black border */
background: transparent; 
clear: right;
width: 760px; 
height: 15px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 18px;
width: 740px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 760px;
font-size: 11px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #transparent;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #333399;
font-weight: bold;
margin: 0 50px 0 0;
text-decoration: none;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
 

#ftr {
clear: both;
}

#logo {
	background: transparent;
	display: inline;
	float: left;
	height: 95px;
	margin-right: 21px;
	width: 95px;
	}

#tagline {
	background: transparent;
	display: inline;
	float: left;
	height: 54px;
	width: 92px;
	}

#logo a {
	display: block;
	height: 95px;
	text-indent: -9999px;
	width: 95px;
	}

#tagline a {
	display: block;
	height: 54px;
	text-indent: -9999px;
	width: 92px;
	}



/* ----- CLASSES ----- */

.hide{
}
.show{
}

.left {
float: left;
}

.right {
float: right;
}

/* ----- HEADINGS ----- */

h1{
font-size: 24px;
font-weight: normal;
line-height: 27px;
margin-bottom: 9px;
}
#about h1{	
font-size: 31px;
font-weight: normal;
line-height: 36px;
margin-bottom: 9px;
}
h2{
font-size: 13px;
font-weight: bold;
line-height: 18px;
}
h3{
font-size: 13px;
font-weight: bold;
line-height: 18px;
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
line-height: 18px;
margin-bottom: 18px;
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#primary ul{
	margin: 9px auto 18px 6px;
}
#primary ol li{
	list-style-position: inside;
	margin-bottom: 18px;
}
#primary ul li{
	list-style-position: inside;
}



#content ul {
list-style-type: disc;
margin: 6px 0 18px;
padding-left: 18px;
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

#primary img.right {
margin-left: 45px;
}

/* ----- BREAK ----- */

hr{
background-color: #9E9E9E;
border: 0;
clear:  both;
color: #9E9E9E;
height: 1px;
margin:  18px 0 18px;
text-align: left;
width: 100%;
}

/* ----- TEXT FORMATTING ----- */

strong{
font-weight: bold;
}
em{
font-style: italic;
}
b{
font-weight: bold;
}
i{
font-style: italic;
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

.alignright {
	display: inline;
	float: right;
}
.alignleft {
	display: inline;
	float: left;
}

.morelink {
	clear: both;
	display: block;
	margin-bottom:  21px;	
	text-align: right;
}


.clear {
	clear: both;
}