/*   
Theme Name: Machida
Theme URI: www.lyotomachida.net
Description: Blog Theme for Lyoto Machida
Author: Maria McTighe
Version: 1.0
*/

body {
	font: 65%/150% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('images/pg_bg.jpg') top no-repeat;
	margin: 0px;
	padding: 0px;
}
a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
p {
        color: #000;
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #c9eefe;
}
h1 a{
	color: #000000;
	text-decoration: underline;
}
h1 a:visited{
	color: #000000;
	text-decoration: none;
}
h1 a:hover{
	color: #000000;
	text-decoration: underline;
}
h2 {
	color: #000;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 170%/150% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
        padding-top: 5px;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
h3 {
	font: normal 140%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0px 5px;
}
h3 a{
	font: normal 120%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 990px;
	background: #FFFFFF;
        padding: 0;
}
#header {
        height: 200px;
        width: 990px;
        background: url('images/machida_header.jpg') top no-repeat;
        padding: 0;
        margin-top: -10px;
        margin-bottom: 15px;
        position: relative;
}

/* NAV STYLES */

    #top_nav {
    position: relative;
    width: 500px;
    height: 15px;
    padding: 0;
    margin: 0;
    margin-left: -30px;
    top: 170px;
    background: url('images/machida_nav.png') top center no-repeat;    
    }

    #top_nav li {
    position: absolute;
    width: 100px;
    height: 15px; 
    list-style: none;
    cursor: default;
    }
   
    #top_nav li a {
    width: 100px;
    height: 0;
    padding-top: 15px;
    overflow: hidden;
    cursor: pointer;
    }
   
    #Bhome a{
    width: 100;
    height: 15px;
    margin-left: -40px;
    display: block;
    }
   
    #Bbio a{
    width: 100px;
    height: 15px;
    display: block;
    }

    #Bphotos a{
    width: 100px;
    height: 15px;
    display: block;
    }

    #Bvideos a{
    width: 100px;
    height: 15px;
    display: block;
    }
   
    #Bspons a{
    width: 100px;
    height: 15px;
    display: block;
    }
   
    #top_nav #Bbio {
    left: 100px;
    }
   
    #top_nav #Bphotos {
    left: 200px;
    }
     
    #top_nav #Bvideos {
    left: 300px;
    }

    #top_nav #Bspons {
    left: 400px;
    }
 


/* hover styles*/


   
    #top_nav #Bhome a:hover {
    background: url('images/machida_nav.png') 0px -15px no-repeat;
    }
   
    #top_nav #Bbio a:hover {
    background: url('images/machida_nav.png') -100px -15px no-repeat;
    }


    #top_nav #Bphotos a:hover {
    background: url('images/machida_nav.png') -200px -15px no-repeat;
    }


    #top_nav #Bvideos a:hover {
    background: url('images/machida_nav.png') -300px -15px no-repeat;
    }
   
    #top_nav #Bspons a:hover {
    background: url('images/machida_nav.png') -400px -15px no-repeat;
    }
   
  
#content {
	float: left;
	width: 735px;
        display: block;
	overflow: hidden;
}
.featured_post {
        background-color: #000;
        border:1px solid #999;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.entry a{
	text-decoration: underline;
}
.entry a:hover {
	color: #897f6c;
}
.entry img.alignleft {
        padding-bottom: 10px;
        padding-right: 10px;
}
.entry img.alignright {
        padding: 5px;
}
.entry img.aligncenter {
        padding-bottom: 10px;
}
.entry ul li {
        list-style: none;
}
.recent p {
        padding: 5px;
        margin: 0;
}
.postmetadata {
        margin-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 10px;
	margin-bottom: 15px;
}
.next-entries {
	float: right;
	padding-right: 10px;
	margin-bottom: 15px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
	padding-right: 18px;
	margin-bottom: 15px;
}
.recent img.alignleft {
	width: 70px;
        height: 70px;
        padding-right: 10px;
}
.author {
        padding: 5px;
}
.author img {
        float: left;
        margin-right: 15px;
}
.author p {
        margin-top: 10px;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f5efe3;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#efe8da;
	border: 1px solid #3f2615;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#eee;
	border: 1px solid #3f2615;
	padding: 2px;
	margin-top: 3px;
}
input#url, input#email, input#author {
        background: #eee;
} 
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
        background: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:left;
	width: 55px;
	height: 29px;
        margin-bottom: 5px;
}
#sidebar {
	float: right;
	width: 230px;
        margin-bottom: 20px; 
        padding: 0;
}
#promo {
        height: 100px;
        width: 238px;
        float: right;
        border: 1px solid #7b7757;
        clear: both;
        padding: 0;
        margin: 0;
}
#promo a img{
        border: none;
}
#social_networking {
	height: 40px;
        clear: both;
        padding: 0;
        margin: 0; 
}
#social_networking a img{
 	border: none;
}
#sidebar ul.nav{
        width: 200px;
        list-style: none;
        margin: 0;
        padding-left: 10px;
        }
#sidebar li {
        padding-top: 5px;
        list-style: none;
        margin: 0;
}
#sidebar ul.nav ul {
        padding: 0;
        margin-left: 10px;
}
#sidebar h3 {
	font: normal 140%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #758d38;
	margin: 10px 0px 5px;
}
#sidebar img {
         border: none;
         margin-bottom: 15px;
}
.sponsors {
        width: 209px !important;
        height: 0px;
        margin: 0px:
        padding: 0px;
        padding-top: 19px;
        display: block;
        overflow: hidden;
        background: url('images/sponsors.jpg') no-repeat; 
        margin-top: 15px;
}
.management {
        width: 209px !important;
        height: 0px;
        margin: 0px:
        padding: 0px;
        padding-top: 19px;
        display: block;
        overflow: hidden;
        background: url('images/management.jpg') no-repeat;
}
#footer {
	clear: both;
        width: 990px;
	color: #ffffff;
	font-size: 95%;
	line-height: 130%;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10px 0;
}
#footer a, #footer a:visited{
	color: #000;
        padding-left: 15px; 
        padding-right: 20px;
}
#footer h4 {
	font: normal 146%/100% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 10px 0px 5px;
}
#postfoot {
        float: right;
        font-size: 9px;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


/* /BLUEPRINT CSS TYPOGRAPHY */

h1#header {
margin-bottom: 20px;
}

.featured_post, .recent {
padding: 10px;
border: 1px solid #ccc;
padding-bottom: 18px;
margin-bottom: 15px;
}

.postimg {
width: 670px;
height: 200px;
padding-bottom: 15px;
}

a .postimg {
border: none;
}

.featured_post h2 {
font-size: 2.5em;
line-height: 1em;
margin-bottom: 0px;
}

    .featured_post h2 a, .recent h3 a {
    text-decoration: none;
    color: #3d3d3d;
    font-size: 16px;
    }
    
    .breaking h2 a:hover, .recent h3 a:hover {
    text-decoration: underline;
    }

p.datetime {
font-style: italic;
font-size: 0.9em;
}

/* POST META */
.postmeta {
margin: -10px;
clear: both;
}

    .postmeta p {
    margin: 0;
    padding-left: 6px;
    padding-top: 3px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    }
    
    .postmeta span.comm {
    font-weight: normal;
    }
    
    .postmeta a:link, .postmeta a:visited {
    text-decoration: none;
    color: #000;
    font-size: 10px;
    }
    
    .postmeta a:hover, .postmeta a:active {
    text-decoration: underline;
    }

a.more_home {
float: right;
margin-right: 10px;
}

a.morelink {
float: right;
}

/*Hover Tool Tip */

.tooltip {
position: relative;
z-index: 24;
}

.tooltip:hover {
z-index:25;
}

.tooltip span {
display: none;
}

.tooltip:hover span {
display: block;
position: absolute;
padding: 2px;
bottom: 3.5em;
left: .5em;
width: 7em;
background-color: #000;
color: #fff;
}

/* END Hover Tool Tip */

.spon_img {
float: left;
display: inline;
margin-right: 20px;
}

object {
margin-left: 16px;
}

#left_vid {
width: 350px;
float: left;
}

#right_vid {
width: 350px;
float: left;
}

#left_vid img, #right_vid img {
margin-bottom: 15px;
border: 2px solid #333;
}

#sidebar img.newsletter {
border:1px solid #ccc;
}

fieldset {
border: none;
}

.btn {
width: 107px !important;
height: 0;
padding: 0;
margin: 0;
padding-top: 35px;
display: block;
overflow: hidden;
background: url('images/signup.jpg') no-repeat;
margin-top: 10px;
border: none;
margin-left: 15%;
cursor: pointer;
}

.newsletter {
width: 209px !important;
height: 0;
padding: 0;
margin: 0;
display: block;
padding-top: 20px;
overflow: hidden;
background: url('images/newsletter_signup.jpg') no-repeat;
}