/*   
Theme Name: Student Mobilization Base Theme
Theme URI: http://www.stumo.org/
Description: Base theme for any StuMo site
Author: Morgan Long
Author URI: http://www.morganlong.com
Version: 1.0
Tags: white, large image, fixed-width, typography
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');
body {
        margin: 30px 0 0 0;
}
#wrapper {
        border: 1px solid #000;
        box-shadow: 5px 5px #CCC;
        -moz-box-shadow: 5px 5px 5px #CCC;
	-webkit-box-shadow: 5px 5px 5px #CCC;
}

/* header */
#logo {
        margin: 30px 0 30px 30px;
        float: left;
}
.header {
        padding: 0px 0px 50px 10px;
}

#search-bar {
        width: 400px;
        float: right;
}

/* links */
a:link, a:visited {
	color: #06B7DD;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
/* navigation */
#nav-bar {
	padding: 45px 0px 10px 30px;
	}
	
#navbar-left {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
        font-weight: bold;
        font-size: 4.5em;
        line-height: .75;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-family: Helvetica, "Century Gothic", Arial, sans-serif;
	}
	
#nav a:hover {
	display: block;
	text-decoration: none;
        color: #008ba9;
        margin: 0px;
        font-family: Helvetica, "Century Gothic", Arial, sans-serif;
	}

#nav li {
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
/* content */
#content-wrap {
        position: relative;
}
#page-wrap {
        background: #3d3d3d url(images/page-bg.jpg) no-repeat top left;
        height: 413px;
}
#content {
        height: 413px;
        overflow: auto;
        padding: 0 30px 0 0;
        margin: 0 0 0 20px;
}
#content a {
        color: #06b7dd;
}
#splash {
        height: 420px;
}
#news {
        position: relative;
}
.post {
        padding: 10px 10px 10px 20px;
        color: #fff;
}
.page {
        padding: 10px 10px 10px 20px;
        color: #fff;
}
.hentry {
        padding: 30px 300px 0 420px;
}
.storycontent {
        color: #fff;
        padding: 0 0 5px 0;
        border-bottom: 1px dotted #001214;
}
#sidebar-wrap {
        position: relative;
        z-index: 9999;
}
/* footer */
#footer {
        padding: 5px 10px 20px 0px;
        margin: 30px 0 0 0;
        text-align: right;
}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post */
.meta {
}
/* Comments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#post-entries {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
}

/* Custom Home Page Styles */
#home-nav {
        background: url(images/tree-bg.png) no-repeat;
        position: relative;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 420px;
        height: 418px;
        float: left;
}
h3.text-center {
        text-align: center;
        margin-top: 8px;
}
#credit {
        width: 960px;
        margin: 10px auto 0;
}
#credit p {
        text-align: center;
}
/* Smooth Slider */
#smooth_sldr {
        position: absolute;
        top: 0;
        left: 12px;
}
ul#smooth_sldrc_nav {
        display: none;
}
/* Events Manager */
ul.dbem_events_list {
        list-style-type: none;
        margin: 0;
        padding: 0;
}
ul.dbem_events_list li {
        padding: 0 0 15px 0;
}
h4.events_list {
        margin: 0;
}
table.dbem-calendar-table td {
padding: 4px 6px !important;
}
/* Widget Area */
#widget-area {
        float: right;
        width: 290px;
        margin: 80px 0 0 0;
}
#widget-area li {
        list-style-type: none;
        margin: 0;
        padding: 0;
}