/*
Theme Name: Soccer
Theme URI: http://www.interactdev.com
Description: Soccer ball in top right
Author: Brandon Burnett

Revised version of Themey's Darts theme
http://themey.com/darts-wordpress-theme
*/

body {
	background-color: #ffd800;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}


* {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}


h2, h3, h3 a, h2 a {
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

#content {
	/*background: url('images/contentbg.png') repeat top left;
background-color: #FFEB80;*/
  background-color: #FFFFFF;
}

.clear {
	clear: both;
}

input, textarea {
	border: 1px solid #4b7514;
}

textarea {
	width: 80%;
	padding: 2px;
	margin: 2px;
}

#searchform input[type='text'] {
	width: 110px;
	background-color: #f3ede2;
	margin-right: 5px;
}

input[type='submit'] {
	background-color: #ffd800;
	color: #221d00;
	font-weight: bold;
	font-size: 13px;
	padding: 1px 7px;
}

ol {
	padding-left: 30px;
}

/* header */

#header {
	background: url('images/carlislesoccer.png') no-repeat top right;
	height: 156px;/*268*/
	margin-bottom: -30px;/*-180*/
	padding-left: 15px;/*15*/
	margin-right:65px;
	padding-top: 25px;/*25*/
       
}

.blog_title {
  color: #EE2E24;
  font-weight: bold;
	margin: 0px;
	font-size: 40px;
}
.blog_title a {
  color: #EE2E24;
  font-weight: bold;
  }

.blog_desc {
	font-size: 20px;
	margin-left: 15px;
	font-weight: bold;
}

#header-menu {
	position: relative;
	height: 56px;
	bottom: -56px;
	margin-left: -15px;
 width: 780px;
background-color: #ffec80;
}

#navigation-top {
	height: 25px;
}

#navigation-top li {
	float: left;
	list-style: none;
	margin-right: 7px;
        margin-bottom: 3px;
	background-color: #ffec80;
	height: 25px;
	width: 100px;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

#navigation-top li a {
  color: #EE2E25;
	display: block;
	border-top: 4px solid #EE2E25;
}

/* main */

#main {
	float: left;
	margin-left: 24px;
	width: 515px;
	padding: 70px 0px 15px 0px;
	/*height: 670px;*/
}

.one_post {
	padding-bottom: 15px;
}

.post_title {
	font-size: 18px;
	margin-bottom: 3px;
	 background-color: #EE2E24;
        padding-left: 8px;
        margin-left: -8px;

}
.post_title a{
  color: #FFFFFF;

  }

.n_comments, .n_comments a {
	font-size: 12px;
	color: #FFFFFF;
}

.post_meta, .post_meta a {
	/*background-color: #EE2E24;*/
	margin-bottom: 5px;
	padding: 3px;
	/*color: #f3dc24;*/
	color: #cccccc;
	font-weight: bold;
}

#navigation {
	font-size: 14px;
	color: #6b4506;
	font-weight: bold;
}

#navigation .alignleft {
	float: left;
	width: 50%;
	text-align: left;
}

#navigation .alignright {
	float: right;
	width: 50%;
	text-align: right;
}

.commentlist {
	margin: 10px 30px;
}

.commentlist li {
	margin-bottom: 10px;
}

/* sidebar */

#sidebar {
	float: right;
	margin: 70px 15px 50px 0px;
	width: 185px;
			clear: right;
}

#sidebar-ul {
	list-style: none;
	/*background: url('images/sidebarbg.png') repeat top left;*/
	background-color: #FFE247;
	padding: 10px 0px 5px 18px;
}

.sidebar_message {
	margin-bottom: 10px;
}

#sidebar-ul h2 {
	font-size: 14px;
	padding: 2px 5px;
	margin-top: 15px;
}

#sidebar-ul ul {
	padding: 3px 5px;
}

#sidebar-ul li li {
	margin-left: 5px;
	margin-bottom: 2px;
	list-style: inside url('images/bullet.png');
}

/* footer */

/* footer */

#footer {

	padding-top: 10px;
	padding-bottom: 10px;

}

#footer p {
	background-color: #ffec80;
	padding: 3px 7px;
	font-weight: bold;
}

.footer-img {
	background: url('images/footer.png') repeat bottom right;
	float: right;
	margin-top: -48px;
	margin-right: 20px;
	width: 172px;
	height: 48px;
} 
.post_content p{
	padding-top: 8px;
	padding-bottom: 8px;
}
.post_content a {
	color: #000;
	text-decoration: underline;
}
.post_content a:hover {
	color: #EE2E24;
	text-decoration: underline;
}

.one_post {
        background-color: #ffffff;
}
.post_content img{
	padding: 10px;
}
.post_content ul{
	margin-left: 5px;
}

.post_content ul ul{
	margin-left: 10px;
}
.post_content ul ul ul{
	margin-left: 15px;
}
