/* I-Tower Style Sheet */


* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#666666;
	font-family:arial;
} 

a {
	text-decoration:none;
	color:#8e4007;											
}

	a:hover {
		text-decoration:underline;
	}
	
p {
	font-size:12px;
}

img {
	border:none;
} 
.clearit {
	clear:both;
	height:0px;
	overflow:hidden;
}

/* Wordpress Default Stylings */ 
.alignleft { 
	float:left; 										
}
.alignright { 
	float:right; 
}
.aligncenter { 
	display:block; 
	margin:0px auto; 
}

/* Generic Form Settings */
form {
} 
form ol {
	list-style:none;
}
fieldset {
	border:none; 
	padding:0
}
	fieldset.cf_hidden {
		display:none;
	}

input {
	color:#666666;
	font-size:14px;
	line-height:30px;
} 

div.cf_info {
	font-size:12px;
	color:#666;
	clear:both;
}

/* Site Structure */

#wrapper {
	width:100%;
	background-color:#666666;
}

#site_wrapper {
	width:790px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFFFFF;
}

/* Header */
#header {
	width:778px;
	height:122px;
	margin:5px auto;
	overflow:hidden;
	background:#e9e9e9 top right no-repeat url('images/background/header-bg.png');   
	border:#cccccc thin solid;
}

#header_wrapper{
	width:776px;
	height:127px;
	margin:0 auto;
	overflow:hidden;
	border-left:#000000 2px solid;
	border-right:#000000 2px solid;
}

#logo {
	float:left;
	margin:25px 0 0 20px;
}

#navi {
	margin:5px 5px 0 5px;
	float:left; 
	width:780px;
	background-color:#292929;
}
	#navi li {
		list-style:none;
		float:left;
	}
		#navi li.current_page_item {
			font-weight:bold;
			color:#e5e5e5; 										
		}
		#navi li a {
			float:left;
			display:block;
			padding:5px 15px;
			font-size:14px;
			color:#e5e5e5; 										
			padding:10px 20px;
		}
 		/* Commented Backslash Hack 
		hides rule from IE5-Mac \*/
  			#navi li a {float:none;}
  		/* End IE5-Mac hack */
		
	
/* Main */
#main {
	width:780px;
	margin:0 auto;
	background:#292929 url(images/background/main-bg.png) repeat-y top center;
	min-height:880px;			
	border-bottom:#292929 solid 3px;			
}

#content {
	width:430px;
	margin:-15px 18px 0 0;
	padding:15px 25px 25px 25px;
	float:right;
}

#content h1 {
	font-size:18px;
	font-weight:normal;
}

#content h2 {	
	color:#000000;
	font-size:18px;
}

/* Static */

.box {
	margin:10px 0 20px 0 ;
}

	.box-left {
		float:left;
		padding:5px;
		margin:0 15px 5px 0;
		border:2px solid #b1b1b1;
	}
	
	.box-right{
		float:right;
		padding:5px;
		margin:0 0px 5px 15px;
		border:2px solid #b1b1b1;
	}
	
	.box p {
		margin:10px 0;
		font-size:12px;
		line-height:20px;
	}

#competition {
	width:430px;
	height:125px;
	background:url(images/background/competition-bg.png) no-repeat;
	padding:25px;
	margin:0 auto;
}

	#competition h2 {
		font-size:14px;
		color:#000000;
		margin:0 0 10px 0;
	}
	
	#competition p {
		color:#666666;
		width:280px;
		height:60px;
	}
	
	#competition p a {
		color:#000000;
		font-weight:bold;
	}
	
#member-signup {
	width:430px;
	overflow:hidden;
	background-color:#d8d8d8;
	border:1px solid #999999;
	margin:0 auto;
	padding:0 0 10px;
}

	#member-signup h2 {
		margin:10px 0 10px 10px;
		font-size:20px;
		font-weight:normal;
	}

	#member-signup p {
		width:230px;
		font-size:12px;
		margin:10px 0 0 10px;
		float:left;
	}

#member-fields {
	float:left;
	width:150px;
	border-left:1px solid #999999;
	margin:0 0 0 20px;
}
		#member-fields li {
			margin:0 0 10px 10px;
		}
	#member-fields div.cf_info {
		margin:10px 0 0 10px;
	}
	#member-fields input {
		padding:0px;
		margin:0px;
		border:2px solid #999999;
	}
	#member-fields p {
		margin:4px 0 0 10px;
	}

	p.linklove {
		display:none;
	}

.submit2 {
	float:right;
	margin:10px 10px 10px 0;
}

/* Contact Form */

#contact-form {
}
	#contact-form label {
		font-size:12px;
		color:#333;
	}
	#contact-form li {
		margin:0 0 10px;
	}
	#contact-form input.sendbutton {
		color:#333; 
	}

/* Featured Event */
.sticky, #featured-event{
	width:405px;
	height:175px;
	margin:0px auto 30px auto;
	padding:7px;
	background:#d8d8d8;
	border:3px solid #b1b1b1;
}
		
	.sticky, #featured-event img {
		display:inline;
		float:left;
		margin:10px 0 0 0;
	}
				
#featured-heading {
		width:405px;
		height:30px;
		background-color:#c5c5c5;
		overflow:hidden;
	}
	
	#featured-heading h1 {						
		font-size:14px;
		font-weight:normal;
		width:103px;
		padding:0 10px;
		line-height:30px;
		display:inline;
		float:left;
	}
		
	#featured-heading h2 {
		width:200px;
		font-size:18px;
		font-weight:normal;
		line-height:30px;
		margin-left:10px;
		display:inline;
	}
		
#featured-content {
	float:left;
	width:250px;
	height:66px;
	margin:0px 0 5px 10px;
	overflow:hidden;
}
	
	#featured-content p {
		font-size:12px;
		line-height:18px;
	}
			
.featured-details {
	float:left;
	width:225px;
	height:60px;
	margin:7px 0 0 35px;
	background:#c5c5c5;
	border:1px solid #999;
}
	
	.featured-details ul {
		width:200px;
		padding:7px 0 7px 10px;
	}
	
		.featured-details li {
			font-weight:normal;
			height:20px;
		}
			
			.featured-details p {
				line-height:20px;
				display:inline;
				font-size:10px;
			}
	
			.event-date {
				list-style-image:url(images/cal.png);
				list-style-position:inside;
			}
			.event-location {
				list-style:url(images/loc.png);
				list-style-position:inside;
			}
	
/* Post */
.event-meta {
	margin:10px 0 20px; 
} 
	.event-meta ul {
	} 
		.event-meta li {
			font-weight:normal;
			margin:2px 0;
		} 
			.event-meta p {
				line-height:20px;
				display:inline;
				font-size:12px;
			}

.date {
	color:#6a6a6a;
	background:url(images/cal.png) left no-repeat;
	text-indent:26px;
}

.category {
	color:#6a6a6a;
	background:url(images/category.png) left no-repeat;
	text-indent:26px;
}

.category a {
	color:#6a6a6a;
}

.post {
	margin:10px 0 40px 0;
	overflow:hidden;
}


 
.post h2, .post h2 a {
	color:#8e4007;
	font-size:14px;
}
.post h3 {
	color:#999999;
	font-weight:normal;
}
.post h2 a:hover {
	color:#8e7766;
	text-decoration:none;
}
.post p {
	margin:10px 0 0 0;
	line-height:20px;
}

.post_navi {
	width:400px;
	margin:10px auto 0px auto;
	padding:5px 15px;
	font-size:12px;
	float:left;
}
.post_navi a {
	color:#000000;
	font-weight:bold;
}
.left_align {
	float:left;
	text-align:left;
}
.right_align {
	float:right;
	text-align:right;
}

/* Comments */
#comments {
	margin:50px 0 0 0;
	border-top:dotted #999999;
}
#comments h3 {
	font-size:14px;
	color:#000000;
	font-style:italic;
	margin:20px 0;
}
#comments ul {
	margin:0px;
	list-style:none;
}
#comments li {
	margin:10px 0 0 0;
	padding:5px;
	border:1px solid #666666;
}

#comments cite {
	color:#333;
	font-size:12px;
}

#comments small {
	font-size:12px;
	} 

#respond {
	margin:50px 0 0 0;
}
#respond h3 {
	font-size:14px;
	color:#333;
}

/* Sidebar */
#sidebar {
	width:260px;
	margin:0 0 0 12px;
	padding:0 0 0 0px;
	float:left;
}

	#sidebar ul {
		margin:0;
		list-style:none;
	}
			
#links {
	width:260px;;
	background-color:#292929;
	padding:15px 0 30px 0;
	border-bottom:#e1e1e1 solid 5px;
}

	#links h2 {
		color:#a2a2a3;
		font-size:14px;
		font-weight:normal;
		padding:10px 0;
	}

	#links ul {
		width:250px;
		margin:0;
		padding:0px;
		list-style:none;
	}
			#links li a {
				color:#e0e0e0;
				font-weight:normal;
				font-size:12px;
			}
				

#upcoming {
	border-bottom:1px dashed #666;
	padding:0 0 10px;
	overflow:hidden;
}
.upcoming-heading {
	width:215px;
	height:30px;
	background:#8e4007;
	margin:15px auto 0 auto;
	}
	
	.upcoming-heading img {
		display:inline;
		float:left;
		margin:-5px 0 0 7px;
	}
	
	.upcoming-heading h2 {
		font-size:14px;
		font-weight:normal;
		width:110px;
		padding:0 10px;
		line-height:30px;
		display:inline;
		color:#ececec;
	}
	
.upcoming-title {
	width:215px;
	margin:10px 0 0 22px;
}
	
	.upcoming-title h3 {
		font-size:12px;
		font-weight:normal;
		color:#6d6c6c;
	}
	
	.upcoming-title h2 {
		font-size:14px;
		width:165px;
		height:14px;
		line-height:14px;
		font-weight:normal;
	}
	
		.upcoming-title a{
		text-decoration:none;
		color:#000000;
		}
		
		.upcoming-title a:hover {
		text-decoration:underline;
		}
	
.upcoming-description p {
	width:215px;
	margin:15px 0 0 22px;
	line-height:18px;
	color:#8e4007;
	}

.more {
	float:right;
	color:#000000;
	font-size:12px;
	margin:7px 40px 0 0;
}

#newsletter-form {
	overflow:hidden;
}
	#newsletter-form input {
		float:left;
		margin:0 10px 0 0;
	}
	#newsletter-form input.sendbutton {
		float:left;
		background:url('images/submit.png') no-repeat;
		height:25px;
		width:25px;
		border:none;
		cursor:pointer;
	}

.newsletter {
	margin:50px 0 0 22px;
}

	.newsletter h3 {
		font-size:12px;
		font-weight:bold;
		color:#007024;
		margin:0 0 10px 0;
	}


.signup {
	height:25px;
	float:left;
}

.submit {
	float:left;
	margin:0 0 0 10px;
}

.stock-widget {
	margin:30px 0 0 0;
}



/* Footer */
#footer {
	height:30px;
	}

#footer p{
	text-align:center;
	font-size:11px;
	line-height:30px;
}

