@charset "UTF-8";
/* CSS Document */

body {
	background-color:#C1B54D;
	background:url(images/background-pattern.png) 0 0 repeat;
}
p {
	font-family:Helvetica, "Arial Hebrew", sans-serif;
	text-align:justify;
	font-size:14px;
	color:#666;
}
p#date{
	font-size:11px;
}
h1, li, ul.form li select {
	font-family:Helvetica, "Arial Hebrew", sans-serif;
	text-align:left;
	font-size:16px;
	color:#333;
}
a {
	color:#C63;
	text-decoration:underline;
	font-family:Helvetica, "Arial Hebrew", sans-serif;
}
a:hover {
	color:#900;
}
a.bottom {
	color:#FF6;
}
table {
	width:500px;
	border:0;
	margin: 0 auto;
	text-align:left;
	font-family:Helvetica, "Arial Hebrew", sans-serif;
}
td {
	font-size:10px;
	color:#666;
}
td.header {
	font-size:12px;
	color:#333;
}
#imagearea {
	list-style:none;
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#imagearea a img {
	padding: 2px 2px;
	height: 100px;
	border: 5px solid #000;
}
#imagearea a img:hover {
	border: 5px solid #fff;
}
fieldset {
	border:0;
}
ul.form {
	list-style:none;
	padding:0;
	margin:0 auto;
	width:400px;
	border:0;
	font-family:Helvetica, "Arial Hebrew", sans-serif;
	font-size:12px;
}
ul.form li {
	padding:6px 0;
	height:35px;
}
.form_head {
	height:20px;
	width:400px;
	text-align:center;
	border-bottom:0;
	font-family:Helvetica, "Arial Hebrew", sans-serif;
	font-size:12px;
	color:#333;
}
ul.form li label {
	display:block;
	float:left;
	width:160px;
}
.required {
	display:block;
	font-size:10px;
	color:#5b6170;
	width:200px;
	float:left;
	clear:left;
}
ul.form li input, ul.form li select, ul.form li textarea {
	width:230px;
	background-color:#ccc;
	border:2px solid #ccc;
	padding-left:3px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
ul.form li.submit {
	text-align:right;
	border:0;
}
ul.form li.submit input {
}
#comment {
	width:400px;
	background-color:#ccc;
	border:2px solid #ccc;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
ul.form li textarea {
	height:90px;
	width:390px;
	float:left;
}
ul.form li.comment .required, ul.form li.comment label {
	width:120px;
}
li.comments {
	height:130px;
}
.valid {
	border:2px solid green;
}
.invalid {
	border:2px solid #800;
}
#wrapper-top {
	margin:-10px;
	background-image:url(images/top-background_03.png);
	background-repeat:repeat-x;
	height:700px;
}
#top-bg {
	background-image:url(images/top-background_01.png);
	width:940px;
	height:160px;
	margin:0 auto 0 auto;
}
#top-bg-2 {
	background-image:url(images/top-background_02.png);
	width:940px;
	height:239px;
	margin:0 auto;
}
#intro {
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	color:#000;
	margin-bottom:20px;
}
#floatMenu {
	position:relative;
	margin-top:-600px;
	margin-bottom:600px;
	width:180px;
	left:78%;
}
#about, #blog{
	width:720px;
	margin: 300px auto 300px auto;
}
#resume {
	width:720px;
	margin: 500px auto 300px auto;
}
#gallery {
	width:720px;
	margin: 300px auto 300px auto;
}
#contact {
	width:720px;
	margin: 300px auto 300px auto;
}
#contact-form {
	margin: 0 auto;
	padding: 0 50px;
	font-family:Helvetica, "Arial Hebrew", sans-serif;
}
.content-top {
	background:url(images/content-top.png) 0 0 no-repeat;
	width:720px;
	height:71px;
}
.content-body {
	background:url(images/content-body.png) 0 0 repeat-y;
	width:720px;
}
.content-bottom {
	background:url(images/content-bottom.png) 0 0 no-repeat;
	width:720px;
	height:74px;
	clear:both;
}
.text-bar {
	padding-left:45px;
	margin-bottom:-23px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size: 50px;
	text-transform:uppercase;
	text-align:left;
	color:#000;
}
#blogtitle {
	padding-left:45px;
	margin-bottom:-18px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size: 30px;
	text-transform:uppercase;
	text-align:left;
	color:#000;
}
.text-body {
	padding: 0 80px 0 80px;
}
.button {
	width:180px;
	height:100px;
	float:left;
}
.button#about-button {
	background:url(images/about-button.png) 0 0 no-repeat;
}
.button#about-button:hover {
	background-position: 0 -100px;
}
.button#resume-button {
	background:url(images/resume-button.png) 0 0 no-repeat;
}
.button#resume-button:hover {
	background-position: 0 -100px;
}
.button#gallery-button {
	background:url(images/gallery-button.png) 0 0 no-repeat;
}
.button#gallery-button:hover {
	background-position: 0 -100px;
}
.button#contact-button {
	background:url(images/contact-button.png) 0 0 no-repeat;
}
.button#contact-button:hover {
	background-position: 0 -100px;
}
#email-button {
	background:transparent url(images/email-button.png) no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	padding-top:20px;
	width:180px;
	height:50px;
	overflow:hidden;
	text-indent:-4000px;
	float:right;
}
#page-bottom {
	background:url(images/bottom-background.png) 0 0 repeat-x;
	height:150px;
	margin:0 -10px -10px -10px;
}
#page-bottom-text {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size: 10px;
	text-align:center;
	padding-top: 30px;
}
/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#774;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}


/* Sidebar Content
----------------------------------------------- */
#sideBar ul a {
	padding:5px;
	margin:1px;
	width:80%;
	color:#999999;
}
#sideBar ul a:link {
	color:#999999;
}
#sideBar ul a:visited {
	color:#999999;
}
#sideBar ul a:active {
	color:#ff0000;
}
#sideBar ul a:hover {
	color:#E37C93;
	text-decoration:none;
}

/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #fff;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ffc;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#763;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  color:#774;
  }
#postfeeds {
  }