/* GLOBAL ****************************************************************
*************************************************************************/
body {
	background-image: url(../images/background.png);
	background-color: #333333;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;	
}

a img {
	border-width: 0px;
}
  
.options a {
	color: #626262;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.options a:hover {
	color: #FFFFFF;
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBBBBB;
}

span#twitter_update_list li {
	list-style-image: url(../images/bullet.png);
}

ul.image {
	list-style-image: url(../images/bullet.png);
}

/* CONTENT ***************************************************************
*************************************************************************/
.header {
	background-image:url(../images/banner.png);
	height: 115px;
}

.footer {
	background-image:url(../images/footer.png);
	height: 35px;
}

.content_container {
	background-image:url(../images/content.png);
}

.content {
	color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.content a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.content a:hover {
	color: #29AAE2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* RESUME ****************************************************************
*************************************************************************/
.resume {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
}

.resume_header {
	text-align: center;
}

.resume_header_name {
	font-size: 15px;
	font-weight: bold;
}

.resume_header_info {
	font-size: 11px;
}

.resume_content {
	font-size: 12px;
}


/* DOWNLOADS *************************************************************
*************************************************************************/
.downloads_title {
	font-size: 18px;
	font-weight: bold;
}

/* BLOG ******************************************************************
*************************************************************************/
.blog_header {
	background-image:url(../images/header.png);
	height: 20px;
	text-indent: 2px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.blog_footer strong {
	color: #29AAE2;
}

.blog_content {
	padding-left: 5px;
	padding-right: 5px;
}

.blog_title {
	font-size: 14px;
	font-weight: bold;
	color: #29AAE2;
}


/* FORMS *****************************************************************
*************************************************************************/

.form_field {
	font-size: 8pt;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-indent: 2px;
	width: 150px;
	height: 18px;
}

.form_textarea {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 8pt;
	color: #000000;
}

.form_button {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 8pt;
	color: #000000;
}


/* BBCODE BUTTONS ********************************************************
*************************************************************************/

.button_style {
	color: #FFFFFF;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 21px;
}

input#bold {
	background-image:url(../images/bbcode/bold.png);
}

input#italic {
	background-image:url(../images/bbcode/italic.png);
}

input#underline {
	background-image:url(../images/bbcode/underline.png);
}

input#align_left {
	background-image:url(../images/bbcode/align_left.png);
}

input#align_center {
	background-image:url(../images/bbcode/align_center.png);
}

input#align_right {
	background-image:url(../images/bbcode/align_right.png);
}

input#font {
	background-image:url(../images/bbcode/font.png);
}

input#palette {
	background-image:url(../images/bbcode/palette.png);
}

input#link {
	background-image:url(../images/bbcode/link.png);
}

input#image {
	background-image:url(../images/bbcode/image.png);
}

input#email {
	background-image:url(../images/bbcode/email.png);
}