/*
THEME NAME: Universal
DESCRIPTION: A universal theme for Boston University bloggers
AUTHOR: New Media
VERSION: 1.0
*/

@import url('css/reset.css');

body {
font:.65em/150% Arial, Helvetica, sans-serif;
text-align:center;/* for IE */
color:#20282f;
background:#20282f;
}

div#wrapper {
width:100%;
background:#fff;
padding-top:30px;
}

div.inner-wrapper {
position:relative;
margin:0 auto;
width:750px;
text-align:left;
zoom:1;/* for IE */
}

	div.inner-wrapper:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
	}

div#container {
float:left;
width:550px;
clear:both;
padding:0 0 30px 0;
}

div#content {
margin:0 50px 0 0;
padding:30px 0 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:200px;
padding:0 0 30px 0;
}

	div#primary {
	padding:30px 0 0 0;
	}

	div#secondary {
	clear:right;
	}

/* Header */

#header {
width: 750px;
height:200px;
background:#20282f url(img/header.jpg) no-repeat center;
overflow:hidden;
}

a.bglink {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

#header h1 {
font:3.6em/1em Georgia, serif;
color:#fff;
font-weight:bold;
padding:65px 30px 0 30px;
margin:0 0 .25em 0;
letter-spacing:-1px;
}

	#header h1 a {
	text-decoration:none;
	}

#header p {
font:1.3em/1em Georgia, serif;
color:#fff;
font-style:italic;
padding:.5em 30px 30px 30px;
}

#header p span {
padding-top:.5em;
border-top:1px solid #fff;
}


/* general */

a:link, a:visited {
color:#2772B3;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

div.post {
margin:0 0 2em 0;
padding:0 0 2em 0;
border-bottom:1px solid #ccc;
}

.entry-title {
font:2.4em/1.2em Georgia, serif;
font-weight:bold;
}
	
	.entry-title a {
	color:#20282f;
	}

.entry-date {
font-size:1.1em;
line-height:1.5em;
color:#888;
}

.entry-content {
margin-top:1.5em;
}



/* general */


.entry-content p,
#content ul,
#content ol,
#content dl,
#content table,
#content cite {
font:1.3em/1.5em Georgia, serif;
margin-bottom:1.5em;
}

.entry-content h1 {
font-family:Georgia, serif;
font-size:2.4em;
font-weight:normal;
line-height:1.2em;
margin-bottom:.8em;
}

.entry-content h2 {
font-family:Georgia, serif;
font-size:1.8em;
font-weight:normal;
line-height:1.3em;
margin-bottom:1.1em;
}

.entry-content h3,
.entry-content caption {
font-family:Georgia, serif;
font-size:1.1em;
line-height:1.5em;
margin-bottom:1.5em;
text-transform:uppercase;
}

.entry-content h4 {
font-size:1.1em;
line-height:1.5em;
text-transform:uppercase;
}

.entry-content h5 {
font-size:.9em;
letter-spacing:1px;
text-transform:uppercase;
}

.entry-content h6 {
font-size:1.1em;	
color:#888;
font-weight:normal;
}

blockquote {
padding:0 0 0 12px;
font-style: italic;
border-left:18px solid #f2f2f2;
}

	.entry-content blockquote p {
	font-style: italic;
	}

	.comment-entry blockquote {
	border-color:#d3e1e6;
	}


code {
font-size:12px;
line-height:1.5em;
color:#777;
margin-bottom:1.5em;
}

.entry-content 	abbr,
acronym,
address {
border-bottom:1px dotted;
}

sup {
font-size:.8em;
line-height:1;
vertical-align:text-top;
}

sub {
font-size:.8em;
line-height:1;
vertical-align:text-bottom;
}

#content cite {
font-size:1em;
color:#888;
}

big {
font-size:1.5em;
}

/* stripped by Wordpress...
small {
font-size:.8em;
}
*/


#content .entry-content ul li {
margin-left:14px;
padding-left:16px;
background:transparent url(img/bullet.gif) no-repeat 0 .5em;
}

#content .entry-content ul ul,
#content .entry-content ol ol {
margin:0;
}

#content .entry-content ol li {
margin-left:30px;
list-style-type:decimal;
}

	#content .entry-content li li {
	font-size:.77em;
	line-height:1.5em;	
	}
	
	#content .entry-content ol li li {
	list-style-type:lower-alpha;
	}
	
	#content .entry-content ol li li li {
	list-style-type:lower-roman;
	}




table td,
table th {
border-top:1px solid #eee;
padding:.2em 1em .2em 0;
}

table th {
background:#f6f6f7;
}

table tr {
border-bottom:1px solid #eee;
}

dl {
border-top:1px solid #eee;
}

dl dt {
font-weight:bold;
padding:.2em 1em .2em 0;
background:#f6f6f7;
border-bottom:1px solid #eee;
}

dl dd {
padding:.2em 1em .2em 0;
border-bottom:1px solid #eee;
}

pre {
font-size:12px;
line-height:1.5em;
color:#777;
margin-bottom:1.5em;
white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
white-space: -pre-wrap;      /* Opera 4 - 6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word;       /* IE 5.5+ */
}

/* images inserted into posts */


.entry-content img {
margin-top:.3em;
margin-bottom:.3em;
}

img.alignright {
float:right;
margin:0 0 1em 12px;
}

div.alignright {
float:right;
margin:0 0 0 2px;
}

	div.alignright img {
	float:right;
	}
	
	div.alignright p {
	margin-left:10px;
	}

img.alignleft {
float:left;
margin:0 12px 1em 0;
}

div.alignleft {
float:left;
margin:0 2px 0 0;
}

	div.alignleft img {
	float:left;
	}
	
	div.alignleft p {
	margin-right:10px;
	}

div.aligncenter {
margin:0 auto;
}

.entry-content .wp-caption p {
font:1.1em/1.4em Arial, sans-serif;
color:#888;
clear:both;
}

/* Meta data */

.entry-meta {
font-size:1.1em;
line-height:1.5em;
color:#888;
margin-bottom:.5em;
}

.meta-sep {
color:#ccc;
}

.comments-link a {
background:transparent url(img/comments.gif) no-repeat 0 .1em;
text-transform:uppercase;
font-weight:bold;
padding:0 0 3px 22px;
}

/* Other pages */

h2.page-title {
font-size:1.4em;
line-height:1.5em;
color:#999;
margin-bottom:1.5em;
padding-bottom:1.5em;
border-bottom:1px solid #ccc;
}

	h2.page-title span {
	color:#20282f;
	}


/* sample stuff */

div.skip-link {
display:none;
}

div#menu {
background:#20282f;
zoom:1;/* for IE */
}
	div#menu:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
	}

	div#menu ul {
	float:left;
	}
	
	div#menu li {
	float:left;
	}
	
	div#menu li a {
	display:block;
	width:auto;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#eee;
	padding:.6em 1.5em;
	border-right:1px solid #666;
	}
	
	div#menu li a:hover,
	div#menu li.current_page_item a,
	div#menu li.current_page_ancestor a {
	color:#fff;
	text-decoration:none;
	background:#000;
	}

.entry-title,.entry-meta {
clear:both;
}

/* comment stuff */


#comments {
font-size:1.1em;
line-height:1.5em;
}

div#comments-list {
margin:0 0 2em 0;
padding:0 0 .8em 0;
border-bottom:1px solid #ccc;
}

#comments h3 {
font-size:1.4em;
line-height:1.5em;
color:#20282f;
margin-bottom:1em;
}

	#comments h3 span {
	color:#2772B3;
	}

#comments p {
margin-bottom:1.5em;
}

div.comment {
margin-bottom:2em;
}

#comments div.comment-entry {
margin-top:-1px;
padding: 12px 12px .1em 12px;
background: #e0ecf0;
}

#comments div.comment-meta {
height:28px;
color:#888;
margin:0;
padding: 0 0 0 50px;
overflow:hidden;
background: url(img/marker.gif) no-repeat 15px 3px;
}

.comment-author {
color:#20282f;
font-weight:bold;
}

#comments p.unapproved {
padding:12px;
background:#fffbcc;
border:1px solid #e6db55;
}



/*  -----{ forms, commentform }-------------------------------------------------  */

#comments label {
float:left;
display:block;
font-weight: bold;
width:8em;
margin-right:1em;
clear:both;
line-height:90%;
color:#888;
}

#comments textarea {
width:27em;
height:15em;
}

#comments input,
#comments textarea,
#comments select,
#searchform input {
font:1em/1.5em Arial, sans-serif;
font-weight:normal;
color:#20282f;
background:#f5f5f4;
border:1px solid #ccc;
text-decoration:none;
padding:.3em;
}

	#comments input:focus, #comments input:active,
	#comments textarea:focus, #comments textarea:active,
	#comments select:focus, #comments select:active,
	#searchform input.text:focus, #searchform input.text:active {
	background:#e0ecf0;
	border:1px solid #2772B3;
	}

#comments input.button {
margin:0 0 0 9em;
color:#fff;
font-weight: bold;
background:#3184bf;
}

#comments form div {
clear:both;
margin-bottom:12px;
}

#comments form span.required {
color:#c30;
padding-left:.1em;
}

/* image galleries? */

div.gallery {
clear:both;
margin:1em 0;
width:100%;
}

p.wp-caption-text {
font-style:italic;
}

div.gallery dl {
float:left;
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

/* Post navigation */


div.navigation {
font-size:1.1em;
line-height:1.5em;
}

div#nav-below {
margin-top:2em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.nav-next {
float:right;
width:200px;
text-align:right;
}

div.nav-previous {
float:left;
width:200px;
}

/*  -----{ sidebar }-------------------------------------------------  */

div.sidebar h2	{
font-size:1.1em;
line-height:1.5em;
text-transform:uppercase;
margin-bottom:.1em;
}

div.sidebar h2 a {
color:#20282f;
text-decoration:none;
}

/* sub nav */

div.sidebar ul ul {
margin:0 0 2em 0;
border-bottom: #eee 1px solid;
font-size:1.1em;
line-height:1.3em;
color:#888;
}

div.sidebar ul ul li {
	list-style: none;
	display: inline;
	}

div.sidebar ul ul li a {
display:block;
width:185px;
padding:.2em 0 .2em 15px;
color:#888;
background:#fff url(img/bg-icn-arrow.gif) no-repeat 0 .4em;
border-top:#eee 1px solid;
}
	
	div.sidebar ul ul li a:hover,
	div.sidebar ul ul li.current-cat a,
	div.sidebar ul ul li.current_page_item a {
	color:#2772B3;
	background-color:#f5f5f5;
	background-image:url(img/bg-icn-arrow-o.gif);
	text-decoration: none;
	}
	
	/* Negate the active state on sub items */
	div.sidebar ul ul li.current-cat li a,
	div.sidebar ul ul li.current_page_item li a {
	background-color:#fff;
	background-image:url(img/bg-icn-arrow.gif);
	color:#888;
	}
	
		div.sidebar ul ul ul {
		margin:0;
		border-bottom:none;
		font-size:1em;
		}
		
		div.sidebar ul ul ul li a {
		width:170px;
		padding-left:30px;
		background-position:15px .4em;
		/* border-top: none; */
		}
		
		div.sidebar ul ul ul li a:hover,
		div.sidebar ul ul li.current_page_item li a:hover {
		color:#2772B3;
		background-color:#f5f5f5;
		background-image:url(img/bg-icn-arrow-o.gif);
		}
		
			div.sidebar ul ul ul ul li a {
			width:155px;
			padding-left:45px;
			background-position:30px .4em;
			}


/*  -----{ widgets }-------------------------------------------------  */

/* RSS widget */
div.sidebar h2 img	{
display:none;
}

div.sidebar ul li.widget_rss ul li {
display: block;
width:200px;/* for IE */
padding-bottom:.2em;
}

div.sidebar ul ul li a.rsswidget {
color:#2772B3;
font-weight:bold;
padding:.2em 0 0 0;
background-color:transparent;
background-image:none;
text-decoration: none;
}

	div.sidebar ul ul li a.rsswidget:hover {
	background-color:transparent;
	background-image:none;
	text-decoration: underline;
	}

li.widget_rss .rss-date {
display:block;
color:#888;
padding-bottom:0;
}

li.widget_rss .rssSummary {
}

li.widget_rss cite {
display:none;
}

/* recent comments widget */

div.sidebar ul li.widget_recent_comments ul li {
display:block;
width:200px;/* for IE */
padding:.2em 0;
border-top:#eee 1px solid;
}

div.sidebar ul li.widget_recent_comments ul li a {
color:#2772B3;
font-weight:bold;
padding:0;
background-color:transparent;
background-image:none;
text-decoration: none;
border-top:0;
}

	div.sidebar ul li.widget_recent_comments ul li a:hover {
	background-color:transparent;
	background-image:none;
	text-decoration: underline;
	}

/* tag cloud widget */

li#tag_cloud {
margin:0 0 2em 0;
padding-bottom:.2em;
text-align:justify;
border-bottom: #eee 1px solid;
}

li#tag_cloud a {
color:#888;
line-height:1em;
}

li#tag_cloud h2 {
padding:0 0 .1em 0;
margin-bottom:.2em;
border-bottom: #eee 1px solid;
}

.textwidget {
font-size:1.1em;
margin-bottom:1.8em;
}



/* search widget */

#searchform {
margin-bottom:2em;
}

#searchform div {
height:22px;
}

#searchform input {
padding:0;
}

#searchform input.text {
font-size:1.1em;
width:160px;
_width:156px;/* for IE6 */
height:18px;
line-height:18px;
float:left;
margin:0;
}

#searchform input.button {
font-size:1.1em;
width:38px;
height:20px;
line-height:18px;
margin:0;
padding:0;
text-align:center;
background:#20282f;
color:#fff;
font-weight:bold;
border-color:#000;
border:0;
}

/* calendar widget */

li.widget_calendar caption {
font-size:.9em;
text-transform:uppercase;
text-align:right;
color:#999;
padding:.2em 0;
border-top: #eee 1px solid;
}

li.widget_calendar table {
width:200px;
margin-bottom:2em;
color:#888;
}

	li.widget_calendar table a {
	font-weight:bold;
	}

	li.widget_calendar table tr {
	border:none;
	}
	
	li.widget_calendar table th,
	li.widget_calendar table td {
	text-align:center;
	padding:.3em 0;
	}
		
		li.widget_calendar table td#today {
		color:#20282f;
		background: #d5e4e9;
		}
	
		li.widget_calendar table td#prev {
		text-align:left;
		}
	
		li.widget_calendar table td#next {
		text-align:right;
		}
	
		li.widget_calendar table td#prev a,
		li.widget_calendar table td#next a {
		font-weight:normal;
		}


/*  -----{ footer }-------------------------------------------------  */

div#footer {
padding:30px 0;
}

#footer p {
font-size:1.1em;
line-height:1.5em;
color:#888;
}

#footer p img {
float:left;
margin-right:40px;
}

#footer .sep {
color:#555;
}

#footer a {
color:#aaa;
}

#footer a:hover {
color:#ccc;
}



