/*
Theme Name: OpenFlow
Theme URI: http://openflow.org
Description: Styling for the OpenFlow site
Version: 1.0
Author: Billy Ray, Guido Appenzeller, and Glen Gibb
Author URI: http://guido.appenzeller.net
Tags: openflow

OpenFlow theme for the OpenFlow Web site
(c) by Guido Appenzeller and Stanford University

Note: Attempted to place code specific to front page/search page here.
Requires the WordPress OpenFlow theme.

 */

/* Begin title page elements */
.blue {
	text-align: left;
	background: #001949 url(../img/highlight.png) no-repeat 0 -150px;
	width: auto;
	padding: 12px;
	margin: 12px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.intro {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	color: #ffffff;
	/* grg: was 13px
	font-size: 1.6em;
	font-size: 13px;
	*/
	font-size: 1.3em;

	width: 570px;
	margin-top: 0px;
	float: none;
	display: inline-block;
}

.intro h2 {
	font-style: normal;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
}

.intro p {
	margin-top: 4px;
	margin-bottom: 0px;
}

.intro2 {
	width: 900px;
}

.intro2 a {
	color: #6eb9d5;
}

.bluebuttons {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: auto;
}

.bluebuttons span {
	position: absolute;
	top: -999em;
}
/* End title page elements */



/* Begin front page news */
#fpnews {
	font: 1.2em 'Lucida Grande',Verdana,Arial,Sans-Serif;	
	text-align: left;
	color: #555;
	margin-right: 0;
	padding: 0px 20px 12px 20px;
}

#fpnews h2 {
	font-size:1.2em;
	margin:5px 0 0;
	padding:0;
}

#fpnews .post {
	margin-bottom: 25px;
}

#fpnews .postmetadata {
	padding-top: 0px;
}
/* End front page news */



/* Begin unused elements? */
#userauth {
	height: 12px;
	font-size: .6em;
	text-align: right;
	padding: 5px;
}

#top {
	height: 62px;
	width: 1000px;
	padding-top: 0;
	font-size: 1.7em;
	margin-left: 60px;
}


#top .right img {
	display: block;
	float: left;
	
}


.splash {
	float: none;
	padding-bottom: 0;
	margin-bottom: -20px;
	margin-right: 50px;
	display: inline;
	margin-top: 10px;
	clear: both;
	position: relative;
	top: 10px;
}

.panel {
	height: 197px;
	margin-top: 0px;
	font-size: 1.7em;
	color: #d4d5d6;
	padding: 10px 50px 0px 50px;
	width: auto;
	display: block;
	margin-bottom: 0;
	text-align: center;
}

.left {
	float: left;
}

#fptable {
	margin-left: 60px;	
}

#newshead {
	margin-bottom: 20px;
}

#fpsidebar {	
	vertical-align: top;
	text-align: left;
	width: 200px;
	margin-left: 0;
	background-color: #fff;
	color: #555;
	padding: 20px;
	border: 1px solid #999;
	font: 1em 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-right: 60px;
}

#fpsidebar ul {
	padding-left: 2px;
}

#fpsidebar ul li:before {
	content: "\00BB \0020";
	}
	
#fpsidebar ul li, #fpsidebar ul ol li {
	margin:1px 0 0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}

#fpsidebar ul li, #fpsidebar ul ol li  {
	color:#777777;
}

#fpsidebar h2 {
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	font-size:1.2em;
	margin:5px 0 0;
	padding:0;
}
/* End unused elements? */

.rssicon {
	width: 13px;
	position: relative;
	top: 2px;
}

.newsicon {
	position: relative;
	top: 6px;
}

.subscribe {
	font-size: 0.9em;
	
}

#main_text {
	margin-bottom: 10px;
	background-image: url(/img/home.png);
	background-repeat: no-repeat;
	width: 378px;
	height: 217px;
}



div.spacer {
        clear: both;
}

#archive {
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border: 1px solid #959596;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: white;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}

