/*
Theme Name: Incisiv
Theme URI: http://incisiv.publikcollective.com/
Description: Theme developed for self-published weblog
Version: 0.1
Author: Simone Carella
Author URI: http://incisiv.publikcollective.com/
Tags: Black & White, Grids, Georgia, Serif

	Please feel free to get inspired by looking
	at this CSS
	
*/

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: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1;
}

body {
	line-height: 1.2;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Helvetica, Arial, Georgia, Times, Serif;
	background:#f4f4ed;
	color: #4d453a;
	}
	
a, a:visited {
	color:#000;
	text-decoration: none;
}

a:hover, active {
	color:#ff3000;
	text-decoration:none;
}


h1,h2,h3,h4,h5,h6 {
font-weight:normal;
color:#000;
}

#header h1 {
background: url(img/logo.jpg) no-repeat;
width:190px;
height:109px;
text-indent: -9999px;
margin-top:-40px;
}

#header h1:hover {
background: url(img/logoHover.jpg) no-repeat;
}

h2.pagetitle {
margin-bottom:20px;
font-size:6.2em;
font-weight:bold;
color:#140400;
font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size:2.4em;
	margin:0 0 5px 0;
}

h3 {
font-family: Arial;
font-size:1.1em;
margin:0px 0 10px 0;
color:#16bfe3;
border-top:2px solid #ccc;
padding-top:10px;
}


h4 {
margin:15px 0 0 0;
font-size:1.8em;
color:#130400;
}

span.date {
	color:#16bfe3;
	font-size:1.4em;
}


p {
font-size:1.6em;
line-height:1.6em;
}

.post-single p {
margin-bottom:15px;
}

#header {
	color: #716d62;
	font-size:1.4em;
}

#header a, #footer a {
	color: #716d62;
	/*border-bottom:1px dotted #e8e3d4;*/
}


#header a:hover,active, #footer a:hover, active {
	color: #e8e3d4; /* e8e3d4 f24205*/ 
	border-bottom:0; 
}

#header li.current_page_item a, #footer li.current_page_item a {
color: #e8e3d4;
border:0;
}

input {
width:120px;
height:20px;
padding:5px 5px 0 5px;
font-size:1.4em;
color:#b2b2b2;
border:0;
background:url(img/searchInput.gif);
}

#commentform {
margin-top:15px;
}

#commentform input {
background:#fff;
border:1px dashed #e7e3d3;
font-size:0.8em;
margin-bottom:4px
}

#commentform textarea {
margin-bottom:4px;
border:1px dashed #e7e3d3;
width:462px;
padding:4px;
}

#commentform label {
font-family: arial,helvetica,sans-serif;
font-size:0.7em;
text-transform:uppercase;
margin-left:10px;
color:#ccc;
}

/*
input:hover {
background:#b2b2b2;
color:#fff;
}
*/

.columnsmall p {
font-size:1.0em;
}

.previous, .next {
width:40px;
border-bottom:1px dashed #ccc;
border-left:1px dashed #ccc;
border-right:1px dashed #ccc;
padding-top:30px;
padding-bottom:5px;
}

.previous:hover {
background:#ff3000 url(img/prevIcon.gif) 8px 32px no-repeat;
color:#fff;
}

.next:hover {
background:#ff3000 url(img/nextIcon.gif) 45px 32px no-repeat;
color:#fff;
}

.previous {
background:#fff url(img/prevIcon.gif) 8px 32px no-repeat;
float:left;
padding-left:20px;
}

.next {
background:#fff url(img/nextIcon.gif) 45px 32px no-repeat;
float:right;
padding-right:10px;
padding-left:10px;
}

/* End Typography & Colors */


/* Begin Grid */
#gridwrapall {
background: #fff url(img/headBg.jpg) 0 -50px repeat-x;
	overflow:auto;
	padding:0px 0 0 00px;
}

#header, #content, #footer {
padding-left:50px;
	clear:both;
	padding-top:10px;
	overflow:auto;
}

#header {
width:790px;
padding-top:50px;
height:170px;

}

#footer {
margin-top:20px;
padding-top:25px;
padding-bottom:10px;
background: #e7e3d3 url(img/headBg.jpg) repeat-x;
}

.columnsmall {
	padding-top:0px;
	width:230px;
	margin:0 5px;
	float:left;
}

.columnlarge {
	padding-top:20px;
	width:470px;
	margin:0 5px;
	float:left;
	border-top:1px solid #130400;
}

.columnsmall.head {

}

.columnsmall.grey {
	text-align:right;
}

.columnsmall.content {
	padding-top:20px;
	border-top:1px solid #130400;
}

#footer .columnsmall.grey {
	text-align:left;	
}

.post {
	margin-bottom:25px;
}

form {
	margin-bottom:15px;
}


/* End Grid */


/* Begin Lists */
#header ul, #footer ul {
list-style:none;
}

#content .columnsmall ul, #footer .columnsmall ul, #content ul {
list-style:none;
margin:10px 0 25px 0;	

}

#content .columnsmall li, #footer li, #content li  {
font-size:1.4em;
border-bottom:1px dashed #e7e3d3;
padding-bottom:5px;
margin-bottom:5px;
}

#footer li {
border-bottom:1px dashed #403836;
}

#content ol {
margin:10px 0 15px 0;
font-size:0.65em;
}


#content ol li {
padding:4px 0;
margin:0 0 0 15px;
}

#content ol li:hover{
background:#eff7f7;
}

.comment-meta {
font-size:1.5em;
}


/* End Lists */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
