/*  
Theme Name: Nosoccer Theme
Theme URI: http://www.nosoccer.com/
Description: No Soccer Theme.
Version: 1.0
Author: No Soccer
Author URI: http://www.nosoccer.com/


*/


/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana';
	color: #40454b;
	font-size: 12px;
	background-color: #fff;
	background-image: url(images/pagebackground.png);
	background-repeat: repeat;
	background-position: center top;
}


/* General Links */
a:link { text-decoration : none; color : #66CC00; border: 0px;} 
a:active { text-decoration : underline; color : #66CC00; border: 0px;} 
a:visited { text-decoration : none; color : #66CC00; border: 0px;} 
a:hover {
	text-decoration : underline;
	color : #FF0000;
	border: 0px;
} 


img { padding: 0px; margin: 0px; border: none;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }
.ahem {
	display: none;
}

input { font-family: 'Verdana'; color: #6a5555; font-size: 10px; }
textarea { font-family: 'Verdana'; color: #6a5555; font-size: 10px;  }
select { font-family: 'Verdana'; color: #6a5555; font-size: 10px;  }

h1, h2, h3 { font-family: 'Arial';}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bgcontain {
	width: 100%;
	background: url(./images/bkg_bgcontain.png) repeat-x;
	margin: 0px;
	padding: 0px;
} 

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.HeaderBG {
	width: 100%;
	float: left;
	background-color: #fff;
	background-image: url(./images/bkg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.Header {
	width: 900px;
	position: relative;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Header h1 { font-size: 35px; letter-spacing: -2px; line-height: 35px; padding: 15px 0px 0px 0px; margin: 0px;}
.Header h1 a { text-decoration: none; color:#ff5a00;}
.Header h1 a:visited { text-decoration: none; color:#ff5a00;}
.Header h1 a:hover { text-decoration: none; color:#ff5a00;}

.Desc { font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: -1px; color:#999;}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu { margin: 0px; padding: 0px; position: absolute; top: 8px; left: 0px;  

}
.TopMenu ul { padding: 0px 0px; margin: 0px; font-size: 0px;}
.TopMenu li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a#item_home {
	background-image: url(images/item_home.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 42px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a#item_home:hover, a#item_home:active {
   background-position: 0 -21px;
}
a#item_about {
	background-image: url(images/item_about.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 45px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a#item_about:hover, a#item_about:active {
   background-position: 0 -21px;
}
a#item_links {
	background-image: url(images/item_links.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 42px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a#item_links:hover, a#item_links:active {
   background-position: 0 -21px;
}
a#item_forum {
	background-image: url(images/item_forum.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 45px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a#item_forum:hover, a#item_forum:active {
   background-position: 0 -21px;
}
a#item_contatti {
	background-image: url(images/item_contatti.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 59px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a#item_contatti:hover, a#item_contatti:active {
   background-position: 0 -21px;
}
a#item_newsletter {
	background-image: url(images/item_newsletter.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 70px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a#item_newsletter:hover, a#item_newsletter:active {
   background-position: 0 -21px;
}
a#item_rss {
	background-image: url(images/item_rss.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 49px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a#item_rss:hover, a#item_rss:active {
   background-position: 0 -21px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*\ IE/Win min height hack */ * html .Search  { height: 100px;} /* */ 
.Search {
	width: 375px;
	background: url(./images/SearchBkg.png) no-repeat left top;
	min-height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.Search  fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 310px;
}
.Search  legend { text-indent: -35000px; margin: 0; padding: 0;}
.Search  form {
	margin: 0px;
	padding-top: 37px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
	width: 310px;
}
.Search  input {
	color: #66CC00;
	font-size: 11px;
	font-family: Arial;
	letter-spacing: -1px;
	font-weight: bold;
}
.Search  input.search {
	width: 25px;
	height: 25px;
	background: url(./images/SearchButton.png) no-repeat;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Search  input.search:hover {
	background: url(./images/SearchButton.png) no-repeat 0 -25px;
	margin-top: 2px;
}
.Search  input.searchIE {width: 25px; height: 25px; background: url(./images/SearchButton.png) no-repeat 0 -23px; }
.Search  input.keyword {
	border: 1px solid #FFFFFF;
	background: inherit;
	width: 270px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 12px;
} 

.SearchCorner {
	position: absolute;
	width: 9px;
	height: 8px;
	margin: 0px;
	top: 34px;
	right: -9px;
} 
/* IE Win min height hack */ * html #buttonsearch {
	margin-top: -26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 291px;
	
} /* */ 
#buttonsearch {
	padding: 0px;
	margin: -25px 0px 0px 291px;
	top: 0px;
	background: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ContainerBG {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Container {
	width: 900px;
	position: relative;
	clear: left;
	padding-top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Central Column - Single Pages */
.SCS { float: left; width: 510px; }
.SCS h1 { font-size: 24px; line-height: 26px; letter-spacing: -1px; font-weight: normal; padding: 7px 0px; margin: 0px 0px 7px 0px; border-bottom: dashed 1px #ccc;}
.SCS h2 { font-size: 20px; line-height: 22px; letter-spacing: -1px; font-weight: normal; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.SCS h3 { font-size: 17px; line-height: 19px; letter-spacing: -1px; font-weight: bold; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.SCS p { font-size: 12px; line-height: 16px;}
.SCS img { padding: 1px; border: solid 1px #f0f0f0; margin: 0px 15px 15px 0px;}
.SCS blockquote {padding: 3px 15px; background: #fffde5; margin: 5px 0px; color:#993300; border: solid 1px #f6f3d3;}
.SCS blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}
.SCS ul { font-size: 11px; padding-left: 12px; }


/* Central Column */
.SC { float: left; width: 510px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.DateHeader { background: #f0f0f0; margin-bottom: 20px; margin-top: 10px;}
.DateHeader p { background:url(./images/DateHeaderIco.png) no-repeat left center; padding: 5px 0px 5px 20px; margin: 0px 0px 0px 10px; font-size: 18px; font-family: 'Helvetica'; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Post {	position: relative; clear: left; width: 510px;}
.Post h1 { font-size: 19px; line-height: 19px; letter-spacing: -1px; font-weight: normal; font-family: 'Arial'; padding: 0px; margin: 0px; display: block;}
.Post h1 a {
	color: #66CC00;
	text-decoration: none;
}
.Post h1 a:visited { color: #66CC00; text-decoration: none;}
.Post h1 a:hover {
	color: #FF0000;
	text-decoration: none;
}

.PostHead { padding-left: 40px; }
.PostInfo { padding: 0px; margin: 0px; font-size: 11px; color: #828282;}
.PostInfo em { font-style: normal;}
.PostInfo em a { text-decoration: underline; color: #828282;}
.PostInfo em a:visited { text-decoration: underline; color: #828282;}
.PostInfo em a:hover { text-decoration: underline; color: #828282; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostDate { position: absolute; top: 0px; left: 0; text-align: center; margin: 0; padding: 2px 10px 2px 0px; list-style: none; border-right: solid 1px #ccc;}
.PostDate .month {
	display: block;
	font-size: 10px;
	line-height: 9px;
	color: #999999;
	text-transform: uppercase;
}
.PostDate .day {
	display: block;
	font-size: 23px;
	font-family: Arial;
	font-weight: bold;
	line-height: 19px;
	color: #333333;
	letter-spacing: -1px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostContent { padding: 5px 0px 0px 0px;  font-size: 12px; line-height: 16px; border-top: solid 1px #ccc; margin-top: 15px;}
.PostContent p { font-size: 12px; line-height: 16px;}
.PostContent img { padding: 1px; border: solid 1px #f0f0f0; margin: 0px 15px 15px 0px;}
.PostContent blockquote { padding: 3px 15px; background: #fffde5; margin: 5px 0px; color:#993300; border: solid 1px #f6f3d3;}
.PostContent blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}
.PostContent ul { font-size: 11px; padding-left: 12px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostDetails { padding: 0px; margin: 0px; font-size: 11px; display: inline;}
.PostDetails li { padding: 0px; margin: 0px; list-style-type: none; }

.PostDetails .PostCom {}
.PostDetails .PostCom a { padding: 0px 0px 0px 23px; background: url(./images/PostComLeft.png) no-repeat left top; float: left; text-decoration: none; font-size: 11px;}
.PostDetails .PostCom a span { padding: 4px 15px 3px 5px; display: block; background: url(./images/PostComRight.png) no-repeat right top; float: left; }
.PostDetails .PostCom a span { float: none;}
.PostDetails .PostCom a:hover span {}
.PostDetails .PostCom a:hover { background-position: 0% -23px; text-decoration: none;}
.PostDetails .PostCom a:hover span { background-position: 100% -23px; }

.PostDetails .Tags { background: url(./images/PostDetailsTagsIco.png) no-repeat left center; padding: 5px 0px 5px 20px; margin-left: 0px;}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */
.RelatedPosts { margin: 20px 0px;}
.RelatedPosts h3 { font-size: 14px; letter-spacing: -1px; background:url(images/RelatedPostsHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px;}
.RelatedPosts ul { padding: 10px 0px 0px 0px; margin: 0px;}
.RelatedPosts li { padding: 0px 0px 0px 20px; margin: 0px; list-style-type: none; background: url(images/RelatedPostsLi.png) no-repeat left top;}
.RelatedPosts {}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

.Comments { padding: 0px; margin: 20px 0px 0px 0px;}
.Comments .List h3 { font-size: 14px; letter-spacing: -1px; background:url(images/CommentsListHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px; }
.Comments .List ol { padding: 10px 0px 0px 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 15px 0px; margin: 0px; list-style-type: none; font-size: 11px; position: relative;}

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

/*\ IE/Win min height hack */ * html .Comments .List .ListNr { left: 0px;} /* */ 
.Comments .List .ListNr {
	color:#FFFFFF;
	position: absolute;
	top: 15px;
	font-size: 18px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	letter-spacing: -1px;
	width: 15px;
	height: 15px;
	padding: 5px;
	text-align: center;
	border: 1px solid #66CC00;
	background-color: #66CC00;
}

.Comments .List .ListUser { margin: 0px; padding: 0px 0px 0px 35px; font-size: 14px; line-height: 14px; font-family: 'Arial'; letter-spacing: -1px;}
.Comments .List .ListUser a { text-decoration: none;}
.Comments .List .ListUser a:visited { text-decoration: none;}
.Comments .List .ListUser a:hover { text-decoration: none;}

.Comments .List .ListDate { color:#8c97a1; padding: 0px 0px 0px 35px; margin: 0px 0px 0px 0px; font-size: 10px; }
.Comments .List .ListDate a { color:#8c97a1; text-decoration: none;}
.Comments .List .ListDate a:visited { text-decoration: none;}
.Comments .List .ListContent { color:#333; font-size: 11px; line-height: 14px; border-top: solid 1px #c5cad0; margin: 10px 0px 0px 0px;}
.Comments .List .ListContent p { padding: 3px 0px; margin: 3px 0px; font-size: 11px; line-height: 14px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .Form {}
.Comments .Form h3 { font-size: 14px; letter-spacing: -1px; background:url(images/CommentsFormHeading.png) no-repeat left center; border-bottom: dashed 1px #87909e; padding: 5px 0px 5px 20px; margin: 0px 0px 10px 0px;}

.Comments .FormTop { background: #ebebeb url(images/CommentsFormTopBkg.gif) no-repeat left top; width: 510px; height: 5px; display: block;}

.Comments .Form form { padding: 20px; margin: 0px; background: #ebebeb url(images/CommentsFormEndBkg.gif) no-repeat left bottom;}
.Comments .Form p {
	padding: 3px 0px;
	margin: 0px;
	font-size: 13px;
	color:#666666;
}
.Comments .Form p label { padding-bottom: 11px; display: block;}
.Comments .Form p label small { font-size: 10px; color: #666666}

.Comments .Form .Note {  margin: 5px 0px; width: 395px;}
.Comments .Form .Note small { font-size: 10px;}
.Comments .Form .TextField { background: #fff; border: solid 1px #DCD7C4; padding: 5px; font-size: 11px; margin-right: 20px; color:#40454b;}
.Comments .Form .TextArea { background: #fff; border: solid 1px #DCD7C4; padding: 5px; font-size: 11px; color:#40454b;}

.Comments .Form input.SubmitComment { width: 95px; height: 21px; background: url(images/SubmitComment.png) no-repeat; margin-top: 7px;}
.Comments .Form input.SubmitComment:hover { background: url(images/SubmitComment.png) no-repeat 0 -21px; }
.Comments .Form input.SubmitCommentIE { width: 95px; height: 21px; background: url(images/SubmitComment.png) no-repeat 0 -21px; margin-top: 7px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Right Column */
.SR { float: right; width: 369px; margin-left: 21px; padding-bottom: 4px; background: #f4f4f4 url(./images/SRBkg.gif) no-repeat left bottom;}
.SR h2 {
	font-size: 14px;
	letter-spacing: -1px;
	padding: 5px 0px;
	margin: 0px;
	color:#323740;
}
.SR ul { padding: 0px; margin: 0px;}
.SR li { padding: 0px; margin: 0px; list-style-type: none;}
.SR li a {
	padding: 2px 0px 3px 8px;
	color: #333333;
	text-decoration: none;
	background: url(images/CategIco.png) no-repeat left top;
	width: 152px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}  
.SR li a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: solid 1px #E0E0E0;
} 
.SR li a:hover {
	text-decoration: underline;
	color: #999999;
	border-bottom: solid 1px #E0E0E0;
} 

/* Right - First Column */
.SR .SRL { float: left; width: 160px; padding: 15px 0px 15px 15px; margin-right: 11px; background:  url(./images/SRLBkg.gif) no-repeat left top;}

/* Right - Second Column */
.SR .SRR { float: right; width: 140px; padding: 15px 10px 15px 0px; background: url(./images/SRRBkg.gif) no-repeat right top;}
 
 
.Categories { margin-bottom: 20px;}
.Links { margin-bottom: 20px;}
.Archives { margin-bottom: 20px;}
.Meta {}
.Calendar { margin-bottom: 20px;}
.Calendar caption {
	padding: 5px 0px;
	background-color: #DCDCDC;
	color: #FFF;
}
.Calendar table { width: 170px; border: solid 1px #e0e0e0;}
.Calendar table th {
	text-align: center;
	letter-spacing: -1px;
	border-bottom: solid 1px #e0e0e0;
	padding: 3px 0px;
	color: #999999;
}
.Calendar table td { text-align: center; padding: 3px 0px; font-size: 11px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Extra Footer */
.ExtraBG { width: 100%; float: left; background: #000000; padding: 25px 0px;}
.Extra { width: 900px; position: relative; clear: left; margin: 0 auto; }
.Extra h3 { padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; color:#73d300; font-size: 17px; letter-spacing: -1px; border-bottom: dashed 1px #73d300;}

.Extra ul { padding: 0px; margin: 0px;}
.Extra li { color:#73d300; padding: 1px 0px 1px 13px; margin: 0px; list-style-type: none; font-size: 11px; background: url(images/ExtraIco.png) no-repeat left top;}
.Extra li a {
	color:#999999;
}
.Extra li a:visited { color:#999999; }
.Extra li a:hover { color:#73d300; }

.Extra .RecentPosts { width: 290px; float: left; }
.Extra .LastComments { width: 290px; float: left; margin: 0px 15px;}
.Extra .MostCommented { width: 290px; float: left;}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.FooterBG {
	width: 100%;
	float: left;
	background-color: #73d300;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.Footer {
	width: 900px;
	position: relative;
	clear: left;
	height: 150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.Footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 11px;
	display: block;
}
.Footer p a {color:#487cb0; text-decoration: underline;}

.Footer ul { display: inline; padding: 0px; margin: 0px; }
.Footer li { display: inline; padding: 0px; margin: 0px; list-style-type: none;}
.Footer .WP { text-indent: -35000px; background: url(images/FooterWPLogo.gif) no-repeat left top; width: 71px; height: 20px; float: left;}
.Footer .DD { text-indent: -35000px; background: url(images/FooterDDLogo.gif) no-repeat left top; width: 83px; height: 20px; float: left; margin-right: 10px; }
p.footer_small {
	font-size: 9px;
}
p.footer_big {
	font-size: 14px;
}



div.benner_top {
	display: block;
	height: 90px;
	width: 900px;
	padding: 0px;
	position: absolute;
	top: 240px;
	margin: 0px;
}
div.banner_tp_bottom {
	display: block;
	height: 9px;
	width: 900px;
	background-image: url(images/nosoccersupport1_bottom.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 330px;
	margin: 0px;
}
img.sidebanner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div.blackclose {
	background-color: #000000;
	display: block;
	height: 40px;
	width: 100%;
}