/*  
Theme Name: In Game Chat
Theme URI: http://ingamechat.net
Description: Based off the default WordPress theme, but heavily modified.
Version: .91
Author: Daniel Auchenpaugh, Jeremy Ramsey
Author URI: http://www.ingamechat.net/

*/

/* Layout basics */
body {
	background-image: url(images/background.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.pageFooter {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

/* Content Formatting */

.contentTitle {
	font-size: 16px;
	color: #FFFFFF;
}
img.authorIcon {
	position: relative;
	left: 0px;
	top: 2px;
}
p.byLine {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -10px;
}
.contentBody {
	text-align: left;
	font-size: 13px;
}
.contentFooter {
	color: #FFFFFF;
	font-size: 10px;
}

/* Comment Formatting */

div.commentSection {
	position: relative;
	padding: 1px 4px 1px 4px;
	left: 12px;
	width: 530px;
	background: #AAAAAA;
	outline: #000000 solid 2px;
}

/* Sidebar Formatting */

div.sidebarHeader {
	font-size:11px;
	font-weight: bold;
}
p.sidebarContent {
	text-align: left;
	position: relative;
	left: 5px;
	top: 0px;
}
ul.sidebarLists {
	text-align: left;
	position: relative;
	left: -5px;
	top: 0px;
}

/* Easter Egg Styles */
a:link.hiddenLink {
	color: #000000;
	text-decoration: none;
}
a:visited.hiddenLink {
	text-decoration: none;
	color: #000000;
}
a:hover.hiddenLink {
	text-decoration: underline;
	color: #999999;
}
a:active.hiddenLink {
	text-decoration: none;
}

/*================ 
CoG Network Banner
================*/

#cog_network_banner {
	width: 100%;
	height: 20px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fc0;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

#cog_network_banner li {
	display: inline;
	margin-right: 8px;
	font-size: 10pt;
}

#cog_network_banner ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	left: 150px;
	white-space: nowrap;
}

#cog_network_banner a {
	color: #ccc;
	font-size: 9px;
	text-decoration: none;
}

#cog_network_banner a:hover {
	color: #fc0;
	text-decoration: underline;
}

#wrapper {
width: 960px;
height: auto;
margin: 0 auto;
margin-top: 15px;
padding: 0;
border: 2px solid #333;
position: relative;
}

#cog_header {
margin: 0;
padding: 0;
width: 960px;
height: 180px;
}


/* IGC Banner Menu - Text Based */
.topmenu a:link {
    text-decoration: none;
    color: #000000;
}
.topmenu a:visited {
    text-decoration: none;
    color: #000000;
}
.topmenu a:active {
    text-decoration: none;
    color: #000000;
}
.topmenu a:hover {
    text-decoration: underline; 
    color: #000000;
}

#menu {
    position: relative;
    background-image:  url(/wp-content/themes/IGC/images/igc_banner.jpg);
    background-repeat: no-repeat;
    height: 161px;
    width: 800px;   
    font-weight: bold;   
    font-size: 1.4em;
    text-align:center;
    color: #000000;
}
#menu-link { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 200px; 
	height: 161px; 
	background-color: transparent; 
}
#menutext1 {
    position: absolute;
    height: 1.688em;
    line-height: 1.688em;
    width: 150px;
    left: 621px;
    top: 12px;
}
#menutext2 {
    position: absolute;
    height: 1.688em;
    line-height: 1.688em;
    width: 150px;   
    left: 558px;
    top: 50px;   
}
#menutext3 {
    position: absolute;
    height: 1.688em;
    line-height: 1.688em;
    width: 150px;   
    left: 478px;
    top: 89px;      
}
#menutext4 {  
    position: absolute;
    height: 1.688em;
    line-height: 1.688em;
    width: 150px;   
    left: 395px;
    top: 127px;      
}

/* Navigation Links */


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
        padding-right: 90px;
        font-size: 1.2em;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}