/*
Theme Name: Roger Sanchez
Theme URI: http://rogersanchez.com
Author: Kilo Productions
Author URI: http://kiloproductions.net/

*/


/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:"Helvetica", Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#BE2226;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#000;
}

h1 {
    font-size:300%;
    color:#000;
}

h2 {
    font-size:250%;
    color:#000;
}

h3 {
    font-size:24px;
    color:#fff;
    background:url(../images/title_bg.png) 0 0 repeat-x;
    height:35px;
    margin:0;
    text-transform:uppercase;
    font-weight:normal;
    padding:12px 0 0 17px;
}

h4 {
    font-size:18px;
    color:#BE2226;
    font-family:"Helvetica", Arial, Helvetica, sans-serif;
    margin:0;
	margin-bottom: 10px;
    line-height:20px;
}

h5 {
    font-size:18px;
    color:#fff;
    margin:0;
    padding:0 0 0 4px;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#000 url(../images/page_bg_3.jpg) 50% 0 repeat-x;
    font-family:"Helvetica", Arial, Helvetica, sans-serif;
    line-height:150%;
    color:#fff;
    font-size:14px;
}

/* wrapper setup */
div.rapidxwpr {
    margin:auto;
    width:950px;
}

/* header */
div#header {
    position:relative;
    /*height:309px;*/
    /*margin:0;*/
    /*background:url(../images/header_bg.png) 0 0 repeat-x;*/
    padding: 16px 0 8px 34px;
	height: auto;
	margin-bottom: 200px;
	background:url(../images/header_bg.png) 0 0 repeat;
	border-bottom: 1px solid #464646;
}

div.header_right {
    float:right;
    width:610px;
    padding:0 33px 0 0;
}

div.header_top {
    overflow:hidden;
}

/* logo */
div.logo {
    float:left;
    width:260px;
	margin-left: 35px;
    /*padding:8px 0 0 0;*/
}

/* main body setup */
div#middle {
    width:auto;
    margin:0;
    clear:both;
}

/* right column */
div#right {
    width:390px;
    padding:0;
    float:right;
}

/* content column */
div#content {
    width:auto;
    margin:0 400px 0 0;
    padding:0;
}

/* footer */
div#footer {
    width:auto;
    padding:10px 0 55px 0;
    clear:both;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

.clear_float {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}

/* topmenu */
div#topmenu {
    clear:both;
    padding: 16px 0 0 0;
	margin-bottom: 36px;
}

div#topmenu ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
}

div#topmenu li {
    float:left;
    display:block;
    padding:0 22px 0 15px;
}

div#topmenu a {
    font-size:22px;
    color:#FFF;
    height:20px;
    display:block;
	text-transform: uppercase;
    /*
	text-indent:-9999px;
    font-family:"DicotLight", Arial, Helvetica, sans-serif;
	*/
}

div#topmenu ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}


div#topmenu a:hover, div#topmenu a.selected {
    color:#BE2226;
	text-decoration: none;
}

/* subnav menus */
#subnav_menu {
	border-top: 1px solid #464646;
	padding-top: 10px;
	/*margin-top: 32px;*/
	/*margin-bottom: 24px;*/
	clear: both;
}
#subnav_menu ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
#subnav_menu ul li {
	float: left;
    display: block;
    padding: 0 23px 0 23px;
	border-left: 1px solid #464646;
}
#subnav_menu ul li:first-child {
	border-left: none;
}
#subnav_menu ul li a {
	font-size: 16px;
    color: #FFF;
    height: 20px;
    display: block;
	text-transform: uppercase;
}
#subnav_menu ul li a.selected, #subnav_menu ul li a:hover {
	color:#BE2226;
	text-decoration: none;
}



/* search box */
div.search_box {
    background:url(../images/search_box.png) 0 0 no-repeat;
    width:255px;
    height:30px;
    float:right;
    padding:5px 5px 6px 5px;
}

div.search_box ul {
    margin:0;
    list-style:none;
}

div.search_box ul li {
    float:left;
	display:block;
	padding:0px;
	margin:0px;
}

div.search_box ul li input.input_item {
    padding:8px 10px 2px 10px;
    width:199px;
    font-size:14px;
    color:#707070;
}

div.search_box ul li input.submit {
    background:url(../images/submit.png) 0 0 no-repeat;
    height:30px;
	margin:0px;
	padding:0px;
    width:30px;
    border:0;
    cursor:pointer;
}

/* login box */
div.login_box {
    background:url(../images/bg.png) 0 0 repeat;
    border:#313736 1px solid;
    padding:13px 11px 12px 25px;
    height:70px;
    margin:0 0 11px 0;
}

div.login_box h4 {
    margin:0;
    font-size:24px;
    color:#FFF;
    font-weight:normal;
    width:100px;
    padding:10px 0 0 0;
    font-family:"DicotLight", Arial, Helvetica, sans-serif;
    float:left;
    text-transform:uppercase;
	
}

div.login_box h4 a {
    color:#FFF;
    padding:0 0 5px 0;
}

div.login_box h4 a:hover {
    color:#BE2226;
    text-decoration: none;
}

div.login_box ul {
    margin:0;
    float:right;
    width:150px;
    list-style:none;
}

div.login_box ul li {
    height:22px;
    padding:0 0 2px 0;
}

/* banner */
div.banner {
    margin:0 0 11px 0;
}

div.banner img {
    border:#313736 1px solid;
}

/* newsletter box */

div.box h3 a {
    color: #FFFFFF;
}

div.box h3 a:hover {
    color: #BE2226;
}

div.newsletterbox {
    background:url(../images/bg.png) 0 0 repeat;
    border:#313736 1px solid;
    margin:0 0 11px 0;
}

div.newsletterbox ul {
    margin:0;
    list-style:none;
    padding:16px 34px 14px 29px;
}

div.newsletterbox ul li {
    padding:0 0 8px 0;
}

div.newsletterbox ul li input.input_item {
    width:243px;
    border:#464646 1px solid;
    background:#FFF;
    padding:2px;
    font-size:14px;
}

div.newsletterbox ul li label {
    width:70px;
    display:block;
    float:left;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    font-family:"Helvetica", Arial, Helvetica, sans-serif;
}

div.newsletterbox ul li select {
    width:253px;
}

div.newsletterbox ul li input.submit {
    background:#464646;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    border:0;
    width:68px;
    padding:5px 0 5px 0;
    cursor:pointer;
    margin:0 6px 0 0;
}

div.newsletterbox ul li input.reset {
    background:#464646;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    border:0;
    width:68px;
    padding:5px 0 5px 0;
    cursor:pointer;
}

div.newsletterbox ul li.but {
    padding:3px 0 0 70px;
}

/* twitter */
div.twitter {
    background:url(../images/bg.png) 0 0 repeat;
    border:#313736 1px solid;
    margin:0 0 11px 0;
    padding:24px 40px 20px 20px;
    overflow:hidden;
    font-size:14px;
    color:#FFF;
    line-height:18px;
}

div.twitter div.twitter_bird {
    width:76px;
    float:left;
    padding:2px 14px 0 0;
}

div.twitter a {
    color:#BE2226;
    text-decoration:underline;
}

div.twitter a:hover {
    text-decoration:none;
}

.tweet_date {
	margin-top: 5px;
	color: #666666;
}

/* gallery */
div.gallery {
    background:url(../images/bg.png) 0 0 repeat;
    border:#313736 1px solid;
    overflow:hidden;
    padding:36px 0 17px 17px;
    font-family:"DicotLight", Arial, Helvetica, sans-serif;
}

div.gallery ul {
    margin:0;
    list-style:none;
}

div.gallery ul li {
    float:left;
    width:71px;
    text-align:center;
    padding:0 19px 0 0;
}

div.gallery ul li a {
    font-size:12px;
    color:#FFF;
    font-weight:bold;
}

div.gallery ul li a span {
    color:#BE2226;
}

div.gallery ul li a img {
    border:#555555 1px solid;
}

/* content_area */
div.content_area {
    background:url(../images/bg.png) 0 0 repeat;
    border:#313736 1px solid;
    padding:23px 20px 20px 19px;
    overflow:hidden;
    /*border-bottom:0;*/
}

div.content_area h2 {
    margin:0 0 17px 0;
    font-size:24px;
    color:#FFF;
    font-weight:normal;
    background:url(../images/news_bg.png) 0 100% no-repeat;
    padding:0 0 16px 0;
    font-family:"DicotLight", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}

div.content_area h4 a {
	font-size: 22px;
	line-height: 26px;
    text-decoration:none;
}

/* post */
div.post {
    padding:0 0 10px 8px;
    line-height:20px;
	margin-bottom: 20px;
    /*border-bottom:#707070 1px solid;*/
}

div.post div.post_meta {
    height:20px;
    font-weight:bold;
    font-size:11px;
    color:#707070;
    text-transform:uppercase;
    margin:10px 0 20px 0;
    font-family:"Helvetica", Arial, Helvetica, sans-serif;
}

div.post div.post_meta a {
    color:#acacac;
    text-decoration:underline;
}

div.post img {
    float:left;
    border:#6a6b6a 1px solid;
    margin:0 17px 0 0;
}

div.post a {
    text-decoration:underline;
    color:#BE2226;
}

div.post a:hover {
    text-decoration:none;
}

div.entry .postmetadata {
	margin-top: 15px;
}

div.entry {
	margin-bottom: 15px;
}

/* comments */
div.comments {
    padding:26px 30px 35px 19px;
	border:#313736 1px solid;
	background-color: #000000;
}

div.comments ul {
    margin:0;
    list-style:none;
}

div.comments ul li {
    overflow:hidden;
    padding:0 0 0px 0;
}

div.comments ul li.comment {
    margin-bottom:20px;
}

div.comments ul li div.comments_author {
    width:76px;
    float:left;
    padding:10px 0 0 0;
}

div.comments ul li div.comments_author img {
    border:#464646 1px solid;
}

div.comments ul li div.comments_body {
    width:365px;
    float:left;
    padding:10px 0px 10px 10px;
}

div.comments ul li div.comments_body .avatar {
    float:left;
	margin-right: 20px;
}

div.comments div.comments_meta {
    font-size:11px;
    color:#707070;
    padding:0;
}

div.comments div.comments_meta a {
    text-decoration:underline;
    color:#acacac;
    text-transform:uppercase;
}

div.comments div.comments_meta a:hover {
    text-decoration:none;
}

/* comment form */
div.commentform {
    background:#252525 url(../images/commentform_bg.png) 0 0 no-repeat;
    padding:30px 18px 17px 18px;
    overflow:hidden;
    border:#313736 1px solid;
    border-top:0;
	margin-top: -20px;
	margin-bottom: 20px;
}

div.commentform .nocomments {
    border: none;
}


div.commentform ul {
    margin:0;
    list-style:none;
    padding:7px 0 0 0;
}

div.commentform ul li {
    float:left;
    padding:17px 0 0 4px;
}

div.commentform ul li.second {
    padding:17px 0 0 35px;
}

div.commentform ul li label {
    display:block;
    padding:0 0 5px 5px;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
}

div.commentform ul li input.input_item {
    width:227px;
    background:#000;
    border:#464646 1px solid;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    padding:3px;
}

div.commentform ul li textarea {
    height:97px;
    width:460px;
    background:#000;
    border:#464646 1px solid;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    padding:3px;
}

div.commentform ul li.last {
    clear:both;
    padding:12px 0 0 0;
}

div.commentform ul li input.submit {
    background:#464646;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    border:0;
    width:68px;
    padding:5px 0 5px 0;
    cursor:pointer;
    margin:0 6px 0 0;
    border-right:#000 1px solid;
    border-bottom:#000 1px solid;
}

div.commentform ul li input.reset {
    background:#464646;
    font-size:14px;
    color:#FFF;
    font-weight:bold;
    border:0;
    width:68px;
    padding:5px 0 5px 0;
    cursor:pointer;
    border-right:#000 1px solid;
    border-bottom:#000 1px solid;
}

/* footer menu */
div.footer_menu {
    border-bottom:#252525 1px solid;
    border-top:#252525 1px solid;
    height:36px;
    padding:14px 0 0 27px;
    margin:28px 0 0 0;
}

div.footer_menu ul {
    margin:0;
    list-style:none;
}

div.footer_menu ul li {
    float:left;
}

div.footer_menu ul li a {
    display:block;
    height:19px;
	font-size: 22px;
	color: #777777;
	text-transform: uppercase;
	/*
    text-indent:-9999px;
	*/
    margin:0 42px 0 21px;
}

div.footer_menu ul li:last-child a{
	margin-right: 0px;
}

div.footer_menu ul li a:hover, div.footer_menu ul li a.selected {
	text-decoration: none;
    color:#BE2226;
}

/* footer links */
div.footer_links {
    text-align:center;
}

/* events */

ul.dbem_events_list {
    margin:0;
    list-style:none;
}

ul.dbem_events_list li {
    display:block;
    overflow:hidden;
    padding:5px 0 21px 0;
    border-bottom:#707070 1px solid;
    margin:0 2px 15px 0;
}

ul.dbem_events_list li.thred {
    display:block;
    overflow:hidden;
    padding:5px 0 14px 0;
    border-bottom:#707070 1px solid;
    margin:0 2px 15px 0;
}

ul.dbem_events_list li div {
    float:left;
}

ul.dbem_events_list li div.event_image {
    width:75px;
	height:75px;
	margin-right: 15px;
	overflow:hidden;
    border:#555 1px solid;
}

ul.dbem_events_list li div.event_image img {
	height: 74px;
	margin: 0px;
	width: auto;
}

ul.dbem_events_list li div.event_date {
    width:90px;
    font-size:16px;
    color:#fff799;
    font-weight:bold;
    line-height:20px;
    padding:5px 0 0 0;
}


ul.dbem_events_list li div.event_details a {
    font-size:11px;
    color:#acacac;
    display:block;
    line-height:18px;
    text-transform:uppercase;
    text-decoration:underline;
}


ul.dbem_events_list li div.event_details {
    width:105px;
    padding:2px 0 0 0;
}


ul.dbem_events_list li div.event_details a:hover {
    text-decoration:none;
}

ul.dbem_events_list li div.event_location {
    width:210px;
    font-size:16px;
    color:#FFF;
    font-weight:bold;
    padding:5px 0 0 0;
}

ul.dbem_events_list li div.event_location span {
    color:#BE2226;
    display:block;
    line-height:20px;
}

ul.dbem_events_list li div.event_location span.street {
    font-size:12px;
    color:#959595;
    line-height:16px;
    font-weight:normal;
    text-transform:uppercase;
}


ul.dbem_events_list li:last-child {
    border:0;
}


