/*  
Theme Name: 1on1BoxingFitness
Theme URI: http://www.dizzyd.net
Description: A wordpress blog coded by DizzyD.net.
Version: 1.0
Author: DizzyD.net
Author URI: http://www.dizzyd.net/

*/



body {
	background: #151922 url(images/background.jpg) repeat-x;   
	margin: 0px auto;
	font-family: arial;
}

h2 {
	margin: 0;
	font-weight: bold;

}

#nav li ul {
	position: absolute;
	top: 30px;
	display: none;
	width: 100%;
	background: #495261;


}

#nav li:hover ul, li.over ul { 
	display: block; 
}

#nav li ul li a { 
	padding: 2px 5px; 
	font-size: 70%;
}

.empty1 {
	background: #CCCCCC;
	border: 1px solid #000000;
	width: 50px;
	height: 30px;
	
}



#latestv ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
.post h2 a{
	color: #56575C;
	font-size: 26px;
	padding-left: 0px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
}
.post p{
	margin-top: 0px;
	color: #222;

}
.entry a, .entry a:visited{
	color: #0000ee;
	text-decoration: underline;
	font-weight: normal;
}
.entry a:hover{
	border-bottom: 1px dashed #0000ee;
	text-decoration: none;
}

.blog_right {
	background: url(images/bar_bg.jpg) repeat-x;
	height:37px;
	border-top: 1px solid #dad9d9;
	border-right: 1px solid #dad9d9;
	border-left: 1px solid #dad9d9;

}
.blog_right h2{
	font-size: 20px;
	padding-left: 5px;
}

.commentmetadata a, .commentmetadata a:visited{
	text-decoration: underline;
	color: #56575C;
	font-style: italic;
}



/******************************************** 
WEBSITE LAYOUT 
********************************************/  
#wrap {  
width: 900px;  
margin: 0 auto; 
text-align: left; 
} 
 
#content-wrap {  
clear: both; 
width: 890px;   
padding: 0;  
}
  
#header {  
position: relative;   
height: 140px;   
background: #caced1 url(images/header_bg.jpg) repeat-x;  
padding: 0;   
}

.nav ul{
background: url(images/nav_bg.jpg) repeat-x #4a5566;
color: #ffffff;
font-weight: bold;
text-align: center;
border:2px solid #4A5566;
border-bottom: 3px solid #4a5566;
bottom:0;
height:40px;
position:absolute;
right:0;
width:500px;
margin:0;
padding-left: 0;
}

.nav ul li {
display: inline;
line-height:250%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:center;
font-family: sans-serif;
}

.nav ul .current {
color:#FFFFFF;
font-weight:bold;
}

.nav ul a {
color:#FFFFFF;
font-weight:bold;
margin:0;
padding:0.2em 0.4em;
text-decoration:none;
}

.nav ul a:hover, .current {
background-color:#4a5566;
color:#FFFFFF;
}
 
#buttons {
margin: 5px 0 auto; 
padding: 5px 0 5px 0;
text-align:center;
}

#buttons img{
border: none;
}
 
#main {  
height: 667px auto;
background: #F6F7F7;
margin: 5px 0 auto; 
padding: 20px;  
border: solid 2px #BBBABA;
}

#main_left {
float: left;
width: 570px;
margin: 0;
padding: 0;
display: inline;
}

#welcome {
color: #3D434B;
text-align:justify;
}

#welcome h1 {
	margin-top: 0;
}

#main_right {
float: right;
width: 255px;
}

#latestv hr{
width: 80%;
border: 1px dotted #BBBABA;
}

#footer {
color: #4a5566;
text-align: center;
font-weight: bold;
}

#footer span{
color: #dad9d9;
}  

.fpage {
background: #ffffff;
border: 1px solid #dad9d9;
padding:5px;
}
.fpage img{
padding: 1px;
border: 1px solid #BBBABA;
float: left;
margin: 2px 5px 5px 2px;
}


.videos {
	padding: 10px 10px 10px 20px;
	background: #ffffff;
	border: 1px solid #dad9d9;
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
#latestv a:link, a:visited{
color: #318FFF;
font-weight: bold;
text-decoration: none;
font-size:medium;
}
#latestv a:hover{
text-decoration: underline;
}