html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, verdana;
	color: #ffffff;
	background-color: #1a1a1a;
	background-image: url('/images/diag_b5.png');
}

img {
	border: none;
}

img.pic {
	cursor: pointer;
	height: 100px;
	border: 5px solid #444444;
	margin: 10px 5px;
}

h3 {
	cursor: default;
	color: #999999;
	font-size: 14pt;
	font-weight: normal;
	margin: -5px 0px 10px 0px;
}

pre {
	margin-left: 20px;
	font-family: arial, verdana;	
	font-size: 10pt;
	line-height: 0.75em;
}

.main a {
	text-decoration: none;
	color: #999999;
	/*border-bottom: 1px dotted #ffffff;*/
}

.main a:hover {
	color: #999999;
	border-bottom: 1px dotted #999999;
}

.module h3 {
	margin-top: -10px;
}

.sub {
	color: #666666;
	font-size: 10pt;
}

.b {
	color: #009cff;
}

.p {
	color: #ff00ae;
}

.g {
	color: #30ff00;
}

.lg {
	color: #999999;
}

.mg {
	color: #666666;
}

.dg {
	color: #333333;
}

.t1 {
	font-size: 10pt;
}

.t2 {
	font-size: 13pt;
}

.t3 {
	font-size: 16pt;
}

.t4 {
	font-size: 19pt;
}

.t5 {
	font-size: 22pt;
}

#coming_soon {
	cursor: default;
	position: absolute;
	top: 50%;
	width: 99%;
	color: #ffffff;
	font: normal 14pt Arial, Verdana;
	text-align: center;
}

#site {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 800px;
	margin-left: -400px;
	border: 2px solid #333333;
	background-color: #1a1a1a;
	background-image: none;
}

#header {
	z-index: 99;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-color: #0d0d0d;
}

#page_grad {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	border-top: 1px solid #333333;
	background-color: #1a1a1a;
	background-image: url('/images/module_grad_top.png');
	background-repeat: repeat-x;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 5px;
	margin-bottom: -25px;
	font: normal 9pt Arial, Verdana;
	text-align: center;
	color: #666666;
}

#validation {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: -25px;
	text-align: right;
}

#validation a {
	margin-left: 5px;
}

#col_1 {
	position: relative;
	float: left;
	top: 0px;
	margin-top: -10px;
	margin-left: 20px;
	width: 540px;
}

#col_2 {
	position: relative;
	float: left;
	top: 0px;
	margin-top: -10px;
	margin-left: 20px;
	width: 200px;
}

#row_1 {
	cursor: default;
	margin: 50px 100px;
}

#row_2 {
	clear: left;
	margin: 20px;
	padding: 20px 0px;
}

#row_3 {
	clear: left;
}

#logo {
	position: absolute;
	top: 50px;
	left: 75px;
	height: 100px;
}

#logo a {
	color: #666666;
	font: normal 26pt "Courier New";
	text-decoration: none;
}

#nav {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
}

.nav_link {
	float: left;
	position: relative;
	margin: 0px 10px;
	padding-bottom: 5px;
	font-size: 16pt;
	text-align: center;
}

.underline {
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background-image: url('/images/diag_b5.png');
}

#blog_link a {
	color: #009cff;
	text-decoration: none;
	font-size: 16pt;
}

#blog_link .underline {
	background-color: #009cfe;
	display: none;
}

#projects_link a {
	color: #ff00ae;
	text-decoration: none;
	font-size: 16pt;
}

#projects_link .underline {
	background-color: #ff00af;
	display: none;
}

#contact_link a {
	color: #30ff00;
	text-decoration: none;
	font-size: 16pt;
}

#contact_link .underline {
	background-color: #30ff01;
	display: none;
}

.main {
	position: relative;
	padding: 0px;
	width: 100%;
	margin: 20px 0px;
	border-top: 2px solid #474747;
	border-bottom: 2px solid #474747;
	background-image: url('/images/module_grad_top.png');
	background-repeat: repeat-x;
}

.main_content {
	position: relative;
	padding: 10px;
	font-size: 11pt;
	line-height: 1.2em;
}

.module {
	position: relative;
	padding: 0px;
	width: 100%;
	margin: 20px 0px;
	border-top: 2px solid #474747;
	border-bottom: 2px solid #474747;
	background-image: url('/images/module_grad_top.png');
	background-repeat: repeat-x;
}

.module_content {
	position: relative;
	padding: 10px;
	font-size: 11pt;
}

.module_content a {
	position: relative;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.7em;
}

.module_content a:hover {
	color: #999999;
}

.post_info {
	cursor: default;
	font-size: 9pt;
}

.bookmarks {
	margin-top: 8px;
}

.bookmarks a {
	margin-right: 4px;
}

.comments {
	position: relative;
	padding-top: 10px;
	font-size: 10pt;
}

.comment {
	margin: 10px -5px;
	padding: 5px;
}

.admin {
	margin-left: -7px;
	border: 2px dotted #333333;
}

.c_info {
	cursor: default;
	font-size: 9pt;
}

.tag_cloud {
	cursor: default;
	color: #666666;
	font-size: 11pt;
	text-align: center;
}

.tag_cloud a {
	padding: 2px;
	color: #666666;
	text-decoration: none;
}

.tag_cloud a:hover {
	color: #ffffff;
}

.tag_cloud a.sel_tag {
	color: #ffffff;
}

form {
	margin-top: 30px;
	margin-bottom: 10px;
}

.form_row {
	margin: 10px;
	color: #666666;
	font-size: 8pt;
}

label {
	float: left;
	position: relative;
	width: 70px;
	margin-right: 5px;
	color: #666666;
	font-size: 11pt;
	text-align: right;
}

input {
	position: relative;
	width: 15em;
	margin-right: 5px;
	color: #ffffff;
	border: 1px solid #666666;
	background-color: #202020;
	font: 9pt normal Arial, Verdana;
}

input.button {
	color: #666666;
	width: 5em;
	margin-left: 75px;
}

textarea {
	position: relative;
	width: 25em;
	height: 10em;
	color: #ffffff;
	border: 1px solid #666666;
	background-color: #202020;
	font: 9pt normal Arial, Verdana;
}

.tip {
	position: relative;
	margin-left: 75px;
	padding-left: 10px;
	color: #666666;
	font-size: 8pt;
}

.q {
	margin-left: 75px;
	width: 22em;
	color: #666666;
	font-size: 10pt;
}

#admin_header {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 5px;
	color: #666666;
	font-size: 10pt;
	z-index: 999;
}

#admin_header a {
	color: #666666;
	text-decoration: none;
}

#admin_header a:hover {
	color: #999999;
	text-decoration: none;
}


/* layout */
.corner_t_l {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 30px;
	background-image: url('/images/corner_t_l.png');
}

.corner_t_r {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 20px;
	height: 30px;
	background-image: url('/images/corner_t_r.png');
}

.corner_b_l {
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	background-image: url('/images/corner_b_l.png');
}

.corner_b_r {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 30px;
	height: 20px;
	background-image: url('/images/corner_b_r2.png');
}

#curly_r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 286px;
	height: 150px;
	background-image: url('/images/curly_r.jpg');
}

#curly_m {
	position: absolute;
	top: 92px;
	left: 370px;
	width: 179px;
	height: 82px;
	background-image: url('/images/curly_m.jpg');
}

#curly_l {
	position: absolute;
	top: 25px;
	left: -31px;
	width: 285px;
	height: 167px;
	background-image: url('/images/curly_l.png');
}

#curly_corner {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 84px;
	height: 84px;
	background-image: url('/images/curly_corner.png');
}

.curly_break {
	position: relative;
	height: 0px;
	margin: 20px;
	border-top: 1px solid #333333;
	text-align: center;
}

.curly_break img {
	position: relative;
	top: -12px;
}

#viewer {
	z-index: 910;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}
	
#background_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	}
	
#image_container {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#image_container img {
	border: 5px solid #666666;
}

.pic_title {
	cursor: default;
}
