/*
Theme Name: DeltaSigmaPhi
Theme URI: www.godeltasig.com
Description: Custom theme for Delta Sigma Phi - Alpha Gama Chapter.
Version: 1.1
Author: Matthew Jacobson
Author URI: www.instinctivelabs.us
*/
/* 
  Colors: 
    656565 = light gray
    3f4444 = dark gray
    005826 = nile green
    00451e = darker green
    b6922f = gold accent
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, /*ol, ul, */ li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q { quotes: "" "" }
a { text-decoration: none }
.left {
    float: left;
    text-align: left;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.right {
    float: right;
    text-align: right;
}
#ribbon {
    height: 70px;
    padding-top: 10px;
}
#ribbon.tr { background: url(img/wrap_corner-tr.png) no-repeat top right }
#ribbon.tl { background: url(img/wrap_corner-tl.png) no-repeat top left }
#image_slider div div.content { min-width: 260px }
#ribbon_content {
    height: 60px;
    background: #005826;
    color: white;
    text-align: left;
    width: 100%;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
#image_slider #ribbon_content { 
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}
.tl #ribbon_content {
	border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
}
.tr #ribbon_content {
	border-radius: 5px 0 5px 5px;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
}
.heading {
    float: left;
    margin-left: -18px;
    width: 320px;
}
.heading h2 {
    font: 24px/39px 'Rosario', Arial, sans-serif;
    padding: 9px 0px 0px 20px;
}
.heading h2.two-line {
    font: 24px/20px 'Rosario', Arial, sans-serif;
}
.subheading {
    font: 15px 'Rosario', Arial, sans-serif;
    display: block;
    padding: 0px 5px 5px 20px;
    word-spacing: .15em;
}
.newsheading #ribbon_content {
    float: left;
    width: 78px;
}
.newsheading {
    float: left;
    margin-left: -18px;
}
.newsheading h2 {
    float: left;
    color: #005826;
    margin-left: 10px;
    font: 24px/60px 'Rosario', Arial, sans-serif;
}
.date {
    margin: 0px 5px;
    float: left;
}
#ribbon_content span.desc, #ribbon_content span.desc2 {
    font: 18px/27px 'Rosario', Arial, sans-serif;
    display: block;
}
#ribbon_content span.desc {
    padding: 13px 5px 5px 15px;
    font-size: 17px;
    word-spacing: .20em;
    line-height: 14px;
}
#ribbon_content span.desc2 {
    padding: 0px 5px 5px 15px;
    font-size: 12px;
    word-spacing: .15em;
    line-height: 10px;
}
#ribbon_content span.desc2 em { font-style: italic }
p {
    font: 14px/20px 'Rosario', Arial, sans-serif;
    color: #3f4444;
    margin-bottom: 10px;
}
#container div.main {
    padding: 10px;
    font: 14px/20px 'Rosario', Arial, sans-serif;
}
#container div.main a {
    text-decoration: none;
    color: #005826;
    font-weight: 600;
    padding: 3px 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#container div.main a:visited { color: #00451e }
#container div.main a:hover {
    text-decoration: none;
    color: white;
    background-color: #005826;
}
.p60 { width: 60% }
.p100 { width: 100% }
#container div.main { max-width: 904px }
img.coat {
    float: left;
    margin-top: -70px;
    margin-left: 30px;
}
.main h1 {
    font: 25px 'Rosario', Arial, sans-serif;
    display: block;
    padding: 10px 5px 5px 20px;
    word-spacing: .15em;
    color: #005826;
    font-weight: bold;
}
.main h2 {
    font: 22px 'Rosario', Arial, sans-serif;
    display: block;
    padding: 10px 5px 5px 20px;
    word-spacing: .15em;
    color: #005826;
}
img.alignleft {
    float: left;
    margin: 10px;
}
img.alignright {
    float: right;
    margin: 10px;
}
img.paneimg {
    margin-top: -20px;
    margin-right: 0px;
    border: solid 6px #005826 !important;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
p strong {
    font: 'Rosario', Arial, sans-serif;
    font-weight: 800 !important;
}
strong {
    font: 'Rosario', Arial, sans-serif;
    font-weight: 800 !important;
}
#map_canvas {
    margin: -45px 0 20px 10px;
    border: solid 6px #005826;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: right;
}
/* Layout */
body {
    background: #e2e2e2 url("img/pattern.png");
}
#page {
    width: 960px;
    margin: auto;
}
#container {
    width: 924px;
    background: white;
    border: white 3px solid;
    margin: 10px 10px 5px 10px;
    padding: 202px 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 55px #555;
    -webkit-box-shadow: 0px 0px 55px #555;
    -moz-box-shadow: 0px 0px 55px #555;
}
#header {
    width: 960px;
    height: 182px;
    background: url('img/header.png');
    margin-left: -18px;
    position: absolute;
    top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#header img {
    padding-bottom: 7px;
    margin-left: 10px;
}
#rush_logo {
    margin-top: -17px;
    margin-right: -14px;
}
#image_slider {
    width: 820px;
    height: 280px;
    border: #3f4444 solid 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #3f4444;
    box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    -moz-box-shadow: 0 0 10px #555;
}
#footer {
    font: 14px/12px 'Rosario', Arial, sans-serif;
    text-align: center;
    width: 940px;
    margin: 0 10px 20px 10px;
}
#footer .left {
    width: 300px;
    height: 50px;
}
#footer .right {
    width: 300px;
    height: 50px;
}
/*Navigation Styling*/
#nav {
    width: 868px;
    height: 43px;
    text-align: center;
    top: -20px;
    position: relative;
    margin: auto;
    background: #005826;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border: 2px #4D4D4D solid;
    box-shadow: inset 0 -5px 23px #008c3d;
    -webkit-box-shadow: inset 0 -5px 23px #008c3d;
    -moz-box-shadow: inset 0 -5px 23px #008c3d;
}
.main_navigation {
    padding-top: 3px;
    height: 43px;
    width: 800px;
    margin: 0px 2.5%;
}
.main_navigation li {
    float: left;
    list-style: none;
    text-align: center;
}
.main_navigation li.back {
    border-top: 3px solid white;
    width: 9px;
    height: 43px;
    z-index: 8;
    position: absolute;
    background: url('img/pointer.png') no-repeat center top;
}
.main_navigation li a {
    padding-top: 4px;
    height: 28px;
    display: block;
    font: 18px/18px 'Rosario', Arial, sans-serif;
    letter-spacing: -1px;
    word-spacing: .2em;
    color: #FFFFFF;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    position: relative;
    overflow: hidden;
    margin: auto 15px;
}
#gallery_slider {
    position: relative;
    height: 280px;
    overflow: hidden;
}
#gallery_slider a {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
#gallery_slider a img {
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#gallery_slider a.show { z-index: 500 }
#image_slider .caption { z-index: 600 }
.slider_caption {
    float: right;
    position: relative;
    margin-right: -15px;
    top: -100px;
}
.moreBanner {
    float: right;
    position: relative;
    margin-right: -11px;
    margin-top: -28px;
}
.bottomBox h3 {
    color: #005826;
    font: 24px/23px 'Rosario', Arial, sans-serif;
    display: block;
    margin: 10px;
    text-align: center;
}
.moreBanner div a {
    color: #fff;
    font: 24px/23px 'Rosario', Arial, sans-serif;
    margin: 0px 10px 2px 10px;
    display: block;
    padding-top: 6px;
}
.bottomBox {
    width: 800px;
    border: #3f4444 solid 2px;
    margin: 20px auto 0 auto;
    font: 14px/20px 'Rosario', Arial, sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#cc {
    margin: 15px 10px 0 15px;
    float: left;
}
.bottomBox p { margin-top: 20px }
#twitter-ticker {
    font: 14px/20px 'Rosario', Arial, sans-serif;
    color: #005826;
    float: left;
    margin-top: -70px;
    margin-left: 30px;
    width: 300px;
}
#twitter-ticker h2 { font-size: 20px }
#tweet-container {
    height: 300px;
    overflow: auto;
    border: solid 2px #3F4444;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
}
.jspTrack {
    background: #DDD !important;
    box-shadow: inset 0 0 5px #aaa;
}
.jspDrag {
    background: #005826 url('img/double_pointer.png') no-repeat 50% 50% !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 0 1px #eee;
    -webkit-box-shadow: inset 0 0 1px #eee;
    -moz-box-shadow: inset 0 0 1px #eee;
}
.tweet {
    margin: 7px;
    padding: 7px;
    padding-top: 10px;
}
.tweet a { color: #b6922f }
.tweet { border-top: solid 1px #3f4444 }
.tweet:first-child { border-top: none }
.tweet .avatar {
    padding-right: 10px;
    float: left;
    margin-left: -7px;
}
.tweet .txt {
    font-size: 13px;
    line-height: 18px;
    font-family: arial;
    margin-top: 3px;
}
.tweet .avatar img { vertical-align: middle }
.tweet .time {
    color: #B6922F;
    font-size: 10px;
    margin-right: -10px;
    float: right;
    margin-top: -20px;
}
.tweet .user a {
    background: #F2F2F2;
    padding: 3px 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.date {
    width: 75px;
    height: 60px;
}
div.date span {
    background: transparent url('img/date.png') no-repeat;
    display: block;
    position: relative;
    text-indent: -5000px;
    left: 5px;
}
div.date span.month {
    height: 25px;
    left: 0px;
    top: 5px;
    width: 40px;
}
div.date span.day {
    height: 25px;
    left: 0px;
    width: 40px;
    bottom: -5px;
}
div.date span.year {
    height: 60px;
    left: 40px;
    bottom: 50px;
    width: 25px;
}
/* root element for tabs  */
ul.css-tabs {
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 0;
    height: 30px;
    border-bottom: 1px solid #666;
}
/* single tab */
ul.css-tabs li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* link inside the tab. uses a background image */
ul.css-tabs a {
    float: left;
    font-size: 13px;
    display: block;
    padding: 5px 20px !important;
    text-decoration: none;
    border: 1px solid #666;
    border-bottom: 0px;
    height: 18px;
    background-color: #efefef;
    color: #777;
    margin-right: 2px;
    border-radius: 7px 7px 0 0 !important;
    -webkit-border-radius: 7px 7px 0 0 !important;
    -moz-border-radius: 7px 7px 0 0 !important;
    position: relative;
    top: 1px;
}
ul.css-tabs a:hover {
    background-color: #F7F7F7;
    color: #333;
}
/* selected tab */
ul.css-tabs a.current {
    background-color: #ddd;
    border-bottom: 2px solid #ddd;
    color: #000;
    cursor: default;
}
/* tab pane */
div.css-panes div {
    display: none;
    border: 1px solid #666;
    border-width: 0 1px 1px 1px;
	border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
    min-height: 250px;
    padding: 15px 20px;
    background-color: #ddd;
    clear: both;
}
.pullquote {
    padding: 10px;
    width: 200px;
    margin: 10px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #005826;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    font-family: 'Rosario', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
}
#schedule {
    border-collapse: collapse;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 14px;
    margin: 10px 30px 30px 15px;
    text-align: left;
    width: 864px;
}
#schedule th {
    border-bottom: 2px solid #005826;
    border-left: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgb(255, 255, 255);
    color: #005826;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 2px;
    width: 156px;
}
#schedule th span {
    font-size: 12px;
    line-height: 16px;
}
#schedule td {
    border-left: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgb(255, 255, 255);
    color: #005826;
    padding: 12px 2px 0px;
}
ul#portfolio li {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
}
ul#portfolio li:hover {
    box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    background: #dedede;
}
ul#portfolio img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none !important;
}
#exposeMask {
	background: url("img/expose.png") no-repeat 50% 160px;
	background-color: rgba(255, 255, 255, .90) !important;
	opacity: 0.9 !important;
}
.expose {
	z-index: 9999 !important;
}

#fancybox-outer, #fancybox-outer #window, #profileimg img{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
#profileimg { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: #005826; }
#footer .left img { border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; margin: 3px;}
#footer .left img:hover { background-color: #b6922f; box-shadow: 0 0 5px #b6922f; -webkit-box-shadow: 0 0 5px #b6922f; -moz-box-shadow: 0 0 5px #b6922f;}
#footer .right a img { opacity: 0.5; }
#footer .right a:hover img { opacity: 1; }
#footer span { margin: 6px; display: inline-block; }
