/*
Theme Name: SiouxSports.com
Theme URI: http://siouxsports.com
Description: Custom SiouxSports.com theme
Version: 1.0
Author: Jim Dahl
Author URI: http://jim.dahl.name

*/

body {
	background:#255132;
	color:#555;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	margin: 0 50px 10px 50px;
	text-align:center;
	border-left: #777 1px solid;
	border-right: #777 1px solid;
}

p, blockquote {
	text-align:justify;
}

a {
	color: #050;
	text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

ul.features {
    list-style: none;
    padding-left: 10px;
    margin-top: 0;
}
ul.features li {
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 1.44em;
}

h1, h2, h3, h4, h5, h6 {
	color:#050;
}

h1 {
    font-size: 1.44em;
    color: #000;
    font-weight: bold;
    padding: 5px;
    margin: 0;
}

blockquote {
	background:url('images/hborder_right.png') repeat-y left;
	color:#888;
	font-size:0.9em;
	padding:0.2em 2em;
}
blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

input, textarea{
	background:transparent;
	border:1px solid #aaa;
}
input:focus, textarea:focus {
	background:#ffc;
}

img {
	margin:0.2em;
	border:0;
}

img.wp-smiley {	
	margin:0;
}

/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;
    	background: #fff;
	padding: 5px;
}
#wrapper {
	margin:1em 5%;
}
#content {
	width:75%;
	float:left;
}
#sidebar {
	width:22%;
	float:right;
}
#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */
#header {
	/* height:96px; */
	/* background: url("images/header_bg.png") repeat-x; */
}

#header div {
	height:auto;
	background:none;
}


#header .search {
	width:20%;
	float:right;
	padding:36px 5% 0 0 ;
}

#header #searchform input {
	width:100%;
	background:#acc4db;
	color:#fff;
	border:1px solid #fff;
	padding:0 0.2em;
}

#header #searchform input:focus {
	color:#666;
}
/* Header ends here */


/* Sidebar*/
#sidebar {
	background: url('images/border.png') repeat-y top left;
	color:#888;
	overflow:hidden;
}

#sidebar div {
	padding:2em 2em 4em 2em;
	background: url('images/vborder_bottom.png') no-repeat bottom left;
}

#sidebar div div {
	padding:0;
	background:none;
}


#sidebar #searchform {
	text-align:center;
}

#sidebar h2 {
	color:#050;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	margin-top:2em;
	margin-bottom:0;
}

#sidebar p {
	margin-top:0;
	color:#666;
}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#sidebar ul ul ul{
	padding-left:1em;
}

#sidebar li li a {
	color:#99a;
	text-decoration:none;
}

#sidebar li li a:hover {
	color:#68a;
}
/* Sidebar ends */

#content {
	text-align:justify;
}

h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post-title {
	background: url('images/border.png') repeat-x bottom;
}

.post-title div {
	background: url('images/hborder_right.png') no-repeat bottom right;
}
.post-title h2, .post-title h3 {
	font-size:2em;
	font-weight:bold;
	margin:1em 1em 0 0;
}

.post-title h2 a, .post-title h3 a{
	color:#000;
}

.post-entry, .archives {
	font:1.2em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.post-meta {
	margin-top:1.6em;
	color:#999;
}
/* Post ends */


/* Comments */
#comments {
	margin:0 7%;
}
#comments h3 {
	font-size:1.4em;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	margin:2em 0;
	overflow:auto;
}
.commentlist p {
        font-size: 1.2em;
	margin:0.5em 0;
}
.commentlist h4 {
	font-size:1.2em;
	margin:0;
}
textarea#comment {
	width:100%;
}
/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer { 
	background:url('images/border.png') repeat-x top;
}

#footer div {
	background:url('images/hborder_left.png') no-repeat top left;
}

#footer div div {
	background:url('images/hborder_right.png') no-repeat top right;
}

#footer div div div {
	padding:3em;
	color:#888;
	text-align:center;
	font-size:1em;
}
/* Footer ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.widget_recent_entries ul li {
    margin-bottom: 10px;
}
.section + .section {
    border-top: dotted 1px #090;
}
.section {
    padding: 5px 0;
}
.section p {
    text-align: left;
    font-size: 9pt;
}
