/*  
Theme Name: Sideline Soccer V3
Theme URI: http://www.jacorre.com/design
Description: Sideline Soccer Version 3 designed by <a href="http://www.jacorre.com/design">Jacorre Design Studio</a>.
Version: 1.0
Author: Jacorre Design Studio
Author URI: http://www.jacorre.com/design
*/

body {
	background: #000000 url(images/bg.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
	font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	display: table;
	width: 100%;
}
h1 {
	font: 160% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
}
h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0;
	padding: 0px;
}
.sticky h2 a {
        color: #ff0000;
}
h3 {
	border-bottom: 1px solid #000000;
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 20px;
}

a.button {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #09460F url(images/button-bg.gif) repeat-x;
	border: 1px solid #09460F;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	color: #FFFFFF;
	background: #588E03 url(images/button-bg-hover.gif) repeat-x;
	border: 1px solid #588E03;
}
a {
	color: #284907;
}
a:hover {
	color: #5C832F;
	text-decoration: none;
}
#wrapper-top {
	background: url(images/wrapper-top.gif) no-repeat;
	height: 20px;
	width: 980px;
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper-bottom {
	background: url(images/wrapper-bottom.gif) no-repeat;
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#wrapper {
	width: 980px;
	background: #FFFFFF;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 82px;
	width: 255px;
	position: absolute;
	left: 0px;
	top: -100px;
	z-index: 2;
}
#ad {
        height: 60px;
        width: 468px;
        position: absolute;
        top: -90px;
        right: 0px;
}
#rss {
	height: 16px;
	width: 60px;
	position: absolute;
	top: -50px;
	right: 0px;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 90%;
}
#footer a {
	color: #FFFFFF;
}
#copyright {
	float: left;
}
#pages {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
#pages li {
	display: inline;
	margin-left: 20px;
}
#page-nav {
        font-size: 95%;        
}
#page-nav a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #09460F url(images/button-bg.gif) repeat-x;
	border: 1px solid #09460F;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#page-nav a:hover {
	background: #588E03 url(images/button-bg-hover.gif) repeat-x;
        border: 1px solid #588E03;
	color: #ffffff;
}
#page-nav .current {
        background: #ffffff;
        border: none;
	color: #333333;
}
#comments {
        clear: both;
        margin: 0 0 20px 0;
}
#comments h3 .add-comment a {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
#search-form {
        margin: 0 0 20px 0;
}
#breadcrumbs {
        font-size: 90%;
        margin: 0 0 20px 0;
}
.twocol-left {
	float: left;
	width: 560px;
	padding-left: 20px;
	margin: 0px;
}
.twocol-right {
	float: right;
	width: 340px;
	margin: 0px;
	padding-right: 20px;
}
.threecol-wrapper {
	clear: both;
	padding: 20px 0 0 0;
}
.threecol-left {
	float: left;
	width: 285px;
	padding: 0 20px 0 20px;
}
.threecol-mid {
	float: left;
	width: 285px;
	padding: 0 20px 0 20px;
}
.threecol-right {
	float: right;
	width: 285px;
	padding-right: 20px;
}
ul.articles {
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}
ul.articles li {
	padding: 0 0 10px 0;
}
.recent-articles-info {
	font-size: 90%;
	color: #000000;
}
.recent-articles-info a {
	color: #000000;
}
.thumb-text {
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
	margin-left: 40px;
}
.thumbnail {
	float: left;
	padding-right: 20px;
	width: 120px;
}
.text {
	float: left;
	width: 300px;
}
blockquote {
        -moz-border-radius: 5px;
	margin: 0 0 60px 0; 
	padding: 0;
}
blockquote p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}
blockquote.comment {
        color: #ffffff;
	width: 500px;
	background: #284907;
	padding: 20px;
	position: relative;
}
blockquote.comment a {
        color: #ffffff;
}
.comment .arrow {
	width: 0; 
	height: 0;
	line-height: 0;
	border-top: 30px solid #284907;
	border-left: 60px solid white;
	border-right: 10px solid white;
	position: absolute;
	bottom: -30px;
	right: 20px;
}
blockquote.comment.alt-comment {
	background: #5C832F;
}
.comment.alt-comment .arrow {
	border-top: 30px solid #5C832F;
}
.comment .commentator {
        color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: -50px;
}
.comment .commentator a {
        color: #000000;
}
blockquote.quote {
        margin: 10px 20px;
        padding: 0 0 0 30px;
        border: none;
        background: url(images/quote-top.gif) no-repeat;
}
blockquote.quote p {
        padding: 5px 30px 5px 0;
        border: none;
        background: url(images/quote-bottom.gif) no-repeat right bottom;
}
.post {
	margin-bottom: 20px;
}
.post-info {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius:5px;
        background-color: #dfdfdf;
	font-size: 95%;
	color: #333333;
        margin: 0 0 5px 0;
        padding: 5px;
}
.post-info a {
	font-size: 95%;
	color: #333333;
}
.post-info a:hover {
	color: #666666;
}
.author-similar-posts {
        -moz-border-radius: 5px;
        background: #ccffff;
        border: 1px solid #99ccff;
	clear: both;
        font-size: 90%;
	overflow: auto;
	margin: 0 0 20px 0;
        padding: 10px;
        width: 520px;
}
.author-similar-posts a,
.author-similar-posts h3 {
        color: #003366;
}
.author-similar-posts a:hover {
        color: #0066cc;
}
.author-info {
        float: left;
        padding: 0 20px 0 0;
        width: 230px;
}
.similar-posts-info {
        float: right;
        width: 270px;
}
.similar-posts-info ul {
        margin: 0 0 0 20px;
        padding: 0;
}
.edit-page {
	background: url(images/icon-editpage.gif) no-repeat left top;
	padding-left: 20px;
}
.edit-comment {
	background: url(images/icon-editcomments.gif) no-repeat left top;
	padding-left: 20px;
}
.input
{
        -moz-border-radius: 5px;
	width: 200px;
	border: 1px solid #284907;
}
.textarea
{
        -moz-border-radius: 5px;
	width: 200px;
	height: 100px;
	border: 1px solid #284907;
}
.form-button,
.wp-polls .form-button {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: #09460F url(images/button-bg.gif) repeat-x;
	border: 1px solid #09460F;
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.note {
        -moz-border-radius: 5px;
	background: #efefef url(images/icon-note.gif) no-repeat 15px 15px;
        font-size: 90%;
        color: #454545;
        padding: 10px 10px 10px 60px;
        border: 1px dashed #ccc;
}
.medical-note {
        -moz-border-radius: 5px;
	background: #fffbcc url(images/icon-medical-note.gif) no-repeat 15px 15px;
        font-size: 90%;
        color: #454545;
        padding: 10px 10px 10px 60px;
        border: 1px dashed #e6db55;
}
.thumbs {
	clear: both;
	width: 550px;
        min-height: 160px;
}
.thumbs-left {
	float: left;
	width: 156px;
}
.thumbs-right {
	float: left;
	width: 370px;
        margin: 0 0 0 20px;
}
img.thumb {
	border: 3px solid #000;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
