html {
	background: #000 url(images/rif_bg.gif) top repeat-x;
	background-attachment: fixed;
}

body {
	margin: 0;
	padding: 0;
	background: transparent url(images/rifspatter.gif) top no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #787878;
	background-attachment: fixed;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #1d1d1d;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

img {
	border: none;
	}

ul, ol {
}

a {
	text-decoration: none;
	color: #7d1d1d;
	border: none;
}

a:hover {
	color: #1d1d1d;
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 970px;
	height: 133px;
	margin: 0 auto;
	background: transparent url(images/rif_header2.png) bottom no-repeat;
}

/* Logo */

#logo {
	float: left;
	height: 65px;
	margin: 0;
	padding-top: 20px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 220px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 30px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	padding: 5px 5px;
	border: none;
	background: #F2D14C;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #fff url() repeat-x left top;
}

#menu h1 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	padding: 7px 35px 7px 0px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
}

#rifdates {
	float: right;
	height: 50px;
	width: 300px;
	text-align: right;
}

.group_name {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a {
	display: block;
	margin-top: 5px;
	margin-right: 0;
	padding: 7px 25px 7px 0px;
	background: url() no-repeat right 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cbc9b9;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

#menu a:hover, #menu .current_page_item a {
	color: #7d1d1d;
}

#menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #fff url() repeat-y left top;
	padding-bottom: 150px;
}

#page-bgtop {
	padding: 5px 20px;
	background: #fff url() repeat-x left top;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 560px;
	min-height: 500px;
	padding: 0;
	margin-right: 20px;
	padding: 10px 20px;
	border: #e1e1e1 1px solid;
}

.post {
	margin-bottom: 25px;
	border-bottom: 0px dashed #BCDD4D;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #1d1d1d;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}

.post .title a {
	color: #1d1d1d;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	background: url(images/img05.jpg) no-repeat left 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #7d1d1d;
}

.post .meta a:hover {
	text-decoration: underline;
	color: #1d1d1d;
}

.post .entry {
	margin-top: 50px;
	padding-bottom: 20px;
	text-align: left;
	display: block;
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 290px;
	padding: 0;
	color: #787878;
	min-height: 500px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	background: url(images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #5B7817;
}

#sidebar p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: justify;
}

#content p.rif_blurb {
	font-size: 11px;
	line-height: 1.5em;
}

#sidebar a {
	color: #7d1d1d;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #1d1d1d;
}

#tweet {
	float: left;
	width: 290px;
	color: #404040;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(images/riftwit.jpg);
	height: 227px;
	margin-bottom: 20px;
}

#tweet p {
	padding: 0 20px;
	text-align: left;
	line-height: 1.35em;
}



#tweet a:link {color: #7d1d1d; font-style: italic;}
#tweet a:hover {color: #7d1d1d; text-decoration: underline; background-color: transparent;}

#tweet a.followrif {
	margin: 10px 0 5px 20px;
	display: block;
	color: #1d1d1d;
	font-style: normal;
}


/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	background: transparent url(images/rif_footerbg.png) bottom center repeat-x;
	height: 189px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
}

#footer-wrap {
	width: 960px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 174px auto 0 auto;
	bottom: 0;
	text-align: right;
}	

#footer p {
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	color: #fff;
	padding-right: 20px;
}

#footer a {
	color: #5B7817;
}

.navigation {
	margin: 0;
	padding: 20px 0px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
