/*
Theme Name: Paraportica
Theme URI: http://usarzewicz.org/demos/paraportica/
Description: Clean theme for WordPress
Version: 1.0
Author: Nathan 'Mastergreed' Usarzewicz
Author URI: http://usarzewicz.org
*/

/* RESET & DEFAULT SETTIGNS 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #545454; }
a           { color: #A54040;; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

.clear { clear:both; }

body { 
  font-size: 85%;
  color: #545454; 
  font-family: "Arial", sans-serif;
  background: #D2D2D2;
}
	
/* ================ */
/* Container        */
/* ================ */

#container {
	width: 980px;
	margin: 0px auto 20px;
}

	#primary {
		width: 677px;
		float: left;
	}
	
	#sidebar {
		width: 301px;
		float: left;
	}
	

/* ================ */
/* Header           */
/* ================ */

#header {
	height: 92px;
}
	#logo {
		width: 430px;
		float: left;
		background: url('images/bg_header.gif') no-repeat top left;
		position: relative;
		top: 10px;
		height: 81px;
	}
	
	#logo h1 {
		font-family: "Verdana", sans-serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -1px;
		position: relative;
		top: 23px;
	}
	#logo h1 a { color: #ddd; }
	#logo h1 a:hover { color: #fff; }
	
	#navigation {
		float: right;
	}
	#navigation ul { margin: 0px; padding: 0px; list-style: none; position: relative; top: 40px; text-transform: uppercase; font-size: 11px; }
	#navigation ul li { display: inline; }
	#navigation ul li a { padding: 10px; color: #E2E2E2; }
	#navigation ul li a:hover,
	#navigation ul li.current_page {
		color: #B8B8B8;
	}
	
/* ================ */
/* Sidebar          */
/* ================ */

#sidebar {
	width: 333px;
	float: right;
	padding-top: 12px;
}
	.sidebox {
		padding: 16px;
		margin-bottom: 10px;
		background: #ededed;
		border: 1px solid #C9C8C8;
		font-size: 12px;
	}
	
	.front-sidebox {
		padding: 0px 0px 16px 0px;
	}
	
	.sidebox p { margin: 0px; list-style: none; }
	
	.sidebox ul { margin: 0px; padding: 0px; list-style: none; }
	.sidebox ul li { display: block; }
	.sidebox ul li a { padding: 6px 4px; display: block; border-bottom: 1px solid #BEBEBE; }
	
	.copyrights {
		font-size: 12px;
		padding: 10px;
		margin-top: 12px;
		color: #858585;
	}
	
/* ================ */
/* Primary          */
/* ================ */

#primary {
	width: 630px;
	float: left;
	margin-left: 10px;
	padding-top: 12px;
}

	.tab {
		padding: 10px 10px 0px 10px;;
		background: #FFFFFF;
		border: 1px solid #C9C8C8;
		font-size: 12px;
	}

/* ================ */
/* Front Columns    */
/* ================ */

#front_columns {}
#right_column {
	width: 297px;
	float: left;
	padding-right: 12px;
}
#left_column {
	width: 298px;
	float: left;
}

#twitterstream { margin: 0px; padding:0px; list-style: none; font-size: 12px; }
#twitterstream li { padding: 6px 5px; border-bottom: 1px solid #eee; }
#twitterstream li:hover { background: #f9f9f9; }

#twitterstream li.date { color: #aaa; font-style: italic; }

/* ================ */
/* Post             */
/* ================ */

.post {
	border: 1px solid #C9C8C8;
	padding: 1px;
	background: #fff;
	margin-bottom: 10px;
}
	.innerpost {
		background: url('images/post_bg.gif') repeat-x top left;
		padding: 14px;
	}
	
	.post .infobox {
		background: #EAEAEA;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 20px;
		font-style: italic;
		color: #545454;
		margin-bottom: 20px;
	}
	.post .infobox p { margin: 0px; }

	.date { color: #666; font-style: italic; }

	blockquote {
		padding: 16px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
	code, pre { background: #EFEFEF; padding: 4px; white-space: normal; }
	
	pre {
		background: #F7F7F7;
		border-left: 3px solid #eee;
		padding: 10px;
		margin-bottom: 12px;
	}
	
	.thumbnail {
		padding: 10px;
		background: #F7F7F7;
		border: 1px solid #EEEEEE;
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	
	.postmetadata {
		display: block;
		border-top: 1px solid #eee;
		font-style: italic;
		color: #777;
		padding: 6px 2px 0px 2px;
	}

/* ================ */
/* Comments         */
/* ================ */

.commentlist { margin: 0px; padding: 0px; list-style: none; }

.commentlist li { padding: 6px; }

.alt {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.comment_meta {
	font-style: italic;
	padding: 3px 1px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-weight: bold;
}

.autor_avatar {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 4px;
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

.postauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: bold;
    }

.postauthor img {
    float: left;
    margin: 0 15px 8px 0;
    padding: 6px;
	background: #F8F6F2;
	border: 1px solid #CCC7BF;
    }
    
.children {
	margin: 3px; padding: 10px; list-style: none;
	background: #f9f9f9;
}

.alt .children {
	margin: 3px; padding: 10px; list-style: none;
	background: #fff;
}

/* ================ */
/* Random Elements  */
/* ================ */
	
.button, #searchsubmit, .more-link {
	padding: 5px 6px;
	color: #eee;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.button:hover, #searchsubmit:hover, .more-link:hover{
	color: #eee;
}
.more-link { display: block; width: 70px; float: right; clear: both; }

.input, 
#s,
.comment_form input[type=text],
.comment_form textarea,
.inputfield {
	padding: 5px 6px;
	background: #fff;
	border: 1px solid #BABABA;
	margin-bottom: 4px;
}
textarea.inputfield { width: 550px; height: 150px; }

.hidden { display: none; }

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

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; }

/* ================ */
/* Styles           */
/* ================ */

/* Red */

body.style_red { background: #FEFEFE url('images/bg_red2.gif') repeat-x top left; }

body.style_red .button, 
body.style_red #searchsubmit, 
body.style_red .more-link {
	background: #AA2626;
	border: 1px solid #962525;
	color: #eee;
}
body.style_red .button:hover, 
body.style_red #searchsubmit:hover, 
body.style_red .more-link:hover {
	background: #C02E2E;
	border: 1px solid #AA2626;
	color: #eee;
}

body.style_red a:focus, 
body.style_red a:hover     { color: #545454; }
body.style_red a           { color: #A54040;; text-decoration: none; }

/* Blue */

body.style_blue { background: #D2D2D2 url('images/bg_blue.gif') repeat-x top left; }

body.style_blue .button, 
body.style_blue #searchsubmit, 
body.style_blue .more-link {
	background: #4990BD;
	border: 1px solid #4584AC;
	color: #eee;
}
body.style_blue .button:hover, 
body.style_blue #searchsubmit:hover, 
body.style_blue .more-link:hover {
	background: #4584AC;
	border: 1px solid #4584AC;
	color: #eee;
}

body.style_blue a:focus, 
body.style_blue a:hover     { color: #545454; }
body.style_blue a           { color: #4584AC;; text-decoration: none; }

/* Green */

body.style_green { background: #D2D2D2 url('images/bg_green.gif') repeat-x top left; }

body.style_green .button, 
body.style_green #searchsubmit, 
body.style_green .more-link {
	background: #72B045;
	border: 1px solid #67A03E;
	color: #eee;
}
body.style_green .button:hover, 
body.style_green #searchsubmit:hover, 
body.style_green .more-link:hover {
	background: #67A03E;
	border: 1px solid #67A03E;
	color: #eee;
}

body.style_green a:focus, 
body.style_green a:hover     { color: #545454; }
body.style_green a           { color: #67A03E;; text-decoration: none; }

/* Coffee */

body.style_coffee { background: #D2D2D2 url('images/bg_coffee.gif') repeat-x top left; }

body.style_coffee .button, 
body.style_coffee #searchsubmit, 
body.style_coffee .more-link {
	background: #AFA98A;
	border: 1px solid #A29C7E;
	color: #eee;
}
body.style_coffee .button:hover, 
body.style_coffee #searchsubmit:hover, 
body.style_coffee .more-link:hover {
	background: #A29C7E;
	border: 1px solid #A29C7E;
	color: #eee;
}

body.style_coffee a:focus, 
body.style_coffee a:hover     { color: #545454; }
body.style_coffee a           { color: #A29C7E;; text-decoration: none; }lu
