/*   
Theme Name: Dimitris
Theme URI: http://www.GPSGazette.com
Description: Custom WordPress layout for GPSGazette.com coded by Chaos King ( <a href="http://www.notanotherportfolio.com">Jamie Chung</a> )
Author: Chaos King ( Jamie Chung )
Author URI: http://www.notanotherportfolio.com
Version: v1
.
.
*/

body
{	
	margin:0;
	margin-top:10px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5b757a;
	background:#779FA7;
}
#container
{
	background:url(images/body_bg2.gif) repeat-y left;
	width:810px;
	margin:0px auto;
}
#header
{
	height:150px;
	background:#FFFFFF;
	border-top:1px solid #5b757a;
	width:810px;	
}
#navigation
{
	padding-top:20px;
	background:url(images/nav_head.jpg) top no-repeat;
	float:left;
	width:341px;
	padding-bottom:50px;
}
#nav_left
{
	float:left;
	width:170px;
}
#nav_left ul
{
	margin:0;
	margin-top:4px;
	padding:0;
	list-style:none;
}
#nav_left li
{
	background:#c2cfce;
	color:#5b757a;
	display:block;	
	width:159px;
	display:block;
	border-bottom:1px solid #9bb9bf;
	margin:0px 3px 0px 3px;
	padding:6px 0px 5px 5px;
}
#nav_left li a:link,
#nav_left li a:active,
#nav_left li a:visited
{
	background:#c2cfce;
	color:#5b757a;
}
#nav_left li a:hover
{
	background:#5b757a;
	color:#c2cfce;
}
#nav_left h2
{
	margin:0;
	padding:0;
}
#nav_left ul li ul li
{
	margin:0;
	padding:0;
}
#nav_right
{
	float:left;
	margin:0;
	margin-left:1px;
	padding-left:9px;
	margin-top:2px;
	text-align:right;
}
#content
{
	float:left;
	width:424px;
	padding:0px 10px 10px 10px;
}
.clear
{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px; 
}
#foot
{
	background:#668990;
	margin:0px auto;
	padding:10px;
	text-align:center;
	color:#FFF;
}
#foot a
{
	color:#C2CFCE;
}
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background:#c2cfce;
	font-weight:bold;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	color:#5b757a;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #5b757a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
.postmetadata
{
	background:#c2cfce;
	padding:5px;
} 
blockquote
{
	margin:15px 30px 0 10px;
	padding-left:20px;
	color:#666666;
	border-left:5px solid #ddd;
	background:#EFEFEF;
}