/*   
Theme Name: The WebX
Theme URI: http://thetechnopath.com/
Description: Custom theme for The WebX 2010 by <a href="http://uzeeinc.net">UzEE, Inc.</a>.
Author: UzEE
Author URI: http://uzeeinc.net/
Version: 1.0
.
This theme is specially crafted for The WebX 2010 and is not for public use.
Copyright Â© 2010 UzEE, Inc.
.
*/

/*-------------------------
	RESET ALL ELEMENTS
-------------------------*/

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #71C6FF; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal; color:#000000; }

/*=================
		MAIN
=================*/

body {
	font-family: "Arial	Narrow", arial;
}

.cleared {
	clear: both;	
}

.floatLeft {
	float: left;	
}

.floatRight {
	float: right;	
}

p {
	margin: 10px 0px;	
}

p.small {
	font-size: 60%;	
}

#topWrap, #eventBar, #footWrap, #contentWrap {
	width: 960px;
	margin: 20px auto;
	text-align: center;
}

#logoWrap {
	background: #fff;	
	margin: 20px 0;
	width: 100%;
	
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,.4);
	box-shadow: 0px 0px 50px rgba(0,0,0,.4);
}

#headerText {
	font-size: 24px;
	color: #fff;
	margin: 10px;
	text-align: center;
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.3), 0px 0px 50px rgba(255,255,255,.4);
}

#headerLogo {
	padding: 20px 10px;
	margin: 10px auto;
	width: 960px;
}

#headerLogo a {
	background: url(img/logo.png) top center no-repeat;
	width: 940px;
	height: 190px;
	display: block;
}

#eventBar > ul {
	list-style: none;
	margin: 20px 0px;
}

#eventBar > ul > li {
	display: inline-block;	
	vertical-align: top;
}

.eventBox, .detailsBox, .contactBox {
	background: #046;
	padding: 10px;
	width: 260px;
	height: 125px;
	margin: 20px;
	color: #fff;
	opacity: .8;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: inset 0px 0px 50px rgba(0,17,51,.3), 0px 0px 50px rgba(255,255,255,.6);
	-moz-box-shadow: inset 0px 0px 50px rgba(0,17,51,.3), 0px 0px 50px rgba(255,255,255,.6);
	box-shadow: inset 0px 0px 50px rgba(0,17,51,.3), 0px 0px 50px rgba(255,255,255,.6);
}

.eventTitle {
	font-variant: small-caps;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.detailsBox {
	width: 580px;
	height: 220px;
}

.detailsBox.floatRight {
	width: 260px;	
}

.detailsBox li {
	margin: 5px 0;
}

.detailsBox a {
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
}

.detailsBox a:hover {
	text-shadow: 1px 1px 1px rgba(0,0,0,.5), 0px 0px 10px rgba(255,255,255,.4);
	font-weight: bold;
}

#footWrap {
	text-align: center;
	color: #fff;
	font-size: 12px;
	word-spacing: 3px;
}

#footWrap a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	font-size: 13px;
}

#footWrap div {
	margin: 10px 0;
}

.contactBox {
	width: 152px;
	height: 152px;
	margin: 10px;
}

#contentWrap {
	padding: 10px;	
	color: #fff;
	text-align: left;
}

.postTitle {
	font-size: 36px;
	color: #fff;
}

.postTitle a {
	font-size: 32px;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.postTitle a.titleBack {
	color: #000;	
}

.postTitle a.titleBack:before {
	content: "◄ ";
}

.postTitle a.titleBack:hover{
	color: #fff;	
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.postContent {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.postContent a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.postContent ul {
	list-style: disc inside;
	margin: 0px 30px;
}

.postContent a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5), 0px 0px 25px rgba(255,255,255,.8);
}

.postContent strong {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}