
/* RESET *************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
small {
	font-size:.9em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GENERALLY USEFUL STYLES *********************************************/

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.block {
	display:block;
}

.floatL {
	float:left !important;
}

.floatR {
	float:right !important;
}

.clear {
	clear:both;
}

.clearer {
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}

.HIDE {
	display:none;
}

a:active {
	outline:none !important;
}

a:focus {
	-moz-outline-style:none;
}

a {
	text-decoration:none;
}
/* <style> */

/* BASIC CONTAINERS ***********************************/

body {
	background:#fff url("/images/pc/pc_bg.jpg");
	font-family:georgia;
	font-size:62.5%;
	color:#272e31;
}

#wrapper {
	margin:20px auto 0 auto;
	padding:0 225px;
	max-width:650px;
}

h1, h2, .side {position:fixed;}

h1 {
	width:200px;
	height:235px;
	left:20px;
	top:20px;
	background-image:url("/images/pc/pc_head_left.png");
	text-indent:-6666px !important;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
}

h2 {
	width:200px;
	height:235px;
	right:20px;
	top:20px;
	background-image:url("/images/pc/pc_head_right.png");
	text-indent:-6666px !important;
}

h2 a {
	background-image:url("/images/pc/pc_head_right.png");
	position:absolute;
	height:28px;
	background-repeat:none;
	background-position:-400px -400px;
}

h2 a.food {
	left:23px;
	width:55px;
	top:150px;
}

h2 a.drink {
	left:78px;
	width:100px;
	top:150px;
}

h2 a.video-games {
	left:46px;
	width:145px;
	top:180px;	
}

h2 a.food:hover {	background-position:0 -255px;	}
h2 a.drink:hover {	background-position:1px -290px;	}
h2 a.video-games:hover {	background-position:2px -329px;	}

h3.pageHeader, div.divider {
	font-size:.9em;
	line-height:1.2em;
	text-transform:uppercase;
	height:1.4em;
	text-align:center;
	border-bottom:1px solid #3b4347;
	margin:20px 0;
}

h3.pageHeader {
	font-size:1.1em;
	font-weight:bold;
}

.side.left, .side.right {
	bottom:20px;
	width:180px;
	border-top:1px solid #d8dddf;
}

.side a {
	display:block;
	height:30px;
	border-bottom:1px solid #d8dddf;
}

.side a, .nav a {
	color:#3b4347;
	font-size:15px;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 20px;
}

.side a:hover, .nav a:hover {color:#e5792d;}

.side.left {left:20px;}

.side.right {
	text-align:right;
	right:20px;
}

.side.middle {
	bottom:130px !important;
}

.nav a {
	display:block;
	border-top:1px solid #d8dddf;
	border-bottom:1px solid #d8dddf;
	width:140px;
	padding:0 20px;
	margin:0 20px;
}

.nav a.floatR {text-align:right;}

#footer {
	margin:80px 0 20px 0;
	font-style:italic;
	text-align:center;
	font-size:1.1em;	
	color:#67757b;
}

/* POST ************************************************/

.post {
	margin-bottom:40px;
	padding-top:80px;
	background-position:center top;
	background-repeat:repeat-x;
}

.post.food {background-image:url("/images/pc/pc_post_food.png");}
.post.drink {background-image:url("/images/pc/pc_post_drink.png");}
.post.video-games {background-image:url("/images/pc/pc_post_videogames.png");}

.post h3.title {
	font-size:2em;
	padding:0 0 10px 10px;
}

.post h3.title a {color:#272e31;}

.post.food h3.title 		{ border-bottom:1px solid #e5792d; }
.post.drink h3.title 		{ border-bottom:1px solid #23af2d; }
.post.video-games h3.title 	{ border-bottom:1px solid #2488af; }

.post .categories {
	padding:2px 0 5px 10px;
	font-size:1.1em;
	font-style:italic;
}

.post .categories a {
	color:#3b4347 !important;
}

.post .mainImage {
	height:200px;
	background:#cccccc;
	margin-top:5px;
	margin-bottom:20px;
	background-position:top center;
}

.post .meta {
	font-size:1.2em;
	line-height:1.4em;
	font-style:italic;
	text-align:right;
}

.post a {color:inherit;}

.food a 			{color:#e5792d;}
.drink a 		{color:#23af2d;}
.video-games a	{color:#2488af;}

.food .content a:hover { color: #e5792d; }
.drink .content a:hover { color: #23af2d; }
.video-games .content a:hover { color: #2488af; }

.content a:hover,
.post .meta a:hover {text-decoration:underline;}

/* TYPE **************************************************/

.content {
	font-size:1.3em;
	line-height:1.5em;
	color:#272e31;
	margin:0 10px;
}

.content p, .content h3, .content h4, .content h5 {
	margin:1.4em 0;
}

.content p.readOn {
	font-size:.9em;
	font-style:italic;
}

.content h3 {font-size:1.4em;}

.content h4 {font-size:1.3em;}

.content h5 {font-size:1.2em;}

.content ul, .content ol {
	margin:1.4em 30px;
	list-style-type:square;
}

.content ul li, .content ol li {
	margin:1em 0;
}

.content ul {
	
}

.content blockquote {
	
}

.content .img {
	margin:1.4em auto;
	background-position:top center;
	background-repeat:no-repeat;
	font-style:italic;
	max-width:500px;
}

/* COMMENTS ************************************************/

.comment {
	margin:20px 10%;
	font-size:.9em;
}

.comment .meta {
	width:30%;
	padding-right:2%;
	float:left;
	text-align:right;
	font-style:italic;
	border-right:1px solid #d8dddf;
}

.comment .entry {
	width:65%;
	margin-left:2%;
	float:right;
}

#commentForm {
	margin:0 20%;
}


#commentForm label {
	display:block;
	font-style:italic;
	font-size:.9em;
	margin:10px 0 0 0;
}

#commentForm input.text {
	width:100%;
	border:1px solid #d8dddf;
}

input.text {
	
}

textarea {
	width:100%;
	height:130px;
	border:1px solid #d8dddf;
}

input.submit {
	width:50%;
	margin:20px 0;
}















