/*  
Theme Name: Sideline Soccer V4
Theme URI: http://www.jacorre.com/design
Description: Sideline Soccer Version 4 designed by <a href="http://www.jacorre.com/design">Jacorre Design Studio</a>.
Author: Jacorre Design Studio
Author URI: http://www.jacorre.com/design
*/

#wrap {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#wrapper {
	background-color: #FFF;
}
#header {
	background: #000 url(images/bg-header.gif) no-repeat;
	height: 240px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#nav {
	height: 40px;
	width: 420px;
	position: absolute;
	left: 20px;
	bottom: 15px;
	font: 85%/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#nav li {
	display: inline;
	margin-right: 10px;
}
#nav li a {
	color: #fff;
}
#nav li a:hover,
#nav li a.active {
	color: #fff;
}
#crumbs {
	font: 85%/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
#crumbs a {
	color: #000;	
}
#social {
	height: 32px;
	width: 150px;
	position: absolute;
	right: 250px;
	bottom: 20px;
}
#social img {
   	-webkit-transition: -webkit-transform 0.4s ease-out;
    	-moz-transition: -moz-transform 0.4s ease-out;
    	transition: transform 0.4s ease-out;
}
#social img:hover {
    	-webkit-transform: rotateZ(360deg);
    	-moz-transform: rotateZ(360deg);
    	transform: rotateZ(360deg);
}
#search {
	position: absolute;
	height: 40px;
	width: 250px;
	right: 0px;
	bottom: 15px;
	text-align: right;
}
#search-form {
	margin: 0;
	padding: 0;
}
#end-cap {
	background: url(images/bg-endcap.gif) no-repeat;
	height: 20px;
}
#copyright {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;	
}
#page-nav {
        font-size: 85%;        
}
#page-nav a {
	background-color: #006666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
}
#page-nav a:hover {
	background-color: #00A8A8;
	border: 1px solid #00A8A8;
}
#page-nav .current {
        border: none;
	color: #000;
}
#about-author,
#similar-articles {
	font-size: 90%;
}
#featured h1 {
	margin: 0 0 5px 0;
}
a img {
	border: none;
}
h1 {
	margin: 0px 0px 20px;
	padding: 0px;
	font: 140% Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 0px 0px 20px;
	padding: 0px;	
	font: 140% Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin: 0px 0px 20px;
	padding: 0px;	
	font: 120% Georgia, "Times New Roman", Times, serif;
}
.post {
	margin: 0 0 40px 0;
}
.post h2,
.right h2 {
	margin: 0 0 5px 0;
}
.post-info {
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
.read-more {
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.thumbs {
	clear: both;
	width: 550px;
	height:auto !important;	
    	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;
}
.steps {
	clear: both;
	width: 550px;
	height:auto !important;	
    	min-height: 200px;
}
.steps-left {
	float: left;
	width: 200px;
}
.steps-right {
	float: left;
	width: 320px;
    	margin: 0 0 0 20px;
}
.stuff {
	clear: both;
	width: 550px;
	height:auto !important;	
    	min-height: 100px;
}
.stuff-left {
	float: left;
	width: 125px;
}
.stuff-right {
	float: left;
	width: 390px;
    	margin: 0 0 0 20px;
}
body {
	background: #000 url(images/bg-body.gif) repeat-x;
	margin: 0px;
	padding: 0px 0px 20px;
	font: 14px/120% Verdana, Geneva, sans-serif;
	color: #000;
}
p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #006666;
	outline: none;
}
a:hover {
	color: #00A8A8;
}
a.no-border {
	border: none;
}
a.btn {
	background-color: #006666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
}
a.btn:hover {
	background-color: #00A8A8;
}
a.btn:focus {
	position: relative;
	top: 1px;
}
.cat-box {
	position: relative;
	background-color: #00A8A8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	margin: 0 0 20px 0;
	padding: 20px;
}
.view-all a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;	
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 75%;
}
.view-all a:hover {
	color: #006666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006666;		
}
.cat-list {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.cat-list li {
	padding-bottom: 5px;
}
.cat-item a {
	border: none;	
}
.cat-list a {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font: 95% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	background: #006666;
}
.cat-list a:hover, 
.cat-list li.current-cat a {
	color: #FFFFFF;
	background: #003333;
}
.min-height {
	height:auto !important;
	min-height: 180px;	
}
.link-list {
	margin: 0px 0px 20px;
	padding: 0px;
}
.link-list li {
	margin-bottom: 10px;
	margin-left: 20px;
	list-style: square;
}
label {
	text-align: left;
	font-weight: bold;
}
.input {
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
	border: 2px solid #006666;
}
.input:focus,
.textarea:focus {
	border: 2px solid #00A8A8;
}
.textarea {
	width: 200px;
	height: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
	border: 2px solid #006666;
}
.submit-button {
	background-color: #006666;
	border: 1px solid #006666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #FFFFFF;
	font-size: 85%;
	letter-spacing: -0.5px;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.submit-button:hover {
	background-color: #00A8A8;
	border: 1px solid #00A8A8;	
	cursor: pointer;
}
.submit-button:focus {
	position: relative;
	top: 1px;
}
blockquote {
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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: #000;
	width: 500px;
	background: #F2F2EB;
	padding: 20px;
	position: relative;
}
blockquote.comment a {
        color: #000;
}
.comment .arrow {
	width: 0; 
	height: 0;
	line-height: 0;
	border-top: 30px solid #F2F2EB;
	border-left: 60px solid white;
	border-right: 10px solid white;
	position: absolute;
	bottom: -30px;
	right: 20px;
}
blockquote.comment.alt-comment {
	background: #BFBA9F;
}
.comment.alt-comment .arrow {
	border-top: 30px solid #BFBA9F;
}
.comment .commentator {
        color: #000;
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	right: 80px;
	bottom: -50px;
}
.comment .commentator a {
        color: #000;
}
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;
}
.note {
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #efefef url(images/icon-note.gif) no-repeat 15px 5px;
        font-size: 90%;
        color: #454545;
        padding: 10px 10px 10px 60px;
        border: 1px dashed #ccc;
}
.medical-note {
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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;
}
.edit-page {
	background: url(images/icon-editpage.gif) no-repeat left top;
	padding-left: 20px;
}
.showcase {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 95%;
}
.showcase th {
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #c0c0c0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.showcase th.state {
	background: #808080;
	color: #fff;
	font-size: 120%;
	text-align: center;
	text-transform: uppercase;
}
.showcase td {
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e8e8e8;
	padding: 5px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
