/*
Theme Name: Prag Georgia
Theme URI: http://www.johanprag.com/
Description: A simple grid based theme.
Author: Johan Prag
Author URI: http://www.johanprag.com/
Version: 0.1
*/

/* ----- Set all margins and paddings to 0 ----- */

* {
	margin: 0;
	padding: 0;
	}

/* ----- Defaults ----- */

body {
	color: #000000;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, "Hiragino Mincho ProN", serif; 
	font-size: 12px; 
	line-height: 16px;
	}

img {
	border: 0px none;
	display: block;
	}			

/* ----- Horizontal rules ----- */

hr {
	clear: both;
	border: 0;
	border-top: 1px solid #888888;
	margin-bottom: -1px;
	}

/* ----- Typography ----- */

p {
	font-family: Georgia, "Times New Roman", Times, "Hiragino Mincho ProN", serif; 
	font-size: 12px; 
	line-height: 16px;
	width: 304px;
	color: #000000;
	}
p.gray {
	color: #999999;
	}	
a {
	font-family: Georgia, "Times New Roman", Times, "Hiragino Mincho ProN", serif; 
	font-size: 12px; 
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, "Hiragino Mincho ProN", serif; 
	font-weight: normal;
	font-size: 12px; 
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	}

/* ----- Typography - Post headings ----- */

h1 a{
	font-family: Georgia, "Times New Roman", Times, "Hiragino Mincho ProN", serif; 
	font-weight: normal;
	font-style: italic;
	font-size: 12px; 
	line-height: 16px;
	color: #000000;
	}
a:hover {
	color: black;
	background-color: #eaaeae;
	}

.entry a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
/* ----- 	background-color: #cccccc;
 ----- */
 	line-height: 16px;
	}
	
.entry a:hover {
	background-color: #eaaeae;
	line-height: 16px;
	}	
		
/* ----- Quotes ----- */

blockquote p {
	font-family: Helvetica; 
	font-weight: bold;
	font-size: 30px; 
	line-height: 32px;
	letter-spacing: -1px;
	padding-bottom: 16px;
	}


/* ----- Lists ----- */

ul {
	font-family: Georgia, "Times New Roman", Times, "Hiragino Mincho ProN", serif; 
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal;
	list-style-type: none;
	}

/* ----- Divisions ----- */

#page {
	width: 800px;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 16px;
	}
	
/* ----- Header ----- */

#header {
	width: 624px;
	height: 144px;
	background: url(images/and.png) top left no-repeat;
	}

/* ----- Content ----- */

#content {
	width: 624px;
	float: left;
	margin-right: 32px;
	}	

/* ----- Columns ----- */

.onecol, .twocol, .fourcol, .sixcol, .fivecol {
	margin-right: 16px;
	margin-bottom: 48px;
	float: left;
	}

.onecol {
	width: 64px;
	}

.twocol {
	width: 144px;
	}

.fourcol {
	width: 304px;
	}
	
.fivecol {
	width: 384px;
	}
	
.sixcol {
	width: 464px;
	}

.entry {
	clear: left;
	}
	
/* ----- Sidebar ----- */

#sidebar {
	width: 144px;
	float: left;
	}

#sidebar a {
	color: #000000;
	}
	
#sidebar p {
	width: 144px;
	}	

/* ----- Comments ----- */

textarea {
	width: 304px;
	height: 160px;
	border: 0px none;
	padding: 0px;
	background-color: #dddddd;
	max-width: 624px;
	display: block;
	margin-bottom: 16px;
	}
	
button {
	width: 64px;
	height: 32px;
	border: 0px none;
	color: #000000;
	background-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	line-height: 16px;
	display: block;
	}
	
button:hover {
	background-color: #eaaeae;
	}			
	
/* ----- Footer ----- */

#footer {
	clear: both;
	width: 784px;
	}
