/* 
	Theme Name: JGG folio
	Theme URI: http://www.thisisgrey.com
	Description: Basic and nice
	Author: Daniel Robert
	Author URI: http://www.thisisgrey.com
	Version: 1.2
*/
/*============================================
	CSS Reset
==============================================*/
html, body, * { 
	margin: 0; 
	padding: 0;
}
a img, iframe { 
	border: 0;
}
a:active, a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%;
	font-weight: normal;
}
ul, ol, dl, li, dt, dd {
	list-style: none;
}
form, fieldset {
	border: 0;
}	
legend { 
	color: #000;
}
select {
	margin: inherit;
}
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
p img {
}
/*============================================
	Main Structure
==============================================*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: left;
	background-color: #FEE00B;
}
#header {
	height: 90px;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 10;
}
#content {
	position: absolute;
	left: 570px;
	top: 5px;
	width: 400px;
	/*margin-left: 15px;*/
	/*margin-top: 54px;*/
}
#sidebar {
	position: fixed;
	top: 25px;
	left: 0;
	width: 570px;
}
#footer {
	padding: 17px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 11;
}
/*============================================
	Basic typographic elements
==============================================*/
h1 {
    font-size: 35px;
	font-weight: bold;
	margin-bottom: 4px;
}
h2 {
    font-size: 48px;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: -1px;
}
h3 {
    font-size: 25px;
	font-weight: bold;
	margin-bottom: 2px;
}
p, ul, ol {
	line-height: 15px;
    margin-bottom: 10px;
}
li{
	margin-bottom: 2px;
	font-size: 12px;
}
p{
	font-size: 12px;
	line-height: 15px;
    margin-bottom: 10px;
}
pre{
	font-size: 12px;
	line-height: 15px;
    margin-bottom: 10px;
}
a { 
	color: black;
	text-decoration: underline;
}
a:hover{
}
a:visited{
	color: black;
}
blockquote{
    margin-bottom: 1em;
}
ul {
    list-style-type: square;
    margin-left: 10px;
}
ol {
    margin-left: 10px;
}
li{
	margin-bottom: 5px;
}
/*============================================
	IMG
==============================================*/
img {
	border:0;
	padding: 0;
}	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}	
.alignleft {
	float: left;
}
/*============================================
	GALLERIES
==============================================*/
.gallery{
	margin-bottom: 10px;
}
.galleryItem{
	margin: 0;
}
/*============================================
	CONTENT
==============================================*/
#content{
	overflow: visible;
	margin-top: 2px;
	padding-bottom: 91px;
}
.post{
	margin:0 0 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccb600;
}
.post-title{

}
.comments-indicator p{
	text-align: right;
	color: #928000;
}
.comments-indicator p a{
	color: #928000;
}
.pagetitle{
	text-align: right;
	margin-top: 18px;
	color: #928000;
}
.post-meta{
	margin-bottom: 10px;
	margin-left: 0;
}
.post-meta li{
	display: table;
	color: black;
	margin-bottom: 0;
}
.post-meta-key{
	font-weight: bold;
}
.postnavigator {
    width: auto;
	margin: 1em 0 1em 0;
}
.postnavigator p{
	text-align:center;
	margin-bottom: 0em;
}
/*============================================
	sidebar
==============================================*/
#sidebar{
}
.sidebarcolumn{
	padding-left: 20px;
}
.sidebarcolumn a{
	text-decoration: none;
}
#sidebar #column1{
	position: absolute;
	width: 210px;
	left: 0px;
}
#sidebar #column2{
	position: absolute;
	width: 200px;
	left: 230px;
}
#sidebar #column3{
	position: absolute;
	width: 100px;
	left: 435px;
}
.sidebar-block{
	padding: 0 0 12px 0;
}
.sidebar-block h3{
	text-transform: uppercase;
	margin-bottom: 5px;
}
#sidebar form{
    padding:0 25px 0 0;
    background:url(images/search.png) 150px 4px no-repeat;
    float:left;
}
#sidebar form input{
    width:140px;
}
#sidebar ul{
	margin: 0 0 0 0;

}
/*============================================
	COMMENTS
==============================================*/
.commentlist{
	margin-left: 0;
}
.comment-item{
	margin:0 0 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: solid	;
	border-bottom-color: #ccb600;
}
.comment-info{
	color: #928000;
}
.text_input{
	width: 200px;
}
.comment_input { 
	width: 100% !important; 
}
#comments_form p{
	margin-bottom: 4px;
}
#comments_form{
    padding: 10px 0 0 0;	
}
/*============================================
	FOOTER
==============================================*/
#footer p{
	font-size: 10px;
	color: #2D2D2D;
	margin-bottom: 0;
}
#footer p a{
	color: #2D2D2D;
}
/*============================================
	HEADER
==============================================*/
#header p{
	font-size: 10px;
	color: #595959;
	position: absolute;
	top: 43px;
	left: 21px;
}
#header p a{
	color: #595959;
}