/*
Theme Name: College Publisher Default
Theme URI: http://collegepublisher.com/
Description: The default College Publisher Blog Theme
Version: 1.0
Author: Matthew Crist
*/

* {
margin: 0;
	padding: 0;
}

body {
	min-width: 800px;
	text-align: center;
	background: #ccc;
	margin: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-family: arial, verdana, sans-serif;
	background: #145aab url(images/blog_bg.png) repeat-x top left;
}
#flan_wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
a {
	color: #284774;
}
a:hover {
	color: #243054;
}

/* Now we setup the header of the blog */

#flan_header {
	margin: 0 2px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #666 url(images/logogray.jpg) no-repeat left 50%;
	color: #fff;
	position: relative;
}
#flan_header h1 {
	width/**/:225px; /* empty comments for IE5/win */
	height/**/:85px;
	line-height:85px; /* for IE5/win */
	text-indent:0px; 
}
#flan_header h1 a {
	display:block;
	width/**/:225px; /* empty comments for IE5/win */
	height/**/:85px;
	line-height:85px; /* for IE5/win */
	text-indent:-1000px; 
}
#flan_header form {
	background: #999999;
	border: 1px solid #000000;
	position: absolute;
	width: 205px;
	right: 10px;
	top: 10px;
	padding: 10px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#flan_header fieldset {
	border: none;
}
#flan_header input {
	font-size: .8em;
}
#flan_header dt {
	float: left;
	margin: 0 5px 0 0;
}

/* Now we build the internal structure of the site */

#flan_body_wrap {
	float: left;
	margin: 0 2px;
}
#flan_content {
	float: right;
	width: 600px;
}
#flan_content .gutter {
	padding: 20px 10px;
}
#flan_sidebar_right {
	float: left;
	width: 180px;
	color: #333;
	font-size: .9em;
	margin: 0 0 0 0px;
	border-right: 1px solid #ccc;
}

#flan_sidebar_right .gutter {
	padding: 0 8px 0 10px;
}

/* Now we style the main body of the site */

#flan_leader {
	padding: 10px;
}
#flan_top_block {
	float: right;
	margin: 0 0 15px 15px;
}
.flan_entry {
	margin: 0 0 2em;
}
.flan_entry h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
}
.flan_entry h2 a, .flan_entry h2 {
	color: #666;
	text-decoration: none;
}
.flan_entry h2 a:hover {
	color: #333;
	text-decoration: none;
}
.flan_entry p {
	margin: 0 0 1em;
}
.flan_entry ul, .flan_entry ol {
	margin: 0 1em 1em 1em;
	list-style-position: inside;
}
.flan_entry blockquote {
	background: url(images/quote.png) no-repeat top left;
	padding: 1em;
	color: #666
}
p.flan_meta {
	font-size: .9em;
	color: #999;
	margin: 0 0 .3em;
}
.flan_entry img {
	float: right;
	margin: 0 0 1em 1em;
}
p.flan_links {
	clear: both;
	text-align: right;
	font-size: .9em;
}
#flan_comment_status {
	background: #ffc;
	padding: 7px;
	font-size: .9em;
	margin: 0 0 25px;
}

/* Now we build the sidebars */

#flan_banner_300 {
	text-align: center;
	padding: 10px;
	margin: 0 0 10px;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
#flan_feeds li {
	list-style: none;
}
#flan_feeds li a {
	margin: 0 0 3px;
	padding: 0 0 0 17px;
	background: url(images/feedicon.png) no-repeat left 50%;
}
#flan_sidebar_ad {
	text-align: center;
	//margin: 0 0 15px;
}
#flan_sidebar_right ul {
	//margin: 0 0 25px;
}
#flan_sidebar_right li {
	list-style: none;
	padding: 2px 5px;
	font-size: .9em;
	border-bottom: 1px solid #f5f5f5;
}
#flan_sidebar_right li a {
	text-decoration: none;
}
#flan_bread {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #f5f5f5;
}
#flan_bread li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 0;
}

/* Now we clear it all up in the footer */

#flan_footer {
	clear: both;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	padding: 10px;
}

/* This is where the comments get styled */

#commentform {
	margin: 0 0 15px;
}
.commentlist {
		margin: 0 0 15px;
}
.commentlist li {
        margin: 0 0 15px;
        padding: 5px 10px 3px;
        list-style: none;
        color: #666;
}
.commentlist li a {
		color: #003399;
}
.commentlist cite {
		font-style: normal;
		font-weight: bold;
		font-size: 120%;
}
li.gray, li.gray_hilite {
        background: #f5f5f5;
        border: 2px solid #f5f5f5;
}
li.notgray, li.notgray_hilite {
        background: #d8d8d8;
        border: 2px solid #ddd;
}
.commentnumber {
        font-family: helvetica, arial, sans-serif;
        margin-top: 15px;
        float:right;
        color: #ddd;
        font-size: 400%;
        font-weight: bold;
}
li.cfpost {
        background-color: #ffffff;
        border: 2px solid #88C2FE;
}
li.cfpost_hilite, li.notgray_hilite, li.gray_hilite {
        border: 2px solid #cccccc;
}

.cfpost #commentnumber {
        color: #88C2FE;
}
.help {
	margin: 0 0 15px;
	padding: 7px;
	background: #ffc;
}
#comment {
	width: 100%;
}

/* Top bar */

#topbar {
	color: #666666;
	background: #F0F0F0;
	border-bottom: 1px solid #404040;
	float: left;
	width: 100%;
	font: 11px/31px arial narrow, arial, verdana, sans-serif;
}
#toplogo {
	float: left;
	width: 175px;
}
#topchannels {
	float: right;
	line-height: 31px;
	margin: 0 5px 0 0;
}
#topchannels a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#topsearch {
	float: left;
	line-height: 31px;
	width: 50px;
	margin: 0 0 0 10px;
}
#topsearch a.notclicked {
	display: block;
	line-height: 28px;
background: url(http://collegepublisher.com/media/images/frazoo/google.gif) no-repeat bottom left;
	text-indent: -999em;
	width: 71px;
}
#topsearch a.clicked {
	background: url(http://collegepublisher.com/media/images/frazoo/google_over.gif) no-repeat bottom left;
	text-indent: -999em;
	width: 71px;
	display: block;
	line-height: 28px;
}
#topsearchform {
	position: absolute;
	top: 31px;
	left: 175px;
	padding: 20px 20px 7px;
	background-color:gray;// #999999;
	border: 1px solid #999999; 
	border-top: none;
	z-index: 1;
	width: 275px;  
	text-align: left;     
}
#clearance {
	clear: both;
}
#topsearchform * {
	margin: 0;
}
.hidden {
	display: none;
}
.shown {
	display: block;
}
#breaker {
	clear: both;
	line-height: 0;
}
#radiobuttons p {
	font: 11px/32px arial narrow, arial, verdana, sans-serif;
}


