/*
Theme Name: ioq3-deboy
Description: The New ioq3 wordpress theme
Author: Chris DeBoy
Author URI: http://frenchfriesandapplesauce.com/resume/
Version: 1.0
.
Copyright 2011 Chris DeBoy
This theme is to be used only by ioquake3.org
and any of its affiliated websites and any websites given
permission by both Zachary Slater and myself.
.
*/

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:Sans;
	color: #333333;
}

img{
	max-width: 680px;
	height: auto;
}

body{
	width:100%;
	height:100%;
	background-color: #666;
	text-align: center;
	background-size: 100% auto;
	background-attachment: fixed;
}

h1,h2,h3{
	color: #666;
	text-align: center;
	clear: both;
	font-weight:bold
	font-family:Serif;
}

p{
	font-size:0.875em;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

li{
	padding-left: 15px;
	font-size:0.875em;
}

#container{
	position: relative;
	display: block;
	padding: 0px;
	width: 880px;
	min-height: 1100px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: left;
	
}

#logo{
	float: left;
	background-image: url(ioq3.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 150px;
}

#advert{
	float: left;
	width: 728px;
	max-height: 187px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content{
	position: relative;
	clear: both;
	padding: 25px;
	margin-top:20px;
	width: 100%;
	min-height: 960px;
	background-color: #666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(224,224,201)),
		color-stop(1, rgb(251,252,237))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(224,224,201) 0%,
		rgb(251,252,237) 100%
	);
}

#main{
	position: relative;
	float: left;
	height: 100%;
	width: 660px;
	padding-left: 20px;
	padding-right: 20px;
}

.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

a.menu { 
	background-color: #666;
	display: block;
	float: left;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-width : 125px; 
	height : 30px; 
	color: rgb(251,252,237);
	text-align: center;
	font-size:150%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

a.menu:hover { 
	text-shadow: white 0 0 5px;
	color: rgb(255,255,255);
}

a.social { 
	background-color: #666;
	display: block;
	float: clear;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-width : 125px; 
	height : 30px; 
	color: rgb(251,252,237);
	text-align: center;
	font-size:150%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

a.social:hover { 
	text-shadow: white 0 0 5px;
	color: rgb(255,255,255);
}

a.thumb{
	padding: 0;
	float: left;
	margin: 3px;
}

img.thumb{
	width: 70px;
	height: auto;
}

img.thumb:hover{
	box-shadow: black 0 0 10px;
}

p.indent{
	text-indent:50px;
	margin-bottom: 50px;
}

#col{
	position:relative;
	float: left;
	height: 100%;
	width: 180px;
}

#download{
	display: block;
	width : 180px; 
	height : 180px; 
	text-indent:-9999px;
	background-image: url(download.png);
}

#buy{
	display: block;
	width : 180px; 
	height : 180px; 
	text-indent:-9999px;
	background-image: url(buyquake3.png);
}

#legal{
	position: relative;
	width: 100%;
	text-align: center;
}

.sidelink{ 
	display: block;
	width : 180px; 
	height : 75px; 
	text-indent:-9999px;
}
#follow{
	background-image: url(follow.png);
}
#facebook{
	background-image: url(fb.png);
}
#twitter{
	background-image: url(twit.png);
}
#mod{
	background-image: url(mod.png);
}
#friendster{
	background-image: url(fster.png);
}
#explode{
	position: relative;
	clear: both;
	width: 100%;
	height: 400px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(explodedView.png);
	background-repeat: no-repeat;
	background-position: center;
}
#gallery{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

#comment{
	width: 650px;
}

.center{
	position: relative;
	padding: 0px;
	width: 468px;
	margin: auto;
	text-align: left;
	
}

.windows, .linux, .apple, .solaris {
	padding-top: .1em;
	padding-left: 48px;
	background-repeat: no-repeat;
	list-style: none;
}

.windows {
	background-image: url('http://ioquake3.org/wp/wp-content/uploads/2011/11/win.png');
}

.linux {
	background-image: url('http://ioquake3.org/wp/wp-content/uploads/2011/11/lin.png');
}

.apple {
	background-image: url('http://ioquake3.org/wp/wp-content/uploads/2011/11/mac.png');
}

.solaris {
	background-image: url('http://ioquake3.org/wp/wp-content/uploads/2011/11/sol.png');
	padding-left: 80px;
}

input[type="text"]
{
	border-color:#666;
	border-style:solid;
	border-width:2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 3px;
}

input[type="submit"]
{
	background-color:#666;
	color: white;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px;
}

.post {
	margin-bottom: 30px;
}