/* 
RaphaCondor.cc v1.2
by Ben Brown 
e. ben.brown@rapha.cc
*/

* { margin:0; padding:0; }

h2, h4, h5, h6, blockquote, address { margin-bottom: 1em; }

body {
	background: #111;
	font: 62.5%/17px Verdana, Arial, sans-serif;
	color: #333;
	text-align: left;
}

img {
	border: none;
}

a {
	color: #f27490;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


acronym {
	cursor: help;
}

h1 { text-indent: -999em; }
h1 span.h1home {
	display: block;
	background: #000 url(images/rc09.jpg) no-repeat;
	width: 960px;
	height: 220px;
}
h1 span.h1club {
	display: block;
	background: #000 url(images/rc09club.jpg) no-repeat;
	width: 960px;
	height: 220px;
}


h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 2em;
	font-weight: normal;
	color: #333;
	margin: 0 0 28px 0;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
}

h3 {
	font-family: Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0 10px 8px 0;
	color: #333;
	line-height: 24px;
}
h3 span {
	font-size: 0.6em;
	color: #333;
}
h3 span.author {
	color: #999;	
}
h3.homeh3 {
	margin-bottom: 26px;	
}
h3.sidebarh3 {
	margin: 0 0 14px 0;
	font-size: 1.5em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}

#sidebar-1 h3 {
	margin: 0 0 14px 0;
	font-size: 1.4em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

p {
	font-size: 1.1em;
	line-height: 1.9em;
	margin: 0 30px 1.5em 0;
	color: #222;
}

#sidebar-1 p {
	font-size: 1.1em;
	margin: 0 0 1.5em 0;
}	

ul {
	list-style: none;
	margin-bottom: 28px;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #333;
}
.news ul {
	list-style-type: circle;
	margin-left: 18px;	
}

ol {
	margin: 0 0 1.7em 22px;
	font-size: 1.1em;
	color: #333;
}

dl {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

dt {
	font-weight: bold;
	margin-bottom: 2px;
}

dd {
	margin-bottom: 1.2em;
	font-style: italic;
}

blockquote {
	padding-left: 1.6em;
	border-left: 1px dotted #333;
	font-style: italic;	
}

/* construct */
#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}

#sidebar-1 {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0 30px 0 0;
}
#sidebar-1 img {
	margin-bottom: 4px;
	border: 1px solid #666;
}
#sidebar-1 img.noborder {
	border: none;
	margin-bottom: 20px;
}

#content {
	position: relative;
	float: left;
	width: 600px;
	padding: 0 10px 0 30px;
}

#foot {
	clear: both;
	padding: 0 0 1px 30px;
	font-size: 1em;
	background: #fff;
}

.excerpt {
	border-bottom: 1px dotted #999;
	margin-bottom: 18px;	
}

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

#searchbox input {
	margin: 0 8px 0 0;
	background: #f1f1f1;
	padding: 2px;
	font-size: 1.1em;
	border: 1px solid #999;
	cursor: pointer;
}

#subscribe {
	margin: 0 0 20px 0;
}

#subscribe input {
	margin: 0 8px 4px 0;
	background: #f1f1f1;
	padding: 2px;
	font-size: 1.1em;
	border: 1px solid #999;
	cursor: pointer;
}

#nav {
	background: #f27490;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 1.9em;
	font-size: 1.2em;
	margin-bottom: 30px;
}

/* top nav */
#nav ul {
	margin: 0.2em 0 0 24px;
	font-size: 0.9em;
	line-height: 18px;
}

#nav ul li {
	display: inline;	
}

#nav ul li a {
	color: #fff;
	background: #f27490;
	display: block;
	padding: 0 8px 0 8px;
	float: left;
	border-right: 1px solid #CF637B;
}
#nav ul li a:hover {
	color: #a53f56;
}
#nav ul li a.active {
	color: #000;	
}

/* lists */
#content ul {
	list-style-type: circle;
	margin: 0 0 20px 20px;
	color: #222;
	line-height: 1.9em;
}

.sidebar-list {
	list-style-type: circle;
	margin: 0 0 20px 16px; 
	font-size: 1.1em;
}

.calendar ul li {
	line-height: 1.6em;
	margin-bottom: 4px;
	border-bottom: 1px solid #333;	
}

.linklist li {
	line-height: 1.7em;
	margin-bottom: 8px;
}
.linklist li span {
	color: #999;
}

#content ul.archive {
	list-style-type: none;
	margin-left: 0;	
}
#content ul.archive li h4 {
	margin-top: 20px;	
}

/* misc */
p.right {
	clear: right;
	float: right;
}

p.articlenav {
	clear: both;
	border-top: 1px dotted #333;
	padding-top: 1px;
	margin-top: 30px;	
	font-size: 1em;
}

p.readentire {
	font-size: 1em;
	margin: -1.5em 0 10px 0;
}

p.author {
	text-transform: uppercase;
	color: #666;
	margin-bottom: 30px;
	border-bottom: 1px dotted #333;
}

p.bcrumb {
	font-size: 1em;
	color: #666;
	margin: -0.5em 0 20px 0;
}

p.footer {
	font-size: 1em;
	color: #666;
}
p.footer a img {
	position: relative;
	top: 7px;	
}

/* images */
.news img {
	margin: 0px 16px 0 0;
	border: 1px solid #999;
}

img.left {
	float: left;
	margin: 4px 16px 20px 0;
	border: 1px solid #999;
}

img.right {
	float: right;
	margin: 4px 0 20px 24px;
	border: 1px solid #999;
}

img.noborder {
	border: none;	
}

/* sponsors */
#col1 {
	width: 420px;
	float: left;
	padding: 0 20px 0 30px;
	border-right: 1px solid #333;
	margin:  0 0 60px 0;
}

#col2 {
	width: 430px;
	float: left;
	padding: 0 20px;
	margin:  0 0 60px 0;
}

#sponsors {
	text-align: center;
	clear: both;
	width: 680px;
	margin: 0 0 60px 146px;	
}

#homesponsors {
	text-align: center;
	clear: both;
	width: 680px;
	margin: 100px 0 40px 112px;	
}

table {
	font-size: 1.1em;
	width: 100%;
	border-bottom: 1px solid #999;
	margin: 20px 0;
	line-height: 1.7em;
}

th {
	color: #333;
	background: #e7e7e7;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 6px 0px 3px;
}

td {
	min-width: 100px;
	padding: 1px 4px 4px 4px;
	border-bottom: 1px dotted #999;
}

tr:hover {
	background: #f1f1f1;	
}


/* club calendar */

#clubcal table {
	width: 896px;	
}
#clubcal td {
	width: 128px;
	vertical-align: top;
}
#clubcal select {
	border: 1px solid #666;
	background: ccc;
	font-weight: bold;
}

#clubcalsml table {
	width: 270px;
}
#clubcalsml td {
	min-width: 0;
	vertical-align: top;
	text-align: center;
}
#clubcalsml h4 {
	text-align: left;
	letter-spacing: normal;
}
#clubcalsml td.smd_cal_event a.callink {
	display: block;
}
#clubcalsml td.smd_cal_event a.callink:hover {
	text-decoration: overline;
}
#clubcalsml select {
	border: 1px solid #666;
	background: ccc;
	font-weight: bold;
}
#clubcalsml tr:hover {
	background: none;	
}
#clubcalsml td:hover {
	background: #f1f1f1;	
}

img.calevent {
	vertical-align: middle;	
}



/* twatter */

p.my_twitter {
	background: url(images/profile_bird.png) no-repeat 100% 0;
	margin-right: 0;
}


