/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color:#333366;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background: #8c0200;
}

h1, h2, h3, h4, h5, h6 {
font-family: Amienne, Garamond, serif;
font-weight:bold;
color: #00003d;
}

h1 {
font-size:280%;
margin-top: 10px;
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;
}


.subhead {
    line-height: 0px;
	font-size: 135%;
	padding:0 0 12px 0;
	margin:0px;
}


br {
	padding:0;
	margin:0;
}

blockquote {
    background-color: #FFFFFF;
    border-radius: 15px 0;
    box-shadow: 3px 3px 28px 0 #CCC;
	color: #006;
    font-size: 101%;
	font-family: "Lucida Sans";
	font-style:italic;
    margin: 4% 7%;
    overflow: hidden;
    padding: 10px;
}

code {
	color: navy;
}

img {
	border: 0;
}

a:link img {
	border: 0;
}

strong {
	color:#00003D;
}

/* -- 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; 
}

ul li {
	padding: 5px 0;
	color: #000000;
}

ol {
	list-style-type: decimal;
	margin-left:40px;
	padding: 0;
}

ol li {
	padding: 5px 0;
}



/* ------ Section 2 - Global Page Structure ------- */
#PageWrapper {
	background-color: #FFFFFF;
	border-radius: 0 0 19px 19px;
	border-radius: 20px;
	/*box-shadow: 3px 3px 100px 20px #CCCCCC;*/
	width: 960px;
	margin: 20px auto;
}

#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;
	width:960px;
	height: 39px;
	background:#00003D;
}


#ContentWrapper {
	float: left;
	width: 100%;
	background: #fff;
	margin: 0 0 20px
}

#ContentColumn {
	margin: 0 205px 0 0px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
	min-height: 362px;
	background: #fff;
	line-height:1.5;
}

#ContentColumn .Liner {
	padding: 10px 15px;
}

.Liner {
	padding: 10px;
}

.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: 195px;               
	margin-left: -205px;        /* STEP 5: set to -(RightColumnWidth) */
	margin-top: 10px;
	background: #fff;
}

.rightcolbox {
	background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
	padding:5px;
}

#RightColumn h5 {
color:#8c0200;
font-size: 132%;
letter-spacing: 0.06em;
margin: 0 0 5px;
}


/* ------ Section 3 - Page Structure Details ------ */

.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;
padding: 0 2px;
}

.ExtraNav a:visited {
color: #fff;
text-decoration: none;
}

.ExtraNav a:hover {
	color: #000;
	text-decoration: underline;
}



/* -- Footer -- */

#Footer .Liner {    
	background-color: #F5F5F5;
	border-radius: 0 0 19px 19px;
    border-top:1px solid #CCCCCC;    
	clear: both;
	color:#00003D;
	font-size:90%;
	padding:15px;
	text-align: center;
}

#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;
}


/*....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:16px;
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;
line-height: 1.3em;
font-style:italic;
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 20px 20px;
	padding:15px 15px 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;
}

hr {
color: #CCC;
}

.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;
}