/*
Theme Name: WordPress University
Description: Custom theme developed by Chris Molitor.
Author: Chris Molitor
Author URI: http://themolitor.com/
Version: 2.0
*/

/* -----BODY STUFF----- */

* {
padding: 0px;
margin: 0px;
}

#flexipages-2 h2, .widgettitle {
margin-top: 0px;
}

#related-post-widget-3 h2, .widgettitle{
margin-top: 20px;
}

#related-post-widget-3 li, .widgetcontent{
font-size: 12px;
line-height: 1.7;
}
div.comment-meta {
line-height: 1.5;
}

#commentsection p {
font-size: 14px;
font-style: italic;
}

.hidden {
display: none;
visibility: hidden;
}

p { margin: 1em 0; }

ul { margin-bottom: 1em; }

h2 { margin-top: 1em; margin-bottom: 1em; }

comment-body p { line-height: 1.5; }

div.posting h1 { margin-top: 20px; margin-bottom: 20px;}

a {color: #8BB3D6;}
#s {  width: 215px; }

/** global hover style **/
a:hover { /*color: #000000 !important;*/ }

/** post page posting title **/
.posttitle {

}

#natsponsors ul {
	list-style: none;
}

#natsponsors ul li {
	float: left;
	padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 42px;
        padding-top: 2px;
	border: 1px solid #e4e4e4;
	margin-left: 15px;
	margin-right: 0px;
        margin-top: 10px;
	}
	
#natsponsors ul li:first-child {
	margin-left: 0px;
}
	
#natsponsors ul li div {
	width: 95px;
	height: 80px;
	background-color: #fff;
}

iframe {
margin-top: 10px;
}

div#popular h1 {
margin-bottom:15px;
margin-top:15px;
}


/** title on pages (event page, etc) **/
.entrytitle {
}

/** page content and post content **/
div.entry {
font-size: 14px;
line-height:1.5;

}

/** independent content style for posts **/
.postEntry {

}

/** independent content style for pages **/
.pageEntry {

}

/** the author on postings **/
.theAuthor {

}

/** author on index posting **/
.mainAuthor {

}

/** index posting title **/
.posting > h1 {

}

body {
    font-family:'Arial', Sans-Serif;
    color:#333;
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    /*background: url("images/background.png") repeat scroll 0 0 #FFFFFF;*/
}
.clear { clear: both; }
.left, .alignleft { float: left; }
.right,.alignright { float: right;}
.center { text-align: center; }
.hidden {
    display: none;
    visibility: hidden;
}

img { border: 0px; }

.archivePost { 
margin-bottom: 40px;
}

.archivePost h2 {
margin-bottom: 5px;
}

span.small a {
    text-decoration: underline;
    color: #666666;
}

span.small {
    color: #b8b8b8;
    font-size: 12px;
    text-transform: none;
    float: right;
    text-align: right;
    display: block;
    padding-top: 4px;
    text-decoration: underline;
}

.wrapper {
    border: 1px solid #bec5cd;
    width: 1000px;
    margin:0px auto;
    background-color: #ffffff;
   /* overflow:auto;*/
    }
    
.innerWrap {
    width: 940px;
    /*overflow: auto;*/
    margin:0px auto;
    background-color: #ffffff;
    }
       
       
.sectionHeader, div#sidebar h2.widgettitle {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 5px solid #000000;
    margin-bottom: 20px;
}

div#mainContent div.innerWrap {
    padding: 20px 0px 20px 0px;
}
    
#veryTopBar {
   background-color:#ffffff;
   float: left;
   width: 100%;
  /* height: 40px;*/
   margin-bottom: 25px;
   /*border:1px solid #BEC5CD*/
  border-top: 1px solid #BEC5CD;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #BEC5CD;

}

#veryTopBar div.wrapper {
    border: 0px;
}
   
    
#veryTopBar ul {
   list-style: none;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-left: 0px;
   height:40px;
   padding-right: 0px;
   width: 525px;
}

#veryTopBar ul#topLinks {
    float: left;
}

#veryTopBar ul#socialLinks {
    width: 170px;
    float: right;
}

#veryTopBar ul#otherLinks {
    width: 175px;
    float:right;
}

#veryTopBar ul#otherLinks li {
    padding-left: 15px;
    width: auto;
    text-transform:uppercase;
    border: 0px;
    color: #bbb;
    font-size: 10px;
    padding-top: 15px;
}

#veryTopBar ul#otherLinks li:first-child {
    padding-left: 0px;
}


#veryTopBar ul#socialLinks li {
    border: 0px;
    padding-left: 15px;
    font-size: 12px;
    width: 25px;
    color: #d6e6f7; 
}

#veryTopBar ul#socialLinks li:first-child {
     padding-left: 0px;
     padding-top: 14px;
     width: auto;
}

#veryTopBar ul li {
    float:left;
    padding-top: 10px;
    padding-bottom: 10px;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
    height: 19px;
    width: 153px;
    text-align: center;
   /* border-right: 1px solid #BEC5CD;
    border-left:1px solid #BEC5CD;*/
}

#veryTopBar ul li:first-child {
    border-right: 0px;
}

    
div#header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

div.postNav.nav {
    height: 30px;
}


div.postNav ul {
    float: left;
    margin-bottom: 5px;
}

div.postNav ul li:hover {
    background-color: #accee9;
    color: #ffffff;   
}

div.postNav ul li {
    margin-right: 7px;
    padding: 5px;
}
    
div.nav {
    border-bottom: 5px solid #000000;
    height: 27px;
}

div#topNav {
    border-bottom: 5px solid #000000;
    width:100%;
    float: left;
    position: relative;
    z-index: 9999 !important;
}


ul.mainNav.right {
    float: right;
    text-align: right;
}

ul.mainNav.right li {
     margin-right: 0px;
     padding-right: 0px;
}
    
div.nav ul, ul.mainNav, div#topNav ul.right {
    list-style: none;
    padding: 0px;
    margin: 0px;
   /* position: relative;
    z-index: 10;*/
    /*overflow:auto;*/
}

/** start megamenu styles **/


div#topNav ul.mainNav > li:first-child {
    /*padding-left: 0px !important;*/
}

ul.mainNav {
    /*height: 18px;*/
    float: left;
}

ul.mainNav > li {
    padding: 15px;
    margin-right: 9px;
   /* border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;*/
    /*height: 26px;*/
}

ul.mainNav > li:hover {
    cursor: default;
    background-color: #f8f8f8;
    /*border-top: 1px groove #e4e4e4;
    border-left: 1px groove #e4e4e4;
    border-right: 1px groove #e4e4e4;*/
    
}

ul.mainNav > li > ul {
    background-color: transparent !important;
   border: 1px solid #ffffff;
}


ul.mainNav > li:hover > ul {
    background-color: #f8f8f8;
    top: 45px !important;
    border: 1px solid #e4e4e4;
}

ul.mainNav > li:hover > ul > li {
    background-color: #f8f8f8;
    border: 0px;
    
}

ul.mainNav > li > ul > li {
    width: 503px;
    text-transform: none !important;
   /* top: 1px;
    left: -2px;*/
   /* height: 265px;*/
   /* padding: 20px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: url('images/content_tile.jpg') no-repeat;*/
}

ul.mainNav > li > ul > li div.menuLeft {
    
    
}

div.menuMore {
    padding-right: 20px;
    font-style:italic;
}

ul.mainNav > li {
border:1px solid #ffffff;
}

ul.mainNav li ul li ul {
}

ul.mainNav li ul li ul li {
    
}

div.menuLeft {
    width: 275px;
   /* height: 260px;*/
    border-right: 1px dotted #BEC5CD;
}

div.menuLeft p {
    line-height: 1.5;
    margin-bottom: 20px;
}


div.menuRight {
    width: 201px;
   /* height: 253px;*/
}

div.menuRight p {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 12px;
}

/*** end megamenu styles **/

div.nav ul.right {
  float: right;
}

div#tabs ul li {
    text-align: center;
}

div#tabs ul li:hover a {
    color: #ffffff;
}

div#tabs ul li.selected {
    background-color: #accee9;
    color: #ffffff;   
}

div#tabs ul li a {
    text-decoration: none;
    color: #000000;
}

div#tabs ul li.selected a {
    color: #ffffff;
    text-decoration: none;
}

div#featured {
    padding-bottom: 25px;
}

div.main_image {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #EBEBEB;
    color:#FFFFFF;
    float:left;
    font-size:12px;
    overflow:hidden;
    text-align: center;
    padding:5px;
    height:329px;
    margin-right: 5px;
    position:relative;
    width: 405px;
}

div.image_thumb {
    float:left;
    font-size:12px;
    width:198px;
    height: 333px;
}

.main_image .block {
background:none repeat scroll 0 0 #111111;
border-top:1px solid #000000;
width: 410px;
height: 60px;
padding: 15px;
/*width:100%;*/
}

.main_image .block h2 {
   margin: 0px;
}

.main_image .desc {
bottom:0px;
display:none;
left:0px;
text-align: left;
position:absolute;

}

.main_image a.collapse {
background:url("images/btn_collapse.gif") no-repeat scroll left top transparent;
height:27px;
overflow:hidden;
position:absolute;
left:322px;
text-indent:-99999px;
top:-27px;
width:93px;
}

.main_image a.show {
background-position:left bottom;
}


div.nav ul li, ul.mainNav li {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    /*padding-right: 22px;*/
    /*height:30px;*/
}

ul.mainNav > li a {
    color: #000000;
}

ul.mainNav li ul li a {
    color: #a6bdcf;
}

.image_thumb ul {
list-style:none outside none;
margin:0;
padding:0;
}


.image_thumb ul li.active {
background:url("images/nav_a.gif") repeat-x scroll 0 0 #F0F0F0;
border-color: #e4e4e4;
border-style:solid;
border-width:1px;
cursor:default;
}

.image_thumb ul li {
background-color:#ffffff;
border-color: #e4e4e4;
border-style:solid;
border-width:1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
/*float:left;*/
margin:0;

width: 188px;
height: 63px;
overflow: hidden;
}

.image_thumb ul li .block {
float:left;
margin-left:10px;
padding:0;
width:170px;
}


 .image_thumb ul li h2 {
font-size:14px;
margin:5px 0;
padding:0;
}

.block small {
background:url("images/icon_calendar.gif") no-repeat scroll 0 center transparent;
font-size:14px;
padding:0 0 0 20px;
}

.image_thumb ul li p {
display:none;
}

.sample {
margin:0;
padding:5px 15px 0 0;
}
/*
div.nav ul li:hover ul {
    display: block;
}
*/
p.century { line-height: 1em;  }

.double {
   border-bottom: 4px double #e4e4e4;
   margin-bottom: 15px;
}



div#twitterBox {
    height: 35px;
    padding: 15px 0px 15px 0px;
    border-bottom: 4px double #e4e4e4;
    margin-bottom: 15px;
}

div#twitterBox div#twitterData {
    width: 629px;
    height: 25px;
    border-right: 2px solid #e4e4e4;
}

div#twitterBox div#twitterFollow {
    border-left: 2px solid #e4e4e4;
    padding: 5px;
	padding-left:15px;
    height: 15px;
    margin-left: 15px;
    font-size: 12px;
    font-style: italic;
    color: #000000;
}

div#imageArea {
   padding-bottom: 15px;
}

div#imageArea.double {
    margin-bottom: 25px;
}

div#imageBox {
    width: 609px;
    height: 334px;
   /* position: relative;
    z-index: 89;*/
    overflow:hidden;
}

div#imageBox div#imageView {
    background-color: #aacfea;
    height: 335px;
    width: 403px;
    
}

div#imageBox div#imageViewFoot {
    position: relative;
    z-index:99;
    height: 50px;
    width: 379px;
    background-color: #bab6b5;
    padding: 12px;
    color: #ffffff;
    font-size: 16px;
    top: -75px;
    opacity: .85;
}

div#imageMenu {
    width: 200px;
    height: 334px;
}

div#imageMenu ul {
    position: relative;
    z-index: 10;
    list-style: none;
    padding: 0px;
    margin: 0px;
    }
    
div#imageMenu ul li {
    border: 1px solid #e4e4e4;
    color: #b0c1d3;
    padding: 15px;
    height: 35px;
    font-weight: bold;
}

.rightSide { width: 302px; }
.leftSide {width: 609px; }

div#imageAreaRight {
    width: 302px;
}


div#imageAreaRight input {
    padding-left: 10px;
    height: 22px;
    width: 206px;
    border: 1px solid #e4e4e4;
    color: #999999;
}

div#contentArea {
    background-color:#ffffff;
    min-height: 809px;
   /* height:1255px;*/
}

div#back {
  /*background: url('images/background.png') repeat scroll 0 0 #FFFFFF;*/
  background-color: #edf5f8;
  padding-bottom: 25px;
}

div#content {
    
}

div#contentLeft {
    width:640px;
}

div#contentRight {
    width: 300px;
}

div.listing div#postText {
    width: 375px;
}

div.listing div#postImage {
    width: 218px;
    height: 150px;
}

div.adBox {
    padding: 5px;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    height: 251px;
}

div#mainContent {
   /* overflow: auto;
   background: url("images/background.png") repeat scroll 0 0 #FFFFFF;*/
}

div.adBox h1 {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

div.adBox div#adContentBox {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    overflow: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0px 5px 0px;
}

div.adBox div#adContentBox div#adPhoto {
    height: 135px;
    width: 110px;
    background-color: #e4e4e4;
}

div.adBox div#adContentBox div#adContent {
    width: 162px;
    height: 135px;
}

div#posts {
    border-right: 1px dotted #e4e4e4;
    padding-right: 14px;
    }


div.listing:first-child {
    border-top: 0px;
}

div.listing div.posting {
    color: #000000;
    float: left;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 15px;
    /*height: 290px;*/
}

div.listing div.posting a {
    color: #000000;
    text-decoration: none;
}

div.listing div.posting ul.postingData {
    list-style: none;
    padding: 0px;
    margin-top: 0px;
    padding-bottom: 22px;
}

div.listing div.posting ul.postingData li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #e4e4e4;
}

div.listing div.posting ul.postingData li:first-child {
    border-left: 0px;
    padding-left: 0px;
}

div.listing div.posting div.postBody div.postImage {
    width: 215px;
    height: 145px;
    overflow:hidden;
    /*background-color: #000000;*/
    padding: 5px;
    border: 1px solid #e4e4e4;
}

div.listing div.posting ul.postingData li.theDate {
    color: #85898c;
}

div.listing div.posting div.postBody div.postContent {
    width: 365px;
    margin-left:15px;
}

div.listing div.posting div.postBody div.postContent p {
    padding: 0px;
    margin: 0px;
}

div.listing div.posting div.postBody div.postContent a {
  color: #8bb3d6;  
}

div.menuThumb {
    /*width: 200px;
    height: 155px;
    background-color: #000000;
*/
}

ul.menuLinks li {
    width: auto;
    height: auto;
}


div#sponsors {
    float:left;
    text-align: left;
    margin-bottom: 0px;
}

div#sponsors ul {
    float: left;
    margin: 0px;
    list-style: none;
    padding-left: 10px;
}

div#sponsors ul li {
    float: left;
    height: 125px;
    width: 125px;
    margin-right: 18px;
    margin-bottom: 15px;
    background-color:#000000;
}

div#events ul {
    padding-left: 0px;
    padding-right: 0px;
    list-style: none;
}

div#events ul li {
    font-size: 12px;
    line-height: 1.7;
    color: #8BB3D6;
}

div#events ul li a {
    color: #8BB3D6;
}

div#followUs {
    margin-bottom: 30px;
    margin-top: 5px;
}

div#followUs ul {
    list-style: none;
    float: left;
    margin-top: 0px;
    padding-left: 0px;
}

div#followUs ul li {
    float: left;
    padding: 8px 10px;
    border-left: 1px double #e4e4e4;
}

div#followUs ul li:first-child {
    border-left: 0px;
}


div#popular {
   margin-top: 43px;
   float: left;
   border-top: 4px double #e4e4e4;
   padding-bottom: 55px;
}

div#popular h1 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
}

div#popular ul {
    list-style: none;
    float: left;
    padding-left: 0px; 
}

div#popular ul li {
    float: left;
    margin-left: 26px;
    height: 173px;
    width: 135px;
    font-size: 12px;
    font-weight: bold;
}

div#popular ul li div.img {
    padding: 4px;
    height: 130px;
    border: 1px solid #e4e4e4;
}

div#popular ul li div.img img {
background-color:#000000;
}

div#popular ul li h2 {
    font-weight: bold;
    font-size: 12px; 
}

div#popular ul li:first-child {
    margin-left: 0px;
}

div#footer {
    background-color:#ffffff;
    overflow: auto;
    padding-top: 35px;
    border-top: 1px solid #BEC5CD;
    padding-bottom: 70px;
}

div#footer div#footDesc {
    font-weight: normal;
    width: 400px;
    margin-right: 40px;
}

div#footer div#footDesc h1 {
    font-size: 18px;
}

div#footer div#footDesc p {
    font-size: 14px;
}

div#footer div#footDesc ul {
    padding-left: 15px;
	font-size:14px;
	line-height:20px;
}


div#footer div.innerWrap div.smallFoot {
    margin-right: 40px;
	border-left:1px dotted #ccc;
	padding-left: 25px;
}

div#copyrightDesc {
	font-size: 10px;
	
}

div#footer div#ftTools {
    margin-right: 0px !important;
}


.post {
    float: left;
    width: 615px;
    min-height: 190px;
}

.smallFoot h1 {
    font-size: 18px;
    
}

.smallFoot ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
    margin-left: 0px;
}

.smallFoot ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 0px
    margin-left:0px;
}



div.sectionHeader a {
    text-decoration: underline;
}

div#events {
    margin-bottom: 50px;
}

div#sidebar {
margin-bottom: 25px;
}

div#sidebar ul {
list-style: none;
padding-left: 0px;
}

#cat { width: 300px; }

div#breadcrumb {
width:615px; }

ul.tweet_list {
list-style: none;
margin: 0px;
padding-left: 0px;
}

ul.tweet_list li {
padding: 0px;
margin: 0px;
}

.tweet_avatar img {
float: left;
margin-right: 10px;
}

span.tweet_text {
/*display: block;
float: left;
padding-bottom: 5px;*/
}

div.archivePost {

}

li.page_item {
font-size: 12px;
line-height: 1.7;
}


