/*  
Theme Name: Fighter
Theme URI:
Description: Fighter theme desgined by <a href="http://www.mydizayn.org/">My Dizayn</a>.
Version: 1.4
Author: Suat
Author URI: http://www.mydizayn.org/
Tags: black, white, widget ready, two columns, simple
*/


* { margin: 0; padding: 0; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	

/* -------------------
Main Structure
------------------- */

	
#frame { 
	width: 94%;  /* this will create a container 80% of the browser width */
	min-width: 900px;
	max-width: 1100px;
	background:#ddf;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}  

	
#middle {
	overflow: auto;
	width: 100%;
	margin:0 auto;
	}

#content {
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further*/
	/*float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	/*width: 60%;*/
	padding-right: 60px;
	/*margin-left: 1%;*/
	*/margin: 0 200px 0 0px;  

	overflow:hidden;
	}
	
#header {
	background-color:#1C1A4B;
	height: 210px;
} 

#sidebar {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 270px; /* since this element is floated, a width must be given */
	background:#ddf;/* the background color will be displayed for the length of the content in the column, but no further */
	margin-right: 10px;
	margin-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;	
	}
	



#menu {
/*	background:url(images/menuBG.jpg);*/
	min-height: 44px;
	border-bottom:solid #F36C21 3px;
	background-color:#1C1A4B;
	border-top:solid #F36C21 3px;	
}	
#menuL {
	float:left;
	width:60px;
	/*background:url(images/menuL.jpg);*/
	min-height: 44px;
	border-bottom:solid #F36C21 3px;	
	background-color:#1C1A4B;

	border-top:solid #F36C21 3px;

}	
#menuR {
		float:right;
			background-color:#1C1A4B;

	width:60px;
	/*background:url(images/menuR.jpg);*/
	min-height: 44px;	
	border-bottom:solid #F36C21 3px;
		border-top:solid #F36C21 3px;	
	
	
}	
	

/*#menu a:link,  #menu a:visited {
	color:#fff;
	text-decoration:none;
}

#menu a:active,  #menu a:hover {
	color:#FF9900;
	text-decoration:underline;
}*/
.menuTxt {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 35px;
	padding-bottom: 10px;
	padding-top: 13px;
	font-size: 100%;
	font-weight:bold;
	color: #fff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}



.txt2address  {
	
font: 80% Verdana, Arial, Helvetica, sans-serif;	margin-left: 35px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt2  {
	font: 96% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rss {margin-left: -1px; margin-top:1px; text-align: left;}
.nav {
	background-color:#262262;
	min-height: 40px;
	border-bottom:solid;
	border-top:solid;
	border-bottom-color:#F90;
	border-top-color:#F90;
	list-style:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;

}

.nav a:link, .nav a:visited {
	color:#fff;
	text-decoration:none;
}

.nav a:active, .nav a:hover {
	color:#ff9900;
	text-decoration:underline;
}
.nav li {
	display: inline;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* -------------------
Content
------------------- */


#content .post {
	/*margin: 0 10px 20px 10px;*/
	margin-left: 60px;
	margin-right: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid thin #F90;
	}
	
/* general #content definitions */
	
#content h2 {
	color: #0000cc;
	font: 100% Tahoma, Arial, Helvetica, sans-serif; 
	/*margin: 11px 0 8px 0;
    padding: 4px 0px 5px 6px;
	background:#F4F4F4*/
	}

#content h2 a {
	color: #00c;
	text-decoration:none;	
	font-weight:bold;
font-size:120%;

	}

#content h2 a:hover {
	color: #f60;
	text-decoration:underline;
	font-weight:bold;
	}
	

	

#content p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        color: #009;
line-height: 1.2;

	}

#content dl {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        color: #009;

	}
#content .txt  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
       max-width: 600px;
	color: #009;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}	

#content .linespace {
	font-size: 12px;
	line-height: 1.3;
}

#content .halfspace {
	font-size: 6px;
	line-height: .7;
}	


#content .indent {
margin-left: 25px;
}

#content li {
	margin: 0px 50px 0px 60px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        color: #009;
	}

#content ol {
	margin: 0px 10px 0px 30px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
        color: #009;
list-style-type: circle;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote {
background: url(images/quote.jpg) no-repeat;
background-color:#E4E6E7;
margin: 0 50px 0 40px;
padding-top: 20px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 50px;
text-align:left;
}
	
#content a {
	color: #0000cc;	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
text-decoration: underline;	/*font-weight: bold;*/
 }
#content a:hover { color: #ff6600;	text-decoration: underline; }

#content .post ul.post-data {	
/*      border-top: 1px dotted #000000;

  border-bottom: 1px dotted #000000;*/
	list-style-type: none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.2em 0;
	color: #fefefe;
	margin-right: 60px;
	}

#content .post ul.post-data li {
	color: #000099;
list-style-type: none;
	}

#content .strong {

    font-weight:bold;
	}
	
#content .post ul.post-data a {
list-style-type: none;
	color: #000099;
    text-decoration: none;
    font-weight:bold;
	}
	
#content .post ul.post-data a:hover {
list-style-type: none;
	color: #009;
        text-decoration: underline;
     /*   font-weight:bold;*/
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;

	}
#content .post ul.post-data li.tags {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0 0 0 0;
	}
	
#content .post ul.post-data li.tags a {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color:#00c;
	padding: 0 0 0 1px;

	}
	
	
#content .post ul.post-data li.posted {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0 0 0 0.7em;

	}
	
#content .post ul.post-data li.posted a {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color:#00c;
	padding: 0 0 0 1px;

	}

	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover, #content .post ul.post-data li.tags a:hover {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color:#0000cc;
	/*font-weight:bold;*/
       text-decoration: underline;
	background-position: 0 -38px;

	}

.entry {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	padding: 0px 0 5px 0;

	}
	
.author {
	font: 90% Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	margin-right: 60px;
	padding: 0px 0 5px 0;

}


.entry  p {
	margin: 5px 0 5px 0;
	padding: 0;
	color:#f90;
	}


.entry  img { 
      padding: 0px;
      }


.entry  img.alignleft { 
                float: left;
                margin: 0 3px 1px 0;
                }

.entry  img.profile{ 
                float: left;
                margin: 5px 14px 10px 2px;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 1px 3px;
                 }

.entry  img.aligncenter     {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }
	
.indentSixty{	margin-left: 60px;}


/* -------------------
Comments
------------------- */

#content #comments {
	margin-left: 60px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	margin-left: 60px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 60px;
	color: #a6bcd8;	}
#content #comments .comment a:hover { 
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #15a1c4; }
	
#content #comments .comment p {
	margin-left: 60px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment .comment-data p {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
margin-left: 60px;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { 
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000; 
	margin-left: 60px;}

#content #comments .comment .comment-data p a:hover { color: #ff0000; }

#content #comments form {
	margin-left: 60px;
	color: #000000;
	font: 0.75em/1.6em Arial, Helvetica, sans-serif;
	}

#content #comments form a { color: #000000; }
#content #comments form a:hover { color: #ff0000; }
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3 {
	color: #000000;
	font: 0.8em/1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
/*	border-bottom: 1px dotted #000000;*/
 margin-left: 5px;
	text-align: left;
	}
	
#sidebar p {
	color: #000000;
	list-style-image:none;
 margin-left: 5px;
 margin-right: 5px;
	font: 0.9em/1.1em Verdana, Arial, Helvetica, sans-serif;       
	}

/* #sidebar li {
	color: #000000;
	list-style:none;
 margin-left: 5px;
 margin-right: 5px;
}*/
	
#sidebar ol {
	margin: 0 0 16px 0;
 margin-right: 5px;
	}
	
#sidebar ul { 
	list-style: none; 
 margin-right: 0px;
	}

#sidebar ul li {
	padding: 2px 0px 1px 0px;
	list-style:none;
        font: 0.8em Verdana, Arial, Helvetica, sans-serif;  
	margin-left: -1px;
 margin-right: 5px;
	}
	

#sidebar a {
	color: #0000cc;
 margin-left: 5px;
 margin-right: 5px;
	text-decoration: none;
/*    font-weight:bold;*/
	}
	
#sidebar a:hover {
 margin-left: 5px;
 margin-right: 5px;
	color:#FF6600;
text-decoration: underline;
	}

#content h3  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;   
	margin-left: 50px; 
	margin-right: 45px;
	max-width: 600px;
	text-align: left; 
color: #009;
}

#content h4  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;   
	margin-left: 50px; 
	margin-right: 45px;
	max-width: 600px;
	text-align: left; 
color: #009;
font-weight=bold;
}
/* -------------------
Footer
------------------- */
/*
#footer {
	clear: left;
    width: 827px;
    margin:0 auto;
	border-top:solid 1px #000000;
	}
	
#footer #footertext {
	color: #000000;
	font: 0.7em Tahoma, Arial, Helvetica, sans-serif; 
	padding: 10px 0 0 0;
	text-align: left;
	}
	
#footer #footertext a {
	color: #000000;
	text-decoration: none;
	}

#footer #footertext a:hover {
	color: #ff0000;
	text-decoration: none;
	}
	
#footer #searchform {
	padding: 32px 0 0 31px;
	}
	
#footer #searchform .searchfield {
	height: 18px;
	}
	
#footer #searchform .searchbutton {
   height:23px;
	}
*/


#footerRt { 
/*	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#262262;
	margin-right: ;
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 330px; /* since this element is floated, a width must be given */
	border-top:solid;
	border-top-color:#F90;

} 



#footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#1C1A4B;
	color:#FFF;	
	min-height: 22px;

	text-align:center;
	border-top:solid;
	border-top-color:#FBA807;
	border-top-width:3px;


}

#footer a:link, .divStyles #footer a:visited {
	color:#FFF;
	text-decoration:underline;
}

#footer a:active, .divStyles #footer a:hover {
	color:#ff9900;
	text-decoration:underline;
}


.copy  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding-top: 20px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: 1px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}
ol.commentlist .author_comment {
	background:#F5F5F5;
	border-bottom: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
}

#commentform {
margin: 2em 0;
margin-left:2em;
width: 565px;
}

#commentform textarea {
border: 2px solid #ddddff;
width: 475px;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
border: 1px solid #ff0000;
width: 180px;
height: 15px;
}

#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin:0 auto;
	float:left;
    background:#000000;
    color: #ffffff;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #000000;
	padding:2px 8px 2px 8px;
    margin-bottom: 10px;
    height: 20px;
	}

.post{margin:0 0 25px 0;
}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #000000;
background-color:#ffffff;
font-size:12px;
color:#000000;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter, div.aligncenter {
   text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
 


.plaqueTopLeft, .plaqueTopRight, .plaqueBottomLeft, .plaqueBottomRight { background-image: url("images/box.png");max-width: 600px; }
.plaqueTopLeft { height: 12px; background-position: 0 0; }
.plaqueTopRight { height: 12px; background-position: 100% 0; margin-left: 15px; }
.plaqueBottomLeft { height: 15px; background-position: 0 100%; margin-top: -5px;}
.plaqueBottomRight { height: 15px; background-position: 100% 100%; margin-left: 15px; margin-top: -5px; }
.plaqueLeft {max-width: 600px; background-image: url("images/box-edge.png"); background-repeat: repeat-y; }
.plaqueRight {max-width: 600px; background-image: url("images/box-edge.png"); background-position: 100% 0; background-repeat: repeat-y; margin-left: 15px; }
.plaqueCenter { margin-right: 15px; margin-left: 0px;  }
.bioTxt  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
       
	color: #009;
        padding-top: 1px;
        padding-bottom: 6px;
        padding-left: 4px;
	font-family: Verdana, 	Arial, Helvetica, sans-serif;
}

hr {color: #FBA807; border: 0; background-color: #FBA807; height: 1px; width:150px; text-align:center; }

