/*
Theme Name: 	Jez Hughes - Reederfined
Theme URI: 		http://www.jezhughes.com
Description: 	Jez Hughes Reeder love app
Author: 		Jez Hughes
Author URI: 	http://jezhughes.com
Tags: 			Jez Hughes
Version: 		1.0
*/

html, body {
	width: 100%;
	background-repeat: repeat;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
}

form, select, option, input, textarea, body, table, tr, td, a, pre {
	color:#3F3F3F;
	text-decoration:none;
}

body {
	color: #2f2f2f;
	font-size: 14px;
	padding:0px;
	margin:0px;
	border:0px;
	text-align: left;
	background-image: url(img/bg.jpg);
}

form {
	border:0px;
	padding:0px;
	margin:0px;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 20px;
	padding:0px;
	border:0px;
	text-decoration:none;
}

h1 {
	font-size: 27px;
}
h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}

/* Links */

p, li {
	margin-bottom: 8px;
	margin-top: 0px;
}
a, a:link, a:active, a:visited {
	color: #5f5f5f;
	font-weight: bold;
	-webkit-transition: 0.1s linear;
}

a:hover {
	color: #9b9b9b;
	font-weight: bold;
	text-decoration:underline;
	-webkit-transition: 0.2s linear;
}


#allContainer {
	padding-top: 100px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}



#mainContent {
	float: left;
	display: inline;
	width: 560px;
}

#wideContent {
	width: 100%;
}

.pageHeader {
	padding-bottom: 20px;
	color: #B8B7B7;
}

.segmentHeader {
	color: #B8B7B7;
}


.clearer {
	clear: both;
}

#searchform {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	display: inline;
	height: 18px;
	overflow: hidden;
}

.searchfield {
	font-style: italic;
	color: #6a6a6a;
	width: 180px;
	border-color: #454545;
	border-style: solid;
	font-size: 11px;
	border-width: 1px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;   
	-moz-box-shadow:inset 0 5px 10px #444;
	-webkit-box-shadow:inset 0 5px 10px #444;
	box-shadow:inset 0 5px 10px #444;
	background: transparent;
}

.searchsubmit {
	font-weight: bold;
	color: #cecece;
	float: left;
	display: none;
	padding: 0px;
	margin: 0px;
	background: transparent;
	line-height: 18px;
	border-width: 0px;
}

.navigation {
}

.navigation a {
}
.navigation a:hover {
}
.navigation .right {
	float: right;
	display: inline;
}

.navigation .left {
	float: left;
	display: inline;
}

#twitterSpan {
	padding-left: 50px;
	background-position: left center;
	background-image: url(http://si0.twimg.com/images/dev/cms/intents/bird/bird_black/bird_32_black.png);
	background-repeat: no-repeat;
	font-size: 12px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #3e3e3e;
	border-style: dashed;
	padding-bottom: 13px;
	padding-top: 13px;
}


.tooltip {
	color: #cdcdcd;
	background-color: #262626;
	background-repeat: no-repeat;
	display:none;
	padding: 10px;
	font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	
}

.tooltip .arr {
	background-repeat: no-repeat;
	margin-left: -12px;
	left: 50%;
	bottom: -6px;
	position: absolute;
	display: block;
	height: 12px;
	width: 19px;
	background-position: center bottom;
	background-image: url(./img/menu-arrow.png);
}

.aktt_tweet_time {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 9px;
}


