/*-----------------------------------------------------------
Site		:  NWRUG
File		:  screen.css
Author		:  29degrees.co.uk
-----------------------------------------------------------*/

/* >Base
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #666;
	font: 12px "Lucida Grande", "lucida sans unicode", Verdana, Geneva, Arial, sans-serif;
	border-top: 3px solid #555;
	color: #333;
}
#wrapper {
	background-color: #fff;
}
#content, #header, #footer {
	width: 760px;
	margin: 0 auto;
}


/* >Anchors
-----------------------------------------------------------*/

a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
a:active, a:hover {
	color: #BC2026;
}

/* >Header
-----------------------------------------------------------*/

#header p {
	position: absolute;
	visibility: hidden;
}
#header {
	background: url("http://images.nwrug.org/stone.jpg") no-repeat 100% 0;
	padding-top: 105px;
}
#header h1 {
	width: 302px;
	float: left;
}
#header h1 a img {
	border: 0;
}

/* >Nav
-----------------------------------------------------------*/

#navWrap {
	background: url("http://images.nwrug.org/navBg.gif") 100% 95% no-repeat;
}
#nav {
	float: right;
}
#nav ul {
	float: left;
	list-style-type: none;
	margin-top: 50px;
}
#nav li {
	float: left;
}
#nav li a:link, #nav li a:visited {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 140%;
	color: #999;	
}
#nav li a:active, #nav li a:hover,
.Home #nav li#navHome a,
.Events #nav li#navEvents a,
.Resources #nav li#navResources a {
	color: #000;
}

/* >Content
-----------------------------------------------------------*/

#content {
	padding: 25px 0 60px 0;
}
#content p {
	line-height: 1.5;
	margin-bottom: 13px;
}
h2 {
	color: #BC2026;
	margin-bottom: 15px;
	text-indent: -9000px;
}
h3 {
	color: #000;
	margin-bottom: 5px;
	font-size: 150%;
}
h3 a:link, h3 a:visited {
	text-decoration: none;
}
h4 {
	font-size: 130%;
	color: #888;
	margin-bottom: 10px;
	margin-top: 10px;
}
h5 {
	font-size: 120%;
}
#main {
	margin-bottom: 30px;
}
#main p, #main ul, #main ol {
	font-size: 130%;
}
#content ul {
	list-style-type: square;
}
#content ul, #content ol {
	line-height: 1.5;
	margin-bottom: 15px;
	margin-left: 45px;
}

/* >Home
-----------------------------------------------------------*/

.Home #main {
	width: 35%;
	float: left;
}
.Home #secondary {
	width: 59%;
	float: right;
}
#what {
	padding-bottom: 6px;
	margin-bottom: 18px;
	border-bottom: 3px solid #F8F8F8;
}
.Home h2 {
	margin-bottom: 5px;
}
.home h3 {
	font-size: 150%;
}
#what h2 {
	background: url("http://images.nwrug.org/what.gif") 0 50% no-repeat;
	height: 26px;
}
#who h2 {
	background: url("http://images.nwrug.org/who.gif") 0 50% no-repeat;
	height: 23px;
}
#who strong {
	background-color: #FEF1A5;
	padding: 1px 2px;
}
#getInvolved {
	background-color: #FFE2E2;
	border: 2px solid #FFD0D0;
	padding: 20px;
	margin-bottom: 25px;
}
#getInvolved h2 {
	background: url("http://images.nwrug.org/get-involved.gif") 0 50% no-repeat;
	height: 22px;
	margin-bottom: 0;
}
#getInvolved h3 {
	margin-top: 15px;
}
#oreilly {
	background: #F8F8F8 url("http://images.nwrug.org/oreilly.gif") 0 0 no-repeat;
	height: 125px;
	clear: both;
}
#oreilly p {
	margin-left: 145px;
	padding-top: 20px;
	font-size: 110%;
	width: 75%;
	color: #555;
}

/* >Mailing List
-----------------------------------------------------------*/

#subscribeNow {
	text-align: right;
	margin-left: 6px;
}
#getInvolved .text-input {
	width: 100%;
	font-size: 22px;
	border: 1px solid #999;
	margin-bottom: 5px;
	padding: 3px 0;
	color: #000;
	font-weight: bold;
}
#getInvolved .submit {
	border: 1px solid #ccc;
	background-color: #fff;
	font-weight: bold;
	color: #BC2026;
	font-size: 130%;
	padding: 3px;
	cursor: pointer;
}
label {
	font-weight: bold;
	cursor: pointer;
}
#getInvolved dt {
	margin-bottom: 3px;
}

/* >Events
-----------------------------------------------------------*/

.Events h2 {
	background: url("http://images.nwrug.org/events.gif") 0 50% no-repeat;
	height: 22px;
}
.Events #main, .Resources #main {
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}
.Events .entry {
	margin: 0 0 30px 0;
	padding: 8px;
}
.Events .first_entry {
	background: #ffffda;
	border: 2px solid #FEF1A5;
	padding: 20px 25px;
}

/* >Resources
-----------------------------------------------------------*/

.Resources h2 {
	background: url("http://images.nwrug.org/resources.gif") 0 50% no-repeat;
	height: 22px;
}
.book {
	background-color: #ffffda;
	margin-bottom: 5px;
	width: 90%;
	margin: 0 auto 5px auto;
}
.book a img {
	border: 0;
}
#railsBooks {
	margin-top: 20px;
}
.Resources h4 {
	margin-bottom: 15px;
}
.book h5 {
	font-size: 150%;
	padding-top: 15px;
}
.book h5 a {
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
#main .book p {
	color: #777;
	font-size: 120%;
}
.book p em {
	font-size: 90%;
	font-style: normal;
}
.book img {
	float: left;
	margin-right: 20px;
}

/* >Inline
-----------------------------------------------------------*/

hr {
	display: none;
}

/* >Footer
-----------------------------------------------------------*/

#footer {
	color: #888;
	padding: 30px 0;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #999;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
#header:after, #navWrap:after, .book:after { 
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
#header, #navWrap, .book {
	display: inline-block;

}
#header, #navWrap, .book {
	display: block;
}
* html #header, * html #navWrap, * html .book {
	height: 1px;
}

/* >End
-----------------------------------------------------------*/