/*
Theme Name: Cutter Suffusion
Theme URI: http://www.cutter.com
Description: Custom Cutter Child Theme based on Suffusion
Version: 1.0.0
Author: Cutter
Author URI: http://www.cutter.com
Template: suffusion
*/

/* WRAPPER */

#wrapper {
	margin: 0px auto;
	position: relative;
	border: 0;
	background-color: transparent;
	padding: 0px;
}

#container {
    background: transparent url(images/bg_sidebar.png) no-repeat 620px 0 !important;
}

/* HEADER */
#header {
	padding: 0 !important;
	height: 58px !important;
	background: transparent url(images/logo-cc.png) no-repeat 688px 0 !important;
}
#header h1 {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	width: 169px;
}


/* MENU */


#nav a,
#nav a:visited {
	color: #ececec;
	background-color: transparent;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	letter-spacing: .1em;
	/* height: 35px; */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#nav .current-page-ancestor a {
	background-color: #fff;
	color: #444444 !important;
}
.sub-menu a {
	background-color: #ececec !important;
	letter-spacing: 0 !important;
	font-size: 12px !important;
}
.down-ptr { /* repositions down arrow in nav */
	top: 35%;
	right: 10px;
	margin-left: 15px !important;
}
#nav ul ul {
	width:225px !important; /* increase the width of dropdowns in menu */
}
#nav ul ul a,
#nav ul ul a:visited {
	width:103px !important;
}
.home #nav .home a {
	background-color: #fff; /* give home link a background color when on homepage */
}
/* META INFORMATION */

.postdata .author a {
	color: #699AD0;
}
.postdata .author a:hover {
	color: #2F6AAB;
	text-decoration: underline;
}
.postdata .category {
	max-width: 600px;
	display: block;
	float: none !important;
}

.tags {
	max-width: 600px !important;
	display: block;
	float: none !important;
}
.excerpt .post-footer {
	display: none !important; /* hide categories and tags on exceprts */
}

.postdata .category{ padding-right: 10px; float: left; }

/* hides icon next to author name */
span.author .icon { 
display: none !important;
}

span.author {
	max-width: 290px; /* increase width to accomodate multiple authors */
}


/* FEATURED POST SLIDER */

#slider {
margin: 5px 5px 5px 5px;
}

.sliderImage div ins {
	color: #000;
	font-size: 200%;
}


/* PAGE CONTENT */

#content { 
	padding-left: 0px !important;
	padding-top: 10px;
	padding-right: 20px;
}
.title-container {
	padding-left: 0px !important;
	padding-right: 10px;
	margin-bottom: 10px;
}

.qi-hidden {
    display: none;
}

/* just for sarah */
.hide-avatar {
    display: none;
}

.entry-container { 
	padding-left: 0px; 
}
.page .entry-container { 
	padding-left: 0px; 
}
.entry,
.non-wp-entry {
	margin-bottom: 0;
}

div.page { 
	border: 0; /* need to remove border around posts */
	padding: 15px 15px 1em 0; /* remove excess padding */
	margin-left: 0px;
	margin-bottom: 0px;
}
.post { 
	border: 0; /* need to remove border around posts */
	padding: 15px 15px 1em 0px; /* remove excess padding */
	margin-left: 0px;
	margin-bottom: 0px;
}
div.page h1.posttitle { 
	padding-left: 0px; /* remove excess padding */
}

h1.posttitle,
h2.posttitle {
	border-bottom: 0; /* remove border under title */
	margin-bottom: 10px;
}


.post .date {
	/* display: none; remove the date box */
}
.post-nav {
	border: 0; /* remove border from previous/next on single pages */
}

#subnav {
	border: 0; /* remove border from previous/next on single pages */
}
.breadcrumb {
	padding: 3px 5px 3px 0px;
}

.excerpt p {
	padding:6px 0 !important;
	margin:0 !important;
}

.excerpt {
	margin-top:20px !important;
	margin-bottom:20px !important;
}

/* IMAGES */

/* taken from twenty eleven */

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img,
img.attachment-thumbnail {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd !important;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee !important;
	border-color: #bbb !important;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff !important;
	border-color: #ddd !important;
}
/* end taken from twenty eleven */

/* Excerpts */

img.left-thumbnail,
.left-thumbnail {
	margin: 0 10px 5px 0;
}

img.right-thumbnail,
.right-thumbnail {
	margin: 0 0 5px 10px;
}

img.left-thumbnail,
img.right-thumbnail {
	background: #fff !important;
	border: 1px solid #ddd !important;
	padding: 6px;
}
img.left-thumbnail:hover,
img.right-thumbnail:hover {
	background: #eee !important;
	border-color: #bbb !important;
}

/* alignments */

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd !important;
	padding: 6px;
}

img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0;
	border: 1px solid #ddd !important;
	padding: 6px;
}

img[align="right"] {
	float:right;
	margin: 2px 0 5px 10px;
	border: 1px solid #ddd !important;
	padding: 6px;
}



/* AUTHOR-BIO */

/* single post about the author */

div#author-bio {
	background: #eaeaec; 
	padding: 5px; 
	margin: 0 0 15px 0; 
	border: 1px solid #C0C0C0;
	border-radius: 3px;
	overflow: auto;
}
#author-bio h2 { 
	font-size: 18px; 
	margin: 3px 0 3px 3px; 
}
#author-bio h3 { 
	font-size: 14px; 
	margin: 0 0 3px 1px; 
}
#author-bio p { 
	font-size: 14px; 
	margin: 0 0 0 3px; 
}
#author-bio img { 
	float: left; 
	width: 100px; 
	padding: 2px; 
	border: 1px solid #cccccc; 
	margin: 5px 15px 0 0; 
}

.social-links a {
	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
}
.social-links a.twitter {
    background: transparent url(images/twitter.png) no-repeat 0 0;
}
.social-links a.facebook {
    background: transparent url(images/facebook.png) no-repeat 0 0;
}
.social-links a.linkedin {
    background: transparent url(images/linkedin.png) no-repeat 0 0;
}


/* profile at bottom of post */

.author-info {
	/* margin: 50px 0 20px;
	padding-top: 20px;
	background: transparent url(/images/bg_spacer.gif) top left no-repeat;
	border: none; */
       border: 1px solid #E1E1E1; 
       background-color: #FAFAFA;
       padding: 20px;
       margin: 30px 0 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.author-info h4 {
	color: #666;
}
.author-info a {
	color: #2F6AAB;
}
/* more posts by author */

.related-posts h3 {
	font-size: 14px;
	color: #666;
}
.related-posts ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.related-posts li {
	list-style-type: none !important;
	padding-bottom: 4px;
}
.related-posts li a {
	padding-left:1.5em;
	background: transparent url(images/bullets-double.png) no-repeat 2px 5px; /* light gray */
}

/* related posts */

.nrelate .nr_inner { 
	padding:0;
}
.nrelate .nr_title {
	margin:7px 0 0 0;
	padding:0 0 0px;
}
.nrelate .nr_post_title {
	font-weight: normal !important;
}
.nrelate div.nr_clear {
	display: none; /* needed to fix extra spacing problem in chrome */
}
/* COMMENTS AND COMMENT FORM*/

#comments {
	margin-top: 30px;

}
h3.comments { 
	font-size: 100%
}
.commentlist { 
	margin-bottom: 0 !important;
	margin-top: 15px !important;
	padding: 5px 0 !important;
	border-bottom: 1px solid #ececec;
}

.commentlist li {
	list-style-type: none !important;
}

.commentlist li li {
	margin-left: 30px; /* indents threaded comments */
}

.comments {
	background-color: #FFFFFF !important; /* remove background color of comment area heading */
}

.comment-author {
	border-bottom: none; /* removes border within comment display */
	margin: 0 !important;
}

.commentmetadata, .comment-author-link, .comment-body p { 
	margin-left: 85px !important; /* horizontal aligns commentor name, date, comment */
}

.commentlist li.comment, .commentlist li.pingback, .commentlist li.trackback {
       border: none;
	background-color: #FFFFFF; /* make comment authors from non-blogger a different color in comments */
}
.commentlist li.thread-odd, .commentlist li.thread-even {
	/* if we want to style odd/even commment threads */
}
li.comment {
	padding-right: 0 !important;
	border-top: 1px solid #ececec !important;
	overflow: hidden;
}
li li.comment {
	clear: right;
}
.comment-body {
	padding: 0 .3em 0 !important;
}

.bypostauthor {
	background-color: #F0F0F0 !important; /* make post authors a different style in comments */
}


.commentlist img.avatar { 
	height: 50px !important; /* changes avatar size for comments */
	width: auto !important; /* changes avatar size for comments */
	padding: 2px;
	margin-left: 0 !important;
	border: 1px solid #ececec;
}


a.comment-reply-link { /* reply button for comment threads */
	font-weight: bold;
	font-size: 90%;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #84bbf3;
    display:inline-block;
    color:#ffffff !important;
    text-decoration:none !important;
}a.comment-reply-link:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}a.comment-reply-link:active {
    position:relative;
    top:1px;
}
* html .comment-reply-link:active { /* keeps button from jumping off page in IE6 */
    position:static;
}
.reply {
	float: right !important;
	width: auto !important;
}

/* comment form */
h3#reply-title {
	background-color: #FFFFFF !important; /* remove background color of reply area heading */
	margin-top: 0px !important;
}

#commentform label {
	color:#787878 !important;
	font-size: 90%;
	display: inline-block;

}
/* name, e-mail, website label */
#commentform label.suf-comment-label {
	background-color: #ececec;
       border: 1px solid #E1E1E1; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* message label */
#commentform label.textarea {
	background-color: #ececec;
       border: 1px solid #E1E1E1; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
/* comment text input box */
#commentform textarea.textarea {
       border: 1px solid #E1E1E1; 
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#commentform input.textarea {
       border: 1px solid #E1E1E1; 
}

/* PAGE NAV - previous/next post navigation */
.page-nav {
	border: 0;
}

/* AVATARS */

img.avatar {
	width: auto !important; /* suffusion wants a square avatar, this overides it. Test in multiple browsers */
	height: 75px !important;
	float: left !important;
	/* -moz-box-shadow:  0 2px 3px rgba(135,139,144,0.4) !important;
	-webkit-box-shadow:  0 2px 3px rgba(135,139,144,0.4) !important;
	box-shadow:  0 2px 3px rgba(135,139,144,0.4) !important; */
	margin: 0 15px 0px 0;
	padding: 5px;
	border: 1px solid #ececec;
}

a:hover img.avatar {
	background: #eee !important;
	border-color: #bbb !important;
}

/* for proper admin display */

#wpadminbar img.avatar {
	width: 16px !important; /* suffusion wants a square avatar, this overides it. Test in multiple browsers */
	height: 14px !important;

}
#wp-admin-bar-user-actions img.avatar {
	width: 60px !important; /* suffusion wants a square avatar, this overides it. Test in multiple browsers */
	height: 45px !important;
}

#profile-page .form-table img.avatar { /* on user's profile page */
	width: 100px !important; 
	height: 70px !important;
}


/* AUTHOR, CATEGORY, TAG PAGES */

.author-profile img.avatar {
	float: left !important;
       margin: 5px 10px 5px 0;
	background-color: #fff;
}
/* .author-profile,
.info-tag,
.info-date,
.info-category,
.info-search {
	color: #666;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #ffffff;
	font-size: 116%;
	border: none;
	border-bottom: 1px solid #ececec;
} */

.author-profile,
.info-tag,
.info-date,
.info-category,
.info-search {
       border: 1px solid #E1E1E1; 
       background-color: #FAFAFA;
       padding: 20px;
       margin: 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.author-profile h2,
.info-tag h2,
.info-date h2,
h2.category-title, 
.info-category h2.posttitle {
	margin: 0.5em 0 0px 0;
	padding-bottom: 15px;
	border-bottom: none;
}

.author-profile h2, 
.info-category h2.posttitle,
h2.category-title,
.info-tag h2,
.info-date h2 {
	color: #575757;
	font-weight: bold;
}


/* .info-tag h2,
.info-date h2 {
	font-size: 11px;
	color: #575757;
	padding-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
} */

.author-profile h3,
.info-category h3,
.info-tag h3,
.info-date h3 {
	font: bold 65%/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #575757;
}

.info-search label.search-hl,
.info-search input.search-hl {
	display: none; /* don't need the highlight results checkbox */
}
/* in-page search form */
.searchform input {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-color: #ccc;
}
.dbx-content .searchform {
	text-align: left;
}

.dbx-content .searchform .searchfield {
	width: 80%;
}
/* WIDGETS */

div.suf-widget {
	border: 0; /* remove the bounding border */
	background-color: transparent;
	margin-bottom: 0;
}

.suf-widget .searchform {
	margin-top: 5px;
	margin-left: 0px;
}
.suf-widget .searchform input {
	width: 210px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input[type="submit"].searchsubmit, input[type="submit"].searchsubmit:hover {
	background: url(images/search-button-gray-1.png) no-repeat 0 0;
	width: 24px;
}
.dbx-handle{
	border-bottom:0; /* remove bottom border from widget h3 titles */
	padding:16px 24px 7px 0px; /* remove left padding on widget titles */
	/* border-top: 1px solid #ececec; */
	margin-bottom: 0;
}
.dbx-content{
	padding:5px 0px 9px 0px; /* remove left/right padding on widgets */
	border-bottom: 1px solid #ececec;
}
.suf-widget h3 {
	/* font: bold 140%/100% Arial, Helvetica, sans-serif; change widget headers here */
	font: bold 85%/100% Arial, Helvetica, sans-serif; /* change widget headers here */
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #575757;
}
.suf-widget ul li {
	padding-left: 0px; /* remove indent since so bullet */
	background-image: none;  /* remove the bulletgray.png background */
}
.suf-widget ul ul {
	padding-left: 15px !important; /* but keep indent for nested lists */
}

div.sidebar-tab-content a,
.suf-widget a {
	color: #2F6AAB;
}
.suf-widget a:visited {
	color: #2F6AAB;
}

/* recent/popular posts and comments */

.widget_recent_entries ul, .widget_get_recent_comments ul, .widget_wppp ul {
	font-size: 14px;
	line-height: 1.5;
}

.widget_recent_entries ul li, .widget_get_recent_comments ul li, .widget_wppp ul li {
	padding-bottom: 5px;
}
.widget_get_recent_comments ul ul {
	color: #999;
	font-size: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_recent_entries a,
.widget_get_recent_comments a, 
.widget_wppp a {
	/* color: #699AD0; */
}

.widget_recent_entries a:visited,
.widget_get_recent_comments a:visited, 
.widget_wppp a:visited {
	/* color: #B683B6; */
}

/* social media links */

.widget-suf-subscription {
	width: 100%;
	font-size: 100%;
	float: left;
	padding-top: 1px;
	line-height: 1;
	margin: 0;
	text-align: left;
}

.widget-suf-subscription .fix {
	clear: none !important;
	float: right;
}
.widget-suf-subscription div {
	font-size: 50%;
	/* text-align: left; */
	line-height: 1;
	/* padding-left: 10px; */
	width: 100%;

}

.widget-suf-subscription a.follow-icon-and-tag img {
	margin: 0px !important;
	padding: 0px !important;
}
.widget-suf-subscription .dbx-handle {
	/* border: 0; add this if this is top widget */
}

.page-id-4498 .widget-suf-subscription .dbx-handle {
	border: 0; /* is top widget on blog authors page */
}

.widget-suf-subscription .dbx-content {
	background-color: #ccc !important;
	margin: 0;
	border:0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.widget-suf-subscription .dbx-content a {
	margin-right: 15px;
}
.widget-suf-subscription .dbx-content a:hover {
	opacity:0.8;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.widget-suf-subscription .dbx-box{
	margin: 0;
}


/* feedburner */

.widget_feedburnerformwidget {
	background-color: #ececec !important;
	margin: 0 0 20px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.fb-container {
	padding: 0;
	width: 100%;
}
.fbf-text {
	padding-top: 0;
	padding-bottom: 0;
}
.widget_feedburnerformwidget .dbx-content {
	padding:0 10px 10px; /* remove left padding on widgets */
	/* border:0; */
}
.widget_feedburnerformwidget input.subscription_email {
	color: #999;
	text-align: left;
}
.subscription_email{ /* e-mail field */
 	padding:3px;
 	text-align: center;
 	width:180px
}

.widget_feedburnerformwidget input {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.subscription_btn{/*btn  */
  border:1px solid #999; /* overrides default orange border */
}



/* HL tweets */

.hl_recent_tweets p {
	font-size: 11px;
	padding-left: 60px !important; /* give image a little more room */
}


/* top authors */
#sidebar .multiwidget_author_avatars .dbx-content{
	padding:5px 0px 0px 0px; /* this widget doesn't need bottom padding */
}
#sidebar .multiwidget_author_avatars div.user img.avatar {
	width: 78px !important;
	height: 58px !important;
}

#sidebar .multiwidget_author_avatars .author-list {
	text-align: center;
}
#sidebar .multiwidget_author_avatars .author-list .user {
	width: 88px;
	height: 63px !important;
	padding: 0 !important;
	display: inline-block;
	vertical-align: top;
	float: left !important;
	/* IE 7 */
	zoom: 1;
	*display: inline;
	margin: 0 5px 10px 0;
}
#sidebar .multiwidget_author_avatars .author-list .with-name {
	display: block;
}
#sidebar .multiwidget_author_avatars .author-list .user .name {
	display: block;
}
#sidebar .multiwidget_author_avatars .author-list .with-biography {
	text-align: left;
	margin-bottom: 0.5em;
}
#sidebar .multiwidget_author_avatars .author-list .with-biography .name {
	font-size: 1.1em;
}
#sidebar .multiwidget_author_avatars .author-list .with-biography .avatar {
	float: left;
	
	margin: 0 !important;
	padding: 0 !important;

}
#sidebar .multiwidget_author_avatars .author-list .avatar img {
	float: none !important; /* is set to left on some themes */
}
.multiwidget_author_avatars .dbx-content{
	border-bottom: 0; /* remove bottom border of author gallery  */
}

/* Blog authors page widget */

.page .widget_author_avatars .author-list {
	text-align: center;
}
.page .widget_author_avatars .author-list .user {
	padding: 10px 0 !important;
	margin-right: 10px;
	display: inline;
	vertical-align: top;
	width: 18%;
	height: 140px;
	float: left !important;
	/* IE 7 */
	zoom: 1;
	*display: inline;
}
.page .widget_author_avatars .author-list .with-name {
	display: inline;
	float: left !important;
}
.page .widget_author_avatars .author-list .user .name {
	display: block;
	padding: 10px 0;
	font-size: 12px;
}
.page .widget_author_avatars .author-list .with-biography {
	text-align: left;
	margin-bottom: 0.5em;
}
.page .widget_author_avatars .author-list .with-biography .name {
	font-size: 1.1em;
}
.page .widget_author_avatars .author-list .with-biography .avatar {
	float: left;
	margin: 0.2em 0.3em 0.2em 0;
}
.page .widget_author_avatars .author-list .avatar img {
	float: none !important; /* is set to left on some themes */
}


/* footer widgets */

#horizontal-outer-widgets-2 {
	width: 940px;
	padding: 10px;
	margin: 0 auto !important;
	display: block;
	background-color: #ececec;
	float: none !important;
	text-align: center;
	border: 1px solid #ccc !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.suf-horizontal-widget h3 { padding-left: 10px;}
.suf-horizontal-widget .dbx-content { 
	padding: 10px;
	border-bottom: 0;
}


/* BANNER ADS */

/* Sidebar banner */

.banner {
    font-family: Arial, Verdana, sans-serif;
    background-color: #fff;
    width: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    overflow: hidden;
}
.banner a {
    color: #3E7DC4 !important;
}
.banner a:hover {
    text-decoration: underline !important;
}

.banner span {
    display: block;
}

.banner a:hover {
    text-decoration: none !important;
}

.banner-top {
    background: #3E7DC4 top left no-repeat;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 6px 10px;
    color: #fff;
    display: block;
}
.img {
    width: 100%;

}

.banner-image {
display: block;
height: 100px; 
overflow: hidden;
}

.banner-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 4px;
/* color: #E1771F !important; */
}

.banner-name {
    font-size: 13px;
    padding: 0 10px 20px;
}

.banner-bottom {
	font-size: 12px;
	padding: 4px 10px;
	color: #fff;
	background-color: #3E7DC4;	
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/* Summit 2012 */

.summit-banner {
    font-family: Arial, Verdana, sans-serif;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    overflow: hidden;
}
.summit-banner a {
    color: #1B788F !important;
}
.summit-banner a:hover {
    text-decoration: none !important;
}

.summit-banner span {
    display: block;
}

.summit-banner-top {
	height: 57px;
	background: #00536D; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.summit-banner img {
    width: 100%;
}
.summit-banner-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 4px;
}

.summit-banner-name {
    font-size: 13px;
    padding: 0 10px 20px;
}

.summit-banner-date {
	font-size: 12px;
	padding: 4px 10px;
	color: #fff;
	background-color: #97B90D;	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Feature */

.feature {
     position:relative; 
     margin: 5px 0px 10px; 
     zoom:1; 
}
.feature img {
     width:280px; 
     height: 168px;
     display: block;
}
.feature img:hover {
     -moz-box-shadow: 0 3px 3px #888;
     -webkit-box-shadow: 0 3px 3px #888;
     box-shadow: 0 3px 3px #888;
}

.feature a.thumbnail {
     display:block; 
}
.feature a.thumbnail:hover {
     text-decoration:none !important;
}
.feature span {
     color:#fff !important; 
     font-size:13px; 
     font-weight:bold; 
     display:block; 
     position:absolute; 
     left:0px; 
     bottom:0px;
     background-color: #000;
     width:260px; 
     height: 35px; 
     padding:10px;
     opacity:0.7;
     filter:alpha(opacity=70)
}
.feature h3, .products h3, .news h3 {
     font-size:18px !important; 
     margin-top:0px; 
     padding-top:0;
}
.feature h3 a {
     color:#575757 !important;
}

/* FOOTER */

#page-footer {
	border-top: none;
	background: #c0c0c0 url(images/bg_footer.gif) repeat-x;
	margin-bottom: 0;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 3px 5px;
	margin: 2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.wp-pagenavi span,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	text-decoration: none;
	border: none !important;
	padding: 3px 5px;
	margin: 2px;
}


.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #ddd;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.last:hover {
	border: none !important;
}

.wp-pagenavi span.current {
	font-weight: bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #808080;
	border: 1px solid #808080 !important;
}

/* remove stats smiley face in footer */
img#wpstats {display:none}


/* GENERAL */

.C6 {
    color: #E1771F !important; /* orange */
    font-weight: bold;
    text-decoration: none;    
}
input[type="submit"] {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input[type="submit"]:hover {
	font-weight: normal; /* overwrites parent bold */
	background: #a5a7aa url(images/bg-gray-2.png) repeat-x top left;
	cursor: pointer;
}

/* BUTTONS */

/* orange button */
.button-a {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #e37d00) );
    background:-moz-linear-gradient( center top, #ff9900 5%, #e37d00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#e37d00');
    background-color:#ff9900;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #e1761f;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:5px 18px;
    text-decoration:none !important;
    margin-top:10px;
}.button-a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e37d00), color-stop(1, #ff9900) );
    background:-moz-linear-gradient( center top, #e37d00 5%, #ff9900 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e37d00', endColorstr='#ff9900');
    background-color:#e37d00;
}.button-a:active {
    position:relative;
    top:1px;
}
* html .button-a:active {
    position:static;
}

/* green button */
.button-a {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:5px 18px;
    text-decoration:none !important;
    margin-top:10px;
}.button-a:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
}.button-a:active {
    position:relative;
    top:1px;
}
* html .button-a:active {
    position:static;
}

/* gray button */
.button-b {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777 !important;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:5px 18px;
    text-decoration:none !important;
    margin-top:10px;
}.button-b:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}.button-b:active {
    position:relative;
    top:1px;
}
* html .button-b:active {
    position:static;
}

/* blue button */
.button-c {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #84bbf3;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 18px;
    text-decoration:none !important;
    margin-top:10px;

}.button-c:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}.button-c:active {
    position:relative;
    top:1px;
}
* html .button-c:active {
    position:static;
}

p.read-more {
text-align: left !important;
}

/* Print Style Sheet */
@media print {
	body, #header { background-image: none !important; }
	#nav, #sidebar-shell-1, #respond, .post-nav, #page-footer { display: none; }
	#wrapper { width: auto !important; }
	#main-col, .page-template-1r-sidebar-php #main-col { width: auto !important; }
	/* #horizontal-outer-widgets-2 { width: auto !important; padding: 0; border: 0 !important; } */
	#dd_ajax_float { display: none; }
	#container { width: auto; padding-right: 0px; background-image: none !important;}
}
