/*

*/

/****************
Remove all unwanted style
****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**********************
** HTML and BODY
**********************/
html	{}

body	{
	color: black;
	font-family: Verdana, Georgia, Tahoma;
	font-size: 12px;
	background-color: white;
}
		
	h2,
	h3	{
		font-weight: normal;
		font-size: 20px;
		margin: 5px 0 5px 0;
		padding: 5px 0 5px 0;
		text-align: center;
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #808080;
		background-color: #B2E1F4;
	}

	h4	{
		font-weight: Bold;
		font-size: 16px;
		margin: 10px 0 5px 0;
		padding: 5px 0 5px 0;
	}
	
	p {
		line-height: 1.3;
		padding: 5px;
	}
	
	.latest_journal {
		text-align: center;
	}

/****************
Body Wrapper
****************/
#wrapper {
	overflow: auto;
	margin: 0 auto 15px auto;
	padding-bottom: 10px;
	width: 	   1000px;
	min-width: 1000px;
	max-width: 1000px;
	overflow: hidden;
	}

/********************
 *** MENU & LINKS ***
 ********************/
a, 
a:link  {
	color: #0066CC;
	font-weight: bold;
	}
	
a:visited {
	color: #808080;
	font-weight: bold;
	}
	
a:hover {
	color: red;
	font-weight: bold;
	}
	
/***************
Header
****************/
#header	{
	position: relative;
	float: left;
	width: 	   700px;
	min-width: 700px;
	max-width: 700px;
	margin-bottom: 10px;
	background-color: black;
}

	h2#page-description {
		position: relative;
		clear: both;
		margin: 0;
		padding: 5px 0 0 10px;
		width: 100%;
		font-size: 10px;
		text-align: left;
		color: #0066CC;
		text-decoration: none;
		border-style: none;
		background-color: #B2E1F4;
	}
	
	#blog-title {
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 10px;
		padding: 5px 10px 10px 10px;
		font-size: 30px;
		background-color: #B2E1F4;
	}
	
		#blog-title a {
			color: black;
			text-decoration: none;
			border-style: none;
		}
		
/***************
Header Gallery
****************/
#image_gallery {
	position: relative;
	width: 	   700px;
	min-width: 700px;
	max-width: 700px;
	height: 	250px;
	min-height: 250px;
	max-height: 250px;
}
	
	#gallery_area {
		position: relative;
		float: left;
		width: 	   700px;
		min-width: 700px;
		max-width: 700px;
		height: 	250px;
		min-height: 250px;
		max-height: 250px;
	}
	
	.gallery_image {
		width: 500px;
		min-width: 500px;
		max-width: 500px;
		height: 	250px;
		min-height: 250px;
		max-height: 250px;
		overflow: hidden;
	}
		
		.gallery_image img {
			height: 250px;
			max-height: 250px;
		}
		
		.gi_left {
			position: absolute;
				top: 0px;
				left: 0px;
		}
		
			.gi_left  img {
				float: left;
			}
		
		.gi_right {
			position: absolute;
				top: 0px;
				right: 0px;
		}
			.gi_right  img {
				float: right;
			}

	.gallery_content {
		background-color: black;
		color: white;
		padding: 5px;
		width: 200px;
		height: 240px;
		}

	.gallery_content h2 {
		font-size: 14px;
		font-variant: caps;
		background-color: black;
	}
		
	.gallery_content p {
		font-weight: normal;
		font-size: 12px;
	}
		
	.gallery_content a {
		color: #0066CC;
		font-weight: bold;
	}
		
	.gc_left {
		position: absolute;
			top: 0px;
			left: 0px;
		}
		
	.gc_right {
		position: absolute;
			top: 0px;
			right: 0px;
		}
		
	#gallery_controls {
		background-color: #CCCCCC;
		position: absolute;
		bottom: 0;
		right: 0;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		}
		
		#gallery_controls li {
			float: left;
			}
			
		#gallery_controls a {
			display: block;
			padding: 4px 10px;
			color: #0066CC;
			text-align: center;
			}
	
		#gallery_prev {}
		
		#gallery_next {}

/***************
Access
****************/
#access {}

#menu {
	position: relative;
	float: left;
	width: 	   290px;
	min-width: 290px;
	max-width: 290px;
	height: 280px;
	min-height: 280px;
	max-height: 280px;
	padding: 0;
	background-color: white;
}
	#menu_right_image {
		position: absolute;
			right: 0px;
			bottom: 20px;
		min-height: 45px;
		width: 40px;
		max-width: 40px;
		background-color: #B2E1F4;
	}
	
	#menu_bottom_image {
		position: relative;
		float: right;
		height: 40px;
		max-height: 40px;
		width: 100%;
		background-color: #B2E1F4;
		background: -moz-linear-gradient(100% 100% 90deg, #128ACD, #B2E1F4);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B2E1F4), to(#128ACD));
		-moz-border-radius-bottomright: 12px;
		-webkit-border-bottom-right-radius: 12px;		
	}

	#menu  ul{
		height: 260px;
		width: 230px;
		margin-left: 10px;
	}
	
		#menu ul li {
			padding: 5px 0 10px 0;
		}
		
			#menu ul li a {
				padding-left: 10px;
				font-size: 20px;
			}

#sub_menu {
	position: relative;
	float: left;
	width: 700px;
	min-width: 700px;
	max-width: 700px;
	height: 40px;
	min-height: 40px;
	margin-top: -20px;
	margin-bottom: 10px;
	background-color: #B2E1F4;
	background: -moz-linear-gradient(100% 100% 90deg, #128ACD, #B2E1F4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B2E1F4), to(#128ACD));

}
	
	#sub_menu ul {
		text-align: right;
		width: 700px;
		height: 11px;
		padding: 15px 0 10px 0;
	}
	
		#sub_menu ul li {
			list-style-type: none;
			display: inline;
			padding: 10px 5px 10px 5px;
		}
		
		#sub_menu ul li a {
			color: #0066CC;
			font-size: 16px;
		}
		
	#project-details li a {}
	
	#selected {
		width: 280px;
		background-color: #B2E1F4;
		-moz-border-radius-topright: 12px;
		-webkit-border-top-right-radius: 12px;
	}

	#selected a {
		color: #0066CC;
	}
	
/****************
Container for all the main body column
****************/
div#container {
	position: relative;
	float: left;
	width:     700px;
	min-width: 700px;
	max-width: 700px;
	min-height: 315px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: white;
}

	div#content {	
		position: relative;
		width:     680px;
		min-width: 680px;
		max-width: 680px;
		min-height: 300px;
		padding: 10px 10px 10px 10px;
	}

		#nav-above,
		#nav-below {
			position: relative;
			width:     680px;
			min-width: 680px;
			max-width: 680px;
			height: 20px;
		} 
	
		.navigation {}
		
			.nav-previous {
				position: relative;
				float: left;
				width: 300px;
				min-width: 300px;
				max-width: 300px;
			}
			
			.nav-next {
				position: relative;
				float: right;
				width: 300px;
				min-width: 300px;
				max-width: 300px;
				text-align: right;
			}
			
				.meta-nav {}
				
		/* posts */
		div.hentry {}
		
		div.publish {}
		
		div.post {
			margin: 10px 15px 10px 15px;
			padding-top: 10px;
		}
		
			h2.entry-title {
				padding-bottom: 5px;
				text-align: center;
				font-size: 20px;
			}
			
				h2.entry-title a {}
				
			div.entry-date {
				padding: 10px 0 5px 15px;
			}
			
				abbr.published {}
				
			div.entry-content {
				padding: 0 0 5px 10px;
			}
			
				div.entry-content a {}
				
				div.entry-content img {
					padding: 4px 5px 5px 0;
				}
				
				div.entry-content p {}
				
			div.entry-meta {
				padding: 5px;
				margin: 0 10px 15px 15px;
				border-top: 1px;
				border-bottom: 1px;
				border-color: #808080;
				border-style: solid;
				}
			
				/* <span class="meta-sep">|</span> */
				span.met-sep {}
			
				span.author {}
				
				span.vcard {}
				
				span.cat-links {}
				
					span.cat-links a {}
					
				span.edit-link {}
				
				span.comments-link {}

			blockquote {
				padding: 0 25px 0 15px;
			}
				
/***************
Sidebars 
****************/
div.sidebar {}
	/* top level un-orded list in both sidebars */
	ul.xoxo {}

/**************************************************************
Sidebars
Primary Sidebar
***************************************************************/
div#primary	{
	position: relative;
	float: right;
	width: 	   290px;
	min-width: 290px;
	max-width: 290px;
}


/****************
Special Event
****************/
div#special_event {
	width: 	   290px;
	min-width: 290px;
	max-width: 290px;
}

	.special_img {}
		
	#items_container {
		width: 		290px;
		min-width: 	290px;
		max-width: 	290px;
	}
	
		.slide_content {
			width: 	   270px;
			min-width: 270px;
			max-width: 270px;
			padding: 10px;
			margin-bottom: 10px;
			background-color: white;
			}

			
		#twitter_div {}
		
			#twitter_div h4 {
				text-align: center;
			}
		
			.twitter-title {}
				
				.twitter-title img {}
				
				#twitter_update_list li {
					position: relative;
					font-size: 14px;
					font-weight: normal;
					margin: 7px;
					padding: 3px;
					text-align: left;
				}
				
					#twitter_update_list li span {}
				
					#twitter_update_list li a:before {
						content: "\A";
						}

				/*Blog post entries for twitter*/
				.aktt_tweet_digest li {
					padding: 10px;
					}
					
				.aktt_credit {
					padding-left: 10px;
					}

		.current_project {
			text-align: center;
		}
			
			.theater {
				padding: 0;
			}
				
			.show_title {
				font-style: italic;
				font-size: 18px;
				color: #0066CC;
			}
				
			.misc_text {}

/**************************************************************
Sidebars
Primary Sidebar
***************************************************************/
#secondary	{
	position: relative;
	float: right;
	width: 	   290px;
	min-width: 290px;
	max-width: 290px;
}

/* Enhanced Categories 2.2.0 */
#enhanced-categories {
	margin-bottom: 20px;
}

	.enhanced-categories-1  li {
		font-size: 14px;
		margin: 4px 0 0 10px;
	}
	
		.children li {
			font-size: 12px;
			padding-left: 10px;
			margin: 4px 0 0 0;
		}

/******************
**  Search Form
*******************/
#search {
	margin-bottom: 10px;
}

	#searchform {
		margin-left: 10px;
	}
	
		#s {
			margin: 10px;
			width: 200px;
		}
		
		#searchsubmit {}
		
/******************
**  Calendar Sidebar -- BLOG
*******************/
#calendar-2 {
	margin-bottom: 20px;
}

		#calendar_wrap table {
			position: relative;
			width: 	   190px;
			min-width: 190px;
			max-width: 190px;
			margin: 10px auto 0 auto;
			}
		
			#wp-calendar caption {
				padding: 5px 0 5px 0;
				text-align: center;
				}
		
			#wp-calendar th {
				padding: 1px;
				}
		
			#wp-calendar tr {}
			
			#wp-calendar tr td {
				padding: 2px;
				text-align: center;
				}
			
				td#today {
					border: solid 1px #808080;
					}
			
		td#prev {
			text-align: left;
			}
		
		td#next {
			text-align: right;
			}
		
/******************
**  Archives Sidebar -- BLOB
*******************/
#archives-2 {
	margin-bottom: 10px;
}
	.widget_archive {}
		
			.widget_archive h3 {}
		
			.widget_archive select {
				margin: 10px;
				width: 240px;
				} 
			
			.widget_archive option {
				padding-left: 5px;
				}
				
/******************
**  Meta Sidebar -- BLOG
*******************/
	.widget_sandbox_rsslinks,
	.widget_sandbox_meta {
		margin-bottom: 10px;
	}

		.widget_sandbox_rsslinks ul li,
		.widget_sandbox_meta ul li {
			padding: 2px 0 2px 10px;
		}
	
/******************
**  Tags
*******************/

	#newtagcloud {
		padding: 5px 10px;
		text-align: center; 
	}
		#newtagcloud li a {
			position: relaive;
			clear: both;
		}

/**************************************************************
Sidebars
tertiary Sidebar
***************************************************************/
div#tertiary {
	position: relative;
	float: left;
	width: 	   700px;
	min-width: 700px;
	max-width: 700px;
	padding: 30px 0 20px 0;
	background-color: white;
	}
	
	#menu_other {
		text-align: center;
		height: 60px;
		padding-left: 20px;
	}
		
	.atlperforms,
	.thebiz,
	.nowcasting,
	.facebook,
	.linkedin,
	.tke,
	.twitter,
	.emailme,
	.meetup {
		position: relative;
		float: left;
		margin: 0 5px 0 5px;
	}

/****************
Footer
****************/
div#footer {
	position: relative;
	float: left;
	width: 	   690px;
	min-width: 690px;
	max-width: 690px;
	background-color: white;
}
	
	div#footer_content {
		position: relative;
		float: left;
		clear: both;
		width: 680px;
		height: 25px;
		padding: 10px 0 0 10px;
		border-top: dotted 1px black;
	}
	
	#footer_menu {}
	
		.fm {
			position: relative;
			clear: both;
			min-width: 690px;
			border-top: dotted 1px black;
		}
		
			.parent_fm {
				position: relative;
				float: left;
				width: 80px;
				min-width: 80px;
				max-width: 80px;
				padding: 4px 10px 5px 10px;
				margin-right: 15px;
			}
			
			.fm_sub {
				margin-left: 20px;
			}
			
				.fm_sub li {
					float: left;
					list-style-type: none;
					display: inline;
					padding: 4px 10px 5px 0;
				}
