/*
Theme Name: ATNE Theme Template 
Description: The Official Theme of ATNE.org 
Theme URI: http://www.atne.org
Version: 1.0
Author: Growth Spark 
Author URI: http://growthspark.com
*/ 

/* Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; } 

/* Font Size Reset */
html{ font-size:16px; } /* Make sure the default is always 16px */
body{
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
}

/* Wordpress Default Stylings */

.alignleft { 
	float:left; 
	margin:0 10px 5px 0;
}
.alignright { 
	float:right; 
	margin:0 0 5px 10px;
}
.aligncenter { 
	display:block; 
	margin:0px auto; 
	text-align:center;
}

.wp-caption {
	border:1px solid #ccc;
	background:#eee; 
	text-align:center;
	padding-top:4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	font-size:1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


li.page_item { }
.cat-item { }
.current-cat-item { }
.current-cat-parent { }


/* Global Styles */
body {
	font-family:arial, helvetica, sans-serif;
	color:#333;
	background:#999;
}
h1 {
	font-size:2.2em;
	text-transform:capitalize;
}
h2 {
	font-size:1.6em;
	text-transform:capitalize;
}
h3 {
	font-size:1.2em;
}
p {
	font-size:1.2em;
	margin:5px 0 10px;
	line-height:1.6em;
} 
li, label {
	font-size:1.2em;
	margin:5px 0;
} 
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
blockquote {
	width:80%;
	margin:10px auto; 
	border:1px solid #000;
}
cite {
	font-style:italic;
}

a {
	text-decoration:none;
	color:#2B8383;
}
	a:hover {
		/*text-decoration:underline;*/
	}

.button, label { 
	cursor:pointer;
}

.clearit { 
	clear:both; 
	height:0px;
	overflow:hidden;
}

/* Site Structure */
#wrapper {
	width:100%;
}
#site_wrapper {
	width:780px;
	margin:0 auto;
	padding:0 0 30px;
	overflow:hidden;
	border:1px solid #666;
	background:#fff;
}
#main {
	overflow:hidden;
	margin:20px 0 0;
}

/* Top Section */
#header {
	margin:0 0 10px;
	overflow:hidden;
} 
	#logo {
		height:150px;
	}



#nav {
	text-align: left;
        text-transform: uppercase;
	margin: 0px auto 0px;
	padding: 0px;
}

	#navigation {
		width:780px;
		margin:0 auto;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		background:#999;
	}
		#navigation ul {
			overflow:hidden;
		}
		#navigation li {
			margin:0;
			display:block;
			float:left;
			padding:5px 25px;
			font-size:1.4em;
			border-right:1px solid #fff;
		}
			#navigation li a {
				text-decoration:none;
				color:#fff;
			}
			#navigation li:hover {
				background:#666;
			}
			#navigation li.current_page_item, #navigation li.current_page_parent, li.current_page_ancestor {
				background:#666;
			}
			#navigation li.current_page_item a, #navigation li.current_page_parent, li.current_page_ancestor a {
				color:#fff;
			}
			#navigation li.last {
				border:none;
			}
	#sub-navigation { 
		margin:0;
		background:#666;
	}
		#sub-navigation ul { 
			overflow:hidden;
			padding:3px;
		}
		#sub-navigation li { 
			padding:0px;
			margin:0 20px;
			float:left;
			color:#ffffff;
			list-style:none;
		}
			#sub-navigation li:before { 
				content: "\00BB \0020"; 
			}
			#sub-navigation li a {
				color:#fff;
			} 
				#sub-navigation li a:hover {
					color:#0099FF;
				}
				#sub-navigation li.current_page_item a, #sub-navigation li.current_page_parent a { 
					text-decoration:none;
					color:#0099FF;
				} 
	

/* Content */
#content {
	width:600px;
	margin:0 20px 0 0;
	float:right;
}
	#content h1, #content-home h1 {
		margin:0 0 10px;
		color:#0066ff;
	}
	#content h2, #content-home h2 {
		font-size:1.6em;
		margin:0 0 10px;
		text-transform:capitalize;
		font-style:italic;
		font-weight:bold;
		color:#666;
	} 
	.breadcrumb {
		margin:10px 0;;
		padding:5px;
		border:2px dashed #ddd;
		background:#eee;
		font-size:1.2em;
	}
	.post {
		margin:0 0 20px;
		overflow:hidden;
	}
		#content .post h2, #content .post h2 a {
			margin:10px 0 5px;
			font-style:normal;
			color:#666;
		} 
			#content .post h2 a:hover { 
				color:#0066FF;
			} 
			#content .post h2.events, #content .post h2.events a {
				color:#0066FF;
			}
		.post ul, .post ol {
			margin:0 0 10px 30px;
		}
			.post ul ul, .post ol ul, .post ul ol, .post ol ol {
				margin:0 0 0 30px;
			}
		.odd {
		}
		.even {
			background:#f0f0f0;
			border:1px solid #e8e8e8;
		}
		.meta {
			padding:2px;
			background:#f0f0f0;
			border:1px solid #e8e8e8; 
			clear:both;
		}
			.meta p {
				font-size:1em;
				margin:0px;
			}
			.post .event-date {
				font-size:1.2em;
				font-weight:bold;
			}
		.post-navigation {
			text-align:center;
			overflow:hidden;
		}
			.post-navigation a {
				font-size:1.2em;
			}
#content-home {
	width:500px;
	margin:0 20px 0 0; 
	float:right;
}

/* Buttons and Misc Classes */
.action-button {
	margin:0 0 10px;
	width:200px;
	border-radius:5px;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	background:#eee; 
	text-align:center;
}
	.action-button:hover {
		border:1px solid #999;
		background:#ccc;
	}
	#sidebar-home .action-button p {
		padding:5px;
		cursor:pointer;
		display:block;
		font-size:1.3em;
	}
		#sidebar-home .action-button:hover p {
			color:#fff;
			font-weight:bold;
			text-decoration:none;
		} 
	#sidebar-home .action-button a p {
		color:#0066FF;
	}
#membership {
	border:1px solid #ccc;
	background:#eee;
	padding:5px 15px;
}
	#membership a {
		color:#0066FF;
	}

#membership-form {
} 
	#membership-form h3 {
		font-size:1.6em;
		font-weight:bold;
	}
	#membership-form p {
		font-size:1.0em;
	}
	#membership-form fieldset {
		border:1px solid #999;
		padding:0 10px 10px;
		background:#eee;
	}
	#membership-form legend {
		border:1px solid #999;
		background:#e0e0e0;
		font-size:1.6em;
		padding:0 10px;
		font-weight:bold;
	}
	#membership-form input {
		border:1px solid #2B8383;
		font-size:1.0em;
	}
	#membership-form select {
		border:1px solid #2B8383;
		font-size:1.0em;
	}
		#membership-form input.submit {
			font-size:1.2em;
			padding:5px;
			border:1px solid #999;
			font-weight:bold;
		}
		#membership-form input.submit:hover {
			border:1px solid #333;
			background:#999;
			color:#fff;
			cursor:pointer;
		}
.captcha {
	overflow:hidden;
	margin:0 0 10px;
}
	input.captcha-text {
		margin:0 0 0 10px;
		float:left;
	}
	.captcha-image {
		float:left;
	}

/* Comments and Responses */
#comments {
	margin:10px 0;
}
	#comments h3 { 
		font-size:1.2em;
		font-weight:bold;
	}
	#comments p {
		font-size:1em;
	}
	#comments ul {
		margin:10px 0 0;
	}
	#comments li {
		margin:0 0 10px;
		padding:5px;
		list-style:none;
		overflow:hidden;
	}
		#comments li .comment-left {
			width:135px;
			margin:0 20px 0 0;
			float:left;
		}
		#comments li .comment-right {
			width:380px;
			padding:5px 10px;
			float:left;
			border:1px solid #e8e8e8; 
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
#respond { 
}
	#respond h3 { 
		font-size:1.2em;
		font-weight:bold;
	}


/* Search Results Page */
.search-terms {
	background:#eee;
	border:1px dotted #ccc;
}
.search-excerpt {
	background:#eee;
	border:1px dotted #ccc;
}

/* Sidebar */
#sidebar-home {
	margin:0 0 0 25px;
	padding:5px 10px 0 0;
	width:210px;
	float:left;
	border-right:1px dashed #999; 
}
#sidebar {
	margin:0 0 0 25px;
	padding:5px 10px 0 0;
	width:115px;
	float:left;
	border-right:1px dashed #999;
}
	#sidebar h2, #sidebar-home h2 {
		margin:0 0 5px;
		font-size:1.6em;
		font-weight:bold;
	}
	#sidebar p, #sidebar-home p {
		font-size:1.1em;
	}
	#sidebar ul {
		margin:10px 0;
	}
	#sidebar li {
		list-style:none;
		margin:0 0 10px;
		font-size:1.2em;
	}
		#sidebar li.current_page_item a {
			text-decoration:underline;
		}
               #sidebar li:hover {

                       color:#339999;
			text-decoration:underline;
		}
	#sidebar ul ul {
		margin:10px 0 0 20px; 
	} 
		#sidebar ul ul li {
			font-size:1.1em;
			list-style:circle;
		}
	.sidebar-box {
		margin:0 0 40px;
	}
	ul#twitter_update_list {
		margin:0;
	}
	ul#twitter_update_list li {
		list-style:none;
	}
	#search-form {
		width:300px
	}

/* Footer */
#footer {
	width:780px;
	margin:0 auto;
	padding:10px 0 15px;
	border-top:1px solid #999;
}
	#footer ul { 
		text-align:center;
	}
		#footer li {
			margin:0 10px 0 0;
			display:inline;
			font-size:1em;
		} 

