/*
Theme Name: joe
Theme URI: http://uxevangelist.com
Description: Joe's Theme
Version: 0.1
Author: Joe Natoli
Author URI: http://webdemar.com
Tags: joe
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */

* {
	margin:0;
	padding:0;
}

body {
	background:#292929;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 12px;  
	margin-top: 0; 
	margin-bottom: 0px;
	padding:6px 0 0 0;
	color:#FFFFFF;
}

h3 {
	font-size: 12px;  
	margin-top: 0; 
	margin-bottom: 0px;
	padding:6px 0 0 0;
	color:#FFFFFF;
}

h4 {
	font-size: 12px;  
	margin-top: 0; 
	margin-bottom: 0px;
	padding:6px 0 0 0;
	color:#FFFFFF;
}

h5 {
	font-size: 12px;  
	margin-top: 0; 
	margin-bottom: 0px;
	padding:6px 0 0 0;
	color:#FFFFFF;
}

img, div { 
	behavior: url(iepngfix.htc);
}

hr {
	border-color:#959595;
	border-style:dotted none none;
	border-width:1px 0 0;
	height:1px;
	margin:0 21px 0;
}

label {
	font-size: 12px;
	float:left;
	text-align:right;
	width:190px;
	margin: 2px;
}

.text {
	float: left;
	margin: 2px;
}

.reqd {
	font-size: 12px;
	float: left;
	margin: 2px;
}

#message {
	margin: 2px;
}

#wrapper {
	width:1024px;
	margin:0 auto;
}

#header {	
	background-color:#000000;
	border-bottom: 1px dotted #5a5a5a;
}

#header_image {
	background:url(images/header.jpg) no-repeat top center;
	height:129px;
	width:1024px;
	margin:0 auto;
}

#contact_icon {
	margin:96px 0 0 332px;
        float:left;
}

a#email_link img{
	background-image:url(images/contact_icon.gif);
}

a#email_link:hover img{
	background-image:url(images/contact_icon_over.gif);
}

#content_wrapper {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
}

#left_sidebar {
	width:222px;
	float:left;
}

#sidebar_list_wrapper{
	padding:20px 0 0 62px;
}

img#rss_icon {
	margin:2px 0 0 5px;
	position:absolute;
}

input#search_box {
	background:url(images/search_bg.gif) no-repeat;
	width: 116px;
	height: 21px;
	border:none;
	margin: 0 0 14px 0;
	padding:3px 0 0 5px;
	float:left;
}

input#search_button {
	float:left;
	background:url(images/search_bttn.gif);
}

input#search_button:hover {
	float:left;
	background:url(images/search_bttn_over.gif);
}

ul#categories {
	list-style:none;
	margin:0 0 15px 0;
	border-top: 1px dotted #5a5a5a;
	width: 133px;
}

ul#categories li {
	font-size: .63em;
	padding:6px 0 6px 5px;
	border-bottom: 1px dotted #5a5a5a;
}

ul#categories li a {
	color: #767676;
	text-decoration:none;
}

ul#categories li a:hover {
	color:#c8c8c8;
	text-decoration:underline;
}

ul#evangelists {
	list-style:none;
	margin:0 0 15px 0;
	border-top: 1px dotted #5a5a5a;
	width: 133px;
}

ul#evangelists li {
	font-size: .63em;
	color: #767676;
	padding:6px 0 6px 5px;
	border-bottom: 1px dotted #5a5a5a;
}

ul#evangelists li a {
	color: #767676;
	text-decoration:none;
}

ul#evangelists li a:hover {
	color:#c8c8c8;
	text-decoration:underline;
}

#center_content {
	width:559px;
	float:left;
	padding-bottom:40px;
}

.comments {
	color: #C8C8C8;
	font-size: 1.18em;
}

.post {
	margin:10px 0 20px 0;
}

.post_top {
	background:url(images/post_entry_top.png) no-repeat;
	height:14px;
	width:536px;	
}

.post_body {
	background:#fff;
	padding:3px 10px 16px 21px;
	width:505px;
}

.post_body h1 {
	font-size:1.18em;
	font-weight:bold;
	margin:0 0 10px 0;
}

.post_body p {
	font-size:.8em;
	line-height:21px;
	margin:0 10px 10px 0;
}

a.read_more {
	color:#ff7d21;
	font-size:.7em;
	margin:20px 0 0 0;
	display:block;
	text-decoration:none;
	width: 100px;
}

a.read_more:hover {
	color:#d26314;
	text-decoration:underline;
}

.post_body img {
	margin: 0 17px 17px 0;
}

.post_bottom {
	background:url(images/post_entry_bottom.png) no-repeat;
	height:29px;
	width:536px;
	
}

.post_links {
	margin:0 21px 0;
	font-size:.65em;
	color:#666565;
	position:relative;
	border-top:1px dotted #959595;
	padding:8px 0 0 0;
}

.post_links a {
	color:#666565;
	text-decoration:none;
}

.post_links a:hover {
	text-decoration:underline;
	color:#292929;
}

#right_sidebar {
	width:180px;
	float:left;
}

#right_sidebar_wrapper {
	margin:10px 0 0 0;
}

#right_sidebar_top {
	background-image:url(images/right_sidebar_top.png);
	height:16px;
	width:180px;
}

#right_sidebar_body {
	background-color:#ff7d21;
	padding:0 22px;
}

#right_sidebar_body p {
	padding:0 0 10px 0;
	line-height:16px;
}

#right_sidebar_body a{
	color:#333232;
	text-decoration:none;
	font-size:.63em;
}

#right_sidebar_body a:hover{
	color:#000000;
	text-decoration:underline;
}

#right_sidebar_bottom {
	background-image:url(images/right_sidebar_bottom.png);
	height:16px;
	width:180px;
}

#footer {
	height:100px;
	background-color:#000000;
	border-top: 1px dotted #5a5a5a;
}

#footer_content {
	width:580px;
	margin:0 auto;
	margin-top:15px;
}

.clear {
	clear:both;
}

.print {
	display:none;
}

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
	display:inline;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}

.sIFR-active h2 {
      visibility: hidden;
	  padding-bottom: 0;
	  font-size:15px;
    }
	
.sIFR-active h3 {
      visibility: hidden;
	  padding-bottom: 5px;
	  font-size:15px;
}

.sIFR-active h4 {
      visibility: hidden;
	  padding-top: 0;
	  font-size:15px;
}

.sIFR-active h5 {
      visibility: hidden;
	  padding-top: 0;
	  font-size:15px;
}
	
#sIFR_replacement_0 {
	width:60px !important;
}

#sIFR_replacement_3 {
	width: 160px !important;
}
