/*
Theme Name: Jobmagic Theme
Theme URI: http://jobmagic.org/
Description: The wordpress theme for the jobmagic blog
Version: 1.0
Author: Mike Dubinsky
Author URI: http://jobmagic.com/
Tags: 

	This theme was designed and built by Mike Dubinsky

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Common Jobmagic styles */
body {
	color: #333333;
	direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
	line-height: 17px;
	margin: 0px;
    padding: 0px;
	unicode-bidi: embed;
}
p { margin:0px; padding:0px; }
h1 {
	color: #336699;
	font-size: 22px;
	line-height: 20px;
	margin: 10px 0px 10px 0px;
}
h2 {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #3B5998;
	line-height: 20px;
	margin: 15px 0px 10px 0px;	
	padding-top: 0px;
}
h3 {
	font-size: 13px;
	color: #ff9933;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}
h5, .h5 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}
h6, .h6 {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	font-style: italic; 
	margin: 0px 0px 3px 0px;
}

strong { color: #ff9933; }
.strongBlue {
   color: #6388ab;
   text-transform: uppercase;
   font-weight: bold;
}
.red { color: #ff0000; }
.blue { color: #336699; }
.orange { color: #ff9933; }
.bold { font-weight: bold; }

img { 
	border: none;
	vertical-align:middle;
}
table.nopad {
	border-collapse: collapse;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

a {
	cursor: pointer;
	color: #3b5998;
	-moz-outline-style: none;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}

input, select, textarea {
	border: 1px solid #ccc;
	padding: 4px;
	color: #444;
}
input.button {
	border: none;
	padding: 0px;
}
input.checkbox, input.radio {
    border: none;
}
.select {
    vertical-align: top;
}
.clear { 
	clear: both; 
}
.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 */

/* Page Layout */
#page {
	width: 983px;
	margin: 0px auto 0px auto;
}
	
#header {
	margin: 12px 0px;
	border-bottom: 1px solid #D0D7E4;
	padding-bottom: 10px;
	height:68px;
}
#content {
	float:left;
	width:650px;
	font-size: 12px;
}
#sidebar {
	float:right;
	width: 300px;
}
#footer {
	border-top:1px solid #D0D7E4;
	clear:both;
	padding-top:10px;
	text-align:right;
	margin:15px 0px 10px;
}


/* Header */
#header .linkHead {
	margin: 10px 0 0 36px;
	position: absolute;
}
#header #headTop {
	margin: 0px 18px 0px 0px;
	text-align: right;
	line-height: 18px;
}
#header #headBottom {
	margin: 27px 18px 0px 0px;
	text-align: right;
	padding-left: 243px;
}
#header #headBottomLeft {
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0px 0px 0px;
}
#header #headBottomRight {
	line-height: 18px;
}
#header #headBottomRight img {
	vertical-align: middle;
	padding: 0px 0px 2px 2px;
}
#header a.linkMenuOn {
	color:#FF9933;
}

/* Content */
#content .post {
	clear:both;
	margin-bottom:45px;
}
#content .post h2 {
	border-bottom:1px solid #D0D7E4;
	margin:0px;
	padding:1px 0 8px;
}
#content .post .postSubTitle {
	color:#888888;
	font-size:11px;
	line-height:16px;
	margin:4px 0 0px;
}
#content .post .postSubTitle span {
	margin:0px 5px;
}
#content .post .entry {
	font-size:13px;
	padding:5px 0px 5px;
	border-bottom:1px dotted #D0D7E4;	
}
#content .post .entry p {
	margin:10px 0px;
}
#content .post .postMetaData .section {
	font-size:11px;
	color:#888888;
	padding:5px 0px;
	border-bottom:1px dotted #D0D7E4;	
}
#content .post .postMetaData div {
	padding:2px 0px;
}
#content .post .postMetaData .shareThisLink {
	float:right;
}
#content .post .postMetaData .shareThisLink a.stbutton {
	padding:0 0 3px 16px;
	margin-left:5px;
}
#content .navigation {
	margin-bottom:10px;
}


/* Sidebar */
#sidebar h3 {
	margin:0px 0px 5px -10px;
}
#sidebar ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#sidebar li.widget {
	padding:0px 0px 5px 10px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #D0D7E4;
}



/* Comments */
.commentlist {
	list-style-type:none;
	padding:0px;	
}
.commentlist li {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px solid #D0D7E4;
}
.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin:0 5px 5px 0;
}
.commentlist li .comment-author {
	font-weight:bold;
}
.commentlist li .comment-meta {
	color:#888888;
	font-size:11px;	
}
.commentlist li .comment-content {
	clear:both;
	padding:5px 0 0 5px;
	border-top:1px dotted #D0D7E4;
	font-size:12px;
}
.commentlist li .unapproved {
	color:red;
	font-size:11px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
#respond {
	margin-bottom:20px;
}
#commentform p {
	margin:5px 0px;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}
img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}
.alignright {
float:right;
}
.alignleft {
float:left;
}



