/*  
Theme Name: Medical Sales Connection 2010
Theme URI: http://www.pinoak.net
Author: Jason Albright
Author URI: http://pinoak.net
Version: 2.0
Tags: black, blue, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
	padding-bottom:3px;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
	padding: 5px 0; 
	line-height: 1.5em;
  }

a {
  color: #6598b8;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
background-color:#0C1656;
padding: 8px 0 0 0;  
	font:Arial, Helvetica, sans-serif; 
/*  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
*/  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 950px;
  text-align: left;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif; 
 }

#header {
  background: url(images/top.jpg) no-repeat;
  padding: 0;
  margin: 0;
  height: 142px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  background-image:url(images/name.png) no-repeat;
  height:33px;
  float: left;
  width: 350px;
  margin: 65px 0 0 72px;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #0c1656;
  font-size: 29px;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
/*#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }
*/  
#blog-desc {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	margin: 0 20px 0 0;
}

#sz {
background-image:url(images/topsz.jpg);
background-position:center top;
background-repeat:no-repeat;
height:31px;
padding:0 5px;
}
/*------------------- Navigation ------------------------*/

/*------------------- Top Nav ------------------------*/
#top-menu {
	float: right;
	margin-top:60px;
}

#top-menu ul{
list-style-type:none;
padding:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
#top-menu li{
float:left;
position:relative;
z-index:100;
width:70px;
}

#top-menu a, #top-menu :visited {
display:block;
font-size:10px;
padding:0 10px;
color:#fff;
/*background:#949e7c;
background:#c20000;*/
text-decoration: none;
text-align:center;
font-weight:bold;
font-family:verdana, sans-serif;
}

#top-menu a:hover{
color:#fff;
text-decoration:underline;
}

/*-------------------Main Nav ------------------------*/
/* remove the bullets, padding and margins from the lists */
#menu {
	padding:0;
	width:846px;
	height:35px;
	float:right;
	background: transparent url(images/nav.png) no-repeat;
}
#menu ul{
list-style-type:none;
padding:0 0 0 5px;
margin:4px 0 0 10px;
border-left:#9f0202 1px solid;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
#menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
#menu a, #menu :visited {
display:block;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:7px 14px;
font-weight:bold;
border-right:#9f0202 1px solid;
color:#fff;
text-decoration:none;
text-align:center;
}

#menu ul ul li a, #menu ul ul li :visited {
text-align:left;
padding:7px;
border-right:none;
}

#menu ul ul li{
position:relative;
z-index:100;
width:170px;
border-bottom: #7f0202 1px solid;
}

#menu ul li.current_page_item {
background-color:#9f0202;
}

/* style the links hover */
#menu a:hover{
color:#fff;
background-color:#9f0202;
text-decoration:underline;
}

#menu ul ul li a:hover{
color:#fff;
text-decoration:underline;
text-align:left;
width:156px;
}

/* hide the sub level links */
#menu ul ul {
visibility:hidden;
position: absolute;
margin:0 0 0 0;
background:#9f0202;
width:170px;
text-align:left;
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible;
}


#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
/*  margin: 5px 15px 0 15px;*/
  background-color:#FFFFFF;
  clear: both;
  width: 950px;
  padding-bottom: 5px;
 	font:Arial, Helvetica, sans-serif; 
	font-size:12px;
 }
#contentwrapper {
  float:left;
  border-left:1px solid black;
  width: 680px;
  margin: 0 0 15px 0;
  padding: 15px 10px;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  color: #000;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 12px;
  }
.topPost h2.topTitle a {
  font-size: 14px;
  color: #000;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #000;
  }
.topPost p.topMeta {
  padding: 7px 0 0 13px;
  margin: 0 0 0 0;
  font-size: 12px;
  color: #000;
  }
.topPost p.topMeta a {
	text-decoration: underline;
	color: #666666;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  color: #000;
  margin: 8px 0;
  font-family:Arial, Helvetica, sans-serif;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #CC0000;
  }
.topPost div.topContent a:hover {
  text-decoration: none;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  /*color: #eee;*/
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
	color: #0033FF;
  }


/* Comments */

#comment {
  margin: 10px 0 0 10px;
  background: #040404;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 10px 15px;
  color: #fff;
  }
#comment a {
  color: #6598b8;
  }
#comment a:hover {
  color: #fff;
  }
#numberofcomments {
  color: #fff;
  font-size: 12pt;
  margin-top: 10px;
  }
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: 9pt;
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  background: #030303;
  border: 1px solid #0a0a0a;
  }
#commentlist li.alt {
  background: #000;
  border: 1px solid #010101;
  border: none;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a:hover {
  color: #eee;
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 410px;
  }
#commentlist .commentbody p a {
  text-decoration: underline;
  }
#commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
#commentlist small.commentmetadata a {
  color: #666;
  }
#commentlist p {
  color: #dedede;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 350px;
  background: #fff;
  color: #111;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }



/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin: 0;
  float: left;
  width: 225px;/*Original width: 340px;*/
  }
#sidebars .sidebarbox {
  /*background: url(images/bg-trans.png) repeat;*/
  padding: 8px 10px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left, #sidebar_social {
  float: left;
  }

#sidebar_right {
  float: right;
  }

#sidebar_full, #sidebar_left, #sidebar_right, #sidebar_social {
  width:225px;
}
#sidebars h2, #sidebars h4 {
	padding-left:1em;
	background-color:#0c1656;
	color:white;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin:10px 2px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 0px;
  color: #eee;
 /* background: url(images/bullet.gif) left 8px no-repeat;*/
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
	text-decoration:none;
	display: block;
	color:black;
	border-bottom: #999999 1px dashed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0 0 0 20px;
  }
#sidebars a:hover {
  	background-image:url(images/arrowrt.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	color:black;
  }

#sidebars .textwidget a {
	text-decoration:none;
	display: inline;
	color:black;
	border-bottom: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0 2px;
  }
#sidebars .textwidget a:hover {
	text-decoration:none;
	background-image:none;
	display: inline;
	color:black;
	border-bottom: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0 2px;
  }
#sidebars p {
  padding: 2px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  color: black;
  }
 
#sidebars p a {
	color: blue !important;
	}

.widgettitle {
	margin:18px 0;
	}

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}


.SearchBox {
  padding: 0;
  }
 
.SearchQuery {
	padding:5px;
	width:107px;
	height:14px;
	font-size:11px;
	margin:0 0 0 10px;
}	 
/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
background-image:url(images/footer.jpg);
background-position:center bottom;
background-repeat:no-repeat;
background-color:white;
clear:both;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:auto;
padding:0 0 120px 0;
text-align:center;
width:auto;
}
#footer p {
  color: #333333;
  padding: 25px 0 5px 0;
  }
#footer a {
  color: red;
  text-decoration: underline;
  }
#footer a:hover {
color:red;
  text-decoration: none;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }
#footer a:active {
color:#D20000;
text-decoration:underline;
}
#footer a:link {
color:#D20000;
text-decoration:underline;
}

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

/*Sub Tabs Top*/

#tabs {
	float: left;
	width: 100%;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:solid 3px #0c1656;
	margin:90px 0 0 0;
    }

#tabs ul {
	padding:10px 5px 0 5px;
	list-style-type:none;
	text-align:center;
    }

#tabs ul.jobseeker {
	margin: 0 0 0 250px;
	}

#tabs ul.employer {
	margin: 0 0 0 365px;
	}

#tabs ul.mainbtn {
	margin: 0 0 0 150px;
	}

#tabs li {
	float:left;
	margin:0 3px 0 0;
    }

#tabs a {
	float:left;
	display:block;
	padding:5px 24px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#C20102;
	display:block;
	border-left:1px solid #C20102;
	border-top:1px solid #C20102;
	border-right:1px solid #C20102;
    }

#tabs ul a.mainbtn {
	padding:5px 100px;
}

#tabs a:hover {
	background-color: #FFFFFF;
	color:#C20102;
	text-decoration:underline;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
}

/*TinyMCE*/
.smalltext10 { font: 10px Arial, Helvetica, sans-serif;}
.mediumtext12 { font: 12px Arial, Helvetica, sans-serif; padding: 5px;}
.largetext14 { font: 14px Arial, Helvetica, sans-serif;}

.redback {
	color:white; 
	background-image:url(images/redline525.jpg); 
	background-position:center; 
	background-repeat:no-repeat; 
	height:20px; 
	text-align:center;
	font-size:14px;}

.border-btm { 
	font-size: 16px;
	font-weight:bold;
	border-bottom:thin solid #333333;
	display:block;
}

.navyback {
	padding-left:1em;
	background-color:#0c1656;
	color:white;
	font-weight:bold;
	font-size:13px;
}


.table-btm-dash {
	border-bottom:gray dashed 1px;}
	
.table-solid-rt {
	border-right:solid gray 1px;
	padding:0 8px;
	}
.table-padding {
	padding:0 8px;
	}
.dkgrayback {
	background-color:#565656;
	color:white;
	font-weight:bold;
	font-size:14px;
	padding:2px 8px;
	}
.ltgrayback {
	background-color:#BEBEBE;
	color:black;
	font-weight:bold;
	font-size:12px;
	padding:2px 12px;
	}

.indent-para {
	padding:0 15px;
	}
	
/*Jobs Manager--------------------------------------*/
.jobmanpromo {
	display:none;
	}
