/*  
Theme Name: Malignant Genius
Theme URI: http://www.malignantgenius.com/
Description: Malignant Genius.
Version: 1.0
Author: Will Strye
Author URI: http://www.malignantgenius.com/
*/


body {
	background: #000000;

	border-top: 13px solid #000000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Tahoma, Arial, Helvetica, Sans-Serif, 'Times New Roman';
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}




/************************************
	****  Page  ****
************************************/
#page {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position:relative;
}





/************************************
	****  Header  ****
************************************/
#headercontainer {
	width: 100%;
	height: 200px;
	background: rgb(50,0,0);
	padding: 0;
	margin: 0px 0px 1px 0px;
	background-image: url(images/HeaderBanner.jpg);
	background-repeat:no-repeat;
}








/************************************
	****  Top Nav  ****
************************************/
#topnav {
	z-index: 100;
	float: right;
	height: 100%;
	color: #fff;
	padding: 0px 0px 25px 0px;
	margin: 175px 25px 0px 0px;
}


#topnav a {
	height: 50px;
	text-decoration: none;
	border-left: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 25px 20px 25px 20px;
	text-align: center;
}

#topnav a:hover {
	height: 50px;
	text-decoration: none;
	border-left: none;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 25px 20px 10px 20px;
	text-align: center;
}




#submenutop
{
    display: block;
}

#submenutop h4
{
    display: inline;
}

#submenutop ul
{
    display: inline;
}

#submenutop li
{
    display: inline;
    margin-left:15px;
    list-style: none;
    text-align:center;
    vertical-align:top;
}

/************************************
	****  Page Body  ****
************************************/
#mainbody
{
	/*display: block;*/
	position:absolute;
	width: 100%;
}


/************************************
	****  Right Sidebar  ****
************************************/
#rightpanel {
	display: block;
	float: right;
	background: rgb(50,0,1);
	width: 175px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
	min-height: 300px;


}

#rightpanelsub {
	padding: 15px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}


#rightpanelsub h2 {
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 0 10px;

}

#rightpanelsub ul li {
	text-align: left;
	font-size: 1.15em;
	padding: 0;
	margin: 0 0 0 20px;
	list-style-image:url(images/led.gif);
	text-align: left;
}

#rightpanelsub input 
{
    background-color: rgb(50,0,0);
    color: rgb(255,255,255);
	text-align: left;
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 0 0px;
}

#rightpanelsub button 
{
    background-color: rgb(50,0,0);
    color: rgb(255,255,255);
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 0 0px;
}



/************************************
	****  Content  ****
************************************/
#contentpanel {
	/*width: 810px;*/
	display: block;
	background: #111111;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;

	font-size: 1.3em;
	line-height: 1.6em;

}







/************************************
	****  Footer Container  ****
************************************/
#footerconatiner {
	clear: both;
	width: 100%;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	text-align: center;
}







/************************************
	****  Right Sidebar Items  ****
************************************/
#feedspot {
	border: none;
	padding: 25px 5px 5px 0px
}


#feedspot img {
	border: none;
}



/************************************
	****  Right Menu  ****
************************************/
#rightmenu {
	display: block;
}


#rightmenu a {
	display: block;
	border-right: 3px solid rgb(255,0,0);
	border-bottom: 1px solid rgb(255,0,0);
	text-decoration: none;
	border-left: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 25px 20px 10px 20px;
}


/************************************
	****  Right Now Display  ****
************************************/
#rightnowblock {
	display: block;
	position:absolute;
	top: 260px;
	right:180px;
	background-color:Gray;
}


#rightnowHdr 
{
    background-image: url(images/closelabel.gif);
    background-repeat:no-repeat;
    margin: 3px 0px 0px 3px;
    height: 25px;
    width: 75px;
    cursor:pointer;
}


#rightnowTitle {
	width: 250px;
	text-decoration: none;
	text-transform: none;
	font-size: 1.15em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 15px 20px 5px 20px;
}

#rightnowAuthor {
	text-decoration: none;
	text-transform:capitalize;
	font-size: 1em;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 1px;
	padding: 5px 20px 10px 20px;
}








/************************************
	****  Post and Comment  ****
************************************/
.post {
	width: 800px;
	margin: 0 0 40px 0;
	padding: 0px 10px 0px 10px;
	text-align: left;
	background-color:#000000;
}

.post-alt {
	width: 960px;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	text-align: left;
	background-color:#000000;
}


.postmetadata {
	background-color:#000000;
	margin: 15px 0 0 0;
}

.postmetadata-alt {
	background-color:#000000;
	margin: 15px 0 0 550px;
}


.postmetadata, .postmetadata-alt, .commentmetadata {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 0.75em;
	text-align: right;
}







.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.aligncenter {
    text-align:center;
    float:none;
}



.commentmetadata {
	font-size: 0.8em;
}


.commentlist 
{
	background: #000000;
}


.commentlist, .commentlist tr, .commentlist td
{
    border-color:#222222;
    border-style:ridge;
    border-width:2px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
}

.miniprofile {
	width: 150px;
	text-align:center;
    vertical-align:top;
}


.commentdata 
{
    width: 825px;
	padding: 0px 10px 0px 10px;
    vertical-align:top;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}




#commentform {
	padding: 0;
	padding: 0px 10px 0px 10px;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
}

#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;
	padding: 0px;
}

#commentform #submit {
	margin: 2px 0 0 0;
	float: right;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	margin: 0;
	padding: 10px 0 0 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}





/************************************
	****  Forums  ****
************************************/


.forumtable
{
    width:100%;
    border-width: 1px;
    background-color:rgb(7,7,7);
	margin: 0px 0px 0px 0px;
}

.forumdescriptionbox
{
    display:block;
    min-height:100px;
    padding: 5px;
}

.forumdescriptionbox h3
{
    padding: 5px;
	margin: 0px;
	font-size:1.6em;
}

.forumdescriptionbox h4
{
    padding: 5px;
	margin: 0px;
	font-size:1.0em;
}


.forumcat
{
    background-color:rgb(7,7,7);
	margin-top:5px;
}

.forumcatend
{
    width:25px;
    background-color:rgb(7,7,7);
}


.forumcat th
{
    border-bottom: solid 1px rgb(0,0,0);
    background-color:rgb(50,0,1);
}

.forumtopic
{
	background-color:rgb(100,0,0);
	border-left: solid 1px rgb(0,0,0);
	border-bottom: solid 1px rgb(0,0,0);
	border-right: solid 1px rgb(0,0,0);
	border-top: solid 1px rgb(0,0,0);
}

.forumtopicalt
{
	background-color:rgb(150,0,0);
}


.forumtopic td
{
    border-left: solid 1px rgb(50,0,1);
    border-bottom: solid 1px rgb(0,0,0);
}

.forumtopic td a
{
    font-size:1.1em;
    font-weight:bold;
    color:rgb(0,0,0);
}

.forumdesc
{
    padding: 0px 15px 0px 15px;
}


.forum_threadtable
{
    width:95%;
    height: 100%;
    border: solid 2px rgb(0,0,0);
    border-collapse: collapse;
	margin: 0px 25px 0px 25px;
}

.forum_threadtable td
{
    border: solid 1px rgb(0,0,0);
	margin: 0px;
    padding: 5px;
    vertical-align:top;
}


.forum_threadtitle
{
	font-size: 1.5em;
    width:100%;
}

.forum_threadtitlebg
{
	background-color:rgb(50,0,0);
}

.forum_threadtitlebgalt
{
	background-color:rgb(75,0,0);
}


.forum_threadcontent
{
	background-color:rgb(25,0,0);
	height: 110px;
}

.forum_threadcontent blockquote
{
	background-color:rgb(50,0,0);
}


/************************************
	****  Calendar  ****
************************************/
#snap_calendar {
	font-size: 1em;
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#snap_calendar #prev a {
	font-size: 9pt;
}

#snap_calendar a {
	text-decoration: none;
	display: block;
}

#snap_calendar caption {
	font: bold 1.3em 'Tahoma', Arial, Helvetica, Sans-Serif;
	text-align: center;
	width: 100%;
}

#snap_calendar caption a {
	color: #ffffff;
}

#snap_calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#snap_calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#snap_calendar #prev a {
	padding-left: 10px;
	text-align: left;
}


#snap_calendar td {
	padding: 3px 0;
	text-align: center;
	background-color: Transparent;
}

#snap_calendar td.pad:hover {
	/* Doesn't work in IE */background-color: #B3CFF6;
}



.snap_calendar {
	font-size: 1em;
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	background-color: Transparent;
	border-width: 0;
	color: #ffffff;
}


.snap_cal_DayHeaderStyle {
	font-style: normal;
	text-transform: capitalize;
	background-color: Transparent;
}

.snap_cal_DayStyle {
	padding: 3px 0;
	text-align: center;
	color: #ffffff;
}

.snap_cal_NextPrevStyle {
	font-size: 9pt;
}

.snap_cal_SelectedDayStyle {
	text-decoration: none;
	display: block;
}

.snap_cal_SelectorStyle {
	/* Doesn't work in IE */background-color: #B3CFF6;
}

.snap_cal_TitleStyle {
	font: bold 1.3em 'Tahoma', Arial, Helvetica, Sans-Serif;
	text-align: center;
	width: 100%;
	background-color: Transparent;
	border-width: 0;
	color: #ffffff;
}

.snap_cal_TodayDayStyle
.snap_cal_WeekendDayStyle


/************************************
	****  General Tags  ****
************************************/

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 3.0em;
	line-height: 0.9em;
}

h2 {
	font-size: 2.0em;
	border-bottom: 1px solid rgb(255,0,0);
	margin: 0;
}


h2 a {
	letter-spacing: -1px;
	line-height: 1.2em;
	text-decoration: none;
	border-bottom: none;
}


h3 {
	font-size: 1.3em;
	margin: 30px 0 0 0;
	padding: 0;
}


h4 {
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}




/************************************
	****  Gallery  ****
************************************/


/* styling for the image wrapper  */ 
#image_wrap { 
    /* dimensions */ 
    margin: 5px 0 15px 15px; 
    padding:15px 0; 
 
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#000000; 
    border:none; 
}


/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.GalleryList { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    margin-left: 110px;
    width: 780px; 
    height:175px; 
    background-color:#000000;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.GalleryList div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.GalleryList div.items div { 
    float:left; 
    /* centered */ 
    text-align:center; 
} 


div.GalleryList img
{
    margin: 5px 15px 5px 15px;
    height: 135px;
    width: 100px;
}
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #cccccc; 
    background-color:#000000; 
}



.galleryScrlPrevPage
{
	display:block;
	width:45px;
	height:45px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;

    margin-left: 0px;

	background-image: url(images/prev.gif);
	background-repeat:no-repeat;
}

/* prev, next, prevPage and nextPage buttons */
.galleryScrlNextPage {
	display:block;
	width:45px;
	height:45px;
	float:right;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;

    margin-right: 0px;

	background-image: url(images/next.gif);
	background-repeat:no-repeat;
}


/* right */
.galleryScrlNextPage:hover 		{ background-position:-30px -30px; }
.galleryScrlNextPage:active 	{ background-position:-60px -30px; } 


/* left */
.galleryScrlPrevPage:hover  		{ background-position:-30px 0; }
.galleryScrlPrevPage:active  	{ background-position:-60px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	







.navigation div a img 
{
    max-width: 75px;
    max-height: 100px;
	border-width: 0px;
}

.gallerynavigation
{
    max-width: 75px;
    max-height: 100px;
	border-width: 0px;
}

.GalleryImageContainer
{
    max-width: 800px;
	padding: 10px 10px 10px 10px;
	margin-left:80px;
	background-color: rgb(255,255,255);
}

.GalleryImage
{
    max-width: 820px;
    text-align: center;
	border-width: 0px;
}



/************************************
	****  Overlay Tags  ****
************************************/



/* the overlayed element */
div.overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:15px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(images/apple-close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:28px;
	width:28px;
}


/************************************
	****  Links  ****
************************************/

a {
	color: rgb(255,0,0);
	/*color: rgb(255,173,138);*/
	/*color: #8DA3C4;*/
	text-decoration: none;
}

a:visited {
	color: rgb(255,0,0);
	/*color: #ccc;*/
}

a:hover {
	/*color: rgb(255,155,155);*/
	color: rgb(255,255,255);
	/*color: #fff;*/
	text-decoration: none;
	background: rgb(100,0,0);
	/*background: rgb(244,73,0);*/
	/*background: #46467d;*/
}








