/*-------------------------------------------- HRISTOF.COM CSS --------------------------------------------*/

*{
	padding:0px;
	margin:0px;
}

body{
	background:url('images/sky.jpg') no-repeat fixed #549de8 center top;
	height:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-spacing:1.5em;
}

#wrap{
	width:850px;
	margin:0px auto;
}

#sun{
	background:url('images/sun.png');
	width:489px;
	height:508px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}

#logo{
	background:url('images/logo.png');
	float:left;
	display:block-inline;
	width:211px;
	height:87px;
	margin-top:40px;
	margin-left:-25px;
}

#header{
	height:196px;
}

#nav{
	float:left;
	list-style-type:none;
	margin-top:60px;
	margin-left:218px;
}

#nav li{
	float:left;
}

#nav li a{
	float:left;
	display:inline;
	margin:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:white;
	text-decoration:none;
}

.clear{
	clear:both;
}

#footer{
	margin-top:30px;
	color:#ffffff;
	text-align:center;
	font-size:10px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer .fnav{
	font-size:14px;
}

#footer .fnav a{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
}

.caution {
	background: #EFDD95 url(images/caution.png) left center no-repeat;
	border: 1px solid #CFB240;
	width: 555px;
	height: 20px;
	clear: both; 
	padding: 10px 10px 10px 36px;
	font-size: 18px;
	color: #9F9313;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display:none;
}

.done {
	background: #C4CF8E url(images/done.png) left center no-repeat;
	border: 1px solid #8F9F45;
	width: 555px;
	height: 20px;
	clear: both; 
	padding: 10px 10px 10px 36px;
	font-size: 18px;
	color: #6A7F07;
	float: left;
	margin-top: 10px;
	display:none;
	margin-bottom: 10px; }


/* End main */

/* Blog */

#content{
	float:left;
	background:url('images/gray_bgr.gif') repeat-x top #ffffff;
	float:left;
	width:608px;
	padding:20px;	
}

#content h1 a{
	color:#f85708;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-left:35px;
	font-weight:bold;
}

.pubBox{
	float:left;
	position:relative;
	margin-bottom:50px;
}

.pubDate{
	background:url('images/date.png') no-repeat;
	width:50px;
	height:23px;
	position:absolute;
	top:4px;
	left:-24px;
	padding-top:3px;
	padding-left:5px;
	font-family:Tahoma;
	font-size:11px;
	color:white;
}

.publication{
	margin-top:20px;
	line-height:1.5em;
	color:#151515;
}

.pubCategories{
	float:left;
	margin-top:20px;
	color:#86888a;
	width:500px;
}

.pubComments{
	float:left;
	width:108px;
	margin-top:20px;
	color:#86888a;
	text-align:right;
}

.pubCategories a,
.pubComments a{
	color:#86888a;
	text-decoration:none;

}

.pubCategories a:hover,
.pubComments a:hover{
	color:#f85708;
}


.publication a{
	color:#416CAF;
}

.publication a:hover{
	color:#F85708;
	text-decoration:underline;
}

.pubLine{
	float:left;
	background: #dadada;
	width:607px;
	height:1px;
	line-height:0px;
	margin-top:5px;
}

.sidebar{
	float:left;
	background:url('images/gray_bgr.gif') repeat-x #ffffff;
	margin-left:10px;
	margin-bottom:10px;
	padding:20px;
	width: 200px;
}

.sidebar h1{
	color:#f85708;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	width:100px;
	float:left;
}

.sidebar ul{
	list-style-type:none;
	line-height:2em;
}

.sidebar ul li a:hover{
	background:url('images/arrow.png') no-repeat left center;
	padding-left:15px;
	width: 185px;
}

.sidebar ul li{
	
}

.sidebar ul li a{
	color:#000000;
	text-decoration:none;
	display:block;
	width:200px;
	border-bottom:1px #dadada solid;

}

.commentFormInput{
	width:350px;
	float:left;
	border:1px #e6e1e1 solid;
	margin-top:5px;
	margin-bottom:10px;
	font-size:20px;
	padding:5px;
}

.commentFormTextarea{
	width:350px;
	border:1px #e6e1e1 solid;
	margin-top:5px;
	margin-left:100px;
	margin-bottom:10px;
	padding:5px;
}

#commentForm span{
	width:100px;
	float:left;
	display:block;
	margin-top:15px;
	color:#6e6a68;
	font-weight:bold;
}

.commentFormSubmit{
	background:url('images/submit.jpg') no-repeat;
	width:105px;
	height:27px;
	border:0px;
	color:#ffffff;
	font-size:16px;
	margin-left:100px;
}

#comments ul li a{
	color:#416CAF;
}

#comments ul li a:hover{
	color:#F85708;
}

#comments ul li span{
	color:#F85708;
	font-weight:bold;
}

#comments ul{
	list-style-type:none;
}

.pubCommentDate{
	margin-bottom:10px;
	color:#86888A;
	font-size:11px;
}

.pubCommentText{
	line-height:1.5em;
	color:#151515;
	margin-bottom:20px;
	margin-top:10px;
}

.h3_comment{
	color:#f85708;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:10px;
	margin-top:10px;
}

/* End Blog */


/* Portfolio */

.project{
	width:608px;
	margin-bottom:20px;
}

.projectThumbBox{
	background:url('images/projectThumbBox.png') no-repeat #fff;
	width:648px;
	height:256px;
}

.projectThumbBox img{
	width:628px;
	height:237px;
	margin-top:10px;
	margin-left:10px;
	border:0px;
}

.projectTextBox{
	background: url('images/projectTextBox.png') no-repeat bottom #4784c3;
	width:608px;
	padding:20px;
}

.projectTextCol{
	width:200px;
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
	float:left;
}

.projectTextCol a{
	color:#fff;
	text-decoration:none;
	font-family:Tahoma;
	font-size:11px;
}

.projectTextCol h2,
.projectInfo h2{
	color:#64b6e7;
	font-family:Tahoma;
	font-size:18px;
	margin-bottom:3px;
}

.projectInfo{
	margin-top:20px;
	font-family:Tahoma;
	font-size:11px;
	line-height:1.5em;
	color:#fff;
}

/* End Portfolio */


/* About me */

.labout{
	float:left;
	width:304px;
	color:#6e6a68;
}

.rabout{
	float:left;
	width:304px;
	color:#6e6a68;
}

.rabout h1, .labout h1{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size:16px;
	color:#f85708;
	margin-bottom:10px;
}

.rabout p, .labout p{
	margin-left:3px;
}

.inputField{
	width:250px;
	border:1px #e6e1e1 solid;
	margin-top:5px;
	margin-bottom:10px;
	font-size:20px;
	padding:5px;
}

.labout textarea{
	width:250px;
	border:1px #e6e1e1 solid;
	height:200px;
	margin-top:5px;
	margin-bottom:10px;
	padding:5px;
}

form span{
	color:#F85708;
	font-weight:bold;
	font-family:Georgia;
	font-size:16px;
}

form small{
	color:#f85708;
	font-size:11px;
	font-family:Tahoma;
}

.submit{
	background:url('images/submit.jpg') no-repeat;
	width:105px;
	height:27px;
	border:0px;
	color:#ffffff;
	font-size:16px;
}

/* End about me */