/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background: #8c0200;
}

h1, h2, h3, h4, h5, h6 {
color: #00003d;
font-family: Amienne, Garamond, serif;
font-weight:bold;
}

h1 {
font-size:280%;
margin-top: 0px;
line-height: 100%;
text-align:center;
}

h2 {
font-size:240%;
line-height: 100%;
margin: 40px 0 0;
}

h3 {
font-size:180%;
margin: 40px 0 0;
}

h4 {
font-size:160%;
letter-spacing: 0.08em;
margin: 40px 0 0;
}

h5, h6 {
font-size:150%;
margin-top: 0px;
letter-spacing: 0.08em;
}

h1 a:hover{
	color:#F87431;
	text-decoration:none;
}


blockquote {
    background-color: #FFFFFF;
    border: 2px dashed #00003d;
    border-radius: 15px 0;
    box-shadow: 3px 3px 28px 0 #CCC;
	color: #006;
    font-size: 101%;
	font-family: "Lucida Sans";
    margin: 4% 7%;
    overflow: hidden;
    padding: 10px;
}

code {
	color: navy;
}

img {
	border: 0;
}

a:link img {
	border: 0;
}

strong {
	color:#00003D;
}


hr {
	color: #CCC;
}

/* -- General Link Styling -- */

a {
-moz-transition: all 1.2s ease-in-out;
-webkit-transition: all 1.2s ease-in-out;
transition: all 1.2s ease-in-out;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	margin-left:40px;
	padding: 0;
}

.boxul{
	list-style-type: none;
	margin-left:13px;
	color:#004080;
	padding: 0;
}

ul li {
	padding: 5px 0;
}


/* ------ Section 2 - Global Page Structure ------- */
#PageWrapper {
	border-radius: 0 0 19px 19px;
	background-color: #FFFFFF;
	border-radius: 20px;
	/*box-shadow: 3px 3px 100px 20px #CCCCCC;*/
    margin: 20px auto;
	width: 960px;	
}


#Header {
	background-color: #8c0200;
	border-radius: 20px 20px 0 0;
	position: relative;
	height: 180px;
	background-image: url(http://www.thebestboxingblog.com/image-files/headerboxing.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#Header .Liner {
padding: 0;
}

#topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight:bold;
	margin:0 auto 5px;
	width:960px;
	height: 39px;
	background:#00003D;
}


#ContentWrapper {
	float: left;
	width: 100%;
	background: #ffffff url(http://www.thebestbaseballblog.com/image-files/righthdbg.jpg) repeat-y right;
    margin-bottom: 8px;
}

#ContentColumn {
	margin: 0 320px 0 0px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
	background: #fff;
	float:left;
	line-height:1.5;
}

#ContentColumn .Liner {
	padding: 15px;
}

#ContentColumn .Liner p {
	line-height:1.5;
}

.headingbox {
	border: 1px solid #CCCCCC;
	font-weight: bold;
    text-align: center;
	margin-top: 5px;
    padding: 3px 0px;
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px;
	color: #00003D;
}

.ReturnToNavBox {
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 40px auto 0px;
	padding: 6px 2px;
	text-align:center;
}

/* STEP 4: to set right columns at 180, set 1 less than 180 here */

#RightColumn {
	float: left;
	width: 300px;               
	margin-left: -310px;        /* STEP 5: set to -(RightColumnWidth) */
}

#RightColumn .Liner {
	padding:0;
}

.rightcolbox {
	background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
	padding:10px 5px;
	margin:10px 0 15px;
}

#RightColumn ul {
	padding:0;
	margin:5px 6px 0 3px;
	padding-left:30px;
}

#RightColumn ul li {
	padding:6px 0;
	margin:0;
	color:#cccccc;
	font-size:13px;
}

#RightColumn ul li a {
	font-weight:bold;
	color:#ffffff;
	font-size:15px;
	text-align:left;
	padding-left:0px;
}

#RightColumn ul li a:hover {
	color:#CC0000;
}

#RightColumn h5 {
color:#8c0200;
font-size: 132%;
letter-spacing: 0.06em;
margin: 0 0 5px;
}

/* ------ Section 3 - Page Structure Details ------ */

#Footer {
	background-color: #F5F5F5;
    border-top:1px solid #CCCCCC;
    border-radius: 0 0 19px 19px;
	clear: both;
	color:#00003D;
	font-size:90%;
	padding:15px;
	text-align: center;
	margin:7px 0 0 0;
}

#Footer p {
	padding:0 0 10px 0;
	margin:0;
}

#Footer hr {
	color:#f4f4f4;
	width:477px;
	margin:5px auto;
}


#Footer .ExtraNav a {
	font-size: 120%;
	color: #000;
}
#Footer a {
	color: #004080;
	text-decoration: none;
}

#Footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

#Footer a:visited {
	color: #400080;
	text-decoration: none;
}


/* -- Horizontal Text NavBar for Footer-- */

.ExtraNav {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 500px;
	font-size: 80%;
}

.ExtraNav ul {
	list-style-type: none;
	padding: 0;
}

.ExtraNav ul li {
	display: inline;
	text-align: center;
}

.ExtraNav a:link {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	padding: 0 2px;
}

.ExtraNav a:visited {
	color: #FF0000;
	text-decoration: none;
}

.ExtraNav a:hover {
	color: #0000FF;
	text-decoration: underline;
}


.postbox {
    background-color: #F5F5F5;
    border: 3px solid #8B0100;
    border-radius: 10px 10px 10px 10px;
    margin: 30px 0 35px;
    padding: 15px;
}

#post{
	color:#bb6b6a;
	
}

#ContentColumn .postbox h1 a:link {
	text-decoration:none;
}

#Timebox{
	width:100px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
    text-align: center;
	float: right;
	margin-top: 18px;
    padding: 3px 10px;
	background: none repeat scroll 0 0 #EFEFEF;
}



/*....extra classes.....*/

.imgleft {
float:left;
margin-right:15px;
padding-top:7px;
}

.imgright {
float:right;
margin-left:15px;
padding-top:7px;
}

.ItemCenter {
text-align:center;
margin:30px 0;
clear:both;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.textbig {
font-size:17px;
font-weight:bold;
color:#00003D;
}

.box {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
	padding:10px;
	margin:15px 0;
}

.smbox {
border:1px solid #CCCCCC;
border-radius:5px;
-moz-box-shadow: 0 0 3px 3px #ccc;
-webkit-box-shadow: 0 0 3px 3px #ccc;
box-shadow: 0 0 3px 3px #ccc;
background-color:#FFFFFF;
margin:15px 6px;
padding:7px 5px 10px 5px;
}


.caption {
color: #666666;
font-size:smaller;
font-style:italic;
line-height: 1.3em;
margin: 7px 0 0 0;
}

.by {
color:#00003D;
font-weight:bold;
font-style:italic;
margin: 0;
padding: 0;
text-align:center;
}

.comments {
	border:1px solid #CCCCCC;
	border-radius:15px 0;
	margin:25px 0 20px;
	padding:15px 5px 0;
	text-align:center;
}


.link-block {
    background-color: #FFFFFF;
    border-radius: 5px;
    font-family: lucida grande;
    font-size: 115%;
    font-weight: bold;
    margin: 0 20px 15px;
    padding: 10px;
    text-align: center;
}



.fb-like {
margin-bottom: 15px;
}

#Articlebox {
    background-color: #F5F5F5;
    border: 3px solid #8C0200;
    border-radius: 10px 10px 10px 10px;
    margin: 30px 0 35px;
    padding: 15px;
}

#Articlebox a {
    text-decoration: none;
}

#Articlebox a:hover {
    color: #8B0100;
}

#Articlebox h3 {
    margin: 0;
    padding: 0;
    text-align: center;
}

#Articlebox h3 a {
    color: #00003D;
	font-size:100%;
	line-height: 1em;
    text-decoration: none;
}

#Articlebox .posted {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    color: #8c0200;
    float: left;
    margin: 10px 0 15px;
    padding: 3px 5px;
    text-align: center;
    width: 75%;
}

#Articlebox .date {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    float: right;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 15px;
    padding: 3px 5px;
    text-align: center;
    width: 20%;
}

#Articlebox img {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

#Articlebox .readimg img {
    border: 0 none;
    float: right;
    padding: 0;
}


.articles {
    background-color: #F5F5F5;
    border: 3px solid #8B0100;
    border-radius: 10px 10px 10px 10px;
    margin: 30px 0 35px;
    padding: 15px;
}

.articles h3, h4 {
	margin-top:0;
}

.articles a:link {
	color: #004080;
	text-decoration: none;
}

.articles a:visited {
	color: #800080;
	text-decoration: none;
}

.articles a:hover {
	color: #FF0000;
	text-decoration: none;
}

.Commenting {
border: 1px solid #CCCCCC;
border-radius: 15px 0px;
padding: 15px;
margin: 30px 0 20px;
}

.Commenting h3 {
font-size: 180%;
margin: 0;
padding-bottom:5px;
}

.red {
color:#FF0000;
}

.CalloutBox, .ReminderBox {
font-family:verdana, sans-serif;
color:#000;
font-size: 105%;
padding: 8px;
}

.CalloutBox p, .ReminderBox p {
margin:0 0 1em;
}

.CalloutBox {
background-color: #FFFFCC;
border: 3px dashed #8C0200;
border-radius: 10px;
box-shadow: 3px 3px 28px 5px #CCCCCC;
color:#000;
margin: 5%;
overflow: hidden;
}

.ReminderBox {           /* the container box */
background-color: #97AFA0;
width: 35%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
}

.ReminderBox h4 {
margin: 0;
text-align: center;
background-color: #97AFA0;
}

.AdSenseBoxLeft {
margin: 8px 12px 8px 0;
float: left;
}

.AdSenseBoxRight {
margin: 8px 0 12px 12px;
float: right;
}

.AdSenseBoxCenter {
margin: 12px 0;
text-align:center;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.contact {
border: 1px solid #CCCCCC;
border-radius: 10px;
padding: 12px;
}