/*
Theme Name: Sketchy
Theme URI: http://wordpress.org/
Description: The Sketchy student theme
Version: 1.0.0
Author: Web Comm & CWS
Author URI: http://oregonstate.edu/ua/webcomm
Tags: Oregon State default student blog style
*/



<!-- 

body  {
	font-family: Courier New, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	background: #252525;
	text-align: center; 
	color: #000000;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-top:0;

}
em {
	color:#666666;
	font-size:12px;
	font-family:Georgia;
	font-weight:bold;
	font-style:normal;
}
blockquote {
	background-image:url(images/sportQuote.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#797979;
	font-weight:bold;
	margin:0px;
	padding-left:40px;
	padding-top:3px;
	font-style:italic;
	}

.post {
	margin-bottom:50px;
	padding-left:20px; 
	float:left;
}

#container { 
	width:923px;
	background: transparent;
	margin: 0 auto; 
	text-align: left;
	padding:10px;
} 
#header { 
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:147px;
	width:923px;
	
} 

#header h1 {
	margin: 0; 
	font-weight:normal;
	font-size:35px;
	padding-left:32px;
	color:#3F3F3F;
	font-weight:bold;
	padding-top:40px;
 
}
#header h3 {
  	font-size:16px;
	font-weight:normal;
 	color:#3F3F3F;
	width:860px;
	padding-left:28px;
	text-align:left;
}
#header a {
	text-decoration:none;
	color:#3F3F3F;
	
}

#page-top-right {
	background-image:url(images/page-top-right.png);
	width:320px;
	height:30px;
}

#sidebar1 {
 	width: 320px; 
	padding: 0px 0px;
	margin-top:0px;
	float:right;
	overflow:hidden;
	text-transform:lowercase;
	padding-right:0px;
 
}
#sidebar1 h2 {
	color:#E55302;
	font-size:15px;
	padding-bottom:5px;
	text-align:left;
}
#sidebar1 ul {
	
}
#sidebar1 li {
 	list-style:none;
	line-height:15px;
	
}
#sidebar1 a {
	text-decoration:none;
	color:#777777;
	text-transform:none;
	text-align:left;
}
#sidebar1 a:hover {
	color:#000;
}

.widgettitle {
	margin-top:0px;

}

#search {
	padding-left:20px;
	width:200px;
}

#searchsubmit { /* DB - searchform button */
	border:none;
	background-image:url(images/sportGo_no_text.png);
	height:29px;
	width:35px;
	padding-top:5px;
    padding-bottom:5px;
	}

#submit {
	float:left;
	background:transparent url(images/submitbutton.jpg) no-repeat center top;
	width:147px;
	height:28px;
	margin-left:360px;
	margin-top:10px;
	border:0;

}

#author { /* DB - comment form box */
	border-top:none;
	border-left:none;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-image:url(images/sportField.gif);
	width: 190px;
	padding:3px;
	margin-right:10px;
	}
#email { /* DB - comment form box */
	border-top:none;
	border-left:none;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-image:url(images/sportField.gif);
	width: 190px;
	padding:3px;
	margin-right:10px;
	}
#url { /* DB - comment form box */
	border-top:none;
	border-left:none;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-image:url(images/sportField.gif);
	width: 190px;
	padding:3px;
	margin-right:10px;
	}
#s { /* DB - searchform box */
	border-top:none;
	border-left:none;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-image:url(images/sportField.gif);
	padding:8px 0 0 0px;
	margin-right:5px;
	}
	
#searchform {
	background-image:url(images/searchbox.png);
	background-repeat:no-repeat;
	width:200px;
	height:40px;
	padding:5px 0 15px 0px;
	/*margin-left:27px;*/
	
}



#mainContent { 
	width:923px;
	background-color:#FFFFFF; 
}

#content {
	margin:0;
	width:580px;
	 
}

#content h2 a{
	background:#E55302;
	color:#fff;
	height:24px;
	font-size:20px;
	padding:1px;
	line-height:24px;
}

#mainContent img {
	border:double 2px gray;

	}
#mainContent h2 { 
	margin-bottom:0px;
	margin-top:0px;
}
#mainContent h4 { 
	margin-top:0px;
	font-weight:normal;
}
#mainContent a { 
	text-decoration:none;
}
#mainContent a:hover { 
	text-decoration:underline;
}
#mainContent ul { 
 	text-align:left;
 	background-color:#FFFFFF;
	margin-top:-5px;
	
	 
}
#mainContent li { 
	 
}
#mainContent hr { 
	border:1px dashed gray;
}

#postbg {
	background: transparent;
	background-image:url(images/postbg.png) ;
 	width:923px;
	height:200px;
	background-repeat:no-repeat;
}

.cleafix {
	display: block;
}
/* DB - main content for single post page, with less margin at right */

#mainContent2 img {
	border:1px solid gray;
	}
#mainContent2 { 
	margin: 0 30px 0 40px; 
	padding: 0 20px; 
} 
#mainContent2 h2 { 
	color:#cc5500;
	margin-bottom:0px;
	margin-top:40px;
}
#mainContent2 h4 { 
	margin-top:0px;
	font-weight:normal;
}
#mainContent2 a { 
	color:#cc5500;
	text-decoration:none;
}
#mainContent2 a:hover { 
	text-decoration:underline;
}
#mainContent2 ul { 
	margin:5px;
}
#mainContent2 li { 
	margin:5px;
	list-style:url(images/sportBullet.gif);
}
#mainContent2 hr { 
	border:1px dashed gray;
}

#mainContent2 blockquote {
	background-image:url(images/sportQuote2.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#642d0e;
	font-weight:bold;
	margin:0px;
	padding-left:40px;
	padding-top:3px;
}

.float-left {
	float:left;
	padding-left:20px;
} 

#comment { /* DB text field */
	border-top:none;
	border-left:none;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background-image:url(images/sportText.gif);
	width: 500px;
	height:300px;
	padding:7px;
	margin-right:10px;
	}
	
#footer { 
	text-align:left;
	padding: 0 10px 0 20px; 
	width:923px;
	color:white;
	margin:auto;
	font-size:11px;
	font-weight:lighter;
} 
#footer p {
	margin-left:70px;
	padding: 10px 0; 
}
#footer a {
	color: #cc5500;
}

#logo {
	background-image:url(images/OSU.png);
	background-repeat:no-repeat;
	float:left;
	width:150px;	
	height:70px;
	
}

#disclaimer {
	text-align:left;
	width:500px;
	float:left;
	color:#000;
	font-family:Trebuchet,Arial,Helvetica,sans-serif;
}

#wordpress {
	background-image:url(images/wordpress.png);
	background-repeat:no-repeat;
	float:right;
	width:200px;
	height:50px;
	margin:0px 10px;
}

#archives {
	padding-left:50px;
}

#archives h2 {
	color:#000;
	background-image:url(images/archive-title.png);
	background-repeat:no-repeat;
	width:220px;
	height:30px;
	font-size:200%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	 
	
}

#archives a {
	  margin-left:20px;
}

#tape {
	width:265px;
	height:92px;
	background-image:url(images/tape-2.png);
	background-repeat:no-repeat;
	margin-top:-12px;
}



/* Begin Calendar */
#calendar_wrap {
 
}

#wp-calendar {
	width:200px;
	text-align:left;
	}


#wp-calendar a {
	color:#E55302;
	}

#wp-calendar caption {
	text-align: left;
	color:#E55302;
	font-size:15px;
	font-weight:bold;
	

}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
 
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar thead {
	text-align:center;
}
/* End Calendar */

li.widget {
	 
 	background-image:url(images/sidebarborder.jpg);
	background-repeat:repeat-y;
	margin-left:3px;
	padding-left:60px;
	padding-right:5px;
}

li.widget ul {
    margin-left:-23px; /* FF, Opera */
    *margin-left:5px; /*  IE 7 and below hack */
}

li.default-widget {
	padding-left:0px;
 
	
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear-left-float {
	clear:left;
	height:0;
	font-size:1px;
	line-height:0px;
}

.clear-right-float {
	clear:right;
	height:0;
	font-size:1px;
	line-height:0px;
}

#dottedline {
	border-bottom:1px dashed gray;
	}

/* This is for the OSU Heading */
#t_banner {
  color:#fff;
  height:42px;
  background:transparent;
  text-align:left;
  margin:0;
  padding:0;
}

#t_banner a{
  color:#fff;
  text-decoration:none;
  padding:0px 15px 0 15px;
  
}

#banner_striper {
  background-image:url(images/striper.png);
  background-repeat:no-repeat;
  height:5px;
  width:923px;
  margin:0 auto;
}

#t_wordmark {
  float:left;
  margin-left:13px;
  height:42px;
}

#t_utility {
  font-size:0.9em;
  font-weight:700;
  padding-right:8px;
  padding-top:20px;
  text-align:right;
}
div.t_wings { margin:0 auto; width:750px; }
div#t_banner_container { 
  height:25px;
  width:923px;
  background:#000;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  padding-top:10px;

}
.black { background-color:#000; }

/* Global Tags widget */
#sidebar1 li.widget_global_site_tags h2 {
    display:none;
}
#sidebar1 li.widget_global_site_tags a {
    line-height:110%;
    padding-left:3px;
    /* Fix to boxing issue (Where the
     * tags would not stay inside their
     * own sidebox) */
    float:none !important;
}
#content .entry div {
    margin-top:2em;
}
#content .entry div a {
    padding-right:0.8em !important;
    line-height:90%;
}


/* image styles - DB */
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter {
text-align:center;
margin:0 auto;
}
.wp-caption-text {
	color:gray;
}

/* DB - top navigation for pages */
#navlist{
  margin:0px;
  font-weight: bold;
  text-align:right;
  padding:10px 0px 0px 0px;
}
#navlist li{
  list-style: none;
  margin: 0px;
  display: inline;
  border-left:1px solid gray;
  padding:0px 10px 0px 10px;
}
#navlist li.first {
	border:none;
	}
#navlist a {
	text-decoration:none;
	color:black;
	font-weight:normal;
	font-size:11px;
	}
#navlist a:hover {
	color:#cc5500;
	}
	
#navlist ul{
	margin:0px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
#rss-feed {
	width:46px;
	height:46px;
	background-image:url(images/rss.png);
	background-repeat:no-repeat;
	float:right;
 
}

.postmetadata {
	font-size:120%;
}

#page-top-left {
	background-image:url(images/page-top-left.png);
	width:100%;
	height:50px;
}

#page-top-right {
	width:100%;
	height:30px;
	
}

#post {
	background-color:#FFFFFF;
}

/* image styles - DB */
img.alignleft, div.alignleft {
float:left;
margin:0.5em 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0.5em 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0.5em 0.5em 0.5em 0.5em;
}

#page-corner {
	width:100%;
	height:60px;
	background-image:url(images/page-top.png);
	background-repeat:no-repeat;
}

#sidebar1 img {
	border:0px;
}


--> 
