/*
Theme Name: OSU Sport Theme
Theme URI: http://wordpress.org/
Description: Sport Theme for Oregon State University blogs(modified version -- static, rotating and random header with modifiable footer)
Version: 1.0.0
Author: David Baker, Santiago Uceda and Yang Du
Author URI: http://oregonstate.edu/ua/webcomm
Tags: Oregon State default blog style

*/



<!-- 
body  {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	background: #252525;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:url(images/sportBack01.gif);
	background-repeat:repeat-x;
}
em {
	color:gray;
	}
blockquote {
	background-image:url(images/sportQuote.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#642d0e;
	font-weight:bold;
	margin:0px;
	padding-left:40px;
	padding-top:3px;
	}

#container { 
	width: 770px;  
	background: #f7f7f7;
	margin: 0 auto; 
	text-align: left; 
	padding:10px;
} 
#header { 
 	background-image: url(images/sportBanner.jpg);
	height:250px;
	color:white;

}

.post {
	float:left;
}

#content {
	margin:0;
	width:500px;
	padding:0 10px 0 10px;
 
}

#content ul {
	list-style:url(images/sportBullet.gif);

}

#header h1 {
	margin: 0 auto; 
	font-size:46px;
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	padding-left:22px;
	padding-top:140px;
	line-height:35px;
}

#header h1 a {
  color: #fff;
}

#header h3 {
	margin: 5px; 
	font-size:20px;
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:22px;
	padding-top:5px;
}
#header a {
	text-decoration:none;
	 
	}
#sidebar1 {
	float: right; 
	width: 200px; 
	background: #EBEBEB; 
 	margin-top:10px;
	overflow:hidden;
	padding:15px 10px;
}
#sidebar1 h2 {
	color:#cc5500;
	border-bottom:solid 1px gray;
	font-size:15px;
	padding-bottom:5px;
}
#sidebar1 ul {
	margin:0px;
	padding:0px;
}
#sidebar1 li {
	margin:7px;
	list-style:none;
	line-height:15px;
}
#sidebar1 a {
	text-decoration:none;
	color:black;
}
#sidebar1 a:hover {
	color:#cc5500;
}
#searchsubmit { /* DB - searchform button */
	border:none;
	background-image:url(images/sportGo.gif);
	height:29px;
	width:35px;
	}
#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);
	width: 120px;
	padding:3px;
	margin-right:5px;
	float: left;
	}
#mainContent { 
	margin: 0; 
	padding: 0; 
	width:100%;
} 
#mainContent img {
	border:1px solid gray;
	}
#mainContent h2 { 
	color:#cc5500;
	margin-bottom:0px;
	margin-top:40px;
	font-size:18px;
}
#mainContent h4 { 
	margin-top:0px;
	font-weight:normal;
}
#mainContent a { 
	color:#cc5500;
	text-decoration:none;
}
#mainContent a:hover { 
	text-decoration:underline;
}

#mainContent li { 
	margin:5px;

}
#mainContent hr { 
	border:1px dashed gray;
}


/* DB - main content for single post page, with less margin at right */

#mainContent2 img {
	border:1px solid gray;
	}
#mainContent2 { 
	margin: 0 0px 0 0px; 
	padding: 0 20px; 
	width:600px;
} 
#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;
	}


#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:730px;
	color:white;
	margin:auto;
	font-size:11px;
	font-weight:lighter;
} 
#footer p {
	margin-left:70px;
	padding: 10px 0; 
}
#footer a {
	color: #cc5500;
}

/* Global Tags widget */
#sidebar1 li.widget_global_site_tags h2 {
    display:none;
}
#sidebar1 li.widget_global_site_tags div {
    float:left;
}
#sidebar1 li.widget_global_site_tags a {
    line-height:90%;
    padding-left:3px;
}
#content .entry div {
    float:left;
}
#content .entry div a {
    padding-right:0.8em !important;
    line-height:90%;
    margin-top:10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#dottedline {
	border-bottom:1px dashed gray;
	}

/* This is for the OSU Heading */
#t_banner {
  background-color:#000;
  color:#fff;
  height:42px;
  margin:0;
  padding:0;
}
#t_banner a{
  color:#fff;
  text-decoration:none;
}

#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:42px; }
.black { background-color:#000; }


/* image styles -  */
img.alignleft, div.alignleft {
float:left;
margin:0 1.5em 1.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 1.5em 1.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;
	}
	
.clear-left-float {
	clear:left;
	height:0;
	font-size:1px;
	line-height:0px;
	}
	
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
--> 
