/*
Theme Name:		Reed College Theme 2010 All Comments
Theme URI:		
Version:		1.0
Description:	Reed-themed child template based on 2010; default is 2 column. Change columns under Settings/Column Options. 
Author: 		Reed College
Template:		twentyten
*/
@import url("../twentyten/style.css");

body, input, textarea, .page-title span, .pingback a.url
{font-family: verdana, arial, helvetica, sans-serif;
font-size:.75em;
line-height:150%;}
a, a:link, a:visited, a:hover, a:active {
	color: #5e0501;
	text-decoration: none;
	font-weight: bold;
}

.widget-area a:hover
{text-decoration: underline;
	font-weight: bold;
}
.entry-title a:link, .entry-title a:visited, .navigation a:link, .navigation a:visited {
font-weight:bold;
	text-decoration: none;
	color: #5e0501;
}

a:hover, .entry-title a:hover, .entry-title a:active, .entry-meta a:hover,
.entry-utility a:hover, .widget_rss a.rsswidget:hover, .navigation a:hover  {
font-weight:bold;
	text-decoration: underline;
	color: #5e0501;
}

.widget-area a {color:#666;}

#wrapper{border: 1px solid #CCC;
margin-bottom:20px;}

/* Reed logo and repositioning of elements here */
#header {background: url(/wp-content/themes/twentyten_child/images/reed_logo.jpg) -20px 20px no-repeat;
height:70px;
padding:30px 0 0 0;
line-height:19px;
margin:0;}

#content, #content input, #content textarea {font-size:1.1em;}
#access .menu-header, div.menu {margin:0;}

#access a {padding:0 25px 0 0;}

#content {margin: 0 28px 0 0; width:660px}
#primary, #secondary {font-size:.90em;}

.widget-area ul, #main .widget-area ul ul, .widget-area ul li ul li {
margin: 0 0 5px 0;
padding: 0;
list-style: none;}

.widget-area ul li{
margin: 0 0 30px 0;
padding: 0;
list-style: none;}

.widget-area li {
margin: 5px 0;
padding: 0;
list-style: none;}

.widget-title{font-size:1.3em; margin: 0 0 10px 0;}

#site-title {padding:0 0 0 123px;width:400px;
margin: 0 0 50px 0;}

#site-description{ 
margin:15px 0 33px 0;
font-style:normal;
text-align:right;
width:250px;}

#search-4 {margin:0 0 30px 0;}
form .search {margin:0 0 30px 0;}

#access {
	background: #FFF;
border-bottom:1px solid #000;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #FFF;
	color: #6D6D6D;
}

#colophon {margin:20px 0 0 0;}

/* entry-meta (post metadata) same as .byline */
.entry-meta {text-transform:uppercase; color:#AAA; font-size:.85em;}

/* commenting markup */
#rc_comments textarea{width:400px; height:75px; font-family:Verdana, Arial, sans-serif;}

#content .commentmessage {margin:0; font-weight:bold; font-size:1.1em; margin:30px 0 0 0;}

/* for private menu to show entries tagged with a category */
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
color:#AAA;}

.byline {text-transform:uppercase; color:#AAA; font-size:.85em;}
/* disable recent image plugin message at bottom of pages */
.yd_linkware {display:none;}

.widget_search #s {width:120px}

#content .broken_link, #content a.broken_link {text-decoration:none;}

#access ul ul a {width:230px;}


/* =Index pagination
----------------------------------------------- */

/* The containing box with a nice white background */
.paging-navigation {
	font-family: sans-serif;
	padding: 1em;
}

/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
	padding: .3em .7em;
	color: #333;
	color: hsl(0, 0%, 20%);
}

/* Link hover state */
a:hover.page-numbers {
	color: #000;
	color: hsl(0, 0%, 0%);
}

/* Current page bold and dark */
.paging-navigation .current {
	font-weight: bold;
	color: #000;
	color: hsl(0, 0%, 0%);
}