/*  
Theme Name: Urban Arson
Theme URL: http://urbanarson.com
Description: Urban Arson Blog Theme
Version: 1.0
Author: Aaron Burns
Author URL: http://urbanarson.com
*/

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

body
{
	font: 100% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
	height: 100%;
	background: url(./images/tartan1.png) repeat;
	opacity:1;
}

p, h2, h3, h4, h5
{
	font-size:12px;
}

img
{
	border: 1px solid #BBBBBB;
}

#twitter-follow img
{
	width:29px;
	height:117px;
	border: 1px solid #BBBBBB; 
	position: fixed; top: 400px; 
	right:0;
	background:url(./images/twitter_followme.png)
}

#wrapper
{
	width:960px;
	padding-top:0px;
	margin: 0px auto auto auto ;
	background:#f5f5f5;
	background:url(./images/header_bg.png) repeat-y;
}

#wrapper .ads
{
	text-align:center;
	padding:5px;
}

#header
{
	width:940px;
	background:#f5f5f5;
	height:250px;
	margin: auto;
	background: url(./images/UALogo1.jpg) 0 center repeat;
	border:1px solid #777;
}

/* Blog Title */
#header h1
{
	font-size:1px;
	text-indent:-5000em;
	width:940px;
	height:250px;
	margin:0px;
}

#header h1 a
{
	display:block;
	width:940px;
	height:250px;
}

/* Tagline */

#header p {
	margin:0;

	color:#888888;
}

/*****************************

Pages Navigation 

******************************/

#header ul
{
	padding:0px;
	margin:-250px 0px 0px 0px;
	float:right;
}

#header ul li
{
	float:left;
	/*background:#3f637f;*/
	background:#36566E;
}

#header ul li a
{
	display:block;
	font-size:14px;
	padding:10px 20px 10px;
	font-weight: bold;
	color:#F5F5F5;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	text-decoration:none;
	/*color:#686868;
	text-decoration:none;
	display:block;
	font-size:14px;
	padding:10px 20px 10px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: none;*/
}

#header ul li a:hover
{
	background:#8FACC1;
	/*background:#EEEEEE;*/
}

#header ul li.current_page_item 
{
	background:#507FA3;
}

a 
{
	outline:0;
}

/* Page dropshadow */
#content 
{
	width:960px;
	background:url(./images/main_bg1.png) repeat-y;
}

/*-----------------------------------------------------------------------------

Main Content

-----------------------------------------------------------------------------*/

#main
{
	padding:0px 20px 20px 20px;
	width:600px;
	float:left;
}

#main .ads
{
	text-align:center;
}

/* Main header on single pages */
h2.header
{
	color:#ff7e00;
	font-size:24px;
	padding:10px 0 0;
	line-height:1;
	margin:0 0 5px;
	border-bottom:1px solid #e7e7e7;
	position:relative;
}

#main h2.header a
{
	color:#ff7e00;
	text-decoration:none;
}

#main h2.header a:hover
{
	color:#ff7e00;
	text-decoration:none;
	text-decoration:underline;
}

h2.header span
{
	position:relative;
	padding-right:10px;
	bottom:-5px;
}

/* Secondary headline above comments and comment form */
#main h3
{
	margin:15px 0 5px;
	color:#ff7e00;
}

#main p
{
	color:#6b6b6b;
	line-height:1.5;
	margin:10px 0;
}

#main a
{
	color:#507FA3;
}

/*.post ul li 
{
	margin:5px 0;
	padding-left:15px;
	background:url(./images/square.png) 0 center no-repeat;
}

.post ul, .post ol
{
	font-size:12px;
	color:#6b6b6b;
	margin-left:15px;
}*/

.article
{
	margin-bottom:20px;
}

.article blockquote
{
	margin:0 15px;
	padding:1px 15px;
	border-left:5px solid #B8D1E4;
	background:#F0F0F0;
}

.article ul, .article ol
{
	font-size:12px;
	color:#6b6b6b;
	margin-left:15px;
}

.article ul li 
{
	margin:5px 0;
	padding-left:15px;
	background:url(./images/square.png) 0 center no-repeat;
}

.article ol
{
	margin-left:30px;
}

.article ol li
{
	list-style:decimal;
	margin:10px 0;
	/*background:url(./images/square.png) 0 center no-repeat;*/
}

.article ol li ol
{
	font-size:10px;
	margin-left:15px;
}

#main p.byline
{
	color:#999;
}

ul.article_footer
{
	text-align:right;
	margin:10px 0;
	background:#F1F1F1;
	padding:5px 10px;
	border:1px solid #DADADA;
	border-width:1px 0;
	line-height:1.5;
}

ul.article_footer li
{
	font-size:9px;
	display:inline;
	background:none;
	border-left:1px solid #DADADA;
	margin-left:5px;
	padding-left:10px;
}

ul.article_footer li.first
{
	font-size:10px;
	border-left:0;
}

/*-----------------------------------------------------------------------------

Secondary Content

-----------------------------------------------------------------------------*/

#secondary
{
	padding:15px 10px 20px 10px;
	width:300px;
	float:right;
	min-height: 100%;
}

#secondary img
{
	border:1px solid #777;
}

#secondary .ads
{
	text-align:center;
	padding:10px;
}

#secondary ul#sidebar
{
	margin:15px 0 20px;
	color:#666666;
	padding-right:30px;
	padding-bottom:10px;
	border-bottom:1px solid #d5d5d5;
}

#secondary ul#sidebar li
{
	margin:5px 0;
	font-size:12px;
	line-height:15px;
}

/* Sidebar headers */
#secondary h2
{
	text-transform:uppercase;
	color:#EE7600;
	margin:20px 0 8px;
	font-size:12px;
	line-height:1;
	border-bottom:1px dashed #c5c5c5;
}

#secondary a
{
	color:#507FA3;
	text-decoration:none;
}

#secondary a:hover
{
	text-decoration:underline;
}

#secondary h2.widgettitle a
{
	color:#EE7600;
}

#secondary span.time-meta a
{
	color:#EE7600;
}

#secondary .twitter-avatar img
{
	margin-bottom:10px;
}

#secondary ul.children
{
	margin-left:5px;
	padding-left:10px;
	border:none;
}

#secondary ul#sidebar li li
{
	font-size:12px;
}

/* Optional bio area header (commented out by default) */
#author h2
{
	font-size:12px;
}

#secondary p
{
	line-height:15px;
	margin:5px 0;
	color:#666;
}

/* Search input */
form#searchform
{
	position:relative;
	height:28px;
	margin-bottom:20px;
}

form#searchform input#s
{
	top:0;
	height:16px;
	width:210px;
	padding:5px;
	margin-right:10px;
	background: #f8f8f8;
	border:1px solid #bcbcbc;
}

/*input#search_submit 
{
	position: right;
}*/

/*-----------------------------------------------------------------------------

Footer

-----------------------------------------------------------------------------*/

ul#footer
{
	height:8px;
	width:960px;
	margin:0 auto;
	background: #ddd;
	background:url(./images/footer_bg.png) repeat-y;
	text-align:center;
	font-size:10px;
	color:#686868;
	padding:15px 0px 15px 0px;
}

ul#footer li
{
	display:inline;
	margin-left:10px;
}

ul#footer li span
{
	position:absolute;
	text-indent:-9999em;
}

ul#footer li a
{
	color:#686868;
	text-decoration:none;
}

/*-----------------------------------------------------------------------------

Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

/* Disqus Comments */
.dsq-dc-logo {
	display: none;
}

ol.commentlist
{
	margin-top:15px;
	color:#555;
	font-size:12px;
}

ol.commentlist img
{
	border:none;
}

.count
{
	color:#FF6600;
}

/* Background color for visitor comments */
ol.commentlist li
{
	background:#D8E4EE;
	padding:10px;
	margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt
{
	background:#F3E6D6;
}

ol.commentlist li.bypostauthor
{
	background:#EAEAEA;

}

textarea#comment
{
	width:600px;
	
}

/*#main p.comment_meta
{
	margin:0;
	float:right;
}*/

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup
{
	background:#FFF;
	padding:20px;
}

body#commentspopup a
{
	color:#666;
}

body#commentspopup h1 a
{
	position:relative;
	top:0;
	left:0;
}

body#commentspopup h3
{
	color:#555;
}

body#commentspopup p
{
	margin:10px 0;
	color:#555;
}

body#commentspopup textarea
{
	width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption-dd
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

p.entry_info
{
	clear:both;
}

div.navigation
{
	font-size:10px;
	margin:10px 0;
}

/*-----------------------------------------------------------------------------

CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after
{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

/*-----------------------------------------------------------------------------

SOCIABLE

-----------------------------------------------------------------------------*/

div.sociable 
{ 
	margin: 0px 0; 
}

span.sociable_tagline 
{ 
	position: relative; 
}

span.sociable_tagline span 
{ 
	display: none; 
	width: 0em; 
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	background: #ffe;
	border: 1px solid #ccc;
	color:#6B6B6B;
}

.sociable
{
	color:#6B6B6B;
	font-size:12px;	
}

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before 
{ 
	content: ""; 
}
.sociable img 
{
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers 
{
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*-----------------------------------------------------------------------------

Twitter

-----------------------------------------------------------------------------*/

/*ul #twitter_update_list
{
	background:#F1F1F1;
	padding:3px 8px;
	border:1px solid #E1E1E1;
}*/

a#twitter-link
{
	line-height:30px;
	text-align:center;
	clear:both;
	padding:2px 5px;
	color:#F5F5F5;
	background:#507FA3;
	border:1px solid #AAAAAA;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

a#twitter-link:hover
{
	color:#F5F5F5;
	background:#507FA3;
	border:1px solid #787878;
	text-decoration:none;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
