/*
Theme Name: Southern Fight Promotions WP-Theme
Theme URI: http://www.southernfightpromotions.com
Description: Jaaaaoooooohaaaaii!!!
Version: 1.0


*/

/* -----------| imports |-----------------------------------------------------*/

@import url("reset.css");
@import url("typography.css");
@import url("forms.css");
@import url("menu.css");
@import url("ie.css");

/* -----------| main divs, bg's & structure |---------------------------------*/

body {
    background: #000 url(img/bg-tile-2.jpg) repeat-y center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-shadow: #000 1px 1px 0;


}
#bg-top {
    background: transparent url(img/bg-top-3.jpg) no-repeat top center;
    height: 589px;
    width: 100%;
    display: table;
}
#page-wrapper {
    width: 1003px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
#header {
    height: 163px;
}
#menu-holder {
    width: 1003px;
    height: 40px;
    padding-left: 300px;
}
#content-holder {

}
#content-holder {
    width: 940px;
    margin: 65px auto 0 auto;
}
#left-content {
    padding: 5px 15px 35px 0;
    float:left;
    }

    #left-content.wide { width: 925px; }
    .short { width: 605px; }

#sidebar {
    margin: 0px 10px 0 0;
    padding-top: 0px ;
    float:right;
    width: 320px;
}
#footer {
    background: transparent url(img/bg-bottom-2.jpg) no-repeat top center;
    height: 167px;
    min-height: 167px;
    height: auto!important;
    width: 100%;

}
#footer .content{
    width: 940px;
    margin: 0 auto 0 auto;
}

/* preloads */

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px;
   top: -9999px;
   height: 1px;
   width: 1px;
}


/* -----------| a img hover effect |------------------------------------------------------*/

#sidebar h3.tickets a {
    opacity: 0.6;
    filter: Alpha(opacity=60);
    -moz-opacity: 0.6;
}

#sidebar h3.tickets a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
}

/* -----------| header |------------------------------------------------------*/

#header h3 a  {
    display: block;
    text-indent: -9999px;
}
#header h3.sfmac a {
    position:relative; top: 17px;
    background: transparent url(img/sfmac-logo-inactive-c.png) no-repeat top center;
    width: 175px;
    height: 69px;
}
#header h3.sfmac a:hover {
    background-image: url(img/sfmac-logo-hover.png);
}
#header h3.shaoul-centre a {
    position:relative; top: 28px;
    background: transparent url(img/shaol-centre-logo-inactive-c.png) no-repeat top center;
    width: 354px;
    height: 46px;
}
#header h3.shaoul-centre a:hover {
    background-image: url(img/shaol-centre-logo-hover.png);
}

/* -----------| random images|-------------------------------------------------*/

#random-images {
    margin: 0 0 0 254px;
    padding-top: 32px;

}
#random-images h2 {
    display: none!important;
}

.ngg-widget a img {
    border: 1px solid #222;
    padding: 2px;
    margin-left: 10px;
    opacity: 0.9;
    filter: Alpha(opacity=90);
    -moz-opacity: 0.9;
}

.ngg-widget a img:hover {
    border-color: #003399;
    opacity: 1;
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
}

/* -----------| ticket star |-------------------------------------------------*/

#ticket-star {
    position: fixed; top: -10px; right: -5px;

}


#ticket-star a  {
    background: transparent url(img/ticket-star.png) no-repeat top center;
    display: block;
    width: 154px;
    height: 120px;
    text-indent: -9999px;
    }
    #ticket-star a:hover  { background: transparent url(img/ticket-star-hover.png); }

/* -----------| banner |-------------------------------------------------*/

.banner-add {
    float: right;
    margin: 10px 5px 5px 0;
    height: 90px;
}


/* -----------| content |-----------------------------------------------------*/


p a img, iframe, .ngg-galleryoverview img {
    border: 1px solid #222;
    padding: 2px;
}
p a img:hover,iframe:hover, .ngg-galleryoverview img:hover {
    border-color: #0000CC;
}

.content p {
    padding-left: 10px;
}



/* -----------| event info & fightcards |-------------------------------------*/

.fight-row {
    width: 700px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-left: 100px;
    border-bottom: 1px dotted #333;
}
.fight-row.title {
    font-size: 18px;

}
.fight-row span{
    font-size: 14px;
    color:#777;
    font-weight: normal;

}
.fighter1 {
    width: 300px;
    float: left;
    text-align: left;
}
.fighter2 {
    width: 300px;
    float: left;
    text-align: right;
}
.vs {
    float: left;
    width: 100px;
    text-align: center;
}
span.win {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.ngg-galleryoverview {
    margin-left: 35px;
}


.ngg-galleryoverview img {
    float: left;
    margin: 8px;
}

h3.mma {
    color: #fff;
    padding-top: 20px;
}
h3.title {  
    padding-top: 20px;
}

/* -----------| contact page |------------------------------------------------*/

#contact-form {
    width: 100%;
    }

#contact-form .left {
    padding-left: 20px;
    float:left;

}
#contact-form .right{
    float:right;
    padding-left: 60px;
}
.location-sfma {
    float:left;

}
.location-shaoul {
    float:right;
    padding-right: 20px;
}
.location-shaoul iframe,.location-sfma iframe { margin-left: 15px; }


/* -----------| news page |---------------------------------------------------*/

a.newsh:hover {
    color: #003399;
}


/* -----------| sidebar |-----------------------------------------------------*/

#sidebar p {
    padding-left: 7px;
}
#sidebar h3, #sidebar h3 a  {
    display: block;
    width: 298px;
    text-indent: -9999px;
}
#sidebar h3.next-event { margin-top:5px; height: 70px; background: transparent url(img/sidebar-next-event.png) no-repeat top center;}
    #sidebar h3.next-event.front { margin-top:0px!important;}

#sidebar h3.news { margin-top: 40px; height: 55px; background: transparent url(img/sidebar-news.png) no-repeat top center;}
#sidebar h3.tickets a { margin-top: 15px; height: 84px; background: transparent url(img/sidebar-tickets.png) no-repeat top center;}
#sidebar h3.tickets {
    margin-right: 20px;
}


#sidebar #news {
    padding-right: 20px;
}
#sidebar #news .ex {
    padding-right: 20px;
}
#news span.date {
    font-size: 10px;
}
#news h4 {
    margin-top: -2px;
}
#news p.center {
    padding-right: 25px;
}


/* -----------| news |-----------------------------------------------------*/

.news span.date {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;

}
.news h2 {
    padding-top: 0px!important;
    margin-top: -8px!important;


}
.news {
    padding-left: 10px;
    margin-bottom: 15px;
}
.newshr {
   border-top: 1px solid #000;
   border-bottom: 1px solid #222;
    opacity: 0.6;
    filter: Alpha(opacity=60);
    -moz-opacity: 0.6;
    margin: 0 30px 20px 20px;
}


/* -----------| footer |-----------------------------------------------------*/

#footer .content {
    padding: 25px 0 0 0;
    font-size: 16px;
    color: #777;
}



#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	height: 25px;
    vertical-align: middle;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 18px;
	font-family: Arial;
	color: #777;
}

#wp_page_numbers {
	margin: 10px 0 0 20px;


}
#wp_page_numbers ul {
    list-style-image: none!important;
	width: 100%;
}
#wp_page_numbers li {
    list-style-image: none!important;
    padding-top: 2px;
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 4px;
	margin-left: 7px;
	margin-right: 8px;
	display: block;
    color: #444;
    text-decoration: none;
}

#wp_page_numbers li a:hover {
    color: #003399;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
    color: #003399;
}
#wp_page_numbers li.active_page a:hover  {
    color: #003399; /* IE fix */
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 6px 10px 2px 0px;
	color: #777;
	font-size: 16px;

}
