@import url("layout.css"); 
@import url("nav.css"); 
@import url("customize.css"); 
@import url("forms.css");
@import url("ev_highslide.css");

/*
Theme Name: IFSA Butler Blogs
Theme URI: http://www.ifsa-butler.org
Description: Custom theme for IFSA blogs
Version: 1.0
Author: IFSA
Author URI: http://www.ifsa-butler.org
Tags: ifsa

	IFSA Butler Blogs
	 http://www.ifsa-butler.org

*/

/* Begin Typography & Colors */
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }
.framepic-right{float:right !important; margin-left:10px !important; background-color:#fff !important; border-bottom:1px solid #666 !important; border-right:1px solid #666 !important; display:block !important; padding:12px !important;}

.framepic-left {float:left !important; margin-right:10px !important; background-color:#fff !important; border-bottom:1px solid #666 !important; border-right:1px solid #666 !important; display:block !important; padding:12px !important;}

.framepic-center{margin:10px auto !important; text-align:center !important; background-color:#fff !important; border-bottom:1px solid #666 !important; border-right:1px solid #666 !important; display:block !important; padding:12px !important;}

/* sidebar video link image <a class="vlogger" ...> */
/*.vlogger { float:none !important; display:inline !important; height:16px !important;width:16px !important;background-image: url(/wp-content/themes/ifsa/images/icons/videos.gif) !important; background-color:transparent !important; background-repeat: no-repeat !important; background-position: middle center !important; margin-left:20px !important; }*/
.vlogger {-moz-border-radius:4px 4px 4px 4px; background-color:#ffe; border-bottom:0.002em solid #ccc; border-right:0.002em solid #ccc; display:inline !important; margin:0 0 0 15px; padding:2px; font-size:80%; }
.note {-moz-border-radius:4px 4px 4px 4px; background-color:#ffe; border-bottom:0.002em solid #ccc; border-right:0.002em solid #ccc; display:inline !important; margin:0 0 0 15px; padding:2px; font-size:80%; }
/* sidebar <h2>background-stamp</h2> */
#sidebar ul h2.widgettitle {vertical-align: text-bottom !important;padding:5px 0 0 8px;cursor:pointer;}
#sidebar ul h2.widgettitle {display: block; width: auto; height: 26px; text-align: left; margin: 5px 0px 0px; padding: 5px 5px 0 13px !important; text-decoration: none; font-style: oblique; font-weight: 600; color:#033; vertical-align: text-bottom !important; background: url(images/side_bar_header-h2sprites.gif) no-repeat left top;}
#sidebar ul h2.widgettitle:hover {background: url(images/side_bar_header-h2sprites.gif) no-repeat left bottom;}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/* Begin Form Elements */

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
.postmetadata { clear:both; }
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
/* End Various Tags & Classes*/

/* Menu */
div#blognav
{
	background-color:#e4e5da;
	border-top:dotted 1px #2e4e5b;
	border-bottom:dotted 1px #2e4e5b;
	padding:3px;
	margin:0px 5px 20px 0px;
}

div#blognav a
{
	font-size:12pt;
	font-weight:bold;
	margin-right:1em;
}

div#blognav a img
{
	vertical-align:middle;
}

div#blognav a#rss-link { float:right; clear:right; }

.post { border-bottom:dotted 1px #2e4e5b; margin-bottom:1em; padding-bottom:1em; clear:both; }

.post h2 a, .post h2 { color:#2A4E5E; font-family:Arial, Verdana, Sans-Serif; font-size:20px; line-height:105%; padding:10px 0px; }

input#s { border:1px solid #CCCCCC; color:#006666; float:left; font-family:verdana,arial; font-size:10px; font-weight: 600; height:16px; padding:2px; position:relative; width:144px; }

div#sectionheader { background-image:url(images/studentprofile.jpg); }

#blog-heading { font-family:Arial, Verdana, Sans-Serif; font-size:24px; line-height:105%; }

div#sectionheader a#rss-link { /*float:left; clear:right; */}
#rss-link { height:16px; text-align:left; text-indent:25px; padding:47px 0 0 0;}
#rss-link a {font-weight: 600; text-decoration:none;}
#rss-link a:link,#rss-link a:visited {color:#b15901 !important;}
#rss-link a:hover,#rss-link a:active {color:#017c7c !important;}
#rss-link img { vertical-align:middle; }

#leftmod ul ul a { display:inline; }

.post h2 { clear:both; }

/*========================================*/
/* AUTHOR WIDGET CSS */
/*========================================*/

#author-widget-description-box li,
ul#author-widget-description-box li a
{
	margin-left:0;
	padding-left:0;
}

#leftmod #author-widget-description-box #author-widget-description
{
	padding-left:15px;
}

#author-widget-description-box
{
	background-image:url(images/profileinfobg.jpg);
	background-repeat:no-repeat;
	padding:12px;
}

#author-widget-description-box li#author-widget-description
{
	padding:1em;
}

#author-widget-description h3
{
	font-size:18px;
	margin-bottom:1em;
	
}
#author-widget-description code {display: block; font-family:"Lucida Grande",Geneva,Arial,sans-serif; font-size:inherit;margin-bottom: 3px;}
#author-widget-description code strong {font-weight: 600;}
 
#author-widget-image
{
	height:305px;
	background-color:#2e4e5b;
	padding-top:6px;
}

#author-widget-image img
{
	margin:auto auto auto auto;
	display:block;	
}

/*========================================*/
/* OVERWRITING IFSA CSS */
/*========================================*/

#mainifsacontent1 { float:left; display:block; margin:10px 20px 10px 20px; }
#mainifsacontent1 .navigation { height:auto; width:auto; font-size:10px; padding:5px 0; position:relative; display:block !important;clear:both !important;margin:0 0 10px 0 !important;}

#leftmod ul ul a,
#leftmod ul ul li
{
	border:0;	
}

#leftmod ul ul a:hover {
	background-color:transparent;	
}

#mainifsacontent1 h2, .widgettitle { font-family:Arial, Verdana, Sans-Serif; }.
#mainifsacontent1 h2 { display:block !important;clear:both;margin:10px 0;text-align:left; }

#header #search { z-index:50; width:278px; right:0px; } 
.searchtitle { width:108px; background-image:url('images/blog_search.gif'); }

#leftmod ul ul li
{
	padding-left:15px;	
}

#leftmod ul ul a
{
	padding-left:0px;
}

#leftmod #author-widget-description-box li
{
	padding-left:0px;
}

#blognav a:hover
{
	text-decoration:none;
}

#leftmod ul ul li#author-widget-image
{
	padding:6px 0px 0px 0px;
	
}
