*
{	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;	
}

.hide
{	display: none;
}

html
{
}

body
{	background: #c0dffe url(../images/main-header.png) repeat-x top left;
	font-family: "HelveticaNeue-Light", HelveticaNeue, Helvetica, Arial, sans-serif;
	min-width: 640px;
}


img#page_title
{	height: 122px;
	width: 437px;
	margin: 0 0 10px 40px;
}


/* @group Sidebar Content Formatting
------------------------------------------ */

div.sidebar
{	float: right;
	clear: right;
	display: block;
	
	width: 300px;
	margin-right: 20px;
	padding: 0px;
	
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	
	/*border: 1px solid #7fb1e3;
	background: #d6eafe;*/
}

div.sidebar div.themeImage
{	width: 300px;
	height: 300px;

	overflow: hidden;
	margin: 25px 0px 0px 0px;
}


div.sidebar h1
{	text-shadow: white 0px 1px 1px;
	font-size: 18px;
	font-weight: normal;
	color: #37619f;
	margin: 0px 0px 5px 0px;
	padding: 0 30px;
}

div.sidebar p
{	font-size: 12px;
	color: #497db1;
	text-align: left;
	padding: 0 30px;
}

div.sidebar ul li
{	list-style-type: none;	
	color: #497db1;
	font-style: italic;
	line-height: 22px;
	font-size: 12px;
	padding: 0 30px;
}

div.sidebar ul li a
{	list-style-type: none;	
	color: #497db1;
	font-style: normal;
}

div.sidebar ul li a:hover
{	color: rgb(0, 140, 245);
	text-decoration: underline;
}

div.sidebar p.rightaligned
{	font-size: 12px;
	color: #497db1;
	text-align: right;
	padding: 0 30px;
}

/* @end */

/* @group Body Content Formatting
------------------------------------------ */

div.bodyContent
{	padding: 0px 30px 150px 10px;
	min-width: 300px;
	margin: 0px 325px 0px 0px;
}

div.bodyContent div.clear_both
{	clear: both;
}

div.bodyContent div.clear_left
{	clear: left;
}

div.bodyContent h1
{	color: #444;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 50px;
	text-shadow: white 0px 1px 1px;
}
		
p
{	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}

/* @end */

/* @group Work Thumbnails
------------------------------------------ */

div.leftwork
{	width: 260px;
	float: left;
	margin: 30px;
	padding: 0;

}

div.leftwork p
{	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
}

div.image_clipper
{	width: 256px;
	height: 256px;
	overflow: hidden;
}

/* @end */

/* @group Dialog Overlay
------------------------------------------ */


#dialogToggle
{	visibility: hidden;
	position: fixed;
	display: none;
}

#dialog
{	background: url('../images/dialogBackground.png');
	width: 290px;
	height: 140px;
	position: fixed;
	top: 50%;
	left: 50%; 
	margin: -100px 0 0 -140px;
	padding: 30px;
	z-index: 200;
	text-align: center;
}

#dialog h1
{	color: #222;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	line-height: 18px;
	margin: 20px 0px;
}

#dialog p
{	color: #444;
	line-height: 16px;
	font-size: 13px;
	margin: 10px 0px;
	
}

#dialogButton
{	width: 53px;
	height: 25px;
	background: url('../images/roundedRect_OK.png');
	text-shadow: #fff 0px 1px 0px;
	color: #222;
	margin: auto;
	padding: 3px 0 0 0;
	font-weight: bold;
	cursor:default;
}

#dialog:hover #dialogButton
{	background-position: 0 -26px;
}

#dialog:hover #dialogButton:active
{	background-position: 0 -52px;
	color: #2380ff;
}

#dialogBackdrop
{	background: black;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
}

/* @end */
