/*
Theme Name: Paraportica for bbPress
Theme URI: http://usarzewicz.org/demos/paraportica-bpress
Description: Clean Paraportica theme for bbPress.
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: 980px;
		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;
	}
	
/* ================ */
/* Primary          */
/* ================ */

#primary {
	float: left;
	padding-top: 12px;
}

	.tab {
		padding: 10px 10px 0px 10px;;
		background: #E4E4E4;
		border: 1px solid #C9C8C8;
		font-size: 12px;
	}

/* ================ */
/* 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;
	}
	
	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;
	}
	
	.bbcrumb,
	.rss-for-topic {
		float: left;
		font-size: 0.8em;
		text-transform: uppercase;
	}
	.rss-for-topic {
		float: right;
		padding-right: 20px;
		background: url(images/feed-icon-16x16.gif) no-repeat right;
	}
	
	.nav {
		display:block;
		text-align:right;
		padding: 3px 0px 10px;
	}
	
	.page-numbers {
		border: 1px solid #C9C8C8;
		padding: 1px;
		background: #fff;
		padding: 4px;
		margin-left: 3px;
	}
	
/* ================ */
/* Topic Meta       */
/* ================ */
	
.infobox {
	border-top: 1px solid #eee;
	padding-top: 6px;
}
.infobox h2 {
	margin-bottom:0px;
	padding-bottom:4px;
}
.topicmeta {
	margin:0px;
	padding:0px;
	list-style:none;
}
	.topicmeta li {display:inline;padding-right:8px;font-style:italic;}
	
#topic-tags {padding:10px 0px;}
#topic-tags ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size: 0.8em;
	text-transform: uppercase;
}
	#topic-tags ul li {display:inline;padding:4px 5px;letter-spacing:-1px;background:#f9f9f9;}

/* ================ */
/* Forums           */
/* ================ */

#latest,
#forumlist,
#favorites {
	width: 100%;
}

#latest th,
#latest td,
#forumlist th,
#forumlist td,
#favorites th,
#favorites td {
	padding: 10px;
}

#latest th,
#forumlist th,
#favorites th {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 0.8em;
	text-transform: uppercase;
}
#latest td,
#forumlist td,
#favorites td {
	border-bottom: 1px solid #eee;
}
#latest tr:hover td,
#forumlist tr:hover td,
#favorites tr:hover td {
	background: #FAFAD6;
}

#latest tr.sticky td {
	font-weight: bold;
}

.alt {
	background: #f9f9f9;
}

p.rss-link {
	margin: 0px;
	padding: 10px 2px 0 2px;
}
p.rss-link a span {
	background: #FF9000;
	border: 1px solid #FF7E00;
	padding: 2px 3px;
	color: #fff;
}
p.rss-link a:hover span {
	background: #545454;
	border-color: #000;
}


/* ================ */
/* Topics           */
/* ================ */

#thread {
	margin:0px;
	padding:0px;
	list-style:none;
}

#thread li {
	border-bottom: 1px solid #eee;
	padding: 8px;
}

.threadauthor {
	width: 86px;
	float: left;
	text-align: center;
}
	.commentauthor {font-weight:bold;font-size:1.0em;}
	.commentauthortitle {}

.threadpost {
	width: 800px;
	float: left;
	padding-left: 10px;
}

	.poststuff {
		padding-top: 4px;
		border-top:1px solid #f9f9f9;
		font-size: 0.8em;
		text-transform: uppercase;
	}

/* ================ */
/* Posts            */
/* ================ */

.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;
    }

/* ================ */
/* Post form        */
/* ================ */

.post-form-left {
	width: 470px;
	float: left;
	padding-right: 12px;
}
.post-form-right {
	width: 414px;
	float: left;
}

.allowed-markup {
	margin: 0px 0px 12px 0px;
	padding: 10px;
	background: #FAFAD6;
	border: 1px solid #F6D87D;
}
.allowed-markup code {
	background: #FAFAD6;
}

p.submit {
	margin-bottom: 0px;
}

/* ================ */
/* Admin Footer     */
/* ================ */

.admin {
	padding: 10px;
	background: #F3F3F3;
	border: 1px solid #C9C8C8;
	margin-bottom: 12px;
}


/* ================ */
/* Facebox          */
/* ================ */

.loginbox {
	width: 450px;
	padding: 0px;
	background: #eee;
	font-size: 1.0em;
}
	#logintop .tab { padding: 12px; }
		#logintop-nav {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#logintop-nav li {
			display: inline;
		}
		#logintop-nav li a {
			display: block;
			width: 205px;
			float: left;
			padding: 10px;
			font-size: 18px;
			background: #ddd;
			border-bottom: 1px solid #ccc;
			color: #B6B6B6;
		}
		#logintop-nav li a:hover {
			background: #E0E0E0;
		}
		#logintop-nav li.active a {
			background: #eee;
			border-color: #eee;
			color: #545454;
		}
	#logintop .tab p {
		padding: 4px;
		margin: 0px;
	}
	#logintop .tab h2 {
		font-size: 18px;
		font-weight: normal;
		margin: 0px 0px 6px 0px;
		padding: 2px 0px;
		border-bottom: 1px solid #ddd;
	}
	.loginbottom {
		background: #ddd;
		border-top: 1px solid #ccc;
		padding: 12px;
		font-size: 0.8em;
	}
	
	.error {
		background: #FFEDEF;
		border-top: 2px solid #FFC5CC;
		border-bottom: 2px solid #FFC5CC;
		padding: 14px;
		font-size: 11px;
	}

/* ================ */
/* Profile          */
/* ================ */

#profile-menu {
	margin: 0px;
	padding: 6px 6px;
	list-style: none;
}
	#profile-menu li {
		display: inline;
	}
	#profile-menu li a {
		background: #F3F3F3;
		padding: 6px;
		color: #777;
	}
	#profile-menu li.current a {
		background: #EFEFEF;
		padding: 6px 6px 11px 6px;
		border-top: 1px solid #C9C8C8;
		border-right: 1px solid #C9C8C8;
		border-left: 1px solid #C9C8C8;
	}
	
#useravatar {
	float: right;
}

.edit-profile fieldset {
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 12px;
}

.edit-profile fieldset legend {
	background: #FAFAD6;
	border-top: 1px solid #F6D87D;
	border-bottom: 1px solid #F6D87D;
	padding: 1px 10px;
}
.edit-profile fieldset label {
	padding-right: 12px;
}
.edit-profile fieldset p {
	margin: 12px 0px;
}

.hidden {
	display: none;
}

.pass-strength th {
	padding-right: 12px !important;
}

#pass-strength-result {
	padding: 1px 3px 1px 3px;
	text-align: center;
	width: 140px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}


#user-replies,
#user-threads {
	padding: 12px;
	background: #FAFAD6;
	border-top: 1px solid #F6D87D;
	border-bottom: 1px solid #F6D87D;
	margin-top: 12px;
}
#user-replies .alt,
#user-threads .alt {
	background: #FAFAD6;
}

#psearch {
	margin:0px;
	padding: 0px;
}

.searchfield {
	border: none;
	background: none;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	font-size: 18px;
	font-style: italic;
	font-family:"Georgia",Times,serif;
}

/* ================ */
/* Footer           */
/* ================ */

#footer {padding: 10px;}
#footer p {
	text-transform: uppercase;
	font-size: 0.7em;
	color: #999;
}

/* ================ */
/* 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,
.edit-profile input {
	padding: 5px 6px;
	background: #fff;
	border: 1px solid #BABABA;
	margin-bottom: 4px;
}
textarea.inputfield { width: 550px; height: 150px; }

.mediumfield {
	width: 400px;
}
.largefield {
	width: 700px;
}

.hidden { display: none; }

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

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: #D2D2D2 url('images/bg_red.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; }


/* Additional colour elements for bbPress */

body.style_red .loginbox {border: 3px solid #A54040;}
body.style_blue .loginbox {border: 3px solid #4584AC;}
body.style_green .loginbox {border: 3px solid #67A03E;}
body.style_coffee .loginbox {border: 3px solid #A29C7E;}

body.style_red #topic-tags ul li:hover {background:#A54040;} 
body.style_blue #topic-tags ul li:hover {background:#4584AC;} 
body.style_green #topic-tags ul li:hover {background:#67A03E;} 
body.style_coffee #topic-tags ul li:hover {background:#A29C7E;} 

body.style_red #topic-tags ul li:hover a {color:#eee;}
body.style_blue #topic-tags ul li:hover a {color:#eee;}
body.style_green #topic-tags ul li:hover a {color:#eee;}
body.style_coffee #topic-tags ul li:hover a {color:#545454;}

body.style_red #topic-tags ul li:hover a:hover {color:#fff;}
body.style_blue #topic-tags ul li:hover a:hover {color:#fff;}
body.style_green #topic-tags ul li:hover a:hover {color:#fff;}
body.style_coffee #topic-tags ul li:hover a:hover {color:#000;}

body.style_red .nav .current {background:#A54040; border:1px solid #fff; color: #eee;}
body.style_blue .nav .current {background:#4584AC; border:1px solid #fff; color: #eee;}
body.style_green .nav .current {background:#67A03E; border:1px solid #fff; color: #eee;}
body.style_coffee .nav .current {background:#A29C7E; border:1px solid #fff; color: #eee;}