/*
Theme Name: Phone Junkie
Description: Customized version of the Paraportica theme for Phone-Junkie.com
Version: 1.0
Author: JB Design and Photo - Jon Beilke
Author URI: http://jbdesignandphoto.com
*/

/* 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; }

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: 2.3em; margin-bottom: 0.75em; }
h3 { font-size: 1.7em; line-height: 1; margin-bottom: 0.5em; }
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; }

a:focus, a:hover { color: #545454; text-decoration: underline; }
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; }

.clear { clear:both; line-height:0; }

body { 
  font-size: 85%;
  color: #545454; 
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  background: #D2D2D2 url('images/bg_red.gif') repeat-x top left;
}
	
/* ================ */
/* Container        */
/* ================ */

#container {
	width: 980px;
	margin: 0px auto 20px;
}

#primary {
	width: 717px;
	float: left;
}

#sidebar {
	width: 261px;
	float: right;
}	

/* ================ */
/* 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;
	margin-left: 30px;
}

#logo h1 {
	font-family: "Verdana", sans-serif;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	position: relative;
	top: 11px;
}

#logo h1 a { color: #ddd; }
#logo h1 a:hover { color: #fff; }

#navigation { float: right; margin-right: 50px; }
#navigation ul { margin: 0px; padding: 0px; list-style: none; position: relative; top: 40px; text-transform: uppercase; font-size: 16px; }
#navigation ul li { display: inline; }
#navigation ul li a { padding: 15px; color: #E2E2E2; }
#navigation ul li a:hover, #navigation ul li.current_page { color: #B8B8B8; }
	
/* ================ */
/* Sidebar          */
/* ================ */

#sidebar {
	width: 293px;
	float: right;
	padding-top: 12px;
}

.sidebox {
	padding: 16px;
	margin-bottom: 10px;
	background: #E4E4E4;
	border: 1px solid #C9C8C8;
	font-size: 12px;
}

.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; }
.sidebox ul li a:hover { background-color: #990000; color: #FFFFFF; text-decoration: none; }

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

#footer {
	text-align:center;
}

.copyrights {
	font-size: 12px;
	padding: 10px;
	margin-top: 12px;
	color: #858585;
}
	
/* ================ */
/* Primary          */
/* ================ */

#primary {
	width: 670px;
	float: left;
	margin-left: 10px;
	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;
}

.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 { float:right; color: #666; font-style: italic; }

.tags { float:left; }

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;
	background: #AA2626;
	border: 1px solid #962525;
	color: #eee;
}

.button:hover, #searchsubmit:hover, .more-link:hover{
	background: #C02E2E;
	border: 1px solid #AA2626;
	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;
}

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