@charset "UTF-8";
/* CSS Document */

/*   
Theme Name: Georgia Lovin
Theme URI: http://
Description: Default theme for a dairy affair
Author: Zabrina Wong (GET A FUCKIN' LIFE, STOP STEALING MY CODE!)
.
Copyright 2010 dairyaffair.com. All rights reserved.
.
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

body { 
	background: #fff;
	margin: 0;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #000;
	}


a {
	color: #666;
	text-decoration: none;
	}
	
	a:hover {
		color: #c5c5c5;
		}

img {
	border: 0;
	}

/* -------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -------------------------------------------*/

#content {
	width: 700px;
	padding: 20px;
	background: #fff;
	margin: 0 auto 0;
	overflow: auto;
	}
	
	#content #header {
		height: 94px;
margin-left: 300px
		}
	
	#content #left {
		width: 650px;
		padding: 0px 20px 10px 0;
		float: right;
		}
		
	
	#content #right {
		width: 240px;
		float: right;
		padding: 10px;
align: right;
margin-top: 10px;
		}

#links{
margin-left: 264px;
margin-top: 45px;
}
		
	#footer {
width: 600px;
margin-left: 50px;
		
		}
		

/* ---------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ---------------------------------------*/


#pagenav {
	width: 600px;
	font-size: 10px;
	text-transform: lowercase;
font-style: italic;
	color: #000;
	padding-top: 20px;
	}
	
	#pagenav #prev {
		width: 290px;
		float:left;
		margin-right: 20px;
		}
		
	#pagenav #next {
		width: 290px;
		float:left;
		text-align:right;
		}

/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/

h1 {
	color: #000;
	margin-bottom: 20px;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}
	
	h1 a {
		color: #666;
		text-decoration:none;
		}

	
		h1 a:hover {
			color: #000;
			}

h2 {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #000
	}

h3 {
	color: #000;
	margin-bottom: 20px;
	font: normal 9px Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	}

h3 a {
		color: #666;
		text-decoration:none;
		}

	
		h1 a:hover {
			color: #000;
			}
h4 {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
font-style: italic;
	color: #000
	}
/* ----------------------------------------*/
/* ---------->>> TEXT STYLES <<<-----------*/
/* ----------------------------------------*/

p { }

	#left p {
		line-height: 15px;
		margin-bottom: 18px;
		text-align: justify;
		font-size: 10px;
		}
	.small {
		text-align: left;
		color: #000;
		font-size: 10px;
		text-transform: uppercase;
		}
		
	#right p {
		font-size: 10px;
		line-height: 12px;
		color: #000;
		text-align: justify;
		}
		
	#comments p {
		font-size: 10px;
		line-height: 15px;
		margin-bottom: 24px;
		}
		
		#comments label {
		font-size: 10px;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #888;
		}
	
	#bottom p {
		line-height: 16px;
		margin-bottom: 24px;
		text-align: justify;
		font-size: 10px;
		color: #555;
		}
		

/* ----------------------------------*/
/* ---------->>> FORMS <<<-----------*/
/* ----------------------------------*/

#comments input {
	font: 10px Georgia, "Times New Roman", Times, serif;
	width: 290px;
	padding: 3px;
	color: #333;
	background:#fff;
	margin: 0 5px 15px 0;
	border: 1px solid #ccc;
	float: left;
	}

#comments textarea {
	font: 10px Georgia, "Times New Roman", Times, serif;
	width: 290px; height: 100px;
	padding: 3px;
	color: #333;
	background:#fff;
	border: 1px solid #ccc;
	margin-bottom: 18px;
	}
	
/* -------------------------------------*/
/* ---------->>> COMMENTS <<<-----------*/
/* -------------------------------------*/

#comments {
	width: 650px;
	font-size: 10px;
	color: #000;
	padding: 30px 0 30px;
	}
	
	#comments #comments-list {
		width: 280px;
		float:left;
		padding-right: 20px;
		}
		
	#comments #comments-form {
		width: 280px;
		float:left;
		border-left: 1px dotted #ccc;
		padding-left: 20px;
		}

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

.bookmarks li {
	list-style-type: none;
	margin-left: -40px;
	}

.bookmarks a {
	padding: 5px;
	margin: 0;
	border-top: 1px solid #CCC;
	line-height:18px;
	font-size: 10px;
	display:block;
	list-style-type: none;
	text-transform: uppercase;
	}

	.bookmarks a:hover {
		background: #000;
		color: #fff;
		border-bottom: 0;
		}
