/*
Theme Name: Twitter Job Finder 2
Version: 1.0
Author: Caimin Jones
Author URI: http://caiminjones.com
Description: Based on Prologue by Automattic
*/

/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }

/* -------------------------------------------- */
body {
	font-size: 12px;
	font-family: Arial,sans-serif;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	background: #F1F1F1;
}


a {
	font-weight: bold;
	color: #066CC;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 12px;
	background: #fff;
	border: 1px solid #ddd;
}

#main {
	padding: 0px;
	float: left;
	background: #fff;
}

#mainText {
	padding-top: 12px;
	padding-right: 12px;
	float: left;
	width: 462px;
	padding-left: 140px;
	background: #fff;

}

#homeSearchPanel{
	background:#fff;
	padding: 12px;
}

#colPanel{
	float: left;
	width: 200px;
	line-height: 20px;
}

#homeColPanel{
	float: left;
	width: 200px;

}

#sidebar {
	width: 340px;
	padding-left: 20px;
	padding-top: 12px;
	float: left;
	line-height: 20px;

}
#sidebar ul li p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}
h1 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", serif;
	margin-bottom: 8px;
	margin-top: 8px;
}

#header {
float: left;
padding: 4px 0px 8px 148px;
margin-bottom: 4px;
}

#header h1 {
font-family: 'Droid Serif', serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.03em;
word-spacing: 0em;
line-height: 1em;
}

#header h1 a {
color: #000;
text-decoration: none;

}

#tagline {
float: left;
font-size: 17px;
font-family: Georgia, "Times New Roman", serif;
padding-top: 4px;
}

h1 a {
font-weight: normal;
}

#top {
background: #96C63F;
font-size: 12px;
font-family: Arial, sans-serif;
color: #fff;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom: 12px;
}

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

#top a:link, #top a:visited{
color: #fff;
text-decoration: none;
}

#topText{
width: 910px;
margin: 0 auto;
}



#main h2 {
	margin-top: 4px;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, serif;
	color: #555;

}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #555;
}
h3 {
	font-size: 1.4em;
	color: #777;
	font-weight: bold;
}


.postcontent {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 18px;
	color: #000;
	margin-top: 16px;
}

.pageContent {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 18px;
	color: #000;
	margin-top: 16px;
}

.pageContent p{
margin-top: 12px;
}

#main .meta {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666;
}

#sidebar a:hover {
	border-bottom: none;
}
#sidebar ul {
	list-style: none;
	font-size: 1.3em;
	margin-bottom: 22px;
	color: #888;
}
#sidebar ul li {
	clear: both;
	padding: 4px 0;
	border-bottom: 1px solid #ddd;
}
#sidebar ul li.credits {
	margin-top: 1.5em;
	font-size: .9em;
	color: #555;
	border-bottom: none;
}
#sidebar ul h2 {
	font-size: 1.384em;
	margin-bottom: 7px;
}
#sidebar ul ul {
	font-size: 1em;
}



.searchLabel{
	color: #000;
	font-family: Georgia, serif;
	font-size: 28px;
}

.searchBox {
	width: 482px;
	height: 24px;
	font-family: Georgia, serif;
	font-size: 20px;
	padding: 4px;
}

.searchButton {
	font-family: Georgia, serif;
	font-size: 20px;
	padding: 4px;
	color: #fff;
	background: #008AC7;
	border: 1px solid #ccc;
}

.navigation {
	width: 462px;
	font-size: 14px;
	font-family: Arial, san-serif;
	margin-bottom: 12px;
}

.navigationLeft{
	float: left;
	width: 230px;
}

.navigationRight{
	float: right;
}

#footer{
	float: none;
	clear: both;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 140px;
	margin-bottom: 12px;
	margin-top: 6px;
}


#footer a:link, #footer a:visited {
	color: #000;
}

#feed{
	float: left;
	margin-bottom: 12px;
}

#feedIcon{
	float: left;
	width: 38px;
}

#feedLabel{
	float: left;
	font-weight: bold;
	padding-top: 4px;
}

#pageContent p{
	margin-bottom: 12px;
	margin-top: 8px;
}


#credit{
	margin-top: 2px;
	/*border-top: 1px solid #ddd;*/
	padding-top: 4px;
	color: #999;
	font-size: 11px;
}

#credit a:link, #credit a:visited {
	color: #999;
	font-weight: normal;
}


.tweetDate {
	padding-bottom: 4px;
	margin-bottom: 8px;
	color: #555;
	font-size: 11px;
}

.normal a, .normal a:visited{
	text-decoration: underline;
	color: #0000EE;
}

#about {
padding: 22px 22px 22px 140px; background: #fff; color: #000;
}

#about a:link, #about a:visited{
	text-decoration: underline;
	color: #0000EE;
}

.tweeter a:link,  .tweeter a:visited{
text-decoration: none;
}