/**
 * Theme Name: Transfer (TastyApped)
 * Description: Transfer (http://okaythemes.com/transfer) is a minimal and modern WordPress theme for creatives. The homepage features a unique slider which pulls in your portfolio items, blog posts, testimonials, and a custom twitter widget. All areas are wigitized, so customization is a breeze. This version adds a few features like icons to buttons, etc... It was adjusted specifically for TastyApps.com
 * Author: Mike McAlister / Jean Le Clerc
 * Version: 1.0
 * Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

body {
    margin: 0;
    color: #757575;
    font: 12px/18px 'Droid Sans', Arial, Verdana, Helvetica, sans-serif;
    background: #f8f8f8 url(images/white_texture.png);
}

img { border-style: none }

a { text-decoration: none }

a:hover { text-decoration: underline }

h1, h2, h3, h4, h5, h6 {
    color: #3F3F3F;
    margin: 0 0 15px 0px;
    font-family: 'Rokkitt', Helvetica, sans-serif;
    font-weight: bold;
}

h1 { font-size: 28px }

h2 {
    font-size: 22px;
    line-height: 26px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 16px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p {
    margin: 0 0 15px 0;
    font-family: 'Droid Sans', Helvetica;
}

ul, li { margin: 0 }

ul li { list-style-type: square }

hr {
	background:url(images/dotted.jpg) repeat-x;
	border:none;
	height:2px;
	padding:5px 0;
}

form, fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

input, textarea, select {
    font: 100% Arial, Verdana, Helvetica, sans-serif;
    vertical-align: middle;
}

blockquote {
    background: url(images/quote.png) no-repeat 0px 5px;
    margin: 15px 15px 15px 0px;
    padding: 0 0 0 50px;
    font-size: 15px;
    color: #555;
    line-height: 22px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.highlight {
    background: #fef5d2;
    width: auto;
    display: inline;
    padding: 0px 3px;
}

#header-wrapper {
    width: 100%;
    background: #fff url(images/topbg.png) repeat-x top;
    padding: 9px 0 25px 0;
    min-height: 65px;
}

#header {
    width: 960px;
    margin: 0 auto;
    padding: 18px 0px 0px 0px;
    position: relative;
}

.logo {
    margin: 0;
    float: left;
}

.logo-text { margin-top: 0px }

.logo a {
    color: #999;
    font-family: 'Rokkitt', Helvetica;
    font-weight: normal;
    font-size: 20px;
}

.logo a:hover { text-decoration: none }

.logo span {
    font-size: 14px;
    color: #ccc;
    margin: 0 0 0 0;
}

#main {
    width: 100%;
    padding:60px 0 65px 0;
}

.main {
    width: 960px;
    margin: 0 auto;
}

/* MENU STYLING  */

.main-navs {
    float: right;
}

.menu-header-container {
    display: block;
    margin: 0;
}

#nav, #nav ul {
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.5em;
    z-index: 99;
}

#nav a {
    display: block;
    padding: 5px;
    color: #777;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-weight: bold;
}

#nav > .current-menu-item > a, #nav > li a:hover {
	color:#444;
}

#nav ul {
    position: absolute;
    display: none;
}

#nav li {
    float: left;
    position: relative;
    padding-bottom: 35px;
    list-style-type: none;
}

#nav li a {
    font-size: 13px;
    padding: 8px 15px;
    margin-right: 10px;
}

#nav > li > a {
	padding:14px 15px;
}

#nav > li:last-child a {
    margin-right: 0px;
}

#nav > li:first-child a {
}

#nav li ul a {
    width: 120px;
    height: auto;
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #555;
}

#nav .sub-menu {
	background:#fff;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.04, #F8F8F8),
    color-stop(0.52, #FFFFFF)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #F8F8F8 4%,
	    #FFFFFF 52%
	);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f8f8f8');
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
    -webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
   	border-bottom:solid 1px #fff;
   	width:150px;
}

#nav .nav-arrow { color:#ccc; }

#nav .nav_parent > a:after {
	content: " +";
	color:#CCC;
}

#nav > li > ul {
	margin-top:29px;
}

#nav li ul li {
    border-bottom: solid 1px #eee;
    border-top:solid 1px #fff;
    padding-bottom: 0px;
}

#nav li ul li:last-child { 
	padding-bottom: 0px;
	border-bottom: none;
}

#nav li ul li a {
    margin-right: 0px;
}

#nav li ul li a:active {
    padding-left: 15px;
    padding-right: 14px;
    margin-top: 0px;
}

#nav li ul li a:hover {
   	background:#f7f7f7;
    color:#555;
}

#nav ul ul { 
	top: auto;
	border-top:solid 1px #eee !important;
}

#nav li ul ul { 
	right: 145px; 
	-webkit-border-radius: 3px !important; 
	-moz-border-radius: 3px !important; 
	border-radius: 3px !important;
}

#nav li ul ul li {
	border-top:none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul { display: none }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul { display: block }

/* Page Elements */

#glow {
	-moz-box-shadow:inset 0 0 5px #b5b5b5;
   -webkit-box-shadow:inset 0 0 5px #b5b5b5;
   box-shadow:inset 0 0 5px #b5b5b5;
}

.page-title {
    color: #fff;
    font-family: 'Droid Sans', Helvetica;
    font-weight: bold;
    font-size: 14px;
    margin:0 30px 0 0;
    width:500px;
	text-shadow: 1px 1px #666;
}

.breadcrumbs {
	float:right;
	font-size:9px;
	color: #bbb;
	font-weight:bold;
	margin-top:-20px;
	text-shadow: 1px 1px #666;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #bbb;
}

.post {
    float: left;
    width: 100%;
}

.post p { 
	margin: 0 0 19px;
	line-height:20px;
}

.post ul {
	padding:0 0 0 20px;
}

.post li {
	list-style-type: none;
	background:url(images/check.png) no-repeat left top;
	padding-left:20px;
	margin-bottom:10px;
}

.post ol li {
	list-style-type: decimal;
	background:none;
	padding:0 0 0 0;
}

.post .title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dotted 1px #ddd;
}

.post-title h2 { font-size: 22px }

.post-title a { color: #3f3f3f }

.post-title a:hover {
	text-decoration: none;
} 

.post-title a:hover:after {
	content: " +";
}

.post-meta {
    float: left;
    margin: 0 20px 0 0;
    padding:0 0 0 0 !important;
    width: 100px;
    font-size: 10px;
    color:#999;
}

.post-meta span {
	font-size:9px;
	text-transform: uppercase;
	color:#666;
}

.post-meta li {
    list-style-type: none;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    line-height:12px;
    background: url(images/dotted.jpg) repeat-x bottom;
}

.post-meta li:first-child, .post-meta li:last-child {
	background:none;
	margin:5px 0 0 0;
	padding:0 0 0 0;
}

.post-meta img {
    padding: 5px;
    border: solid 1px #ddd;
    background: #fff;
    margin:0 0 10px 0;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.post-meta-long {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    border-top: dotted 1px #DDD;
    border-bottom: dotted 1px #DDD;
    padding: 15px 0px;
}

.post-blog-content {
    float: left;
    width: 510px;
}

.post-blog-content ul, .post ul { margin-bottom: 15px }

.post-blog {
    padding: 15px 0px 15px 0px;
    margin-bottom: 20px;
    background: url(images/dotted.jpg) repeat-x bottom;
}

.last-post {
	background:none;
}

.post-thumb img {
    background: url(images/divider.gif);
    padding: 10px;
}

.post-bottom {
	float:left;
	background:#f9f9f9 url(images/title-bg.png); 
	height:15px; 
	width:100%;
	padding:0 25px 0 25px;
	margin:0 -25px 0 -25px;
}


.continue:hover span {
    color: #fff;
    text-decoration: underline;
}

#content {
    width: 630px;
    float: left;
    background:#fff;
    padding:25px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	overflow: hidden;
}

.content-full {
    width: 935px !important;
    float: left;
    overflow: hidden;
}

#content .navigation {
    width: 100%;
    float: left;
    margin-top:10px;
}

#content .navigation a {
    background: #eee;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
    text-shadow: 1px 1px #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 3px;
    border: solid 1px #e7e7e7;
}

#sidebar {
    width: 255px;
    float: right;
    line-height: 20px;
    font-size:11px;
    padding-top:15px;
}

#sidebar a {
	
}

#sidebar .widget { 
	padding:0 0 35px 0;
}

#sidebar .widget h2, .featured-left .widget h2 {
    font-size: 13px;
	background:url(images/title-bg2.png);
    color:#666;
    font-weight: bold;
    font-family: 'Droid Sans', Helvetica, sans-serif;
    text-shadow: 1px 1px #f7f7f7;
    padding:3px 0 3px 5px;
}

#sidebar #tabs-sidebar .widget {
	padding:0;
}

#sidebar .portfolio-widget {
	padding:0;
}

#sidebar .portfolio-widget .slide-buttons {
	margin:8px 10px 0px 0;
}

#sidebar .widget .slide-buttons {
	margin:-38px 10px 0 0;
}
#sidebar .widget .slide-buttons img {
	width:15px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    margin: 0 0 5px 0px;
    background:url(images/check.png) no-repeat left top;
    padding:0 0 5px 20px;
    border-bottom:dotted 1px #ddd;
    line-height:17px;
}

#sidebar ul li:last-child {
	border-bottom:none;
}

#sidebar ul li a:hover { color: #545454 }

#sidebar #searchform {
	float:left;
    width:255px;
}

#sidebar #s {
    background: #fff;
    float: left;
    padding: 8px;
    border: 0;
    font-size: 11px;
    font-weight: bold;
    color: #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    width: 192px;
    margin:0 8px 0 0;
}

#sidebar #searchsubmit {
    float: left;
    border: none;
    padding: 8px;
    background: #777 url(images/title-bg.png);

    padding: 6px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right:8px;
    outline: none;
    margin:0 0 0 0;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
}

#sidebar #searchsubmit:hover {
	cursor: pointer;
	background: #fff;
}

#sidebar #searchform .screen-reader-text { display: none }

#sidebar .tweet-scroll li {
    font-style: normal;
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 10px 10px 10px 5px;
    color: #888;
    font-size: 11px;
    line-height: 18px;
    background: none;
}

#sidebar .twitter-box h2 {
	width:250px;
}

#tabs-sidebar .twitter-box h2 {
	display: none;
}

#sidebar .tweet-icon {
	float:right;
	z-index: 999;
	margin:-5px -5px 0 0;
}

#tabs-sidebar {
}

#tabs-sidebar .tab {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    background:#fff;
    padding:15px 15px 10px 15px;
}

#tabs-sidebar > ul {
	padding:5px 0 5px 5px;
    margin:0 0 20px 0;
    color:#fff;
    font-weight: bold;
    font-size:11px;
    font-family: 'Droid Sans', Helvetica, sans-serif;
    text-align: center;
}

#tabs-sidebar > ul > li {
	display: inline;
	text-decoration: none;
	margin:0 5px 0 0;
	list-style-type:none !important;
	background:none !important;
	padding-left:0px !important;
	border-bottom:none;
}

#tabs-sidebar > ul > li > a {
	color:#666;
	padding:4px;
}

#tabs-sidebar > ul > li > a:hover {
	color:#fff;
	text-decoration: none;
	background:#666;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#tabs-sidebar li.active a {
	color:#fff;
	background:#666;
	padding:4px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#tabs-sidebar .widgettitle {
	display: none;
}

#tabs-sidebar .tab ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#sidebar .testimonial {
	background:#fbfcee;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding:15px 0 15px 0;
}

#sidebar .testimonial-title {
	background:none !important;
	margin:-5px 0 0 0;
	padding:3px 0 5px 0 !important;
	text-shadow: none !important;
	text-align: center;
}

#sidebar .testimonial p {
	margin:0px 15px;
	background: url(images/note.png);
	line-height:26px;
	font-size:11px;
	font-style: italic;
	text-align: center;
}

#sidebar .testimonial .cite {
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	font-size:9px;
	background:none;
	margin:5px 0 0 0;
	text-align: center;
}

#sidebar .rsswidget {
}

#sidebar .rss-date {
	font-size:10px;
	font-weight:normal;
}

#envato-marketplace-items li {
	margin:0 15px 15px 0 !important;
	float:left;
	list-style-type: none !important;
	background:none !important;
	padding:0px !important;
}

#envato-marketplace-items li a {
	border: none !important;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	overflow: hidden;
}

#envato-marketplace-items li a:hover {
	border: none !important;
}

#sidebar #envato-marketplace-items li a {
	margin:0 !important;
}

#sidebar #envato-marketplace-items li a img {
	height:auto !important;
	width:65px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#sidebar #envato-marketplace-items .remove-margin {
	margin-right:0px !important;
}

#sidebar cite {
	font-style: normal;
	font-size:10px;
	font-weight:bold;
}

.the-archives ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.the-archives-column {
    float: left;
    margin-right: 15px;
    margin-bottom:25px;
}

.the-archives .latest { width: 220px }

.the-archives .monthly { width: 120px }

.the-archives .cats { width: 120px }

.the-archives .pages { width: 100px }

/* Footer */

#footer-wrap {
    width: 100%;
    background: #fff url(images/topbg.png) repeat-x bottom;
}

#footer {
    width: 955px;
    margin: 0 auto;
    padding: 25px 0 30px;
}

#footer-top {
    background: #fff url(images/headbg.jpg);
    height: 47px;
    display: block;
    width: 100%;
}

#footer-box {
    overflow: hidden;
    margin: 0;
    color: #c6c6c6;
    font-size: 11px;
    line-height: 16px;
}

#footer #box-left {
    float: left;
    margin-right: 25px;
    width: 450px;
}

#footer #box-right {
    float: right;
    padding: 0px;
    width: 475px;
}

.menu-footer-container { float: left }

.copyright {
    font-size: 10px;
    line-height: 16px;
    color: #999;
    float: left;
    margin-top:5px;
}

.copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    float: left;
}

.copyright ul li {
    float: left;
    padding: 0 8px 0 0px;
    margin: 0 8px 0 0px;
    list-style-type: none;
}

.copyright ul li a, .copyright ul li a:hover {
    color: #777;
    font-size: 11px;
}

.copyright p { margin: 5px 0 5px 0}

/* Comment Styling */

.nocomments { display: none }

.comments {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.commentlist {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.commentlist li {
    border:solid 1px #e7e7e7;
    padding: 10px 0px 10px 10px;
    float: left;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin:0 0 25px 0;
}

.commentlist li, .commentlist ul { list-style-type: none; }

.commentlist > li, .commentlist > ul { width: 610px;}

.commentlist li:last-child { }

.commentlist li ul li { background: #fff; margin-right:15px; }

.commentlist .vcard {
	background: #fafafa url(images/title-bg2.png);
	padding:5px;
	margin:-10px 0px 15px -10px;
	border-bottom:solid 1px #EEE;
}

.commentlist p {
	padding:0 15px 0 0;
}

.commentlist #respond { float: left }

.commentlist #respond h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}

#respond input, .commentlist #respond textarea { }

#respond input {
    width: 150px;
    padding: 8px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
    -moz-box-shadow: 1px 1px 0px #f4f4f4;
    -webkit-box-shadow: 1px 1px 0px #f4f4f4;
    box-shadow: 1px 1px 0px #f4f4f4;
    outline: none;
    margin-right: 10px;
}

#respond textarea {
    width: 97%;
    padding: 8px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
    -moz-box-shadow: 1px 1px 0px #f4f4f4;
    -webkit-box-shadow: 1px 1px 0px #f4f4f4;
    box-shadow: 1px 1px 0px #f4f4f4;
    outline: none;
    margin-right: 10px;
}

.commentlist #respond p {
    clear: none;
    margin: 10px 0px;
    font-size: 11px;
}

#submit {
    border: none;
    padding: 8px;
    background: #777 url(images/title-bg.png) !important;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #666 !important;
    margin-right:8px;
    outline: none;
    margin:1px 0 0 0;
}

#submit:hover {
	cursor: pointer;
	background: #888 url(images/title-bg.png) !important;
}

.comments .navigation {
    float: left;
    width: 100%;
}

.comment-reply-link {
    font-size: 10px;
    text-transform: uppercase;
    background: #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
}

#cancel-comment-reply { margin: 5px 0px 10px 0px }

.commentlist .children { margin-top: 10px }

.commentlist .children li.odd { }

.comment-author {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #999;
    margin-bottom: 10px;
}

.comment-author img {
    float: left;
    margin: 0 10px 0 0;
    border:solid 1px #f7f7f7;
}

.comment-author cite, .comment-author .says {
    padding-top: 8px;
    margin: 0 5px 0 0;
    float: left;
    font-size:11px;
    font-style:normal;
    
    color: #777;
	font-weight: bold;
	font-family: 'Droid Sans', Helvetica, sans-serif;
	text-shadow: 1px 1px white;
}

.comment-meta {
    float: right;
    text-align: right;
    margin: -45px 10px 0 0;
    font-size: 11px;
}

.comments .navigation { background: none !important }


/* Tab Interface */

#tabs { width: 100% }

#tabs > ul {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    height: 26px;
    font-size: 10px;
    font-weight: bold;
}

#tabs > ul li { 
	display: inline; 
	margin-right:5px;
}

#tabs > ul li a {
    padding: 10px;
    color: #757575;
    border:solid 1px #fff;
}

#tabs > ul li a:hover {
    padding: 4px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
    text-shadow: 1px 1px #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #eee;
    text-decoration: none;
}

#tabs li.active a {
    background: #eee;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
    text-shadow: 1px 1px #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e7e7e7;
}

#tab-1 ul, #tab-2 ul, #tab-3 ul, #tab-4 ul {
	padding-left:15px;
}

#tabs .widgettitle {
	display: none;
}

#tabs .tab { padding: 0px 0 0 0 }



/* Homepage Widget Areas */

.homepage-cells {
    float: left;
    width: 100%;
    background: url(images/dotted.jpg) repeat-x bottom;
    padding: 0 0 35px 0;
    margin: 0 0 45px 0;
}

.homepage-cells .cell-half {
	font-size:14px;
	line-height: 20px;
}

.cell-half {
    float: left;
    width: 430px;
    margin-right: 10px;
}

.cell-half h2 {
    color: #3f3f3f;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

.cell-half p { font-size: 15px }

.cell-quarter1 {
    float: left;
    width: 210px;
    margin-left: 25px;
}

.cell-quarter1 .textwidget {
	padding:3px;
}

.cell-quarter3 {
    float: left;
    width: 255px;
    margin-right: 28px;
    margin-bottom: 25px;
    min-height:120px;
}

.cell-quarter3 .icon {
    float: left;
    margin-right: 10px;
}

.cell-quarter3 .text {
    float: left;
    width: 205px;
}

.cell-quarter3 .text .small {
	font-size:9px;
	text-transform: uppercase;
}

.cell-quarter3 b {
	color:#3F3F3F;
}

.cell-quarter3 .text .text-more { font-size: 11px }

.cell-quarter1 h3 {
    background: url(images/title-bg2.png);
    padding: 3px 3px 3px 8px;
    font-family: 'Droid Sans';
    font-size: 12px;
    font-weight: bold;
    color: #3F3F3F;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#homepage-columns {
    float: left;
    width: 100%;
}

#homepage-right {
    float: right;
    width: 325px;
    background:url(images/dotted2.jpg) repeat-y left;
    padding:0 0 0 30px;
    
}

#homepage-right h2 { font-size: 18px }

#homepage-left {
    float: left;
    width: 550px;
}

#homepage-left h2 { font-size: 18px }



/* Homepage Recent Posts */

.recent-homepage { float: left }

.recent-homepage ul {
    margin: 0;
    padding: 0 !important;
}

.recent-homepage li {
    list-style-type: none;
    float: left;
    margin-bottom: 15px;
    background:url(images/dotted.jpg) repeat-x bottom;
    padding: 0 0 15px 0;
    font-size: 11px;
}

.recent-homepage li:last-child { 
	background: none;
	margin-bottom:0px;
}

.recent-homepage li img {
    float: right;
    margin-left: 15px;
}

.recent-homepage h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    font-family: Helvetica;
}

.recent-homepage p { margin: 0 }

.recent-homepage-meta {
    font-size: 10px;
    margin-top: 10px;
    color: #999;
}

.recent-homepage .homepage-thumb {
    float: right;
    margin: 0px 10px 10px 10px;
}

.recent-homepage .homepage-thumb img {
    padding: 5px;
    border: dotted 1px #DDD;
}

.recent-homepage .small-comment {
    padding: 3px 0 3px 20px;
    background: url(images/smallcomment.png) no-repeat left;
    line-height: 14px;
    float: right;
}

.twitter-box {
    padding: 0;
    margin: 0;
}

.twitter-box li {
    font-style: normal;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    color: #888;
    font-size: 11px;
    line-height: 18px;
    background: url(images/dotted.jpg) repeat-x bottom;
}

.twitter-box h2 { 
	float: left; 
}

#tabs .twitter-box h2 {
	display:none;
}

.twitter-box .moretweets {
    font-size: 10px;
    float: right;
    color: #aaa;
    display: none;
}

#tabs .twitter-box ul {
    margin: 0 !important;
    padding: 0 !important;
}

/* Custom Widgets */

.flickrPhotos {
    margin: 5px 0 0 0 ;
    padding: 0 !important;
    list-style-type: none;
}

.flickrPhotos li {
    margin: 0 15px 15px 0;
    float: left;
    padding-bottom: 10px;
    background: url(images/featured-shadow.png) no-repeat bottom right;
    list-style-type: none !important;
}

.flickrPhotos li a {
	height:60px;
	overflow: hidden; 
}

.flickrPhotos img {
    width: 80px;
    float: left;
    padding: 5px;
    background: #fff;
    border: solid 1px #ddd;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.flickr-img {
}

.flickr-more { 
	font-size: 9px;
	color:#999;
	text-transform: uppercase;
	background:url(images/flickr.png) no-repeat left center;
	padding:3px 0px 3px 23px;
}

.flickr-more:hover {
	text-decoration: none !important;
}
.flickr-more:hover:after {
	content: " \2192";
}

.tweets-more { 
	font-size: 9px;
	color:#999;
	text-transform: uppercase;
	background:url(images/tweet-icon.png) no-repeat left center;
	padding:3px 0px 3px 23px;
}

.tweets-more:hover {
	text-decoration: none !important;
}
.tweets-more:hover:after {
	content: " \2192";
}

.page-cta {
	background: url(images/dotted.jpg) repeat-x top;
	padding:35px 0 5px 0;
	text-align: center;
}

.page-cta h3 {
	color:#999;
}

.page-cta a {
	color:#3f3f3f;
	background: #fef5d2;
    width: auto;
    display: inline;
    padding: 0px 3px;
}

.page-cta a:hover {
	background: #fff;
	text-decoration: none;
	cursor: pointer;
}

.showcase {
    width: 100%;
    margin-top: 20px;
}

.remove-margin { margin-right: 0px !important }

.features-home, .features-portfolio { height: auto  }

.features-home { 
	padding:0 0 0 0;
	float: left;
	width:100%;
	height:205px;
}

.features-home .featured {
	margin-top:5px;
}

.features-portfolio {
    float: left;
}

.features {
    margin: 0 auto;
    width: 960px;
}

.features-inside { padding: 0px 0 30px 0}

.featured-left {
    width: 255px;
    float: right;
}

.portfolio-meta {
    font-size: 11px;
    padding: 0;
    margin: 0 0 15px 0;
}

.portfolio-meta li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: auto;
}

.portfolio-meta .date {
    background: url(images/icon-date.png) no-repeat left;
    padding-left: 25px;
}

.portfolio-meta .author {
    background: url(images/icon-user.png) no-repeat left;
    padding-left: 25px;
}

.portfolio-meta .category {
    background: url(images/icon-category.png) no-repeat left;
    padding-left: 25px;
}

.portfolio-meta .tags {
    background: url(images/icon-tag.png) no-repeat left;
    padding-left: 25px;
}

.next-post {
    float: right;
    width:80px;
    margin:0 0 35px 0; 
}

.next-post a {
    background: #eee;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
    text-shadow: 1px 1px #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e7e7e7;
    float: right;
    margin: 0px 3px;
}

.next-post a:hover {
    background: #f3f3f3;
    text-decoration: none;
}

.featured-right {
    float: left;
    width: 700px;
    padding: 0 0 50px 0;
}

.featured-right-single { padding-bottom: 0px }

.features-portfolio ul { height: auto !important }

#page-title-wrap, .featured-wrap {
    width: 100%;
}

#page-title-inside {
    width: 100%;
    padding: 35px 0 10px 0;
}

#page-title {
	margin:0 auto;
	width:960px;
}

/* Portfolio Styles */

.portfolio-cats {
    background: #777 url(images/title-bg.png);
    padding:20px 25px 20px 25px;
    margin:-25px -25px 45px -25px;
    border-bottom:solid 1px #656565;
    font-size:11px;
    width:910px;
    color:#ccc;
    text-shadow: 1px 1px #666;
}

.portfolio-cats ul {
	margin:0;
	padding:0 0 0 0;
}

.portfolio-cats li {
    list-style-type: none;
    margin:0 15px 0 0;
    display: inline;
    padding:4px;
    font-size:11px;
    font-weight:bold;
}

.portfolio-cats a {
	color:#eee;
}

.portfolio-cats li.active a {
	color:#fff;
}

.portfolio-cats li.active {
	background:#666;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.portfolio-cats li:hover {
	background:#666;
	cursor: pointer;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.portfolio-cats li:first-child:hover {
	border:none;
	cursor: default;
}

.portfolio-cats li a:hover {
	text-decoration: none;
	
}

.portfolio-item {
    list-style-type: none;
    padding: 0;
}

.portfolio-item li {
    font-size: 15px;
    position: relative;
    padding: 0;
    margin: 0 25px 20px 0;
    float: left;
    list-style-type: none;
    width:208px;
    height: auto;
    min-height: 265px;
}

.portfolio-item li:last-child { margin-right: 0px }


.portfolio-item .feature {
    font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
    position: relative;
    clear: left;
    overflow: hidden;
    padding: 0 0 0 0;
}

.portfolio-item .feature-shot {
 	 padding-bottom:11px;
}

.portfolio-item .feature-over {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 185px;
    height: 128px;
    margin: 0!important;
    padding: 10px;
    font-size: 0.8em;
    line-height: 2em;
    text-decoration: none;
    color: #888;
    background: #fff;
    border:solid 1px #eee;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.portfolio-item .center {
	display:table-cell; 
	vertical-align:middle; 
	height:125px;
	width:185px;
}

.portfolio-item .feature-link {
    position: relative;
    z-index: 2;
}

.portfolio-item img {
    margin: 0;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding:10px;
}

.portfolio-item a:hover img {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
}

.portfolio-item strong {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    color: #666;
    text-align: center;
    font-family:'Rokkitt', Helvetica, sans-serif;
   
}

.portfolio-item .dim {
    font-weight: bold;
    font-size:11px;
	display: block;
	text-align: center;
	color:#ccc;
}

.portfolio-item em {
    font-size: 9px;
    line-height: 1em;
    font-style: normal;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top:10px;
    text-transform: uppercase;
    color:#999;
    border-bottom:dotted 1px #e5e5e5;
    border-top:dotted 1px #e5e5e5;
    padding:5px 0;
}

.portfolio-item .feature-img {
}

.portfolio-item h2 {
    padding: 0px 0 0 0;
    margin: -5px 0 15px 0px;
    color: #AAA;
    float: left;
}

.portfolio-item .excerpt {
	font-size:11px;
	padding:10px 0;
	font-style: italic;
}

.portfolio-item .excerpt p {
	margin:10px 0px;
	background: url(images/dotted.jpg) repeat-x top;
}

.portfolio-item .readmore {
	font-size:9px;
	text-transform: uppercase;
	padding:10px 0px;
	margin-top:5px;
	display: block;
}

.portfolio-item .readmore:hover {
	text-decoration: none;
}

.portfolio-item .readmore:hover:after {
	content: " \2192";
}

/* Portfolio Sidebar Widget */

.portfolio-item-sidebar {
	height:170px !important;
}

.portfolio-item-sidebar .feature {
    font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
    position: relative;
    clear: left;
    overflow: hidden;
    padding: 0 0 0 0;
    height:auto !important;
    width:260px;
    
}

.portfolio-item-sidebar .feature-shot {
 	 padding-bottom:11px;
}

.portfolio-item-sidebar .feature-over {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 234px;
    height: 148px;
    margin: 0!important;
    padding: 10px;
    font-size: 0.8em;
    line-height: 2em;
    text-decoration: none;
    color: #888;
    background: #fff;
    border:solid 1px #fff;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
}

.portfolio-item-sidebar .center {
	display:table-cell; 
	vertical-align:middle; 
	height:148px;
	width:232px;
}

.portfolio-item-sidebar .feature-link {
    position: relative;
    z-index: 2;
}

.portfolio-item-sidebar img {
    margin: 0;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    margin:10px;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.portfolio-item-sidebar a:hover img {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
}

.portfolio-item-sidebar strong {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    color: #666;
    text-align: center;
    font-family:'Rokkitt', Helvetica, sans-serif;
   
}

.portfolio-item-sidebar .dim {
    font-weight: bold;
    font-size:12px;
	display: block;
	text-align: center;
	color:#ccc;
}

.portfolio-item-sidebar em {
    font-size: 10px;
    line-height: 1em;
    font-style: normal;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top:10px;
    text-transform: uppercase;
    color:#999;
    border-bottom:dotted 1px #e5e5e5;
    border-top:dotted 1px #e5e5e5;
    padding:5px 0;
}

.pagination-wrap {
	width:910px;
	float:left;
}
.pagination {
	float:right;
	clear:both;
	padding:0 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-top:-25px;
}

.pagination span, .pagination a {
	background: #fafafa url(images/title-bg2.png);
    padding: 4px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
    text-shadow: 1px 1px #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #e7e7e7;
    margin-right:8px;
}

.pagination a {
	
}

.pagination a:hover{
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eeeeee',GradientType=0 );
	background: linear-gradient(top, #f6f6f6 0%,#eeeeee 100%);
	cursor: pointer;
}

.pagination .current{
	background: #777 url(images/title-bg.png);
	color:#fff;
	border:solid 1px #666;
	text-shadow: 1px 1px #666;
}



.featured {
    list-style-type: none;
    padding: 0;
}

.featured li {
    font-size: 15px;
    position: relative;
    width: 220px;
    padding: 0;
    margin: 0 26px 30px 0;
    float: left;
    list-style-type: none;
}

.features-home .featured li { margin-bottom: 10px }

.featured li:last-child { margin-right: 0px }

.featured .feature {
    font-family: "Helvetica Nueue", Helvetica, Arial, sans-serif;
    position: relative;
    clear: left;
    overflow: hidden;
    padding: 0 0 10px 0;
    background: url(images/featured-shadow.png) no-repeat bottom right;
}

.featured .feature-shot {
    padding: 10px;
    background: #fff;
    border: solid 1px #e4e4e4;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.featured .feature-over {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 180px;
    height: 130px;
    margin: 0!important;
    padding: 0px;
    font-size: 0.8em;
    line-height: 2em;
    text-decoration: none;
    color: #888;
    background: #fff;
}

.featured .feature-link {
    position: relative;
    z-index: 2;
}

.featured img {
    margin: 0;
    height: auto;
    opacity: 1;
}

.featured .center {
	display:table-cell; 
	vertical-align:middle; 
	height:135px;
	width:185px;
}
.featured .center {
	vertical-align:bottom; 
}

.featured strong {
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    color: #666;
    text-align: center;
    font-family:'Rokkitt', Helvetica, sans-serif;
   
}

.featured .dim {
    font-weight: bold;
    font-size:11px;
	display: block;
	text-align: center;
	color:#ccc;
}

.featured em {
    font-size: 9px;
    line-height: 1em;
    font-style: normal;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top:10px;
    text-transform: uppercase;
    color:#999;
    border-bottom:dotted 1px #e5e5e5;
    border-top:dotted 1px #e5e5e5;
    padding:5px 0;
	background-color: white;
	position: relative;
	top: -30px;
}

.featured .feature-img {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.featured h2 {
    padding: 0px 0 0 0;
    margin: -5px 0 15px 0px;
    color: #AAA;
    float: left;
}

.portfolio-wrap { 

}

.featured-portfolio-wrap {
    width: 100%;
    float: left;
}

.featured-portfolio-thumb, .video-frame {
    float: left;
    margin: 0px 0px 25px 0px;
}

.featured-portfolio-thumb img, .video-frame-padding {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
 	padding:10px;
 	/*border: 1px solid #eee;*/
}

.video-frame iframe {
	width:480px;
}

.featured-portfolio-thumb2 {
    float: right;
    margin-bottom: 50px;
}

.list-cats {
    margin: 0 0 0 0px;
    padding: 0;
    list-style-type: none;
}

.list-cats li.categories { list-style-type: none }

.list-cats ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
}

.slide-buttons {
	text-align: right;
	margin:5px 0 0 0;
	display: block;
	float:right;
	height:18px;
}

.slide-buttons a {
	margin: 0 5px 0 0;
	height:18px;
	width:18px;
}

.slide-buttons a img {
	opacity:.7;
}

.slide-buttons-right {
    float: left;
    width: 100%;
    z-index: 999;
    clear: both;
    margin: 15px 0 0 0;
}

.slide-buttons-right ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.slide-buttons-right .categories a { color: #999 }

.slide-buttons-right .categories b { float: left }

.slide-buttons-right a {
    float: right;
}

.next-button {
    background: #eee;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #757575;
    text-shadow: 1px 1px #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 3px;
    border: solid 1px #e7e7e7;
    float: right;
}

.next-button:hover {
    text-decoration: none;
    background: #f3f3f3;
}

.slide-cta {
    background: #777 url(images/title-bg.png);
    padding:20px 25px 20px 25px;
    margin:-25px -25px 35px -25px;
    border-bottom:solid 1px #656565;
    font-size:11px;
    width:910px;
    color:#ccc;
    -webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.cta {
	color:#fff;
	font-size:12px;
	
	float:left;
	display: block;
	font-family:'droid sans', sans-serif;
	margin:0 0 0 0;
	text-shadow:1px 1px #666;
}

.cta-button {
	background-color: #95d8ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94d7ad), to(#60a77d));
    background-image: -moz-linear-gradient(#94d7ad, #60a77d);
    background-image: -o-linear-gradient(#94d7ad, #60a77d);
    background-image: linear-gradient(#94d7ad, #60a77d);
    color:#fff;
    padding:5px 10px;
    -webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	border-top:solid 1px #aeebc5;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	font-family:'Droid Sans', Helvetica;
	text-transform: uppercase;
	font-size:12px;
	font-weight: bold;
	text-shadow: 1px 1px #298fb5;
}

.cta-button:hover {
	text-decoration: none;
	
}

.gray-bar {
    background: #777 url(images/title-bg.png);
    padding:15px 25px;
    margin:-25px 0 45px -25px;
    border-bottom:solid 1px #656565;
    font-size:11px;
    width:630px;
    color:#ccc;
    display: block;
}

.gray-bar-full {
	width:910px !important;
}

.navigation-portfolio { margin: 0px 5px 50px 0px }

.navigation-portfolio a {
    background: #ccc;
    padding: 5px 10px;
    border: solid 1px #bbb;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navigation-portfolio a:hover {
    background: #d7d7d7;
    text-decoration: none;
}

.sticky { }

.bypostauthor { }

.aligncenter { text-align: center; }

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0 }

.wp-caption.alignleft { margin: 5px 20px 20px 0 }

.wp-caption.alignright { margin: 5px 0 20px 20px }

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption { text-align: center }

.gallery-item {
    width: 110px !important;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url(images/featured-shadow.png) no-repeat bottom right;
    -webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.gallery-icon { width: 115px }

.gallery-item img {
    width: 95px;
    height: auto;
	padding: 5px;
    background: #fff;
    border: solid 1px #ddd !important;
}

/* Fading Icons */

#social-strip-icons { float: right; margin-top:8px }

#social-strip-icons div.fadehover {
    position: relative;
    height: 30px;
    width: 30px;
    float: left;
}

#social-strip-icons img.a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
}

#social-strip-icons img.b {
    position: absolute;
    left: 0;
    top: 0;
}

/* Shortcodes */

.alert, .alertred, .alertgreen {
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.alert { background: #fff9db }

.alert h2, .alertred h2, .alertgreen h2 {
    margin: 0 0 5px 0 !important;
    font-size: 20px !important;
}

.alert p, .alertred p, .alertgreen p {
    margin: 0 0 0px 0 !important;
    font-size: 14px !important;
}

.alertred {
    background: #f1bebd;
    padding: 15px 15px 15px 15px;
}

.alertgreen {
    background: #d2e9b4;
    padding: 15px 15px 15px 15px;
}

.quarter-column {
    float: left;
    width: 130px;
    margin: 0px 20px 25px 0px;
}

.half-column {
    float: left;
    width: 280px;
    margin: 0px 20px 25px 0px;
}

.third-column {
    float: left;
    width: 430px;
    margin: 0px 20px 25px 0px;
}




/* Contact Form 7 */

div.wpcf7 {
	margin-top:25px !important;
	float:left;
}

.wpcf7 input {
	border: solid 1px #eee;
	padding:5px;
	font-size:12px;
	color:#444;
	background: #fafafa url(images/title-bg2.png);
	width: 165px;
	margin-right: 15px;
}
.wpcf7 textarea {
	margin:0;
	border: solid 1px #eee;
	padding:10px;
	font-size:12px;
	width:159px;
	width:569px;
	color:#444;
	background: #fafafa url(images/title-bg2.png) !important;
}
.wpcf7 p {
	font-size:12px;
	font-weight: bold;
}
.wpcf7 br {
	margin-bottom:10px;
}
.wpcf7-submit {
	border: none;
    padding: 8px;
    background: #777 url(images/title-bg.png) !important;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff !important;
    text-shadow: 1px 1px #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #666 !important;
    margin-right:8px;
    outline: none;
    margin:1px 0 0 0;
}

.wpcf7-submit:hover {
	cursor: pointer;
	background: #888 url(images/title-bg.png) !important;
}

div.wpcf7-validation-errors {
	border: 2px solid #F7E700;
	float: left;
	width: 556px;
	margin: 0px !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398F14;
	float: left;
	width: 556px;
	margin: 0px !important;
}

.button-icon {
	padding-left: 30px !important;
	background-position: 4px 0px !important;
	background-repeat: no-repeat !important;
}
.icon-rss {
	background-image: url(/wp-content/themes/transfertastyapped/images/rss.png) !important;
}
.icon-video {
	background-image: url(/wp-content/themes/transfertastyapped/images/video2.png) !important;
}
.icon-pdf {
	background-image: url(/wp-content/themes/transfertastyapped/images/pdf.png) !important;
}
.icon-faq {
	background-image: url(/wp-content/themes/transfertastyapped/images/faq.png) !important;
}
.icon-forums {
	background-image: url(/wp-content/themes/transfertastyapped/images/forums.png) !important;
}
.icon-feedback {
	background-image: url(/wp-content/themes/transfertastyapped/images/feedback.png) !important;
}
.small.icon-pdf, .small.icon-faq, .small.icon-forums, .small.icon-feedback {
	background-position: 7px 2px !important;
}
