/* reset */

body, *
{
	padding:0;
	margin:0;
  list-style:none;
	text-decoration:none;
	font-weight:normal;
}

/* links */

a
{
	color:#231f20;
}

a:hover
{
	color:#f17298;
}

/* main */

body
{
	background-color:#a7a9ac;
	color:#5b595e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img
{
  padding:10px 0;
}


#page
{
	width:860px;
	margin:0 auto;
	
	background:#fff;
}

		/* header */

		#header
		{
			width:980px;
			height:221px;
			margin:0 -60px 20px;
			
			background-image:url('images/header.gif');
		}
		
			h1#title>a
			{
				float:left;
				font-size:18px;
				letter-spacing:1px;
				font-family:Georgia, "Times New Roman", Times, serif;
				margin:160px 0 0 119px;
				color:#bae0cc;
			}
			
					h1#title>a:hover
					{
						color:#fff;
					}
		
			#header>p
			{
				float:right;
				font-size:19px;
				font-family:Georgia, "Times New Roman", Times, serif;
				margin:20px 90px;
				color:#fff;
				text-align:right;
			}
		
		/* posts - content */
		
		#post
		{
			float:left;
			width:560px;
			margin:0 0 60px 30px;
		}

				.entry
				{
					padding:20px 0 40px;
				}
				
				.entry>p
				{
					padding:10px 0;
				}
				
				.entry>.postmetadata
				{
					font-size:10px;
				}
				
						.post>h3,
						.post>h2
						{
							font-size:35px;
							font-family:Georgia, Times New Roman, Times, serif;
							line-height:33px;
							color:#231f20;
							padding-left:25px;
							background:url('images/title-dots.gif') 0 0 no-repeat;
						}
		/* comments */
		
		.comments-template
		{
			
		}
		
				.comments-template>h3
				{
					margin-bottom:10px;
				}
				
				.comments-template>ol.commentlist>li
				{
					margin-bottom:20px;
					padding-bottom:10px;
					border-bottom:1px dashed #f48799;
				}
				
						.commentmetadata
						{
							margin-bottom:10px;
						}
						
						.commentcontent
						{
							font-size:14px;
						}
						
				h3#respond
				{
					font-size:16px;
					color:#231f20;
				}
				
				form>p
				{
					margin:5px 0;
				}
				
				form>input
				{
					margin:10px 0;
				}

    /* side bar */
		
		#side
		{
			float:right;
			width:230px;
		}
		
				#side>ul>li
				{
					margin:0 30px 20px 0;
					padding-bottom:20px;
					padding-left:10px;
					background:#bae0cc;
				}
				
						#side h3,
						#side h2
						{
							color:#fcf25a;
							font-size:12px;
							padding:10px 25px 20px;
							margin:0 -7px 10px -27px;
							background:url('images/title-line.gif') 0 100% no-repeat;
						}
						
						#side p
						{
							font-size:11px;
							padding-right:10px;
						}
						
						#side a,
						#side p
						{
							color:#717169;
						}
						
								#side a:hover
								{
									color:#f17298;
								}
		
		/* footer */
		
		#footer
		{
			clear:both;
			width:980px;
			height:40px;
			margin:0 -60px;
                        padding-top:50px;
			
			background:url('images/footer.gif') 0 100% no-repeat;
		}
