/**
 * Theme Name: Jensen
 * Theme URI: 
 * Description: Jensen
 * Version: 1.0
 * Author: 
 * Author URI: 
 * Tags: red, threaded-comments, microformats, two-columns, fixed-width, translation-ready
 * Template: hybrid
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */

body {
	font: 12px/22px "Lucida Sans Unicode", Georgia, Cambria, Times, "Times New Roman", serif;
	color: #333;
	background:#f9f9f9 url(images/body-bg-etc.jpg) repeat-x;
	width	: 100%;
	}

/* Body container */
#body-container {
	width: 900px;
	margin: 0px auto;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color:#205685;

	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	}
h2 {
	font-size: 17px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 15px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
.content ul {
	list-style: none;
	}
.content ul li {
	overflow: hidden;
	padding-left: 10px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}

/* Blockqoutes */
blockquote {
	overflow: hidden;
	margin: 0 10px;
	padding: 0 0 0 20px;
	background: url(images/blockquote.jpg) no-repeat 0 0;
	}
blockquote blockquote {
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	background: transparent;
	}
blockquote.pullquote {
	width: 200px;
	margin: 9px 0 3px 0;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #e9e5d5;
	border-bottom: 3px double #e9e5d5;
	}
.pullquote p {
	margin: 0;
	}
span.pullquote {
	float: none !important;
	margin: 0 !important;
	}

/* Code */
code {
	padding: 0 3px;
	background: url(images/dark.jpg) repeat 0 0;
	}
pre {
	overflow: auto;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 10px !important;
	}
.alignright, .right {
	float: right;
	margin-left: 10px !important;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	}
th {
	color: #8d5608;
	background: url(images/menu-bg.jpg) repeat-x 0 0;
	}
td {
	background: url(images/alt.gif) repeat 0 0;
	}
th, td {
	padding: 5px;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #b4a681;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Warnings, notes, errors, and downloads */
.note, .download, .warning, .alert, .error {
	padding: 10px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**
* Images
************************************************/
.hentry img {
	max-width: 470px;
	padding: 5px 5px 10px 5px !important;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 480px;
	padding: 5px 0 10px 0;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #8d5608;
	}
.wp-caption img, .wp-caption a img {
	max-width: 468px;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent;
	border: 1px solid #d0ccbc;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 55px;
	height: 55px;
	margin: 10px 0 0 20px;
	}

/* Gallery [gallery] */
.gallery {
	margin-bottom: 20px !important;
	}
.gallery img {
	border: none !important;
	}

/**
* Header
************************************************/
#header {
	width: 740px;
	height: 56px;
	margin: 0 auto;
	padding: 0 20px;
	}

#site-title {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}
#site-title a {
	color: #9c8165;
	}
#site-description {
	margin: 10px 0 0 10px;
	float: left;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	}

/**
* Navigation
************************************************/


/* Page navigation */

#page-nav li {
	margin: 0;
	padding:0;
	margin-right	: 40px;
}
#page-nav a {
	color: #dedede;
	display: block;
	font-size: 14px;
	font-weight:bold;
	line-height: 14px;
	padding:0;
	text-decoration: none;
	font-family	:arial;
	padding-bottom	:9px;
}
#page-nav li:hover ul, li.sfHover ul {
	top: 25px;
	background:#174c78;
	border-top	: 1px solid #00416e;
}



#page-nav .current_page_item,
#page-nav .current_page_parent,
#page-nav li:hover {
	padding:0;
}
#page-nav .current_page_item a,
#page-nav .current_page_parent a,
#page-nav a:hover {
	
	padding:0;
	padding-bottom:9px;
	color	:#fff;


}




#page-nav li ul li a
{
	
}

#page-nav li ul li {

}

#page-nav .current_page_item li a,
#page-nav .current_page_parent li a,
#page-nav li ul li a {
	font-size:12px;
	color: #ddd;
	padding	: 10px 9px;
	background:none;
}
#page-nav li ul li a:hover {
	padding	: 10px 9px;
	color	:#fff;
	background:none;
}
#page-nav li ul li ul li {
	margin-left: 15px;
}
/* Search */
#navigation .search {
	float: right;
	width: 190px;
	height: 29px;
	background: url(images/search.jpg) no-repeat 0 0;
	}
#navigation input {
	font: 12px arial, verdana, sans-serif;
	padding: 7px 0 0 0;
	background: transparent;
	border: none;
	}
#navigation .search-text {
	float: left;
	width: 136px;
	padding: 7px 10px 0 10px;
	color: #7e7558;
	}
#navigation .search-submit {
	float: left;
	width: 34px;
	font-weight: bold;
	color: #80713d;
	}
#navigation .search-submit:hover {
	cursor: pointer;
	}

/**
* Container (content and widget areas)
************************************************/
#container {
	overflow	: hidden;
	width: 780px;
	}

/* Splash */
#splash {
	overflow: hidden;
	height: 220px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 20px;
	background: none;
	}
#splash .widget {
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #365426;
	background: transparent;
	border: none;
	}
#splash .widget-title {
	color: #365426;
	}

/**
* Content
************************************************/
.content {
	overflow: hidden;
	float: left;
	width: 520px;
	}
.page-template-no-widgets .content, .no-widgets .content {
	width: 780px;
	}

/* Posts */
.hentry {
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #333;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}	

/* Entry title */
.entry-title {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	font: 18px Georgia, Cambria, Times, 'Times New Roman';
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
.entry-title a {
	color: #205685;
	}

/* Post Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	margin: 0 20px;
	font-size	: 13px;
	}
.more-link {
	padding-right: 15px;
	background: url(images/more-link.jpg) no-repeat right 3px;
	}

/* Post Meta */
.entry-meta {
	overflow: hidden;
	padding: 20px 20px 5px 20px;
	font: 12px/22px arial, verdana, sans-serif;
	background: url(images/border.jpg) repeat-x 0 0;
	}
.entry-meta a {
	color: #708266;
	}

/* Multi-paged posts */
p.pages a {
	overflow: hidden;
	margin: 0 3px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

.navigation-attachment {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
	}

/* Series */
.series {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.series-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	color: #708266;
	border-bottom: 1px solid #e9e5d5;
	}
.series ul {
	margin-left: 0;
	}

/* Archives and other page types */
.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #333;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.page-template-biography .author-info {
	margin: 0;
	border: none;
	}
.page-title, .category-title, .author-title, .date-title, .tag-title, .archive-title, .search-title, .error-404-title {
	margin: 20px 0;
	padding: 0 20px 20px 20px;
	font: 18px Georgia, Cambria, Times, 'Times New Roman';
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
.category-description, .author-description, .date-description, .tag-description, .archive-description, .search-description {
	margin: 0 20px;
	}
.author-profile .avatar, .author-info .avatar {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}
.author-profile .author-name {
	margin-bottom: 0;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/light.gif) repeat 0 0;
	}
.previous {
	float: left;
	width: 40%;
	padding-left: 23px;
	background: url(images/previous.jpg) no-repeat 0 5px;
	}
.next {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 23px;
	background: url(images/next.jpg) no-repeat right 5px;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(images/light.gif) repeat 0 0;
	}
.wp-pagenavi .pages {
	margin-right: 6px;
	padding: 3px 6px;
	}
.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**
* Widget Areas
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 240px;
	line-height: 19px;
	}
#secondary {
	clear: right;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}

/* Widget title */
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	color: #708266;
	border-bottom: 1px solid #e9e5d5;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget ul li {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e9e5d5;
	}
.content .widget ul li {
	overflow: hidden;
	padding: 0 0 5px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}
.widget ul li li, .content .widget ul li li {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	border: none;
	}

/**
* Comments Template
************************************************/
#comments, #respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
#comments #respond {
	padding: 15px 0 0 0;
	border: none;
	}

/* Comments header */
.comments-header, #reply {
	margin: 2px 0 20px 0;
	padding: 0 20px 18px 20px;
	font: normal normal 18px/19px georgia, cambria, times, 'times new roman', serif;
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
#comments #reply {
	margin-bottom: 0;
	padding: 0 0 20px 0;
	background: transparent;
	}
#comments .comments-header {
	margin-bottom: 0;
	}

/* Comments list */
#comments ol {
	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0 20px;
	}
#comments ol ol {
	margin: 0 0 0 10px;
	}
#comments li {
	height: 100%;
	overflow: hidden;
	padding: 19px 0 0 0;
	}
#comments li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/comment-thread.jpg) no-repeat 0 25px;
	}

/* Avatar */
#comments .avatar {
	overflow: hidden;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Comment meta data */
.comment-meta-data {
	padding: 0 0 4px 0;
	font: 12px/22px arial, verdana, sans-serif;
	}
.comment-meta-data a {
	color: #708266;
	}

/* Comment author */
.comment-author cite {
	font: normal bold 14px/22px georgia, cambria, times, serif;
	}
.comment-author a {
	color: #8d5608;
	}

/* Comment text */
.comment-text {
	border-bottom: 1px solid #e5e0d0;
	}

/* Comments form */
#respond {
	padding: 15px 0 20px 0;
	}
#respond form {
	padding: 0 20px;
	}
#comments #respond form {
	padding: 0;
	}
#respond .form-author, #respond .form-email, #repsond .form-url {
	margin: 0 0 10px 0;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px georgia, cambria, times, 'times new roman', serif;
	background: url(images/comment-submit.jpg) repeat 0 0;
	}
.text-input {
	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #e9e5d5;
	}
#respond .text-input {
	width: 275px;
	}

#respond .form-textarea label {
	display: none;
	}
textarea {
	width: 98%;
	border: 1px solid #e9e5d5;
	}
#respond .form-submit {
	overflow: hidden;
	}
#respond .button {
	float: left;
	padding: 5px 30px;
	margin: 0 10px 10px 0;
	font: normal bold 12px/19px georgia, cambria, times, 'times new roman', serif;
	color: #80713d;
	background: url(images/comment-submit.jpg) repeat 0 0;
	border: none;
	}
.button:hover {
	cursor: pointer;
	}

.comment-action {
	clear: both;
	}

/**
* Footer
************************************************/

/* Subsidiary */
#subsidiary {
	float: left;
	overflow: hidden;
	width: 760px;
	padding: 20px 0 0 20px;
	margin: 0 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
#subsidiary .widget {
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	font: 12px/19px arial, verdana, sans-serif;
	color: #333;
	background: #000;
	}
#footer a {
	color: #8d5608;
	}
#footer .copyright {
	float: left;
	width: 40%;
	}
#footer .credit {
	float: right;
	text-align: right;
	width: 40%;
	}
	

/* VR */

#headerbg
{
	background	: url(images/header-rpt-bg.jpg) repeat-x;
	width		: 100%;
	
}

#headerbigbg
{
	background	: url(images/header-2-rpt.jpg) 0 42px repeat-x;
	width		: 100%;
	float		: left;
	
}

#body-container
{
	width		: 1020px;
	margin		: 0 auto;
	padding		: 0 20px;
}

#container
{
	width		: 100%;

}

#header {
	height: 434px;
	width: 100%;
	padding	: 0;
	overflow:hidden;
}

#site-description
{
	text-indent	: -9999px;
	display:none;
}

#header #site-title a
{
	float	: left;
	width	:230px;
	height	: 50px;
	margin-left	: 100px;
	margin-top	: 15px;
	text-indent	: -9999px;
	background:url(images/logo.png) no-repeat;
	display:none;

}


#navigation {
	padding	: 0;
	margin	: 0;
	float	: right;
	margin-left	: 0px;
	width	: 645px;
	height:50px;
}
	
#page-nav {
	margin-top	:14px;
}

#photo
{
	position:absolute;
	width	: 604px;
	height	: 383px;
	background: url(images/jensen-top-photo.png) no-repeat;
	margin-top	: 0px;
	top			: 88px;
	z-index		: 1;
}

#signupheader
{
	float	: right;
	width	: 553px;
	height	: 191px;
	background	: url(images/optin-header.png) no-repeat;
	margin-top	: 40px;
}

#headerwidget
{
	float:right;
	width		: 525px;
	height		: 150px;
	color		: #fff;
	font-size	: 14px;
	
}

#headerwidget a.readmore 
{
	display:block;
	width	: 105px;
	height	: 27px;
	background:url(images/top-readmore.jpg) no-repeat;
	text-indent	: -9999px;
	margin-top	:9px;
}

.toptitle
{
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:20px;
	text-transform	: uppercase;
	font-weight	:bold;
	
	display:none;
}


#greyheader
{
	float	: left;
	width	: 100%;
	height	: 132px;
	overflow:hidden;
	margin-bottom	: 20px;
	font-weight		: bold;
	color			: #5c5c5c;
	font-size	: 13px;
}

#greyheader blockquote
{
	padding-top	: 12px;
}

#greymgn
{
	margin-top		: 30px;
}


#container
{
	background:url(images/sidebar-middle.jpg) 100% 0px repeat-y;
}

.widget
{
	background:none;
	border:none;
	margin:0;
	padding:0;
}


h3.widget-title
{
	font-size:21px;
	color	: #333a43;
	font-weight:bold;
	background:url(images/h3.jpg) left bottom repeat-x;
	border:none;
	margin-bottom:12px;
}

.sidebar
{
	width:200px;
	margin-right:12px;
}


.content
{
	width	: 709px;
}

.hentry
{
	background:none;
	border:none;
	margin-bottom:0;
}

.entry-title {
	overflow: hidden;
	margin: 0 0 7px 0;
	padding: 0px;
	font: 25px Georgia, Cambria, Times, 'Times New Roman';
	background:none;
	padding-top	: 12px;
	color	: #205685;
	
	}
.entry-title a {
	color: #205685;
	}
	
p.byline
{
	background: url(images/byline-bg.jpg) repeat-x;
	height: 34px;
	padding-top	: 5px;
	color		: #888888;
}

.byline a
{
	color	: #333a43;
}
	

.entry-content
{
	margin:0;
}

.entry-meta
{
	padding			: 0;
	padding-top		: 10px;
}


.widget ul li
{
	background	: url(images/red-arrow.gif) 0px 5px no-repeat;
	border:none;
	padding-left:14px;
}

#comments ,#respond
{
	background: none;
	border:none;
	padding-left:0;
	margin-left:0;
}

.comments-header, #reply
{
	padding-left:0;
}

.navigation-links
{
	background:none;
}


#footercontent
{
	margin:0 auto;
	width:1040px;
	color	: #888888;
	margin-top		: 10px;
	padding		: 0 20px;
}

#footercontent a
{
	color	:#5a5a5a;
}

#footercontent a:hover
{
	color	: #0b375e;
	text-decoration:none;
}

#footercontent p.developer
{
	text-align:right;
}

#quote
{
	float:left;
	max-width:761px;
	width	: 761px;
	margin-top	: 20px;
	background	: url(images/quote-quote.jpg) no-repeat;
	
}

#greyright
{
	float:right;
	width	: 250px;
	margin-top	: 20px;
}

#quote blockquote
{
	background	: url(images/blockquote-end.jpg) bottom right no-repeat;
	padding-right	: 20px;
	padding-bottom	: 20px;
}

a.more-link
{
	background:url("images/readmore.jpg") no-repeat;
	color:#EEEEEE;
	line-height:27px;
	display:block;
	margin-top	:10px;
	padding-left:12px;
	font-size:12px;
	height:30px;
}

#secondheaderwrap
{
	float	: left;
	width	: 100%;
	height	: 384px;
	overflow	: hidden;
	background	:url(images/jensen-top-photo.png) bottom left no-repeat;
}


pre, input[type="text"], input[type="password"], input[type="file"], textarea {
background: #f0f0f0;
border-color:#D9D9D9 #EAEAEA #FFFFFF;
border-style:solid;
border-width:1px;
color:#666666;
border-radius:6px;
-moz-border-radius:6px 6px 6px 6px;
-webkit-border-radius:6px;
}

input[type="text"], input[type="password"], input[type="file"], textarea {

background-color:#f0f0f0;
padding:5px;

}

#respond .form-author label, #respond .form-email label, #respond .form-url label {
	background:none;
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet" ;
	font-size:11px;
}

#respond .button,
.wpcf7 input[type="submit"]
{
	background:url(images/respond-btn.jpg) no-repeat;
	font-family:arial;
	color	: #fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	border:none;
	font-family:"Lucida Sans Unicode",Georgia,Cambria,Times,"Times New Roman",serif;
	text-transform:capitalize;
	width	: 98px;
	padding-bottom	:8px;
	
}

.comments-header, #reply
{
	border:none;
	background:none;
}

.wpcf7 .contactform7 span
{
	width:140px;
	display:block;
	float:left;
	font-size:11px;
}

.wpcf7 .contactform7 p
{
	
	padding-bottom	: 16px;
}

.wpcf7 .contactform7 textarea
{
	width:690px;

}

.wpcf7 .contactform7 input[type="text"]
{
	width	: 285px;
}

.next,
.previous
{
	background:none;
}

.navigation-links
{
	padding-left	: 0;
	padding-right	: 0;
}

.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info
{
	background:none;
	border	: none;
	padding-left	: 0;
	padding-right	: 0;
}

.search-title
{
	font-style	: italic;
	
}

.widget-search .search-text
{
	width	: 90%;
}

.widget-search
{
	margin-bottom	: 7px;
}

.contactinfo span
{
	padding-left:20px;
}

.iconname
{
	font-weight:bold;
	background	: url(images/iconname.png) no-repeat;
}

.iconphone
{
	background	: url(images/iconphone.png) no-repeat;
}

.iconmail
{
	background	: url(images/iconmail.png) 0px 5px no-repeat;
}

#footercontent a:link,
#footercontent a:visited,
#footercontent a:active
{
	color	: #888888;
}

#footercontent a:hover
{
	color	: #a8a8a8;
}

.rssform p
{
	margin-bottom	: 5px;
}


.widget_text
{
	margin-bottom	: 10px;
}

.search-box{
	background:transparent url(images/searchbar.png) no-repeat scroll left top;
	height:30px;
	margin-top:5px;
	overflow:hidden;
	width:233px;
	}
input.search-field{ 
	background:transparent none repeat scroll 0 0;
	border:0 none;
	float:left;
	height:25px;
	margin:0;
	padding:5px 0 0 14px;
	width:176px;
	color:#666;
	}
input.search-field:focus{ background:transparent url(images/searchbar.png) no-repeat scroll left -30px;}
input.search-go {
	background:transparent url(images/searchbar.png) no-repeat scroll right 0;
	border:0 none;
	cursor:pointer;
	float:left;
	height:30px;
	margin:0;
	padding:0;
	width:42px;
}
input.search-go:hover{background-position:right -30px;}

.rssform input[type="text"]
{
	width			: 180px;
	margin-right	: 25px;
	float			: left;
}

.widget-rssbutton
{
	background	:  url(images/rss-btn.png) top right no-repeat;
	width		: 30px;
	height		: 25px;
	cursor		: pointer;
	float:left;
	margin-left: 20px;
	border:none;
	outline:none;
}

.hentry img
{
	background:none;
	max-width	:640px;
}


/* we are not using it */
#forFooter
{
	float:left;
	position:none;
	background: #000 url(images/footer-bg-1.jpg) bottom left repeat-x;
	background	: none;
}
/* we are not using it */

#footerbg
{
	float	: left;
	width	: 100%;
	background:#000;
	height	: 67px;
	margin-top	: 20px;
	min-width	: 1200px;
}

