/*
Theme Name: NEW Fighting Thai
Theme URI: http://www.fightingthai.com
Description: Wordpress theme for fightingthai.com
Version: 1.0
Author: Andreas Hesselback
Author URI: andreas.hesselback@gmail.com
*/

@import url("style-gallery.css");
@import url("thickbox.css");
@import url("menu.css");

/******************************************************
	global CSS reset ...or something
*******************************************************/

body {
    font-size: 100%;
    color: #fff;
}
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, body, html, p, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
    outline: 0;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code, p, small {
    font-size: 100%;
    font-weight: normal;
}
a img, :link img, :visited img {  /* Blue borders on img links!? Yeah, great idea!? */
	border: none;
}
:link, :visited, :active, :focus {
	text-decoration: none;
    outline: none; /* Takes away the dotted border from links when active in Firefox */
}


/******************************************************
	globals
*******************************************************/

body {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  text-shadow: #000 1px 1px 0;
  background: transparent url(img/bg.gif)
}
h1, h2, h3, h4, h5, h6 {
    font-family: arial;
}
h3 {
    font-weight: bold;
    color: #fc0;
    padding: 5px 0 10px 5px;
}


a:link, a:visited, a:active { color: #ffcc00; }
a:hover { color: #fff; border-bottom: 1px solid #fc0; }
img a:hover,h1 a:hover, .add-mmaadnet a:hover { border-bottom:0!important;}


/******************************************************
	clear-fix and aligns
*******************************************************/

/* slightly enhanced, universal clearfix hack by Perishable at perishablepress.com */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.alignleft{
	float:left
}
.alignright{
	float:right
}
.center {
    text-align: center;
}

blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

.smalldark {
    color: #666;
    font-size: 12px;
}


/******************************************************
	structure, positioning & bg's for MAIN div's
*******************************************************/

#page_wrapper {
    width: 980px;
    margin: 0 auto 0 auto;

}
#content_wrapper {
    width: 985px;
    padding: 0 5px 20px 2px;
}
#content {
    float:left;
    width: 630px;
}
#sideadds {
    float: right;
    width: 350px;
    margin-left: 4px;
}

/******************************************************
	for menu
*******************************************************/


#page_menu {
    background: transparent url(img/menu-bg.png) no-repeat top center;
    width: 973px;
    height: 44px;
}


/******************************************************
	for HEADER - logo & random imgs
*******************************************************/


#header {
        background: transparent url(img/logo.png) no-repeat top left;
        width: 980px;
        height:135px;
}


#header #logo {
      float:left;
      width: 485px;
    }
    #header #logo h1 a {
        display: block;
        width: 485px;
        height: 80px;
        text-indent: -9999px;

    }

#header .add-google, #header .add-mmaadnet {
    float: right;
    padding: 0;
    }
#header .add-google {
    padding-top: 30px;
    }
#header .add-mmaadnet {
    margin: 21px 13px 0 0;
    border: 1px solid;
    border-left-color: #050505;
    border-top-color: #050505;
    border-right-color: #333;
    border-bottom-color: #333;
    }
#sideadds .add-mmaadnet {
    margin: 0 0 20px 13px;
    border: 1px solid;
    border-left-color: #050505;
    border-top-color: #050505;
    border-right-color: #333;
    border-bottom-color: #333;
    width: 300px;
    height: 250px;
    }

/******************************************************
	headers & paragraphs
*******************************************************/

#content p, #content-wrapper p {
    text-align: justify;
}

h1, h2 {
    font-family: arial, verdana, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.02em;
    padding: 10px 0 4px 0px;
    margin: 0 0 0 8px;
    }

h1.gallery {
    font-size: 24px!important;
}


h2.content, h2.sidebar {
    font-size: 20px!important;
    color: #111;
    height: 48px;
    line-height: 28px;
    text-indent: 15px;
    text-shadow: 0 1px 0 #ffff00, 0 -1px 0 #Cc7700!important;
    vertical-align: middle;
    margin: 0!important;
    }
    h2.content span, h2.sidebar span{
        color: #333;
    }


h2.content {
    background: transparent url(img/header-bg.png) no-repeat top center;
    width: 624px;
    margin:0 0 5px 0px !important;

}
h2.sidebar {
    background: transparent url(img/sidebar-header-bg.png) no-repeat top center;
    width: 335px;
    margin:0 !important;
}
.entry p {
    padding: 5px 5px 5px 10px;
}

#content p {
    padding: 5px 15px 5px 10px;
}


blockquote {
    padding: 20px 10px;
    font-size: 20px;
    line-height: 28px;
    color: #fc0;
}
blockquote.first {
    width: 580px;
    float:left;
}
img.brought-by {
    margin: 25px 20px 0 0;
    float:right;
}

/******************************************************
	for SEARCH
*******************************************************/

a.searchresult {
    display: block;
    width: 595px;
    padding: 5px;
    margin: 15px 0 15px 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid;
    border-left-color: #151515;
    border-top-color: #151515;
    border-right-color: #050505;
    border-bottom-color: #050505;
    background-color: #090909;
}
a.searchresult small {
    color: #bbb;
    font-size: 12px;
}
a.searchresult span{
    color: #bbb;
    font-size: 14px;
}
a.searchresult h3 {
    padding: 5px 0;
}


.navigation {
    width: 595px;
    padding: 20px 0 0 10px;
}

/******************************************************
	for gallery page
*******************************************************/

.google-adds-gallery {
    width: 940px;
    height: 70px;
    padding: 10px 10px 10px 10px
}

h1 span {
    font-size: 18px;
    font-weight: bold;
    color: #fc0;
}

.gallery_content p {
    padding: 5px 10px 10px 10px;
}


/******************************************************
	for SIDE ADDS
*******************************************************/

#sideadds {

}

li.search {
    padding-bottom: 20px;
}

.sidebar-photos {
    margin-bottom: 20px;
}
.google-adds {
    padding: 5px 0 20px 10px;
}
.google-adds.bottom {
    padding: 15px 0 20px 10px;
}


/******************************************************
	for FORMS
*******************************************************/

input, textarea {
	padding:4px;
    color: #555;
    background-color: #000;
    border: 1px solid;
    border-top-color: #111;
    border-left-color: #111;
    border-right-color: #333;
    border-bottom-color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#searchform input {
    height: 20px;
    width: 315px;
    margin-left: 5px;
    line-height: 20px;
}
textarea.bannercode {
    margin-left: 10px;
    width: 940px;
}
/******************************************************
	for EXTRA ADDS
*******************************************************/

.google-links-front {
    padding: 0 0 10px 5px;
}



/******************************************************
	for LINKS
*******************************************************/

div.cat {
    padding-bottom: 20px;
}


div.cat ul {
    list-style: none;
    list-style-type: none;
    margin: 0 !important;
    }
    div.cat ul {
        padding: 0 0 0 10px;
    }


div.cat {

}
div.cat ul li {
    font-size: 14px!important;
    float: left;
    width: 280px;
    padding: 5px 0 5px 0;
    background: transparent url(img/link-list-arrow.png) no-repeat 4px 10px;
    padding: 5px 5px 5px 22px;
}


ul.front-page-links {
    margin: 0 0 0 6px;
    width: 320px;
    font-size: 14px;
    font-family: verdana, arial, sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-left: 1px solid #151515;
    border-right: 1px solid #050505;
    background-color: #090909;
}
ul.front-page-links li {
    background: transparent url(img/front-link-list-arrow.png) no-repeat 4px 10px;
    padding: 5px 5px 5px 22px;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #050505;
}
ul.front-page-links li a {
    color: #666!important;
    text-shadow: #000 -1px -1px 0!important;
}
ul.front-page-links li a:hover {
    color: #ccc!important;
    border-bottom: 0!important;
}
/******************************************************
	for FOOTER
*******************************************************/

#page_footer {
    background: transparent url(img/footer-bg.png) no-repeat top center;
    color: #ccc;
    padding: 25px 15px 10px 10px;
    font-size: 14px;
}
#page_footer p.smalldark {
   padding: 5px 0 20px 0;
   text-align: justify;
}
