/*
Theme Name:		PC Soccer Theme
Theme URL: 		http://www.agilewebmedia.com.com
Version: 		Version 1 (Wordpress 2.7)
Description: 	Custom-built theme for PC Soccer 2009 website, by Agile Web Media.
Author: 		AWM
Author URI:		http://www.agilewebmedia.com
Tags:			Custom Wordpress Theme, Wordpress, Custom Theme, New Theme

== Short-cuts and Reminders ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);

body {
background: url(images/bodybg.jpg) top repeat-x;
background-color:#002641;
font-family: Georgia, Times, Times New Roman;
	vertical-align: top;
}
#wrapper {
margin:0 auto;
margin-bottom:15px;
width:859px;
}
#header {
background-image:url(images/headerbg.png);
background-repeat:no-repeat;
background-position:top;
}
h2 {
color:#ffffff;
font-size:36px;
padding:0 5px 0 5px;
}

#headernav {
padding: 163px 20px 0 200px;
color:#a31a48;
margin-bottom:36px;
	font: 15px Impact, Arial, Tahoma;
}
#headernav a {
color:#a31a48;
text-decoration:none;
padding-right:15px;
}
#headernav a:hover {
text-decoration:underline;
}
#contentwrapper {
background-image:url(images/contentbg.png);
	padding-top: 20px;
}
#contentwrappertop {
background-image:url(images/contentwrappertop.png);
background-repeat:no-repeat;
background-position:top;
min-height: 120px;
}
#contentwrapperfooter {
background-image:url(images/contentfooterbg.png);
background-repeat:none;
height:51px; 
margin-bottom:10px;
}
#content {
float: right;
width:525px;
margin-right:30px;
}
.post {
font-family: Georgia, "Times New Roman", Times, serif;
width:525px;
margin-bottom:15px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.posttitle{
padding:5px;
}
h1 {
font-size:18px;
font-weight:bold;
color:#ffffff;
text-align: left;
text-transform: capitalize;
}
h1 a {
color:#ffffff;
}
.posttext {
background: url(images/whitebg.png);
color:#ffffff;
font-size:14px;
padding:10px;
line-height:18px;
padding-left: 3px;
padding-right: 5px;
vertical-align: top;
margin-right: 6px;
vertical-align: top;
}
.posttext p{
padding-bottom:10px;
vertical-align: top;
}
.posttext a{
color:#ffffff;
font-weight:bold;
text-decoration:none;
background-color: #00538e;
}
.posttext a:hover{
text-decoration:underline;
}
.posttext ul {
padding-left: 25px;
padding-right: 25px;
color:#ffffff;
margin-top:20px;
margin-bottom:20px;
}
.posttext ul li {
list-style-type:disc;
list-style-position: outside;
color:#ffffff;
margin-bottom:5px;
}
.posttext ol {
list-style-type:decimal;
padding-left:40px;
padding-right:40px;
color:#ffffff;
margin-top:20px;
margin-bottom:20px;
}
.posttext ol li {
list-style-type:decimal;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.posttext td {
vertical-align: top;
}
.postmeta {
color:#ffffff;
padding:2px 5px 0 0;
text-align:right;
font-size:12px;
}
.postmeta a{
color:#ffffff;
background-color: #00538e;
font-weight:bold;
text-decoration:none;
}
.postmeta a:hover{
text-decoration:underline;
}
#sidebar {
float:left;
width: 265px;
margin-left:30px;
}
#sidebarimg {
margin-left:5px;
}
.sidebarwidgetbg {
background-image:url(images/sidebarbg.gif);
background-position:top;
background-repeat:no-repeat;
margin-bottom:15px;

}
.sidebarwidget {
padding:10px 10px 5px 10px;
font-size:12px;
color:#ffffff;
}
h3 {
color:#ffffff;
font-weight:bolder;
font-size:16px;
}
h3 a {
color:#ffffff;
text-decoration:none;
}

.sidebarwidget a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.sidebarwidget a:hover {
text-decoration:underline;
}
.sidebarwidget ul {
list-style:none;}
.sidebarwidget li {
list-style:none;
border-bottom:#002641 dotted 1px;
padding: 10px 0 10px 0;
display:block;
}
.sidebarwidget ul li {
padding-left:5px;
list-style:none;}
.sidebarwidget ul li:hover {
background-color:#00528c;
}
.sidebarwidget ul li ul {
list-style:none;}
.sidebarwidget ul li ul li {
list-style:none;}

#footer {
background-color:#002641;
color:#FFFFFF;
min-height:100px;
padding:5px;
text-align:right;
font-size: 12px;
}
#footer a {
color:#FFFFFF;
font-weight:bold;
}
.alignleft {
	margin-right: 8px;
	margin-bottom: 8px;
}
