
/* reset */
body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0;
}

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

body {
    position: relative;
}

:focus {
    outline: none;
}

/* links */
a {
    color: #9A0F23;
    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;
}

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

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

h3 {
    font-size: 200%;
    color: #000;
}

h4 {
    font-size: 175%;
    color: #000;
}

h5 {
    font-size: 150%;
    color: #787878;
}

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

/* page setup */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3E5354;
    line-height: 170%;
    background: #FFF url(../images/page_bg2.png) 50% 0 repeat-x;
}

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

/* header */
div#header {
    height: 152px;
    margin: 0px 0px 0px 0px;
    background: url(../images/header.png) 94% 0px no-repeat;
}

/* logo */
div#logo {
    margin: 0px 0 4px 37px;
    border: 0;
    padding: 10px 0 0 0;
}

div#logo h1 {
    margin: -10px 0 0 0;
    padding: 0;
}

/* main body setup */
div#middle {
    width: auto;
    margin: 0px 0px 0px 0px;
    clear: both;
    background: #FFF url(../images/content-bg.png) 50% 0 no-repeat;
    padding: 6px;
}

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

/* content column */
div#main {
    width: auto;
    margin: 0px 15px 0px 25px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

div#content {
    padding: 0 25px 0 5px;
    overflow: hidden;
	width: 540px;
}

/* footer */
div#footer {
    width: auto;
    padding: 10px 20px 30px 20px;
    clear: both;
    border-top: #EFEFEF 1px solid;
    color: #919191;
}

div#footer .footer-logo {
    float: left;
}

div#footer .credits {
    line-height: 60px;
    margin: 0 0 0 200px;
    font-size: 10px;
}

div#footer a {
    color: #919191;
    text-decoration: underline;
}

div#footer a:hover {
    color: #666666;
    text-decoration: underline;
}

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

.clearingfix {
    display: block;
}

/* alignment */
.leftalign {
    float: left;
    margin: 5px 20px 10px 0px;
}

.rightalign {
    float: right;
    margin: 5px 0px 10px 20px;
}

/* nav menu */
div#menu ul {
    padding: 0px;
    margin: 22px 0 0 40px;
    list-style: none;
    float: left;
}

div#menu li {
    float: left;
    display: block;
    height: 27px;
    margin: 0 20px 0 0;
}

div#menu a {
    height: 27px;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 5px 0 0;
    text-transform: lowercase;
    font-weight: bold;
    cursor: pointer;
}

div#menu a span {
    padding: 0px 15px 0 22px;
    line-height: 25px;
    height: 27px;
    display: block;
    cursor: pointer;
}

div#menu a:hover {
    height: 27px;
    background: url(../images/menu-r.gif) 100% 0 no-repeat;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 5px 0 0;
    text-transform: lowercase;
}

div#menu a:hover span {
    background: url(../images/menu-l.gif) 0 0 no-repeat;
    padding: 0px 15px 0 22px;
    line-height: 25px;
    height: 27px;
    display: block;
}

div#menu a.active {
    height: 27px;
    background: url(../images/menu-r.gif) 100% 0 no-repeat;
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 5px 0 0;
    text-transform: lowercase;
}

div#menu a.active span {
    background: url(../images/menu-l.gif) 0 0 no-repeat;
    padding: 0px 15px 0 22px;
    line-height: 25px;
    height: 27px;
    display: block;
}

/* welcome post */
div.post:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

div.post {
    margin: 20px 0;
    display: block;
}

div.post h1 {
    color: #9A0F23;
    font-size: 22px;
}

div.post h1 a {
    color: #9A0F23;
    font-size: 22px;
}

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


/* news */
div.news:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

div.news {
    margin: 20px 0;
    display: block;
}

div.news h1 {
    color: #9A0F23;
    font-size: 22px;
}

div.news h1 a {
    color: #9A0F23;
    font-size: 22px;
}

div.news h1 a:hover {
    text-decoration: underline;
}

/* news items */
div.news-item:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

div.news-item {
    margin: 20px 0;
    display: block;
}

div.news-item h2 {
    color: #3F6163;
    font-size: 18px;
    margin: 0;
}

div.news-item h2 a {
    color: #3F6163;
    font-size: 18px;
    margin: 0;
text-decoration:underline;
}

div.news-item h2 a:hover {
    text-decoration: underline;
}

div.news-item img {
    background: #E6E6E6;
    border: #D7D7D7 1px solid;
    padding: 5px;
}

a.read-more {
    text-transform: uppercase;
    font-weight: bold;
}

blockquote
{
	margin-left:40px;
	line-height:normal;
}

table
{
	line-height:normal;
}

table td 
{
	vertical-align:top;
	padding:4px;
}


/* register */
div.register {
    width: 275px;
    height: 145px;
    margin: 0 0 20px 20px;
}

div.register a.register-now {
    display: block;
    background: url(../images/register.png) 50% 0 no-repeat;
    height: 145px;
    font-size: 1px;
    text-indent: -10000px;
}

div.register a.register-now:hover {
    background: url(../images/register.png) 50% 100% no-repeat;
}

/* speakers */
div.speakers {
    margin: 20px 0px 20px 0px;
}

div.speakers h3 {
    color: #9A0F23;
    font-size: 24px;
    margin-left: 20px;
}

div.speakers ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px;
    border-left: #C1D0D1 1px solid;
    line-height: normal;
}

div.speakers ul li:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

div.speakers ul li {
    margin: 0 0 10px 0;
    display: block;
}

div.speakers img.speaker {
    border: #CE4053 1px solid;
    float: left;
    margin: 3px 15px 0 0;
}

div.speakers a.speaker-name {
    color: #3F6163;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
	text-decoration: underline;

}

div.speakers a.speaker-name:hover {
    color: #9A0F23;

}

/* social buttons */
div.social-buttons {
    margin: 20px 0px 20px 0px;
}

div.social-buttons h3 {
    color: #9A0F23;
    font-size: 24px;
    margin-left: 20px;
}

div.social-buttons ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 10px;
    border-left: #C1D0D1 1px solid;
}

div.social-buttons ul li {
    display: block;
    float: left;
    margin-right: 10px;
}

