/*
Theme Name: Blogger page 2
Theme URI: http://mu.wordpress.org/
Description: Blogger page2
Version: 2
Author: Lucian
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets




*/



/* Begin Typography & Colors */
body {
	background-color: #f3f1e5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	color: #000000;
	
}
#page {

	text-align: left;
	}

#content {
	
	}

.widecolumn .entry p {
	
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	font-size: 13px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {

	color: #000000;

	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {

	font-weight: bold;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background-color: #f3f1e5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	line-height: 21px;
	margin: 0px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	
	}

h2, h2 a, h3, h3 a,  {
	
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Trebuchet MS", Verdana;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.3em;
	font-weight: bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	
	
	}



.narrowcolumn {

	}

.widecolumn {
	
font-size: 13px;	
	}

.post {
	margin: 0 0 40px;
	
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

h2.pagetitle {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#sidebar h2 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	line-height: 21px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 7px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.cls {
	clear: both;
}
#sport-blog {
	float: left;
	width: 491px;

}
#right-side-blog {
	float: left;
	width: 282px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d6d6d6;
}
#sport-footer {
	background-color: #ebebeb;
	height: 150px;
	padding: 10px;
}
#sport-footer .f-txt {
	display: block;
	background-image: url(images/footer-logo.gif);
	padding-right: 270px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 250px;
	font-size: 12px;
	color: #939391;
	text-align: right;
	padding-top: 4px;
	line-height: 14px;
	height: 35px;
	margin-top: auto;
	margin-right: 225px;
	margin-bottom: auto;
	margin-left: auto;
}
.f-txt a {
	color: #999999;
}
#sport-footer .f-txt br {
	margin: 0px;
	padding: 0px;
}
#sport-blog .padd1 {
	padding-right: 20px;
}
#right-side-blog .padd2 {
	padding-left: 20px;
}
#sport-content #page #content .title {
	color: #000000;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	line-height: 16px;
}
#sport-content #page #content  .post-yellow-title a
{
	color: #000000;
	font-size: 25px;
	margin-bottom: 2px;
	display: block;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	line-height: 25px;
}
#sport-content #page #content  h2.post-yellow-title 
{
	color: #000000;
	font-size: 25px;	
}
#page-sport-main.fix {
padding-top: 20px;
	
}.box {
	height: 165px;
	width: 233px;
	float: left;
}
.btxt {
	padding-top: 135px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #B2B2B2;
	font-family: "Trebuchet MS", Verdana;
	padding-left: 15px;
	line-height: 16px;
}
.btxt strong {
	color: #f99816;
	font-size: 12px;
}
a.btxt:hover{
	color: #f99816;
	text-decoration: none;	
}
#blogger-01 {
	background-image: url(images/blogger-001.jpg);
	background-repeat: no-repeat;
}
#blogger-02 {
	background-image: url(images/blogger-002.jpg);
	background-repeat: no-repeat;
}
#blogger-03 {
	background-image: url(images/blogger-003.jpg);
	background-repeat: no-repeat;
}
#blogger-04 {
	background-image: url(images/blogger-004.jpg);
	background-repeat: no-repeat;
}
#blogger-05 {
	background-image: url(images/blogger-005.jpg);
	background-repeat: no-repeat;
}
#blogger-06 {
	background-image: url(images/blogger-006.jpg);
	background-repeat: no-repeat;
}
#blogger-07 {
	background-image: url(images/blogger-007.jpg);
	background-repeat: no-repeat;
}
#blogger-08 {
	background-image: url(images/blogger-008.jpg);
	background-repeat: no-repeat;
}
.imageblog { 

margin-bottom:15px;

}

.cls {
	clear: both;
}


#elitheader {
	width: 1015px;
	margin: auto;
	height: 104px;
	background-image: url(images/header-nbg.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	display: block;
	margin-left: 20px;
	margin-top: 22px;
}
#elitwrapp {
	margin: auto;
	width: 1015px;
	background-image: url(images/content-nbg.jpg);
	background-repeat: repeat-y;
}
#elitcontent a {
	color: #0866c0;
	text-decoration: none;
	font-weight: bold;
}
#elitwrapp .npadd {
	width: 970px;
	margin: auto;
}
#elitcontent {
	width: 618px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	text-align: left;
}
#elitside {
	float: right;
	width: 336px;
}
#elitfooter .npadd {
	width: 974px;
	margin: auto;
}

#elitfooter {
	margin: auto;
	width: 1015px;
	background-image: url(images/footer-nbg.jpg);
	height: 135px;
	background-repeat: no-repeat;
}
.footerbox {
	float: left;
	width: 182px;
	margin-left: 5px;
	padding-left: 5px;
	background-image: url(images/footer-sep.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 42px;
	height: 75px;
	text-align: center;
}
#links {
	text-align: left;
}
#lastb {
	background-image: none;
}
#links a {
	background-image: url(images/brown-arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	color: #936B47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#elitcontent #content .post-yellow-title a {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #ebebeb;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 4px;
	line-height: 24px;
}
.commenticon {
	line-height: 12px;
	float: right;
	text-align: right;
	width: 35px;
	display: block;
	height: 15px;
	font-size: 12px;
}
#elitwrapp  .commenticon a {
	line-height: 15px;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	display: block;
	float: right;
}
.commenticon img {

}

.ndate {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9d9d9d;
	font-weight: normal;
}
#topright {
	float: right;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
	text-align: right;
	margin-right: 23px;
}
.topsok {
	border: 1px solid #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/form-bg.jpg);
	background-repeat: repeat-x;
	width: 75px;
}
#button {
	font-size: 12px;
}

.topblock {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
	height: 60px;
	padding-left: 10px;
}
.topblocksok form {
	margin: 0px;
	padding: 0px;
}

.rightaligned {
		margin-left: 4px;
}
a.toplink {
	font-weight: bold;
	color: #0864cb;
	background-image: url(images/arrow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
.topblocksok {
 padding-left: 10px;

}
#topright .toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.comtop  {
	color: #936b47;
	font-size: 12px;
	line-height: 17px;
	background-image: url(images/comment-icon.gif);
	padding-left: 15px;
	height: 18px;
	display: block;
	background-position: left 4px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 6px;
}
#aboutme {
	background-image: url(images/about-bg.gif);
	background-repeat: repeat-y;
	width: 336px;
	display: block;
	margin-top: 0px;
	margin-bottom: 7px;
	color: #5b5b5b;
}
#aboutme strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#aboutme .topab {
	background-image: url(images/abouttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#aboutme  .botab {
	background-image: url(images/aboutbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 12px;
}
.abtxt {
	padding-top: 5px;
}

