/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style_main.css
	Version:		1.4
	Date:		8 May 2008
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #000 url(../images/bg_body.jpg) no-repeat center top;
	font: normal 10px/1.6em Tahoma, Verdana, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

a img,
:link img,
:visited img {
	border: 0;
}

th,
td,
caption {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link,
a:visited {
	color: #6cf;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(../images/icon_list.gif) no-repeat 0 0.6em;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	color: #6cf;
	font-size: 1.4em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.15em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index,
#secondary,
#masthead {
	width: 1000px;
	min-height: 250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-right: 1px solid #fff;
	z-index: 1;
}

#masthead {
	min-height: 50px;
	padding-top: 30px;
	border-right: 1px solid #000;
}

#masthead h1 {
	width: 243px;
	height: 21px;
	overflow: hidden;
	background: url(../images/brand_rtimoshenko.gif) no-repeat;
	text-indent: -9000em;
	line-height: 21px;
}

#secondary {
	margin-top: -250px;
	z-index: 0;
}

/*	Portfolio
- - - - - - - - - - - - - -  */

.project {
	border: 1px solid #fff;
}

#secondary div {
	width: 249px;
	height: 249px;
	float: left;
	overflow: hidden;
	border: 1px solid #fff;
	border-right: none;
}

.project img {
	position: absolute;
	z-index: 1;
	margin: -250px 0 0 -375px;
	left: 50%;
	top: 50%;
	opacity: 0.2;
}

/* override */
.auxilary img {
	margin: 0;
	left: 0;
	top: 0;
}

.project_detail {
	width: 100%;
	height: 249px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/bg_black_95.png);
	color: #fff;
	z-index: 2;
	font-size: 1.1em;
}

.project_detail p,
.project_detail ul {
	margin-bottom: 1em;
}

.pad {
	padding: 10px 10px 0 20px;
}

.half_col {
	width: 50%;
	display: table-cell;
}

.col_wrapper {
	width: 100%;
	display: table;
}

.close_button {
	width: 80px;
	height: 10px;
	margin: 10px 10px 0 0;
	float: right;
	clear: none;
	overflow: hidden;
	background: url(../images/btn_closepanel.gif) no-repeat;
	text-indent: -9000em;
	cursor: pointer;
}






/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}

.clearfix {
	clear: both;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 1001px;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0 0;
	clear: both;
	color: #333;
	text-align: left;
}