/*  
Theme Name: IBS Blog Styles - news version
Theme URI: http://podcast.shin-ibs.edu/
Description: Continuity between the podcast, the news and events blog, and the redesigned main site; this theme is styled for the News and Events blog
Version: 1.0n
Author: Scott Mitchell
Author URI: http://www.djbuddha.org/
*/
*
{ margin:0; }

body {
	font-family: Times, serif;
	color: #000000;
	margin: 0;
	background-color: rgb(187,187,136);
	}

#container {
    border: 1px solid #ccc;
	background: #fff; 
    margin: 0 auto;
    margin-bottom: 1em;
    padding: 1em;
	width: 975px; 	
	position: relative;
	clear: both;
    -moz-border-radius-topleft: 15px; 
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    }

/*----------------------------------------------------------------------*/
/* super-header: login, myIBS, and search box styles */
.superHeaderContainer { /*this contains the login windows to fix their position*/
    margin: auto;
    padding: 0;
	width: 950px; 	
	position: relative; 
    }

#superHeader, #superHeaderLogin {
    margin: 0;
    padding: .25em .25em 0 .25em;
    float: right;
    width: auto;
    height: 30px;
    border: #ccc;
    background: #5A536D;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75%;
    color: #fff;
    text-align: right;
    }

.loginMenu {
    display: inline;
    padding-right: .5em;
    padding-left: .5em;
    border-right: 1px solid white;
    }

.searchText { color: #666; }

#superHeader a:link, #superHeader a:visited,
#superHeaderLogin a:link, #superHeaderLogin a:visited 
    { color: #fff; }

#loginError { position:fixed; top:32px; margin-left:1em; width:300px; z-index:2; }
#loginError .errorText { float:left;width:275px;display:inline; }
#loginError .close { float: right;text-align:right;font-weight: bold; display:inline; }

/* header information */
#header {
	clear: both; 
    height: 150px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75%;
    overflow: hidden;
    }

.imageHeader {
    float: left;
    padding-top:-1em;
    margin:0;
    }

.headerNavBox { 
    text-align: right;
    float: right;
	display: block;
	overflow: hidden;
	width: 138px;
	margin-left: 1em;
    -moz-border-radius-topleft: 5px; 
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    }
#headerNavBox-2 { width: 148px; }
.headerNavBox h4 { padding-top: .2em; }
#headerNavBox-1 h4 { 
    background: #bbbb88;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
 }
#headerNavBox-2 h4 { 
    background: #bbaa77;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
 }
#headerNavBox-3 h4 { 
    background: #555544;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
 }
#headerNavBox-4 h4 { 
    background: #444433;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
 }
#headerNavBox-5 h4 { 
    background: #552211;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
 }
#headerNavBox-6 h4 { 
    background: #770000;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
 }

.headerNavBox p { padding-right: .5em; line-height: 150%; }

.headerNavBox h4 { width: 100%; color: #fff; }

/* header and sidebar links */
.headerNavBox a:link,
.headerNavBox a:visited,
.headerNavBox a:hover,
.sideBarBox a:link,
.sideBarBox a:visited,
.sideBarBox a:hover
    { color: #666; text-decoration: none; }
.headerNavBox a:hover, .sideBarBox a:hover 
    { font-weight: bold; text-decoration: underline; color: #000; }
#header img { border: none; }

/*----------------------------------------------------------------------*/
/* content wrapper for sub-header */
#content { margin: 0; }
 html #content { height: 1%; }

/* content wrapper for left column; posts and pages, main content */
#content-main {
	float: left; 
	width: 700px; 
	margin-right: 20px;
    }
 html #section-index #content-main { margin-right: 20px; }
#content .post {
	clear:both;
	padding:0 0 2em 0;
    }

/* posts and pages formatting */
.pageTitle { margin-bottom: 1.5em; }

.post {
    color: #000;
    padding: 0;
    margin:  0;
    min-height: 250px;
    line-height: 150%;
    font-size: 14px;
    border-bottom: 2px solid black;
	}

.post h3 { padding: 1em 0 .5em 0; }

.post p {
    padding-bottom: 1em;
    }

.post a:link, .navigation a:link,
.post a:visited, .navigation a:visited {
    color: #333;
    text-decoration: underline;
    }
    
.post a:hover, .navigation a:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
    }

.help:hover { cursor: help; } 
        
strong {
    font-weight: bold;
    color: #770000;
    }

.post img {
    float: right;
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
    margin: 5px 0px 10px 10px;
    max-width: 250px;
    }

table {
    border: none;
    }

.post ul, .post ol { padding-bottom:1em; }

.post ul { list-style-image: url(images/icon_list_arrow1.jpg); }

.postmetadata {
    font-size: 75%;
	border-top: 1px solid #666;
	clear: both;
	padding: 0;
    }

.navigation { font-size: 14px; padding: 1em 0; }
.alignright { float: right; }
.alignleft { float: left; }

.pdf{background:url(http://www.shin-ibs.edu/styles/images/file-pdf.png) no-repeat center right;padding-right:1.5em;}

/*----------------------------------------------------------------------*/
/* right column */
/* sideabar positioning */
#sidebar {
    float: right;
    display: block;
    margin-left: 1em;
    font-family: Helvetica, Arial, sans-serif;
    }
.sideBarBox { 
	display: block;
	overflow: hidden;
	width: 200px;
	height: auto;
	margin-bottom: .75em;
	padding-right: 10px;
	padding-bottom: .5em;
	background:url(images/shadow.gif) no-repeat right bottom;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    }
#sidebar .sideBarBox h4 {
    width: 205px;
    -moz-border-radius-topleft: 5px; 
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    }
  
/* sidebar boxes by ID - this effects the color of the header */
/* home page featured video, news and events boxes */
#homeBox1 h4, #homeBox2 h4, #homeBox3 h4 { background-color: #5A536D; }
/* publications and pac-world boxes */
#publicationsBox1 h4, #pwjBox1 h4, #pwjBox2 h4, #pwjBox3 h4, #pwjBox4 h4 { background: #552211; }
/* myIBS and student boxes */
#studentBox1 h4, #myIBSBox1 h4 { background: #555544; }
/* about box */
#aboutBox1 h4 { background: #5A536D; }
/* admission box */
#admitBox1 h4 { background: #bbbb88; }
/* degree programs box */
#degreeBox1 h4 { background: #bbaa77; }
/* faculty and staff box */
#facultyBox1 h4 { background: #444433; }
/* news and events box */
#newsBox1 h4 { background: #770000; }
.sideBarBox h4 {
    width: 100%;
    color: white;
    text-align: center;
    padding: .5em 0;
    font-size: 75%;
    }
.sideBarBox h4 a:link, .sideBarBox h4 a:visited { color: white; text-decoration: none; }
.sideBarBox h4 a:hover { text-decoration: underline; }

/* sidebar content formatting */
#sidebar li {
    list-style-image: url(images/icon_list_arrow1.jpg);
    padding: 0 .5em 0 0;
    margin-left: -15px;
    font-size: 12px;
    }
#sidebar p { font-size: 12px; padding: 0 .5em; line-height: 150%; }
#sidebar p small { font-size:xx-small;line-height: 112%; }
.tag-cloud { margin:.5em 1em; text-align:center; }

#sidebar .searchform { margin:.5em; }
#sidebar .serchform-input { 
    border: 1px solid #e0e0e0; 
    background: #f8f8f8;
    font-family: 'Optima', Helvetica, Sans-Serif;
    font-size: 75%;
    color: #d8d8d8;
    height: 1em;
    }
#sidebar .serchform-input:hover { color: #000; }

/*----------------------------------------------------------------------*/
#comments li, #homeBox2 li { list-style:none;list-style-image:none; }
#wp-calendar { margin-left:-1em; }
/*----------------------------------------------------------------------*/
/* and lastly, the footer */
#footer {
    clear: both;
    border: none;
    padding-top: 1.5em;
    margin-top: 5em;
    width: 75%;
    height: auto;
    font-size: 75%;
    font-family: Helvetica, Arial, sans-serif;
    border-top: 1px solid black;
    }
#footer a:link,
#footer a:visited,
#footer a:hover
    { color: #770000; text-decoration: underline; }

.social-media { float: left; margin-right: 2em; }
.social-footer { float: right; }
.social-footer img { float: right; margin-left:.5em; border:none; }

/*----------------------------------------------------------------------*/
/* MYIBS AND ADMIN STYLES */
#editPageContent { float: right; }
#editPageContent img { border:none;background-image:none;padding:1em;margin:0; }
.adminMessage { /*this shows up when user's made a change */ }

/*------------------------------------------------------------------------------*/
/*for some reason, this is the key to making the background grow with the conent*/
#content { overflow: hidden; }
/*----------------------------------------------------------------------*/
/* KEEP THIS AT THE END! */
/* if its a printer trump other styles */
@media print {
    img { display: none; }
}
