/*
Theme Name: Complexity
Theme URI: http://www.jasonbobich.com/
Description: A totally simple Wordpress CMS theme for your company.
Author: Jason Bobich
Author URI: http://www.jasonbobich.com
Tags: two columns, widgets, CMS, corporate, company

Complexity by Jason Bobich || http://www.jasonbobich.com
*/

/* Include navigation css */
@import url('layout/css/nav.css');

body {
	text-align: center;
	font-family: Arial, Helevtica, Verdana, san-serif;
	font-size: 14px;
      	font-weight: normal;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: top center;
}

/* CLASSES */

.clear {
	clear:both;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

#content .wp-smiley, #full-width-content .wp-smiley {
	padding: 0;
	margin: 0;
	border: none;
}

/* STANDARD TYPOGRAPHY */

ul, ol, dl {
	position: relative;
}

#content p,
#content ul,
#full-width-content p,
#full-width-content ul {
	font-weight:normal;
	color: #777;
	margin: 14px 0;
	line-height: 120%;
	text-align: left;
}

#content li,
#full-width-content li {
	padding: 3px 3px 3px 10px;
	background-position: 0 8px;
	background-repeat: no-repeat;
}

#content ol,
#full-width-content ol {
	padding: 0 0 0 20px;
}


#content ol li,
#full-width-content ol li {
	background-image: none;
	list-style-type: decimal;
	padding: 3px 0;;
}

a {
	text-decoration: none;
}

#content a,
#full-width-content a {
	text-decoration: none;
}

#content a:hover,
#full-width-content a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS",Arial,Helvetica,san-serif; margin: 5px 0; font-weight: normal; line-height: 120%; font-weight: normal}

h1 {font-size: 30px}

h2 {font-size: 25px}

h3 {font-size: 20px}

h4 {font-size: 15px}

h5 {font-size: 12px}

h6 {font-size: 11px}

#content blockquote,
#full-width-content blockquote {
	font-size: 11px;
	font-style: italic;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	border-left-style: solid;
	border-left-width: 3px;
}

#content img,
#full-width-content img,
#portfolio img {
	border-width: 0px;
	border-style: solid;
	padding: 0px;
}

#content img.alignright, #full-width-content img.alignright {float:right; margin:0 0 0 10px}

#content img.alignleft, #full-width-content img.alignleft {float:left; margin:0 10px 0 0}

#content img.aligncenter, #full-width-content img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#content a img.alignright, #full-width-content a img.alignright {float:right; margin:0 0 0 10px}

#content a img.alignleft, #full-width-content a img.alignleft {float:left; margin:0 10px 0 0}

#content a img.aligncenter, #full-width-content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

code {
	background: url(layout/images/code_bg.png);
	border: 1px solid #DBE1E6;
	display: block;
	margin-bottom: 10px;
	overflow-x: visible;
	overflow-y: hidden;
	font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
	font-size: 11px;
	line-height:19px;
	padding: 0 5px;
}

.clean {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.clean th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	background: #f2f2f2;
}

.clean td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

/* SHORT CODES */

.shortcode {
	background-position: 0 100%;
	background-repeat: repeat-x;
	display: block;
	margin: 15px 0;
}

.shortcode div {
	background: 10px 12px no-repeat;
	display: block;
	margin: 0;
	padding: 8px 10px 8px 36px;
}

.alert {
	background-color: #FFFBFB;
	background-image: url(layout/images/shortcodes/alert.png);
	border: 1px solid #F8C9BB;
	color: #D0583F;
}

.alert .icon {
	background-image: url(layout/images/shortcodes/alert-icon.png);
}

.approved {
	background-color: #FAFDF9;
	background-image: url(layout/images/shortcodes/approved.png);
	border: 1px solid #C1CEC1;
	color: #6CB656;
}

.approved .icon {
	background-image: url(layout/images/shortcodes/approved-icon.png);
}

.attention {
	background-color: #FFFDF6;
	background-image: url(layout/images/shortcodes/attention.png);
	border: 1px solid #E4E4D5;
	color: #E1B42F;
}

.attention .icon {
	background-image: url(layout/images/shortcodes/attention-icon.png);
}

.camera {
	background-color: #F6FBFB;
	background-image: url(layout/images/shortcodes/camera.png);
	border: 1px solid #C9D5D8;
	color: #55A0B4;
}

.camera .icon {
	background-image: url(layout/images/shortcodes/camera-icon.png);
}

.cart {
	background-color: #FCFCFC;
	background-image: url(layout/images/shortcodes/cart.png);
	border: 1px solid #D3D3D3;
	color: #559726;
}

.cart .icon {
	background-image: url(layout/images/shortcodes/cart-icon.png);
}

.doc {
	background-color: #FFFFFF;
	background-image: url(layout/images/shortcodes/doc.png);
	border: 1px solid #E5E5E5;
	color: #666666;
}

.doc .icon {
	background-image: url(layout/images/shortcodes/doc-icon.png);
}

.download {
	background-color: #FCFCFC;
	background-image: url(layout/images/shortcodes/download.png);
	border: 1px solid #D3D3D3;
	color: #666666;
}

.download .icon {
	background-image: url(layout/images/shortcodes/download-icon.png);
}

.media {
	background-color: #FBF9FD;
	background-image: url(layout/images/shortcodes/media.png);
	border: 1px solid #DBE1E6;
	color: #8D79A9;
}

.media .icon {
	background-image: url(layout/images/shortcodes/media-icon.png);
}

.note {
	background-color: #FFFAF6;
	background-image: url(layout/images/shortcodes/note.png);
	border: 1px solid #E6DAD2;
	color: #B76F38;
}

.note .icon {
	background-image: url(layout/images/shortcodes/note-icon.png);
}

.notice {
	background-color: #FAFCFD;
	background-image: url(layout/images/shortcodes/notice.png);
	border: 1px solid #C7CDDA;
	color: #6187B3;
}

.notice .icon {
	background-image: url(layout/images/shortcodes/notice-icon.png);
}

.quote {
	background-color: #F3F3F3;
	background-image: url(layout/images/shortcodes/quote.png);
	border: 1px solid #D4D4D4;
	color: #727272;
}

.quote .icon {
	background-image: url(layout/images/shortcodes/quote-icon.png);
}


/* LAYOUT */

#wrapper {
	width: 962px;
	margin: auto;
	text-align: left;
}

#header {
	overflow: hidden;
}

#menu-wrapper {
	background-repeat: no-repeat;
	height: 50px;
	position: relative;
	z-index: 3;
}

#main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	z-index: 1;
	_background-color: #fff; /* IE 6 Fix */
}

#primary {
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#content {
	width: 600px;
	margin: 10px;
	float: left;
	display: inline;
}

#full-width-content {
	min-height: 200px;
	padding: 10px 0;
}

#sidebar {
	width: 300px;
	margin: 10px;
	padding: 15px 0 0 0;
	float: left;
	display: inline;
}

#copyright {
	background-repeat: no-repeat;
	height: 133px;
	font-size: 11px;
}

/* HEADER */

#header h1 {
	float: left;
}

#header #logo {
	width: 300px;
	height: 80px;
	text-indent: -9999px;
	margin: 10px 10px 0 0;
	display: block;
	background-position: 20px 0;
	background-repeat: no-repeat;
	border: none;
}

#header .top {
	float: right;
	padding: 20px 20px 0 0;
}

/* SEARCHFORM (MAIN MENU BAR) */

#searchform {
	position: absolute;
	right: 16px;
	top: 9px;
}

#searchform div {
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background-repeat: repeat-x;
}

#searchform #search-input {
	border: none;
	width: 150px;
	background-color: transparent;
}

#searchform #searchsubmit {
	width: 17px;
	height: 17px;
	border: none;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	text-indent: -9999px;
}

/* SEARCHFORM (SIDEBAR WIDGET) */

#searchform-sidebar {
	width: 235px;
}

#searchform-sidebar div {
	border: 1px solid #ccc;
	padding: 6px;
	background: #fff url(layout/css/style1/search-input-bg.png) repeat-x;
}

#searchform-sidebar #search-input {
	border: none;
	background-color: transparent;
	width: 200px;
}

#searchform-sidebar #searchsubmit {
	width: 17px;
	height: 17px;
	border: none;
	background-color: transparent;
	outline:none;
	cursor: pointer;
	text-indent: -9999px;
}

/* CONTENT */

#content .pad {
	padding: 0 10px 10px 10px;
}

#content h2.page-title {
	font-size: 30px;
        color: #0e4970;
	font-weight: normal;
	padding: 5px 0;
}

#home-widget-area .widget {
	float: left;
	width: 300px;
	margin: 0;
	display: inline;
}

/* SIDEBAR */

#sidebar h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
}

#sidebar h3 {
	font-size: 15px;
}

#sidebar p {
	font-size: 11px;
	margin: 8px 0;
	line-height: 160%;
}

#sidebar .read-more {
	margin: 0 0 25px 0;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#sidebar .widget a {
	text-decoration: none;
}

#sidebar .widget a:hover {
	text-decoration: underline;
}

#sidebar .widget ul {
	padding: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#sidebar .widget li {
	line-height: 100%;
	padding: 7px 0;
	border-top-width: 1px;
	border-top-style: solid;
	padding-left: 10px;
	background-position: 0 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#sidebar .widget li a {
	border: none;
	display: block;
	border: none;
}

#sidebar .widget li a:hover {
	text-decoration: none;
}

#sidebar .widget li.current_page_item a, 
#sidebar .widget li a.current_page_item {
	font-weight: bold;
}

#sidebar .widget li ul {
	margin: 7px 0 0 -10px;
	padding: 0;
	border: none;
}

#sidebar .widget li ul li {
	padding-left: 30px;
	background-position: 20px 10px;
}

/* HOMEPAGE SLIDESHOW */

#slideshow {
	position: relative;
	width: 960px;
	height: 300px;
	overflow: hidden;
	z-index: 2;
}

#slideshow div {
	width: 960px;
	height: 300px;
} 

#slideshow-nav {
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
}

#slideshow-nav-inner {
	padding-top: 4px;
}

#slideshow-nav-inner a {
	border: none;
}

#slideshow-nav-inner a img {
	background-position: 0 0;
	background-repeat: none;
	height: 13px;
	width: 13px;
	margin: 0 2px;
}

#slideshow-nav-inner a:hover img, #slideshow-nav-inner a.activeSlide img {
	background-position: -13px 0;
}

#slideshow-wrapper .pad {
	padding: 20px;
}

/* SUBPAGE SLIDESHOW */

.subpage-slideshow-wrapper {
	margin: 10px 0;
}

.subpage-slideshow {
	position: relative;
	height: 200px;
	overflow: hidden;
	z-index: 2;
}

.subpage-slideshow div {
}

#content .subpage-slideshow div img,
#full-width-content .subpage-slideshow div img {
	border: none;
	padding: 0;
}

.subpage-slideshow-nav {
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
}

.subpage-slideshow-nav-inner {
	padding-top: 4px;
}

.subpage-slideshow-nav-inner a {
	border: none;
}

#content .subpage-slideshow-nav-inner a img,
#full-width-content .subpage-slideshow-nav-inner a img {
	background: url(layout/images/slide-buttons.gif) 0 0 no-repeat;
	height: 20px;
	width: 20px;
	border: none;
	padding: 0;
	background-color: transparent;
}

#content .subpage-slideshow-nav-inner a:hover img,
#content .subpage-slideshow-nav-inner a.activeSlide img,
#full-width-content .subpage-slideshow-nav-inner a:hover img,
#full-width-content .subpage-slideshow-nav-inner a.activeSlide img {
	background-position: 0 -20px;
}

/* HOME */

#home-description {
	padding: 10px;
}

#home-widget-area .widget .pad {
	padding: 0 10px;
}

/* HOME (DEAFAULT) */

#default-home-widget-area {
	padding: 10px 0 0 0;
}

#default-home-widget-area .widget .pad {
	padding: 0 10px;
}

#default-home-widget-area .widget {
	float: left;
	width: 300px;
	margin: 0 10px;
	_margin: 0 9px; /* IE6 Fix */
	display: inline;
}

#default-home-widget-area .widget h2 {
	font-size: 22px;
}

#default-home-widget-area .full-width {
	width: 100%;
	margin: 0;
}

/* FULL WIDTH PAGE */

#full-width-content .full-width-title {
	padding-left: 20px;
}

#full-width-content .pad {
	padding: 0 20px;
}

/* ARCHIVES */

#content .post-archive {
	padding: 0 0 15px 0;
}

#content .post-archive h2 {
	font-weight: normal;
	font-size: 20px;;
}

/* ARCHIVE TEMPLATE */

#content .archive {
	margin: 15px 0 30px 0;
	padding: 0;
}

.archive .author-box {
	display:block;
	font-size: 11px;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.archive .comments-link {
	padding-left: 18px;
	background: url('layout/images/comment.gif') 0 5px no-repeat;
	float: right;
}

#content .archive h3 {
	margin-top: 0;
	font-size: 22px;
}

#content .archive h3 a {
	text-decoration: none;
	border: none;
}

#content .archive img {
	float: left;
	margin: 10px 10px 10px 0;
	display: inline;
}

/* SINGLE BLOG POST */

#content .single .author-box {
	display:block;
	font-size: 13px;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#content .single .comments-link {
	padding-left: 18px;
	background: url('layout/images/comment.gif') 0 5px no-repeat;
	float: right;
}

/* BLOG */

#content .entry .author-box {
	display: block;
	font-size: 13px;
	padding: 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	_height: 25px; /* IE6 Fix */
}

#content .entry .date {
	display: block;
	float: left;
}

#content .entry .comments-link {
	padding-left: 18px;
	background: url('layout/images/comment.gif') 0 5px no-repeat;
	float: right;
}

#content .entry {
	margin: 15px 0 30px 0;
	padding: 0;
	font-size: 11px;
}

#content .entry h3 {
	margin-top: 0;
	font-size: 27px;
	color: #fa2b2c
}

#content .entry h3 a {
	text-decoration: none;
	border: none;
}

#content .entry img.wp-post-image {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}

/* COMMENTS */

.says {
	padding-left: 5px;
	color: #888888;
}

.date {
	color: #888888;
}

.thread-even, .thread-odd {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

.thread-even {
	background-color: #f9f9f9;
}

.thread-even ul.children {
	background-color: #ffffff;
}

.thread-odd {
	background-color: #ffffff;
}

.thread-odd ul.children {
	background-color: #f9f9f9;
}

#content #comments-wrap {
	padding-top: 10px;
}

#content #comments-wrap a.name {
	text-decoration: none;	
}

#content #comments-wrap ol.commentlist {
	padding-left: 0;
	border-top: 1px solid #dddddd;	
}

#content #comments-wrap ol ul {
	margin: 0 10px 10px 10px;
	border: 1px solid #dddddd;
	border-bottom: none;
}

#content #comments-wrap li {
	padding: 0 10px;
	list-style: none;
	background-image: none;
}

#content #comments-wrap li li {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}

#content #comments-wrap li a.name:hover {
	border: none;
}

#content #comments-wrap li .comment-left {
	float: left;
	width: 75px;
	display: inline;
	padding: 15px 0;
}

#content #comments-wrap li .comment-right {
	float: left;
	width: 480px;
	display: inline;
	padding: 15px 0 35px 0;
	position: relative;
}

#content #comments-wrap li li .comment-right {
	padding: 5px 0;
	width: 415px;
}


#content #comments-wrap li li .comment-left {
	padding: 5px 0;
}

#content #comments-wrap li li li .comment-right {
	width: 375px;
}

.comment-right-inner {
	padding: 0 20px 0 0;
}

.comment-right .name {
	font-size: 20px;	
}

#content .reply-link a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #dddddd;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 0;
	text-decoration: none;
}

#content .reply-link a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

#content li li .reply-link a {
	position: absolute;
	bottom: 0;
	right: -25px;
}

#content #comments-wrap #respond {
	margin-top: 20px;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #dddddd;
	padding: 20px;
}

#content #comments-wrap #respond .pad {
	padding: 0;
}

#content #comments-wrap #respond li {
	padding: 5px 0;
}

#content #comments-wrap #respond label.error {
	color: #990000;
	padding: 5px 0;
	margin-left: 100px;
	display: block;
	width: 300px;
	font-size: 11px;
}

#content #comments-wrap #respond h3 {
	margin-bottom: 20px;	
}

#content #comments-wrap #respond fieldset {
	margin-bottom: 10px;
}

#content #comments-wrap #respond input, #content #comments-wrap #respond textarea {
	padding: 5px;
}

#content #comments-wrap #respond textarea {
	width: 350px;
	height: 200px;
}

#content #comments-wrap #respond legend {
	padding: 0 2px;
	font-weight: bold;
}

#content #comments-wrap #respond label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

#content #comments-wrap #respond fieldset ol {
	margin: 0;
	padding: 0;
}

#content #comments-wrap #respond fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#content #comments-wrap #respond label {
	width: 95px; /* Width of labels */
}

#content #comments-wrap #respond #submit {
	cursor: pointer;
	padding: 5px 10px;
}

/* NEWS PAGE */

.featured-news {
	padding: 5px 5px 5px 0;
}

.news-article {
	float: left;
	width: 275px;
	margin: 5px 5px 5px 0;
}

.news-article h2 {
	font-size: 15px;	
}

#content .news-article h2 a, #content .featured-news h2 a {
	border: none;

}

/* PORTFOLIO PAGE */

#portfolio h2.page-title {
	font-size: 27px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 16px;
}

#portfolio > p {
	margin: 0 16px;
}

#portfolio .pad {
	padding: 20px 0;
}

#portfolio .portfolio-box {
	float: left;
	margin: 20px 14px 20px 14px;
	width: 292px;
	display: inline;
}

#portfolio .portfolio-box a.thumb {
	border: none;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

#portfolio .portfolio-box .image {
	background-image: url(layout/images/enlarge.png);
}

#portfolio .portfolio-box .video {
	background-image: url(layout/images/enlarge-video.png);
}

#portfolio .portfolio-box h3 {
	font-size: 22px;
	padding: 0 6px;
}

#portfolio .portfolio-box h3 a {
	border: none;
}

#portfolio .portfolio-box p {
	padding: 0 6px;
}

/* CONTACT FORM */ 

#contact {
	position: relative;
}

#contact #sent {
	display: none;
}

#contact h3 {
	margin-bottom: 20px;	
}

#contact label.error {
	color: #990000;
	padding: 5px 0 5px 90px;
	display: block;
	font-size: 11px;
}

#contact fieldset {
	margin-bottom: 10px;
}

#contact input, #contact textarea {
	padding: 5px;
	font-family: "Lucida Grande", "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact textarea {
	width: 350px;
	height: 200px;
}

#contact legend {
	padding: 0 2px;
	font-weight: bold;
}

#contact label.name {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

#contact fieldset ol {
	margin: 0;
	padding: 0;
}

#contact fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	background-image: none;
}

#contact label.name {
	width: 85px; /* Width of labels */
}

#contact #submit {
	cursor: pointer;
	padding: 5px 10px;
}

.honeypot {
	display: none;
}

/* FOOTER AREA */

#footer-top {
	height: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer-widget-area {
	background-repeat: repeat-x;
	font-size: 12px;
	overflow: hidden;
	line-height: 140%;
}

#footer-widget-area-inner {
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	/* padding: 0 0 10px 0; */
}

#footer-widget-area .widget {
	float: left;
	width: 220px;
	margin: 0 10px 10px 10px;
	display: inline;
}

#footer-widget-area .widget h3 {
	line-height: 40px;
	font-size: 15px;
}

#footer-widget-area .widget p, #footer-widget-area .widget .pad > ul {
	padding: 10px 0;
}

#footer-widget-area .widget .pad {
	padding: 0 20px;
}

#footer-widget-area .widget ul li {
	padding: 5px 0;
}

#footer-widget-area .widget ul li a {
	text-decoration: none;
}

#footer-widget-area .widget ul li a:hover {
	text-decoration: underline;
}

#footer-widget-area .full-width {
	width: 100%;
	margin: 0 0 10px 0;
}

/* COPYRIGHT */

#copyright .pad {
	padding: 22px 0 0 0;
	text-align: center;
}

/* Jaybich Recent Posts Widget */

ul.jaybich-recent-posts .post-date {
	font-size: 10px;
	display: block;
	line-height: 120%;
}

#sidebar ul.jaybich-recent-posts .post-date {
	margin: 5px 0 0 0;
}

/* Jaybich Twitter Widget */

.twitter_div {
	padding: 5px 0 0 0;
}

.twitter_div span {
	display: block;
}

.twitter_div ul {
	margin: 0;
}

.twitter_div ul li {
	padding: 5px 0;
	list-style: none;
	background-image: none;
}

.twitter-follow {}


/* Jaybich Simple Contact Widget */

#footer-widget-area .widget ul.jaybich-simple-contact li,
#sidebar .widget ul.jaybich-simple-contact li,
#full-width-content .widget ul.jaybich-simple-contact li {
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: 0 0;
	overflow: hidden;
}

#footer-widget-area .widget ul.jaybich-simple-contact li a, 
#sidebar .widget ul.jaybich-simple-contact li a,
#full-width-content .widget ul.jaybich-simple-contact li a {
	color: #474747;
	padding: 0;
}

#footer-widget-area .widget ul.jaybich-simple-contact li a:hover, 
#sidebar .widget ul.jaybich-simple-contact li a:hover,
#full-width-content .widget ul.jaybich-simple-contact li a:hover {
	border: none;
	text-decoration: underline;
}

#footer-widget-area .widget ul.jaybich-simple-contact li, 
#sidebar .widget ul.jaybich-simple-contact li,
#full-width-content .widget ul.jaybich-simple-contact li {
	overflow: hidden;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.phone, 
#sidebar .widget ul.jaybich-simple-contact li.phone,
#full-width-content .widget ul.jaybich-simple-contact li.phone {
	background-position: 0 -20px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.email, 
#sidebar .widget ul.jaybich-simple-contact li.email,
#full-width-content .widget ul.jaybich-simple-contact li.email {
	background-position: 0 -40px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.contact-form, 
#sidebar .widget ul.jaybich-simple-contact li.contact-form,
#full-width-content .widget ul.jaybich-simple-contact li.contact-form {
	background-position: 0 -60px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.skype, 
#sidebar .widget ul.jaybich-simple-contact li.skype,
#full-width-content .widget ul.jaybich-simple-contact li.skype {
	background-position: 0 -80px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.links {
	background-position: 0 4px;
	padding: 5px 0 0 30px;
}

#sidebar .widget ul.jaybich-simple-contact li.links,
#full-width-content .widget ul.jaybich-simple-contact li.links {
	padding: 2px 0 2px 30px;
}

#footer-widget-area .widget ul.jaybich-simple-contact li.extra, 
#sidebar .widget ul.jaybich-simple-contact li.extra,
#full-width-content .widget ul.jaybich-simple-contact li.extra {
	background-position: 0 -100px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links {
	float: left;
	padding: 0; 
	margin: 0;
	display: inline;
	bordeR: none;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li {
	float: left;
	padding: 0 1px;
	background-image: none;
	display: inline;
	border: none;
	
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a  {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background-image: url(layout/images/icons-social.png);
	overflow: hidden;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.rss, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.rss,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.rss {
	background-position: 0 0;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.twitter, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.twitter,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.twitter {
	background-position: 0 -16px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.facebook, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.facebook,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.facebook {
	background-position: 0 -32px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.myspace, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.myspace,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.myspace {
	background-position: 0 -48px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.flickr, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.flickr,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.flickr {
	background-position: 0 -64px;
}

#footer-widget-area .widget ul.jaybich-simple-contact ul.social-links li a.linkedin, 
#sidebar .widget ul.jaybich-simple-contact ul.social-links li a.linkedin,
#full-width-content .widget ul.jaybich-simple-contact ul.social-links li a.linkedin {
	background-position: 0 -80px;
}

/* News Scroller Widget */

.news-scroller-wrapper {
	position: relative;
	overflow: hidden;
	height: 135px;
}

.news-scroller-nav {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}

#sidebar .widget .news-scroller-nav, .news-scroller-nav {
	border: none;
}

#sidebar .widget .news-scroller-nav li, .news-scroller-nav li {
	float: left;
	padding: 1px;
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
	background-image: none;
	display: inline;
}

#sidebar .widget .news-scroller-nav li a, .news-scroller-nav a {
	display: block;
	padding: 2px 5px 5px 5px;
	font-size: 13px;
	margin: 0 1px;
	text-decoration: none;
	background: #f2f2f2;
	color: #000;
	line-height: 100%;
	border: 1px solid #cccccc;
}

#sidebar .widget .news-scroller-nav li a:hover, .news-scroller-nav a:hover {

}

.news-scroller {
	overflow: hidden;
	z-index: 1;
}

#sidebar .news-scroller h3 {
	font-size: 14px;
}

.news-scroller div {
	font-size: 12px;
	height: 135px;
	width: 300px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: inline;
}

.news-scroller div p {
	padding: 0;
	margin: 0;
	line-height: 150%;
}

.news-scroller div .date {
	color: #555;
	font-size: 11px;
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi {
	margin: 10px;
	font-size: 11px;
	margin-left: 0;
	display: inline;
}

#content .wp-pagenavi {
	display: inline;
}

#portfolio .wp-pagenavi {
	margin-left: 16px;
	display: inline;
}

#portfolio .wp-pagenavi .pages, #content .wp-pagenavi .pages {
	display: none;
}

#portfolio .single-column-page-navi, #content .single-column-page-navi {
	margin-left: 10px;
	display: inline;
}

#portfolio .wp-pagenavi a, #content .wp-pagenavi a, .wp-pagenavi a:link {
	padding: 3px 5px;
	text-decoration: none;
	margin: 2px;
}

#portfolio .wp-pagenavi a:hover, #content .wp-pagenavi a:hover {
	text-decoration: none;
	border-style: solid;
}

#portfolio .wp-pagenavi span.current, #content .wp-pagenavi span.current {
	padding: 3px 5px; 
	margin: 2px;
	font-weight: bold;
	font-size: 11px;
	display: inline;
}

/* JAYBICH ADS */

.jaybich-ad-square-buttons a {
	line-height: 100%;
}

.jaybich-ad-square-buttons img {
	margin: 0 5px;
	*margin: 0 5px 5px 5px; /* IE6/IE7 Fix */
}

.jaybich-ad-leaderboard {
	padding: 10px 0 0 0;
	text-align: center;
}