/*  
Theme Name: Rajat Tokas Fandom v4
Theme URI: http://www.pixitlabs.com/
Description: Designed by: <a href="http://www.ankursays.com">Ankur Goyal</a> 
Author: Ankur Goyal
Author URI: http://www.ankursays.com/
*/

* {
	margin:0px;
	padding:0px;
}
html {
	height:auto;
}
body {
	background: #f8f8f8;
	font: 0.75em/1.5em Arial,sans-serif;
	}
header {
	width:100%;
	height:280px;
	background-image:url('../images/tile3.png');
	background-repeat:repeat;
	text-align:center;
}
.menu {
	height:49px;
	background: #f8f8f8;
	border-bottom:5px solid #6b6b6b;
	width:100%;
	position:relative;
	z-index:+1;
}
.fixed {
    position:fixed;
    top:0;
}
#content {
	width:100%;
	height:100%;
	background:url('../images/tiny_grid.png') repeat fixed;
}
.wrapper {
	width:960px;
	margin: 0 auto;	
}
#maintenance {
	background: #f8f8f8 url('../images/tiny_grid.png') repeat fixed;
	font: 0.75em/1.5em Arial,sans-serif;
}
#container {
	width:960px;
	margin:0 auto;
	padding-top:25px;
}

/* common and top level styles */
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #f8f8f8;
    border-bottom: 5px solid #6b6b6b;
    float: left;
    margin-left: 9%;
    margin-right: 3%;
    position: relative;
    width: 88%;
	z-index:+1;

}
#nav ul.subs {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333333;
    display: none;
    left: 0;
    padding: 2%;
    position: absolute;
    top: 54px;
    width: 89%;
}
#nav > li {
    border-bottom: 5px solid transparent;
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#nav > li > a {
    color: #333333;
    display: block;
    font-size: 1.3em;
    line-height: 49px;
    padding: 0 15px;
    text-transform: uppercase;
}
#nav > li:hover > a, #nav > a:hover {
    background-color: #F55856;
    color: #FFFFFF;
}
#nav li.active > a {
    background-color: #333333;
    color: #FFFFFF;
}
#nav li.hover > a {
    background-color: #43A6DF;
    color: #FFFFFF;
}

/* submenu */
#nav li:hover ul.subs {
    display: block;
}
#nav ul.subs > li {
    display: inline-block;
    float: none;
    padding: 10px 1%;
    vertical-align: top;
    width: 33%;
}
#nav ul.subs > li a {
    color: #777777;
    line-height: 20px;
}
#nav ul li a:hover {
    color: #F55856;
}
#nav ul.subs > li > a {
    font-size: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#nav ul.subs > li li {
    float: none;
    padding-left: 8px;
    -moz-transition: padding 150ms ease-out 0s;
    -ms-transition: padding 150ms ease-out 0s;
    -o-transition: padding 150ms ease-out 0s;
    -webkit-transition: padding 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
    padding-left: 15px;
}

/* responsive rules */
@media all and (max-width : 960px) {
    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #nav ul.subs {
        position: relative;
        top: 0;
    }
    #nav li:hover ul.subs {
        display: none;
    }
    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs {
        display: block;
    }

    #nav ul.subs > li {
        display: block;
        width: auto;
    }
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/* SIDEBAR */
.sidebar {
	background-image:url(../images/sidebar_bg.png);
	background-repeat:repeat;
	height:auto;
	margin-top:20px;
	margin-left:9px;
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;

}

.main_content {
	background-image:url(../images/sidebar_bg.png);
	background-repeat:repeat;
	height:100px;
	margin-top:20px;
	margin-left:19px;
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;

}

.title {
	height:28px;
	border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	background: #43A6DF;
	background-image:url(../images/title_bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size: 1.2em;
	padding-top: 7px;
	text-align:center;
	position:relative;
}

.side_content{
	padding: 2px 0 20px 8px;
	font-size:0.95em;
}

#side_content_text {
	padding-top:12px;
	text-align:center;	
	line-height:130%;
	padding-right: 12px;
}

#disclaimer {
	padding:12px 20px 0 18px;
	text-align:justify;	
	line-height:130%;
}

#credits {
	padding-top:25px;
	text-align:center;
	line-height:130%;	
}

table {
	border-collapse:collapse;	
}

td.side_image{
	padding-left:8px;
	padding-right:15px;
	line-height:110%;
	padding-top:20px;
}

td.side_text{
	text-align:left;
	padding-left:0;
	padding-right:12px;
	line-height:110%;
	padding-top:20px;

}

h1 {
	font-size:6.5em;
	color:#43A6DF;
	line-height:100%	
}

h2 {
	font-size:1em;
	color:#43A6DF;
	line-height:2%;	
}

h3 {
	padding-top:1.1em;
	font-size:1em;
	color:#43A6DF;
	line-height:2%;
}

a:link {
	color:#43A6DF;
	text-decoration:none;
}
a:visited {
	color:#43A6DF;
}
a:hover   {
	color:#F55856;
}
a:active  {
	color:#43A6DF;
}
