/*
This style sheet was created from C:\Documents and Settings\junetic\Desktop\PicTag\Website\pictag_home.html
*/

body {
/* 	background-image: url(images/bg_mockup.jpg); */
	margin: 0px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
p, h3, h1, h2{
font-family: sans-serif;	
}
a img{
border:none;
text-decoration:none;

}
a{
	color:#f22c0b;
text-decoration:none;
}
a:hover{

}
#header_wrapper{
	position:relative;
	text-align:left;
	margin:0px auto 0px auto;
	width:960px;
	height:140px;
	z-index:2;
}
#logo{
	position:relative;
	top:40px;
}
#wrapper{
	position:relative;
	text-align:left;
	margin:auto;
	width:960px;
	height:400px;
	padding:25px 0px 0px 0px;
	z-index:3;
}

#header{
	position:absolute;
	text-align:left;
	left:0px;
	top:0px;
	z-index:0;
	width:100%;
	height:140px;		
	background-image: url(images/header_bg.gif);
	background-repeat:repeat-x;
}
#mainbg{
	position:absolute;
	text-align:left;
	left:0px;
	top:140px;
	z-index:0;
	width:100%;
	height:550px;
	background-image: url(images/bgmain.jpg); 
	background-repeat:repeat-x;
}
#nav{
position:absolute;
width:340px;
right:0px;
top:60px;
text-align:right;
}
#nav img{
	/*padding-left:35px;*/
}
#footer{
	height:33px;
	width:100%;
	background-color:#f22c0b;
	z-index: 5;
	text-align:right;
	padding: 16px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
#footer_wrapper{
	position:relative;
	text-align:right;
	margin:0px auto 0px auto;
	width:960px;
}
#footer a{
color:#fff;
text-decoration:none;

}
#footer a:hover{
color:#fff;
text-decoration:underline;

}
#sidebar{
padding:0px 0px 0px 6px;
line-height:22px;
list-style:inside square;

}
.leftcol{
width:640px;
margin: 0px 0px 0px 5px;
}
.leftcol-2{
width:615px;
margin: 0px 0px 0px 5px;
}
.rightcol{
width:200px;
margin: 0px 0px 0px 75px;
}
.bigbody{
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#8b857a;
}
.bigtitle{
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#f22c0b;
	font-weight:bold;
}
.normalbody{
	line-height: 28px;
	font-family: sans-serif;
	font-size:20px;
	color:#8b857a;
}
.smallbody{
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8b857a;
}
.boldtitle{
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	font-weight:bold;
}
/*--------Blog Comments----------*/
.blogpost_meta{
	border-bottom:1px solid #bab9ac;
	border-top:1px solid #edece2;
	height:25px;
	padding-top:13px;
	font-size:12px;
	font-weight:bold;
	color:#8b857a;
	font-family: sans-serif;
	margin-bottom:20px;
	
}

.comment_item{
top:-1px;
border-top:1px #ebead9 solid;
border-bottom:1px #ebead9 solid;
background-color:#fff;

}
.comment_item li, .comment_item ol{
 list-style: none;
 border-top:1px #e8e8e8 solid;
 padding:10px 0px 15px 15px;
}
.comment_item li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin-right:15px;
	background: #fff;
	
}
.comment_item p{
	color:#333;
width:430px;
font-size:13px;
}
.comment_item .commentmetadata{
	font-size: 11px;
	color:#858585;
	font-weight:normal;
}

.comment_item .fn{
	font-size: 14px;
	color:#3335;
	font-weight:bold;
	font-style:normal;
}
textarea#comment{width: 645px; padding: 0; margin: 0; }
/*--------Global Classes----------*/
.left{
	position:relative;
	float:left;
}
.centerr{
	text-align:center;
	
}
.head{
	position:relative;
	left:-15px;
}
.clear{
	clear:both;
}

/* added by LW */
#form_bg {
	background: url(images/input_text.png) no-repeat 0 -1px;
	height: 32px;
	width: 293px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 25px;
}
#form_bg input {
	border: 0;
	font-size: 14pt;
	width: 283px;
	font-family: sans-serif;
}
#result {
	margin-top: 10px;
	width: 450px;
	text-align: center;
}
.ok {color: #00AD01;}
.bad {color: #902;}
