/*
Theme Name: Just Professionals Blog
Theme URI: http://blog.justprofessionals.com/
Description: The default theme for Just Professionals "The Blog".
Version: 2.0
Author: Jason Miller
Author URI: http://justprofessionals.com/

*/


/* HTML */
* {
	margin: 0;
	padding: 0;
}
body {
 	color: #000000;
 	font-size: 14px;
	background: #ffffff url(images/head-bg.jpg) repeat-x scroll top	center;
	font-family: Arial;
}
a {
 text-decoration: none;
 color: #000000;
}
a:focus, a:active {
 outline: none;
}
a:hover {
 text-decoration: underline;
}
a img, img {
	border: none; 
}
ul {
 margin-left: 20px;
}
td {
 vertical-align: top;
}
/* GLOBAL */

/* HEADER */
#container {
	width: 980px;
	margin: 0px auto;
}
#subheader {
	background: transparent url(images/subhead-bg.jpg) no-repeat;
	width: 974px;
	height: 112px;
	margin-top: -11px;
}
.navArea {
	padding: 20px 10px 10px 10px;	
	margin-left: 10px;
	float: left;
	font-family: Arial;
	width: 530px;
}
.readmore {
  margin-top: 10px;
}
.navArea div, #mainCol div.readmore a {
	padding: 5px;
	float:left;
	background-color: #ef720d;
	margin-right: 10px;
}
.navArea div a, #mainCol div.readmore a {
	color: white;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.navArea h1 {
	letter-spacing: 5px;
	font-size: 11px;
	color: #0b89b7;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	margin: 10px 20px 0 0px;
}
.searchArea {
  float: left;
  width: 400px;
}
#searchIcons {
  float:left;
}
#searchForm {
	margin-left:20px;
        float: right;
        width: 200px;
}
.searchArea div img {
	margin: 10px;
	float: left;
}
.searchArea img.social {
	margin: 10px 0 0 20px;
}
.searchArea input.headerFld {
	border: 2px solid #ef720d;
	padding: 2px;
	font-size: 14px;
        width: 190px;
        float: right;
}
.searchArea input.submit {
	float: right;
}

img.blogBanner {
	float: left;
	margin: 0 0 0 90px;
}
img.logo {
	float: left;
	margin: 40px 0 0 0;
}

/* CONTENT */
#content {
	padding: 20px 0;
}
#mainCol, #sideCol {
	float:left;
}
#mainCol {
	width: 550px;
	color: #6f6d6d;
	font-family: Arial;
	font-size: 14px;
	border-right: 1px solid #dfdfdf;
	padding-right: 10px;
}
#mainCol h2 {
	color: #243159;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 26px;
}
.single #mainCol h2.title {
        
}
#mainCol h2 a {
	color: #243159;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 26px;
	text-decoration: none;
}
#sharelinks {
  float: right;
}
#mainCol .postInfo {
	background-image: url(images/line.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#mainCol .postInfo a, a.tag {
	color: #ef720d;
	font-weight: bold;
	text-decoration: none;
}
#mainCol .postInfo img.diggit {
	float: right;
	margin:0 15px 0 0;
}
#sideCol {
	width: 400px;
}
div.sideImg {
	background: url(images/side-main.png) no-repeat;
	width: 380px;
	height: 320px;
	padding: 4px 0 0 4px;
}
div.postImg {
	background: url(images/post-main.png) no-repeat;
	width: 544px;
	height: 242px;
	padding: 4px 0 0 4px;
}
#mainCol p {
	width: 536px;
	margin: 15px 0;
}
#mainCol div.networks {
	background: url(images/line.png) bottom left no-repeat;
	padding: 5px;
}
#mainCol div.networks img {
	margin: 0 20px 10px 0;
}
#sideCol #sideBelt {
	width: 370px;
	margin: 0 auto;
}
#sideCol div.services, #sideCol div.cloudTitle a {
	padding: 5px;
	float:left;
	background-color: #ef720d;
	width: 100%;
	margin: 20px 0;
}
#sideCol div.services a, div.otherServices a, #sideCol div.cloudTitle a {
	color: white;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
#sideCol div.service div {
	width: 155px;
	float: left;
	text-align: center;
	margin: 0 0 25px 25px;
}
#sideCol div.service div img {
	margin: 0 0 5px 0;
}
#sideCol div.service div a {
	color: #ef720d;
	font-weight: bold;
	text-decoration: none;
}
div.otherServices {
	background: url(images/gray-bg.jpg) repeat-x;
	padding: 5px;
	width: 100%;
	margin: 20px 0;
	border: 1px solid #d8d7d7;
}
.newPost {
	width: 50%;
	float:left;
	line-height: 1.3;
	border-right: 1px solid #dfdfdf;
	color: #7c7979;
}
.newPost a {
	font-weight: bold;
	color: #ef720d;
	text-decoration: none;
}
.twitter img {
	float: left;
	margin: 0 10px 0 10px;
}
span.follow, span.follow a {
	float: left;
	color: #ef720d;
	font-weight: bold;
	text-decoration: none;
}
.twitter {
	float: right;
	width: 180px;
}
img.tag {
	float: left
}
div.author, div.addComment {
	background-color: #edebeb;
	padding: 20px;
	margin: 20px 40px 20px 0;
	font-family: Arial;
}
div.author img {
	float: left;
	margin-right: 20px;
}
div.author h4 {
	margin-bottom: 5px;
}
div.author span, div.author h4 {
	font-family: Arial;
	color: #1d2c53;
}
div.cloud span a {
	color: #7c7979;
	text-decoration: none;
}
div.cloud span a:hover {
	text-decoration: none;
	color: #ef720d;
}
div.cloud span a.xsmall {
	font-size: 10px;
}
div.cloud span a.small {
	font-size: 12px;
}
div.cloud span a.medSmall {
	font-size: 14px;
}
div.cloud span a.medium {
	font-size: 16px;
}
div.cloud span a.mediumLrg {
	font-size: 18px;
}	
div.cloud span a.large {
	font-size: 20px;
}
div.cloud span a.xlarge {
	font-size: 22px;
}
div.cloud span a.2xLrg {
	font-size: 24px;
}
div.cloud span a.3xLrg {
	font-size: 30px;
}
div.comment {
	padding: 20px;
	background: url(images/line.png) bottom center no-repeat;
}
div.comment img {
	float: left;
	margin: 0 20px 0 0;
}
div.comment h4 {
	color: #ef720d;
}
div.addComment h4 {
	color: #243159;
	font-size: 22px;
	margin-bottom: 20px;
}
div.addComment label {
	color: #243159;
	font-weight: bold;
}
div.addComment input.field {
	float: right;
	font-size: 14px;
	width: 300px;
	border: 1px solid #d2d0d0;
	padding: 2px;
	margin-right: 5px;
	color: #7c7979;
}
div.addComment span.note {
	color: #a09f9f;
	font-family: Arial;
	font-size: 10px;
}
div.addComment textarea {
	border: 1px solid #d2d0d0;
	font-size: 14px;
	color: #7c7979;
}
div.result {
	padding-top: 20px;
	background: url(images/line.png) no-repeat bottom center;
	overflow: hidden;
}
div.result .result-img {
  background: transparent url(images/search-result.png) no-repeat;
  width: 266px;
  height: 120px;
  padding: 4px;
  float: left;
}
div.result .result-info {
  float: left;
  width: 260px;
}
div.result h4 a {
	color: #ef720d;
	text-decoration: none;
}
div.result span.readmore {
	padding: 3px;
	background-color: #ef720d;
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
div.result img {
	float: left;
	margin: 0 10px 20px 0;
}
.post a {
  color: #EF720D;
}
.post h2 {
  margin: 10px 0px;
}
/* FOOTER */
#footwrap {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1D2C53 url(images/footer-bg.gif) repeat-x scroll 0 0;
padding-top:40px;
margin-top:20px;
}
#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
background:transparent url(images/foot-mid-bg.gif) repeat-x scroll 0 0;
line-height:18px;
margin:0 auto;
padding:0 15px 20px;
width:980px;
}
#footer .footcol {
float: left;
width: 230px;
}
.footcol p {
	font-size: 11px;
	color: white;
	margin: 0 0 15px 0;
	color: #bebdbd;
}
#footer .footcol h5, #footer .footcol h5 a {
color:#62CCF3;
font-size:18px;
margin:10px 0 5px 0;
font-weight: normal;
text-decoration: none;
font-weight: bold;
}
#footer .footcol ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:10px;
margin-right: 10px;
margin-left: 0px;
}
#footer .footcol ul.two li {
	margin-bottom: 10px;
}
#footer .footcol ul li a {
color:#FFFFFF;
text-decoration:none;
}
#footer .footcol ul li a:hover {
text-decoration:underline;
}
#footer address, #footer address a {
color:#62CCF3;
font-style:normal;
}
#footlogo {
clear:both;
text-align:right;
}
#twtr-widget-1 .twtr-tweet-text {
font-size:14px !important;
overflow:hidden;
}
.twtr-timeline {
height:100% !important;
}
.twtr-img img {
height:48px !important;
width:48px !important;
}
.twtr-avatar {
height:52px !important;
width:52px !important;
}
#toplink {
	float:right;
	margin-top: -10px;
}
.twtr-widget {
  clear: both;
}
.twitter img {
  margin: 0px !important;
}
#disqus_thread {
  margin-right: 10px;
}
img.postIcon {
  margin: 0 10px !important;
  float: left;
}
#twtr-widget-1 .twtr-tweet-text {
  width: 120px;
}
.wp-pagenavi {
  margin: 10px 0;
}