/*
Theme Name: WOWI
Theme URI: http://www.wowi.ws
Description: 
Author: Stephen Carter
Author URI: http://www.wordpressdiva.com/
Version: 1.0.0
*/

/*### general ###*/
*{
	margin: 0px;
	border: 0px;
}

body {
	font-family: Lucida Sans, Arial;
	font-size: 10pt;
	background: #101010 url(images/bg_tile.gif) repeat;

}

p{
	margin: 0px 0px 20px 0px;
}

ul{
	margin: 0px 0px 20px 0px;
}

.hidden{
	display:none;
}

ul{
	list-style-type: circle;
	padding: 0px 0px 0px 20px;
}


/*### page container ###*/
#page-container{
	width: 1000px !important;
	width: 1060px;
	padding: 0px 20px 20px 20px;  
	margin: 20px auto 40px auto; 
	border: 10px solid #151515;
	color: #222222;
	background: #ffffff url(images/bg-header.gif) repeat-x;
}

a{
	color: #0033cc;
	text-decoration: none;
}


/*### header ###*/
#header{
	height: 220px;
	background: url(images/logo-wowi-header.jpg) no-repeat;
}


/*### navigation ###*/
#main-nav{
	height: 20px;
	margin: 0px 0px 20px 0px;
}

#main-nav li{
	margin: 0px 20px 0px 0px;
	display: inline;
}

#main-nav ul{
	padding: 0px;
}

#main-nav a{
	color: #000000;;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav a:hover{
	color: #ffffff;
	background: #0033cc;
}


/*### page-identifier ###*/
.pagetitle{
	font-weight: 100;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}


/*### main content ###*/
#main-content{
	margin: 0px 0px 20px 0px;
}

.posttitle{
	height: 25px;
	font-weight: 100;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

.postdate{
	height:20px;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

.post{
	clear: both;
	//border-bottom: 1px solid #888888;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}


/*### sponsors ###*/
#sponsors{
	height: 80px;
	margin: 0px 0px 20px 0px;
	padding-top: 20px;
	clear: both;
}

#sponsors img{
	padding-right: 31px;
}


/*### footer details ###*/
#footer, #footer a{
	height: 20px;
	color: #888888;
}

#footer li{
	margin: 0px 20px 0px 0px;
	display: inline;
}

#footer ul{
	padding: 0px;
}


/*############### PAGE SPECIFIC ###############*/

/*### useful info ###*/
table.info{
width: 1000px!700px;
}

