/*  
Theme Name: Jobs Search News Theme
Theme URI: http://www.job-junt.org
Description: Jobs Search News theme based on WordPress default theme
Version: 1.0
Author: Karen Callahan
Author URI: http://www.adventuresonline.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family : Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	/*min-width: 760px;*/
	}

#page {
	background-color: white;
	text-align: left;
	margin:0;
	padding: 0;
	width: 100%;
	}

#header {
	margin:0;
	padding: 0;
	height: 56px;
	width: 100%;
	background-color:#FFFFFF;
	}

#headerimg 	{
	background-color: #6666FF;
	margin: 0;
	padding:0;
	height: 54px;
	border: 1px solid #6666FF;
	} 
#headerimg 	img {
	float: left;
	}
#content {
	font-size: 1.2em
	}
.narrowcolumn {
	float: left;
	/*padding: 0 3px 20px 3px;*/
	margin: 0;
	margin-top:27px;
	width:71%;
	border: 1px solid #cccccc;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;*/ 
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h2 {
	background-color:#666;
	/* height:20px; */
}
h1 {
	margin:0;
	padding:0;
	font-size: 2.5em;
	text-align: left;
	margin-left:300px;
	}

#headerimg .description {
	font-size: 1.3em;
	font-weight:bold;
	font-style:italic;
	text-align: left;
	padding-left: 300px;
	}

h2 {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited {
	color:#fff;
}

h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	color:#003399;
	}

#commentform p {
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	/*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/*a, h2 a:hover, h3 a:hover {*/
h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

a:hover {
	/*color: #000033;
	text-decoration: none;*/
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	/*padding: 5px 0;*/
	font-size:1.3em;
	text-align: center;
	}
#footer p:first-child { /* kmc */
	padding:10px 0 0 0;
}
/* End Structure */



/*	Begin Headers */
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	/*margin-top: 30px;*/
	text-align: left;
	line-height:120%;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	/*list-style: none;*/
	padding-left: 10px;
	/*text-indent: -10px;*/
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0; /* controls the distance between the line items (links) in the sidebar */
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	/* background-color:#336600; */
	}

#sidebar #searchform #s {
/*	width: 108px;*/
	width:85%;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	margin-top:10px;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:right;
	padding: 0 0 10px 0;
	width:24%;
	margin-right:1%;
	/*margin-left:1%;*/
	margin-top:27px;
	border: 1px solid #cccccc;
	/* background-color:#FFCC99; */
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#job-search-header {
	margin-top:3px;
	font-size:12px;
}
#job-search-header .title {
	margin:0;
	padding:0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
#job-search-header .title a {
	color:#000;
	text-decoration:none;
}
#job-hunt-home {
	padding:0;
	margin:0;
	margin-top:7px;
	margin-left:28px;
}

#job-search-wrapper {
	float:right;
	width:79%;
	width:64%;
}
#job-search-wrapper #content h2 {
	margin-top:0;
}

.post h2 {
	text-align:left;
	margin:0;
	padding:0;
	padding:3px;
	margin-top:30px;
}
#sidebar h2 {
	text-align:left;
	padding:3px;
	/*width:100%;
	height:16px;*/
}
#job-search-leftnav {
	float:left;
	/*width:183px;*/
	width:20%;
	width:34%;
	padding:0;
	margin:0;
	margin-top:27px;
	margin-left:1%;
	padding-bottom:10px;
	font-size:13px;
	/* background-color:#0099CC; */
}
#job-search-lnav {
	margin:0 auto;
}
#job-search-lnav p{
	margin-top:20px;
	padding:0;
	padding-left:3px;
}
#job-search-lnav h2{
	margin:0;
	margin-bottom:4px;
	padding-top:4px;
	padding-right:0;
	padding-bottom:2px;
	padding-left: 5px;
	/*width:100%;*/
	text-align:left;
	font-size:13px;
}

/*#job-search-lnav ul {
	margin:0;
	padding:0;
	margin-top:4px;
}
#job-search-lnav li{
	margin-bottom:3px;
	margin-left:5px;
	padding-left:10px;
	list-style-type: none;
	background-image: url("images/black-dot-blog.gif");
	background-repeat: no-repeat;
	background-position: left top;
}*/ 
.job-search-category {
	font-size : 12px;  
	font-weight:bold;
	font-style:normal;
	padding-left:20px;
}
.job-search-category-first {
	font-size : 12px;  
	font-weight:bold;
	font-style:normal;
	padding-left:20px;
	margin-top:5px;	
}
.WP-EmailIcon {
	padding-top: 5px;
}

#job-hunt-copyright {
	font-weight: bold;
}
#job-hunt-copyright:first-letter {
	font-size:16px;
}
p#job-hunt-copyright {
	padding:3px 0;
}
.job-hunt-host {
	font-size:9px;
	line-height:3em;
}
.job-hunt-host-name {
	font-style:italic;
}
.job-search-links a {
	padding-left: 10px;
	line-height:1.6em;
}
.social-media-links a {
	padding-left:20px;
	line-height:180%;
}
#jobs-search-tags {
	margin:0;
	padding:0;
	display:block;
	line-height:180%;
	padding-left:20px;
}
#page #job-search-wrapper #sidebar #archives select {
	margin-left: 10px;
	width:85%;
}
#page #job-search-wrapper #content #commentform .subscribe-to-comments label {
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar a {
	font-size:13px;
}
#indeed-jobs-search {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
div.entry { /* not working */
	margin: 0 3px;
}
#page #job-search-wrapper #content .post small {
	padding-left:4px;
}
#page #job-search-wrapper #content .post .entry {
	margin:0 5px;
	}
h3#comments {
	padding: 0;
	padding-left:5px;
	margin: 40px auto 20px 0;
	font-size:1.2em;
	}
h3#respond {
	padding: 0;
	padding-left:5px;
	margin-left: 0;
	}
#commentform {
	margin:0 5px;
}
.comment-moderation {
	color:#FF0000;
	font-style:italic;
}
 #job-search-wrapper #content .pagetitle {
	 padding:3px;
}
#job-search-101, #job-search-experts-blog, #job-hunting-ebooks-blog {
	border: 1px solid #cccccc;
	margin-bottom:6px;
	padding-bottom:4px;
}
#job-search-101 h2, #job-search-experts-blog h2, #job-hunting-ebooks-blog  h2, .narrowcolumn h2, #sidebar h2 {
	padding-bottom:4px;
	 background-color : #636363;	
	 font-size : 12px;  
	 font-weight : bold;	
	 color : #ffffff;
	 border-top:2px solid #fff;
	 border-right:2px solid #fff;
	 border-left:2px solid #fff;
}
 ul#getting-started-list, ul#job-search-experts-list, ul#job-hunting-ebooks-list, ul#new-job-exploration-list,ul#job-search-groups-list,  ul#job-search-industries-list, ul#new-job-search-technologies-list, ul#coping-with-job-loss-list  { 
  margin-top:9px;
  margin-left:0;
  margin-bottom:0;
  padding-left:20px;
  
  }
  ul#getting-started-list li, ul#job-search-experts-list li, ul#job-hunting-ebooks-list li, ul#new-job-exploration-list li,ul#job-search-groups-list li,  ul#job-search-industries-list li, ul#new-job-search-technologies-list li, ul#coping-with-job-loss-list li{ 
  margin:0;
  padding:0;
	 list-style-type:none;
	padding-bottom:12px;
	text-indent:22px;
	background-image: url("images/black-dot-blog.gif");
	background-repeat: no-repeat;
	background-position: left top;
 }
#sidebar {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;	
}
#sidebar li a {
	font-size:12px;	
}
 /* copied from spjstyles.css */
 .tdstyle3{	font-size : 12px;  background-color : #FFFFFF; }
 .date { font-size : 10px;  }
