/*
 CSS by Deasytech
 */
body, input, textarea
{
	font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	color:#333333;
}

a:focus{outline:1px dotted}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1{font-size:18px,color#666666;}

h2{font-size:23px; color:#FF0000}

h3{font-size:21px}

h4{font-size:19px}

h5{font-size:17px}

h6{font-size:15px}

ol{list-style:decimal}

.text-justify{text-align:justify;}

#content ul, {	
   margin:0 0;
   margin-left:45px;
   margin-bottom:10px;
}

.entry-content ul {
   list-style: none;
   list-style-image:url("../images/icons/arrow_signup_green.png");
   margin:0 0;
   margin-bottom:5px;
}

li {
	padding-top:8px;
}

ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

a img {
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0 2em;
	height:100%; /*sticky footer*/
        background:#ffffff;
        text-align: left;
        font-family: helvetica, arial, sans-serif;
        line-height: 20px;
        font-size:12px;
        color:#666666;
}
#page {
	max-width: 1000px;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	/*width: 68.9%;*/
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.page-template-default #primary,
.blog #primary,
.search #primary,

.single-post #primary,
.single-projects #primary {
	float: left;
	margin-right: 0;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 45px;
}

.home #primary,
.single-post #primary {
	width: 520px;
	margin-left: 30px;
}

.single-post img {
	width: 100%;
	min-width:580px;
}

.blog #primary {
	width: 580px;
}

.left-sidebar #secondary {
	float: left;
	margin-right: 0;
	margin-bottom: 80px;
	margin-right:20px;
	margin-left: 10px;
	margin-top: 35px;
	position:relative;
	width: 330px;
	padding-bottom: 35px;
}

.blog #secondary,
.single-post #secondary {
	background: #eee;
	width:330px;
	margin-left:0;
}

.single-post {
	border-bottom: 1px dashed #666666;
	margin-bottom: 10px;
}

.home #secondary {
    background: url("../images/sidebar_home.png") no-repeat;
	width:360px;
	height:551px;
	font-size: 9px;
	text-transform: uppercase;
	margin-left: 0;
	text-align: right;
}
.home #secondary h1 {
	margin-right: 60px;
	margin-top:20px;
	color: #999;
}

#otherSecondary {
    background: url("../images/sidebar_home.png") right no-repeat;
	width:350px;
	height:551px;
	font-size: 9px;
	text-transform: uppercase;
	margin-left: 0;
	text-align: right;
	margin-top:35px;
}

#stats {
	margin-right: 60px;
	margin-left: 0;
	margin-top: 30px;
}

#secondary h3 {
	font-size:10px;
	text-transform: uppercase;
	color: #666;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global----------------------------------------------- */

#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}

dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote cite {
	color: #666;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text], input[type=password], textarea {
	border: 1px solid #999;
}
input[type=text]:focus, textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url("../images/search.png") #ffffff no-repeat 250px 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 10px;
}

.search_arrow
{
	float:right;
	margin-right: 25px;
	margin-top:5px;
	padding-right: 20px;

    background:url("../images/icons/arrowHand_mr_green_flip_right.png") no-repeat 100% 0;	
	color:#F00;
	font-size: 16px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #FF0000;
	text-decoration: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */
/* HEADER */
    #siteWrapper{
        position:relative;
        min-height:100%; /*sticky footer*/
        margin-bottom:-300px; /*sticky footer*/
    }
    
    #header{
        position:relative;
        /*background: url("../images/head.jpg") no-repeat;*/
        border-bottom: 1px solid #CCC;
		border-top:10px solid #F00;
        margin-bottom: 20px;
    }
    
    #logoHead{
        background: url("../images/logo.png") no-repeat;
        text-indent:-9999px;
        height:92px;
        margin-top:40px;
        margin-right:0;
        padding-right:46px;
        margin-left:0;
        margin-left:15px;
        border-right:1px solid #cccccc;
    }
    
    #logoHead:hover{
        cursor:pointer;
    }
    
    #header h2{
        background:url("../images/icons/arrowHand_dl.png") no-repeat 0 10px; 
        position:absolute;
        padding-left:25px;
        width:60px;
        top:25px;
        left:270px;
        
    }
    
    /* NAVIGATION */
    
    #menu-primary-navigation{
        position:relative;
        float:left;
        width:560px;
        margin-bottom:10px;
        margin-left:20px;
        margin-top:30px;
        margin-right:0;
        
    }
    
    #menu-primary-navigation>li{
        margin:0;
        margin-right:20px;
    }
    
    #menu-primary-navigation li:last-child{
        margin-right:0;
    }
    
    li.menu-item
    {
    	width:125px;
    	display: inline;
float: left;
    }
    
    .menu-item>a{
        color:#888888;
        font-size:16px;
        font-weight:bold;
    }
    
        .sub-menu .menu-item>a{
		font-size:9px;
		font-weight: normal;
}
    
    .menu-item>a:hover{
        color:#F00;
    }
    
    .menu-item>a.noLink:hover{
        color:#888888;
    }
    
    .menu-item>a.selected{
        color:#F00;
    }
    
    .sub-menu, .sub-menu li{
        display:block;
        margin-left:0;
        padding-top:0;
    }
    
    .sub-menu{
        margin-top:10px;
    }
    
    .sub-menu a:hover{
        color:#F00;
    }
    
    .sub-menu a.selected{
        color:#F00;
    }
    
    .sub-menu li{
        font-size:9px;
        text-transform:uppercase;
        margin-top:0;
    }
    
    .sub-menu a{
        color:#666666;
        
    }
    
    /* END MAIN NAVIGATION */
    
    
    
#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}


/* =Menu
-------------------------------------------------------------- */



/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

    /* HEADER */
    #siteWrapper{
        position:relative;
        min-height:100%; /*sticky footer*/
        margin-bottom:-300px; /*sticky footer*/
    }
    
#main {
	clear: both;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #666666;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
margin-top:15px;
	float:right;
}

.blog .entry-content,
.blog .entry-summary {
margin-top:15px;
	width:400px;
	float:right;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #FF0000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
/*
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}*/
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	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;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {

}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-title {
	color: #666666;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}
.single-post .entry-meta {
	padding-right: 0;
	padding-top:15px;
	padding-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

.single-post .entry-title {

}

.single-post .entry-meta i {
	color:#999;
	font-weight: normal;
}

.single-post .entry-title {
	float:left;
	clear:none;
	padding-top:0;
	margin-left:25px;
}

.single-post .entry-meta,
.single-post .entry-content {
	margin-left:50px;
}

blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.blog article
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 25px;
	width: 575px;
}

.blog article h1
{
	margin-left:180px;
	margin-bottom: 0;
}

.blog article h3
{
	margin-left:180px;
	color:#FF0000;
	font-size: 16px;
}

.entry-header h3
{
	margin-left:50px;
	color:#FF0000;
	font-size: 16px;
}

.search .entry-header h3
{
	margin-left:0px;
	color:#FF0000;
	font-size: 16px;
}

.search .entry-header h1
{
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog article .user, article .date, article .comments,
.search article .user, search .date, search .comments{

        display:inline;
        font-size:10px;
        float:left;
        clear: left;
        text-align:right;
        color:#999999;
        width:100px;
        padding-right:20px;
        margin-left:0;
    }
    
    .single-post .comments,
    #comments .commentsCount
    {
    	clear:none;
    	width:auto;
    }
    
        .single-post #comments .commentsCount {
    float: left;
	width: 120px;
    background:url("../images/icons/meta_comments.png") no-repeat 10% 50%;  
    }
    
#blogLatest .commentsCount  {
   	float: right;
	width: 50px;
	background:url("../images/icons/meta_comments.png") no-repeat 25% 50%;
}

    
.blog article .user {
    background:url("../images/icons/meta_user.png") no-repeat 100% 50%; 
	margin-top:15px
}
    
    .blog article .date {
        background:url("../images/icons/meta_date.png") no-repeat 99% 50%; 
    }
    
    .blog article .comments,
    .single-post article .comments,
    #comments .commentsCount {
        background:url("../images/icons/meta_comments.png") no-repeat 99% 50%;  
    }
    
    #comments h3  {
    	margin-left: 145px;
    	font-size:16px;
    	color:#F00;
    }
    
    .blog article .comments a {
        margin-left:0;
        color:#666666;
    }
    
    .blog article .comments a:hover{
        color:#00a6d5;
    }
    
    .blog article .summary{
        float:right;
        clear:none;
        width:400px;
        margin-top:0;
        margin-bottom:25px;
        margin-left:0;
    }
    
    /*    
    .blog article .readMore{
        margin-left:170px;
        float:left;
        
        font-size: 16px;
color: #F00;
    }*/
        .blog article .readMore{display:none;}
    

/* Intro */
article.intro {
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.home .featured-posts {
	margin: 0;
	position: relative;
	width: auto;
	border-bottom: none;
}

.home .featured-posts .projectEntry
{
	width:240px;
	height:150px;
	margin:0 20px 20px 0;
}

.home .featured-posts a{
	color:#999;
	padding:5px;
	display:block;	
}

.home .featured-posts a:hover{
	color:#F00;
	background: #eee;
	display:block;
	padding:5px;
}

.home .arrowText
{
	float:left;
	margin-right: 35px;
	padding-right:25px;
	color:#F00;
	font-size: 16px;
    background:url("../images/icons/arrowHand_mr_green_flip_rev.png") no-repeat 100% 150%;	
}

.projectHolder
{
	clear:both;
}

.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
}

.featured-posts h3
{
	color:#444;
	font-size:9px;
	text-transform: Uppercase;
}

.featured-posts .projectEntry
{
	float:left;
	margin:50px;
	width:150px;
}

.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}


/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
/*
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
*/
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

.nav-next a,
.nav-previous a
{
		font-size: 16px;
}

#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {

}
#nav-single .nav-previous h2,
#nav-single .nav-next h2 {

}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 30px;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}

#categories-2 ul
{
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top:10px;
	padding-bottom: 10px;
}

#categories-2 ul li a
{
	color:#666;
	text-transform: uppercase;
	font-size: 12px;
}

.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

aside#projects .projectEntry
{
	float:left;
	width:120px;
	margin-right: 15px;
}

aside#projects .projectEntry a
{
	color:#666;
}

aside#projects .projectEntry a:hover
{
	color:#F00;
	text-decoration: none;
}

/* Search Widget */
/*
.widget_search form {
	margin: 35px;
}
*/
.widget_search #s {
	width: 250px;
	height:30px;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */
#comments
{
	display:block;
	border-top:1px solid #CCC;
	clear:both;
	padding-top:15px;
	margin-top:45px;
}

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {

	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {

	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.comment-auth
{
	font-size: 11px;
	text-transform: uppercase;
	color: #F00;
	margin-left:50px;
}

.comment-content
{
	margin-left:50px;
	}
	
	.reply
	{
		margin-left:50px;
	}
	
	a.comment-reply-link {
		font-size: 11px;
	text-transform: uppercase;
	color: #F00;
}

.comment-author
{
	left: -85px;
		position: absolute;
}

.commentlist .avatar {



	padding: 0;
	top: 0;
}

/*.commentlist > li:before {

}

.commentlist > li.pingback:before {
	content: '';
}
*/
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}

a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {

}
.commentlist > li.bypostauthor .comment-meta {
	text-align: right;
	font-size: 11px;
}
.commentlist > li.bypostauthor .comment-meta p
{
	margin-bottom: 0;
	line-height: 1.1;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {

}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	border-top:1px solid #CCC;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 520px;
}

#respond h1
{
   	font-size:18px;
    	color:#666;
    	margin-bottom: 10px;
    	margin-left: 115px;
}

#respond h2
{
	font-size:16px;
	color:#F00;
	margin-left: 115px;
}

#respond input[type="text"],
#respond textarea {

	position: relative;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-website

 {
 height:25px;
 width:150px;
 margin-top:15px;
position: relative;
left: -85px;
float:left;
clear:both;
}

#respond .comment-form-comment
{
	float:right;
}

#respond .commentform-submit
{
	font-size: 16px;
	color:#F00;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-website label,

#respond .comment-form-comment label {

	color: #999;
	display: inline-block;
	font-size: 11px;
	left: 80px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 30px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 400px;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {	
	float: left;
margin-top: 80px;
margin-left: -20px;
}
#respond input#submit {
	
	border: none;

	color: #eee;
	cursor: pointer;
	font-size: 16px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	height: 25px;
	width: 150px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


 /* CONNECT BAR */
    
    #connect{
        border-top:1px solid #cccccc;
    }
    
     h2.connect{
        background:url("../images/icons/arrowHand_mr_green.png") no-repeat 100% 80%;
        display: inline;
        float:left;
        padding-right:25px;
        margin-left:10px;
        margin-top:50px;
        margin-bottom:60px;

		font-size: 16px;
       	color:#F00;
    }
    
    #socialMedia{
        display:inline;
        margin-left:15px;
        overflow:hidden;
    }
    
    #socialMedia li{
        display:block;
        float:left;
        margin-left:1px;
        margin-top:52px;
        padding-top:0;
    }
    
    #socialMedia a{
        background:url("../images/socialMedia.png") no-repeat 0 0;
        text-indent:-9999px;
        display:block;
        width:26px;
        height:26px;
    }
    
    #socialMedia a.first{
		margin-left:10px;
    }
    
    #socialMedia a.first:hover{
        background-position: 0 -27px;
    }
    
    #socialMedia a.second{
        background-position: -25px 0;
    }
    
    #socialMedia a.second:hover{
        background-position: -25px -27px;
    }
    
    #socialMedia a.third{
        background-position: -51px 0;
    }
    
    #socialMedia a.third:hover{
        background-position: -51px -27px;
    }
    
    #socialMedia a.fourth{
        background-position: -79px 0;
    }
    
    #socialMedia a.fourth:hover{
        background-position: -79px -27px;
    }
    
    #socialMedia a.fifth{
        background-position: -105px 0;
    }
    
    #socialMedia a.fifth:hover{
        background-position: -105px -27px;
    }
    
    #socialMedia a.sixth{
        background-position: -133px 0;
    }
    
    #socialMedia a.sixth:hover{
        background-position: -133px -27px;
    }
    
    
    #socialMedia li:last-child{
         margin-right:55px;
    }
    
    .newsletter{
        float:left;  
		margin-bottom: 10px;
		margin-left:-10px;     
    }
    
    .newsletter form{
        display:inline;
        float:left;
        margin-top:50px;
        padding:0 !important;
    }
    
    .newsletter input[type=text],
    #mce-EMAIL,
    #mc_embed_signup input.email
{        float:left;
        border:1px solid #ccc;
        width:186px !important;
        height:30px;
        padding:0 !important;
        padding-left:10px;
        padding-right:10px;
        color:#666666;
        font-size:10px;
        font-family: arial;
        margin:0 !important ;
    
        
    }
    
    .newsletter input[type=submit],
    #mc-embedded-subscribe {
        background:url("../images/icons/arrow_signup_green.png") no-repeat 50% 55%;
        border:1px solid #ccc !important;
        margin-left:4px;
        width: 38px;
        height: 32px;
        text-indent:-9999px;
        float:left;
        cursor:pointer;
    }
    
    .newsletter input.error{
        border: 1px solid #b32b2b;  
    }
    
    .newsletter h2,
    #mc_embed_signup h2{
        background:none;
        display:inline;
        float:left;
        margin-left:40px !important;
        margin-top:50px !important;
        padding:0;
		clear:none;        
		font-size: 16px;
       	color:#F00;        
		width: auto;
		left: 210px;
  		top: 100px;
    }
    
    /* END CONNECT BAR */
    
    
/* =Footer
----------------------------------------------- */
 /* FOOTER */
        
    #footer{
		/*background:url(../images/bkg.png) repeat-x bottom;*/
        clear:both;
        width:940px;
        position:relative; /*sticky footer*/
        margin-top:-300px; /*sticky footer*/
        height:220px; /*sticky footer*/
        clear:both; /*sticky footer*/
        padding-top:35px;
    }
    
    #footer h3
    {
    	font-size:9px;
    	text-transform: uppercase;
    }

    #footInfo{
        width:360px;
        padding-right:50px;
	margin-right:0;
        margin-left:0;
        border-right:1px solid #CCC;

    }
    
    #footInfo #footLogo{
	margin-top:25px;
	margin-bottom:5px;
	margin-right:0;
    }
    
    #footInfo p{
        margin-top:0;
        margin-bottom:0;
	color:#666666;
    }
    
    #footInfo #phone{
	margin-bottom:10px;
	color:#666666;
    }
    
    #footInfo a{
	color:#FF0000;
    }
    
    #footInfo a:hover{
	color:#111111;
    }
    
    #footInfo h2 a{
	color:#00a6d5;
    }
    
    #footInfo span{
        color:#666666;
        width:330px;
        font-size:10px;
    }
    
    #footInfo h2{
	display:inline;
	margin-left:5px;
	font-size:12px
    }
    
    
    #twitter{
        background:url("../images/icons/bullet.html") no-repeat 0 93px;
        position:relative;
        overflow:visible;
        float:left;
        width:220px;
        margin-left:40px;
        margin-right:20px;
        margin-right:0;
    }
    

    #twitter h3, #blogLatest h3{
        font-size:14px;
        font-style:bold;
        text-transform:lowercase;
 	margin-bottom:2px;
        color:#FF0000;
    }
    
    #blogLatest .latestDate{
        color:#666666;
        font-size:10px;
        font-style:italic;
        text-transform:lowercase;
    }

    #twitter h4, #blogLatest h4{
        color:#666666;
	background:url("../images/footer_widget.html") no-repeat 0 100%;
        text-indent:-9999px;
        margin-top:0;
    }
    
    #twitter span, .tweet-created_at a{
        color:#666666;
        font-size:10px;
        font-style:italic;
        text-transform:lowercase;
    }
    
    #twitter .tweetIcon{
        position:absolute;
        left:-18px;
        top:93px;
    }
    
    #twitter p
    {
	    border-top:1px solid #ccc;
        padding-top:15px;
        margin-top: 15px;
        margin-bottom:15px;
    }
    
        .blogBody
    {
	    border-top:1px solid #ccc;
        padding-top:15px;
        margin-top: 15px;
        margin-bottom:15px;
        clear:both;
        float:left;
    }
    
    #twitter p{
        overflow:visible;
    }
    
    #twitter p div.tweet-text{
        
    }
    
    #blogLatest{
        width:220px;
        float:left;
        margin-left:40px;
        margin-right:0;
    }
    
    #commentsNum{
        display:block;
        background:url("../images/icons/commentsFoot.html") no-repeat 100% 50%;
        float:right;
        width:35px;
        color:#666666;
    }
    
    #blogLink h2{
        margin-top:0;
        color:#F00;
		font-size: 16px;
    }
    
    
    /* END FOOTER */

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	

	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}



 /* BANNER */
    #banner{
        position:relative;
    	width:940px;
    	height:350px;
    	        background-color:#ffffff;
    }
    
    .type-post .wp-post-image
    {
		width: 400px;
		height: 150px;
		float: right;
    }
    
    .attachment-940x350
    {
    	width:940px;
    	height:350px;
    }
    
    .attachment-240x150
    {
    	width:240px;
    	height:150px;
    }
    
    .attachment-120x120
    {
    	width:120px;
    	height:120px;
    }
    
    .attachment-150x150
    {
    	width:150px;
    	height:150px;
    }
    
    .attachment-featured
    {
    	width:940px;
    	height:350px;
    }
    
    .gallery-size-thumbnail .attachment-thumbnail
    {
    	width:124px;
    	height:75px;
    }
    
    #banner .attachment-580x350
	{
		float:right;
		width:580px;
		height: 340px;
	}
	
	img.attachment-160x160
	{
		width:160px;
		height:160px;
	}
	
	.gallery-icon .attachment-medium
	{
		width:175px;
		height:110px;
	}
	

	
    
    
    #infoPanel{
        position:absolute;
        top:0;
        left:0;
        background: rgb(0, 0, 0); /* Fallback color - no alpha */
        background: rgba(0, 0, 0, 0.5);
        width:360px;
        height:100%;
        z-index:10000; /* to show above slider img */
        
    }
    
    #infoPanel #closeInfo, #infoPanel #openInfo, #infoPanel #prev{
        position:absolute;
        padding:0;
        margin-right:0;
        display:block;
        width:30px;
        height:30px;
        background:none;
        margin-top:0;
    }
    
    #infoPanel #closeInfo{
        top:20px;
        right:50px;
    }
    
    #infoPanel #closeInfo img{
        position:relative;
        left:-10px;
        top:5px;
    }
    
    #infoPanel #openInfo{
        right:5px;
        top:20px;
        display:none;
    }
    
    #infoPanel #openInfo img{
        position:relative;
        left:-10px;
        top:5px;
    }
    
    #infoPanel #prev{
        top:50px;
        margin-top:0;
        width:32px;
        height:300px;
        right:0;
    }
    
    #infoPanel #prev img{
        position:relative;
        left:-15px;
        top:115px;
        display:none;
    }
    
    #infoPanel ul{
        margin-top:60px;
        margin-bottom:55px;
        float:right;
        margin-right:60px;
    }
    
    #infoPanel li{
        float:left;
        list-style-type:none;
        margin-left:3px;
    }
    
    #infoPanel li a{
        background: url("../images/slideButtons.png") no-repeat;
        display:block;
        text-indent:-9999px;
        width: 20px;
        height:20px;
    }
    
    #infoPanel li a.currentSlide, #infoPanel li a:hover {
        background-position:-26px 0;
    }
    
    #infoPanel h1,  #infoPanel h3,  #infoPanel span, #infoPanel>a{
        text-align:right;
        margin-right:60px;
    }
    
    #infoPanel h1{
        clear:both;
        margin-top:0;
        margin-bottom:8px;
        font-size:20px;
    }
    
    #infoPanel h1 a{
        color:white;
    }
    
    #infoPanel h3{
        color:#eeeeee;
        margin-bottom:0;
			font-size:12px;

    }
    
    #infoPanel span{
        display:block;
        color:#eeeeee;
        font-style:italic;
        font-size:10px;
        line-height:12px;
        margin-top:0;
    }
    
    #infoPanel #info>a{
        background:url("../images/icons/commentsWhite.png") no-repeat 100% 35px;
        position:absolute;
        top:225px;
        right:60px;
        color:white;
        display:block;
        font-size:55px;
        height:50px;
        margin-top:40px;
        
    }
    
    #banner #slides{
        position:relative;
        overflow:hidden;
        height:350px; 
    }
    
    #banner #slides div{
        position:absolute;
        display: none;
        z-index: 0;
        top:0;
        left:0;
    }
    
    #banner #slides div div{
        display:none;
    }
    
    #banner #slides div.active{
    	z-index: 1;
    	display:block;
    }
    
    .js #banner #slides div.active {
    	display: none;
    }
   
    #banner #slides #spinner{
    	z-index: 1000;
    	background: url("../images/icons/spinner.gif") no-repeat center center;
    	width: 100%;
    	height: 100%;
        display:block;  
    }
    
    #banner #slides #videooverlay{
    	z-index: 1001;
    	background: url("../images/icons/video_play_icon_02.png") no-repeat center center;
    	width: 100%;
    	height: 100%;
    	cursor: pointer;
        display:block;  
    }
    
    
    #banner #nextSlide{
        background: rgb(0, 0, 0); /* Fallback color - no alpha */
        background: rgba(0, 0, 0, 0.5);
        position:absolute;
        width:32px;
        height:350px;
        top:0;
        right:0;
        z-index:10000;
    }
    
    #banner #nextSlide #next{
        position:absolute;
        display:block;
        width:32px;
        height:300px;
        top:50px;
        right:0;
    }
    
    #banner #nextSlide #next img{
        position:relative;
        left:13px;
        top:115px;
        
    }
    
    #banner #nextSlide #closeVideo{
        position:absolute;
        display:none;
        width:32px;
        height:50px;
        top:0;
        right:0;  
    }
    
    /*add hide class to button with js to hide*/
    #banner #nextSlide #closeVideo.hide{
        visibility:hidden; 
    }
    
    #banner #nextSlide #closeVideo img{
        position:relative;
        left:13px;
        top:25px;
    }
    
    
    /* END BANNER */


/*PORTFOLIO SECTION*/
    
    /*MAIN PAGE*/
    
    .page-template-showcase-php #banner{
        width:940px;
        height:350px;
        overflow:hidden;
        position:relative;
        margin-bottom:40px;
        background:none;
    }
    
    .page-template-showcase-php #projectInfo, .page-template-showcase-php div.category {
        margin-bottom:40px;
        margin-top:20px;
    }
    
    .page-template-showcase-php #banner div{
        float:left;
    }
    
    .page-template-showcase-php #banner #slides{
        width:577px;
    }
    
    .page-template-showcase-php #banner #browser{
        margin-right:2px;
        margin-left:0;
        width:360px;
        
    }
    
    .page-template-showcase-php #banner #browser ul,.page-template-showcase-php #banner #browser li{
        margin:0;
        padding:0;
    }
    
    .page-template-showcase-php #banner #browser li{
        float:left;
        margin-right:4px;
    }
    
    .page-template-showcase-php #projectInfo,
    .category #categoryInfo{
        position:relative;
        overflow:hidden;
        border-bottom:1px solid #cccccc;
    }
    
    .category #categoryInfo
    {
    	padding-bottom: 40px;
    	margin-bottom: 40px;
margin-top: 20px;
    }
    
    .page-template-showcase-php #projectInfo div.titles{
 float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 330px;
    }
    
    .page-template-showcase-php #projectInfo h1,.page-template-showcase-php #projectInfo h2{
        overflow:hidden;
        float:right;
        margin-right:0;
        text-align:right;
    }
    

    .page-template-showcase-php #projectInfo h1,
    .catInfo h1,
        .category #categoryInfo h1
    {
    	font-size:18px;
    	color:#666;
    	margin-bottom: 0;
    }
    
    .page-template-showcase-php #projectInfo h2,
    .category #categoryInfo .titles h2.back{
        clear:right;
        margin-bottom:0;
        margin-top:10px;
        font-size:16px;
        color:#F00;
    }
    
    .page-template-showcase-php #projectInfo p{
        position:relative;
        width:580px;
        float:left;
        margin-bottom:0;
    }
    
    .page-template-showcase-php #projectInfo h2 a{
        float:left;
        text-align:left;
        margin-left:370px;
        padding-left:15px;
                font-size: 16px;

        background:url("../images/icons/arrow_r.png") no-repeat 0 70%;
    }
    
    .page-template-showcase-php #projectInfo>h2{
        margin:0;
        float:left;
        margin-top:10px;
        margin-bottom:40px;
    }
    
    
    /*CATEGORY DIVS*/
    
    .page-template-showcase-php .category{
        overflow:hidden;
        position:relative;
        border-bottom:1px solid #cccccc;
    }
    
    .page-template-showcase-php .last{
        border:none;
    }
    
    .page-template-showcase-php .category div{
        width:300px;
        margin-right:60px;
        float:left;
        margin-left:3px;
        text-align:right;
        margin-bottom:25px;
    }
    
    .page-template-showcase-php .category div p{
        width:220px;
        float:right;
        color:#666666;
        margin-bottom:5px;
    }
    
    
    .page-template-showcase-php .category div a{
        background:url("../images/icons/arrow_r_green.png") no-repeat 0 80%;
        display:block;
        height:20px;
        padding-left:15px;
        float:right;
        clear:right;
        font-size: 16px;
    }
    
    .page-template-showcase-php .category div span{
        float:right;
        background:url("../images/icons/meta_tag_l_dark.png") no-repeat 5% 50%;
        clear:right;
        padding-left:20px;
        margin-top:25px;
        font-size:11px;
    }
    
    .page-template-showcase-php .category div span a{
        color:#cccccc;
        background:none;
        float:left;
        clear:none;
        padding-left:5px;
    }
    
    .page-template-showcase-php .category div span a:hover{
        color:#444444;
    }
    
    .page-template-showcase-php .category ul{
        width:577px;
        overflow:hidden;
        margin:0;
        padding:0;
        margin-bottom:60px;
    }
    
    ul.thumbs
    {
    	float:right;
    	list-style: none;
    }
    
    .page-template-showcase-php .category li,
    .category .thumbs li{
        margin:0;
        padding:0;
        float:left;
        width:240px;
        margin-right:48px;
    }
    
    .page-template-showcase-php .category li:last-child{
        margin-right:0;
    }
    
    .page-template-showcase-php .category:last-child{
        border:none;
    }
    
    .page-template-showcase-php .category h3,
    .thumbs a,
    .category .thumbs h3{
        margin-top:20px;
        margin-bottom:0;
        color: #666;
        font-size: 11px;
		font-family: helvetica, arial, sans-serif;
		text-transform: uppercase;
    }
    
    .thumbs a:hover
    {
    	color:#F00;
    }
    
    .thumbs span{
    		font-family: helvetica, arial, sans-serif;

            font-size: 11px;

    margin-bottom: 0;
    padding-bottom: 0;
    }
    .page-template-showcase-php .category h3 a{
        color:#666666;
    }
    
    .page-template-showcase-php .category h3 a:hover{
        color:#00a6d5;
    }
    
    /*END PORTFOLIO CATEGORIES PAGE*/
    
    
    
     /*PORTFOLIO SINGLE CATEGORY PAGE*/
    
    /*TAGLINE */
    .category #tagline{
        border-bottom:1px solid #cccccc;
    }
    
    .category #main{
        position:relative;
    }
    
    /*CATEGORY THUMBS*/
    /*
    .category #categoryInfo{
        position:relative;
        overflow:visible;
        margin-top:30px;
        margin-bottom:10px;
         z-index:9;
    }
    */
    .category #categoryInfo div.titles{
        position:relative;
        float:left;
        width:330px;
        margin-right:20px;
        overflow:hidden;
    }
    
    .category #categoryInfo h1,.category #categoryInfo h2{
        overflow:hidden;
        float:right;
        margin-right:0;
        text-align:right;
    }
    

    
    .category #categoryInfo h2{
        clear:right;
        margin-bottom:0;
        margin-top:10px;
    }
    
    .category #categoryInfo p{
        position:relative;
        width:580px;
        float:left;
        margin-bottom:0;
    }
    
    .category #categoryInfo h2.readMore a{
        background:url("../images/icons/expand_blue.html") no-repeat 0 70%;
        float:left;
        text-align:left;
        padding-left:20px;
        margin-left:370px;        
    }
    
    /*
    .category #categoryInfo .titles h2.back{
        background:url("../img/icons/back_red.png") no-repeat 0 70%;
        padding-left:20px;
        margin-left:0;
    }
    
    .category #categoryInfo .titles h2.back a{
        margin-left:0;
        color:#b32b2b;
    }
    */
    .category #categoryInfo>h2{
        margin:0;
        float:left;
        margin-top:10px;
        margin-bottom:40px;
    }
    
    
    /* EXTENDED INFO */
    
    .category #infoLong{
        width:600px;
        background:white;
        position:absolute;
        top:0;
        left:360px;
        z-index:10;
        padding-bottom:30px;
        display:none; /* hidden by default*/
    }
    
    .category #infoLong h2.readLess{
	background:url("../images/icons/contract_blue.html") no-repeat 0 70%;
	margin-left:10px;
        float:left;
        margin-top:20px;
	padding-left:20px;
    }
    
    /*THUMB ROWS*/
    
    .category .row{
        overflow:hidden;
        position:relative;
        z-index:1;
    }
    
    .category .last{
        margin-bottom:30px;
    }
    
    .category .row div p{
        width:220px;
        float:right;
        color:#666666;
        margin-bottom:5px;
    }
    
    .category .row div a{
        background:url("../images/icons/arrow_r.html") no-repeat 0 80%;
        display:block;
        height:20px;
        padding-left:15px;
        float:right;
        clear:right;
    }
    
    .category .row div span{
        float:right;
        background:url("../images/icons/meta_tag.html") no-repeat 0 50%;
        clear:right;
        padding-left:20px;
        margin-top:60px;
    }
    
    .category .row div span a{
        color:#cccccc;
        background:none;
        float:left;
        clear:none;
        padding-left:5px;
    }
    
    .category .row div span a:hover{
        color:#444444;
    }
    
    .category .row ul{
        float:right;
        overflow:hidden;
        margin:0;
        padding:0;
        padding-top:40px;
        margin-bottom:60px;
    }
    
    .category .row li{
        margin:0;
        padding:0;
        float:left;
        width:160px;
        margin-right:48px;
    }
    
    .category .row li:last-child{
        margin-right:0;
    }
    
    .category .row:last-child{
        border:none;
    }
    
    .category .row h3{
        margin-top:20px;
        margin-bottom:0;
    }
    
    .category .row h3 a{
        color:#666666;
    }
    
    .category .row h3 a:hover{
        color:#00a6d5;
    }
    
    .category .row h2.label1{
        position:absolute;
        overflow:visible;
        height:30px;
        color:#b32b2b;
        top:-25px;
        right:180px;
        background:url("../images/icons/arrowHand_dl_red.html") no-repeat 0 50%;
        padding-left:20px;
        line-height:20px;
    }
    
    .category .row h2.label2{
        position:absolute;
        overflow:visible;
        height:30px;
        top:-15px;
        left:100px;
        color:#b32b2b;
        background:url("../images/icons/arrowHand_dr_red.html") no-repeat 100% 30%;
        padding-right:25px;
        line-height:20px;
    }
    
    
    /*END SINGLE CATEGORY PAGE*/
    
    /*SINGLE PROJECT PAGE*/
    
    /*TAGLINE */
    #singleProject #tagline{
        border-bottom:1px solid #cccccc;
    }
    
    
    /* MAIN CONTENT */
    
    #singleProject #mainContent{
        margin:0;
        padding:0;
        margin-left:10px;
    }
/*     
    .single-projects{
        position:relative;
        overflow:hidden;
    }
  */  
    .single-projects .side, .single-projects #projectImage{
        margin-top:25px;
    }
    
    .single-projects .side{
        overflow:hidden;
        float:left;
        margin-right:60px;
        width:300px;
    }
    
    .single-projects .titles{
        float:left;
        text-align:right;
        overflow:hidden; 
    }
    
    .single-projects .titles h1{
        float:left;
        width:300px;
        margin-top:0;
        margin-bottom:10px;
        color: #666;
        font-size: 18px;
        font-weight: bold;
    }
    
    .single-projects h2.back{
        background:url("images/icons/back_green.png") no-repeat 0 60%;
        padding-left:20px;
        float:right;
        margin-bottom:40px;
        font-size: 16px;
        color:#F00
    }

	.single-projects .gallery,
		.page-template-showcase-php .gallery

	{
		float: right;
		clear: both;
	}
	
	.single-projects #gallery-1 .gallery-item 
	{
		margin-top: 0;
		width:124px;
		height: 75px;
	}
	
			.page-template-showcase-php #gallery-1 .gallery-item 
{
			margin-top: 0;
		width:175px;
		height: 110px;
}
	
			.page-template-showcase-php #gallery-1 .gallery-item,
				.single-projects #gallery-1 .gallery-item 
 
	{
		margin:2px;
	}
	
	.single-projects #gallery-1,
		.page-template-showcase-php #gallery-1

	{
		margin-bottom: 170px;
	}
	
	.single-projects .gallery img,
	.single-projects #gallery-1 img,
		.page-template-showcase-php .gallery img,
	.page-template-showcase-php #gallery-1 img
	{
		border:none;
		}
		
		/*
		.single-projects #gallery-1 .gallery-item {
float: left;
margin: 1px;

}
    */
    .single-projects #share{
        position:absolute;
        background:#f6f6f6;
        top:60px;
        right:0;
        width:570px;
        float:left;
        margin-bottom:10px;
        text-align:right;
        height:20px;
        padding:5px;
    }
    
    .single-projects #share h3{
        margin:0;
        float:left;
        color:#666666;
        padding-left:10px;
        /*letter-spacing:1px;*/
        display:inline;
        margin-right:20px;
        padding-bottom:5px;
        line-height:22px;
    }
    
    .single-projects #tweetThis{
        height:20px;
        float:right;
    }
    
    .single-projects #likeThis{
        height:20px;
        float:right;
        margin-right:20px;
    }
    
    .single-projects #projectInfo{
        width:580px;
        float:left;
        margin-top:100px;
        margin-bottom:60px;
    }
    
    .single-projects #projectInfo img{
        float:left;
        clear:both;
        padding:0;
        margin-bottom:40px;
    }
    
    .single-projects #projectInfo .video{
        margin-bottom:40px;
        position:relative;
        float:left;
        clear:both;
    }
    
    .single-projects #projectInfo .note{
        color:#b32b2b;
        margin:0;
        position:absolute;
        top:0;
        left:-315px;
        padding-right:20px;
        text-align:right;
        background:url("../images/icons/arrowHand_dr_red.html") no-repeat 100% 60%;
    }
    
    .single-projects #projectInfo p{
        width:580px;
        float:left;
        clear:both;
        margin-bottom:60px;
    }
    
    .single-projects .meta{
        width:300px;
        float:right;
        clear:both;
        overflow:hidden;
        margin:30px 0;
        margin-top:0;
    }
    
    .single-projects .meta span, .single-projects .meta h2 {
        display:block; 
    }
    
    .single-projects .meta span{
        text-align:right;
    }
    
    .single-projects .meta .client,
    .single-projects .meta .date
    {
        padding-right:20px;
        font-family: arial;
        font-size: 11px;
        color:#999;
    }
    
     .single-projects .meta .client b,
    .single-projects .meta .date b
    {
        color:#666;
    }

    
    .single-projects .meta .tags{
        padding-right:20px;
    }
    
    .single-projects .meta .tags a{
        color:#cccccc;
    }
    
    .single-projects .meta .tags a:hover{
        color:#444444;
    }
    
    .single-projects .launch {
        background:url("../images/icons/arrow_r.html") no-repeat 0 70%;
        padding-left:20px;
        margin:0;
        float:right;
        font-size: 16px;
    }
	
	.client {
		float:left;
		margin-right: 30px;
	}
    
    /*END MAIN CONTENT*/
    .twitter-follow-button
    {
    	width:150px !important;
    }
    
    /*OTHER*/
	a,
		#site-title a:focus,
		#site-title a:hover,
		#site-title a:active,
		.entry-title a:hover,
		.entry-title a:focus,
		.entry-title a:active,
		.widget_tvaminimal_ephemera .comments-link a:hover,
		section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
		section.recent-posts .other-recent-posts .comments-link a:hover,
		.format-image footer.entry-meta a:hover,
		#site-generator a:hover {
			color: #FF0000;
		}
		section.recent-posts .other-recent-posts .comments-link a:hover {
			border-color: #FF0000;
		}
		article.feature-image.small .entry-summary p a:hover,
		.entry-header .comments-link a:hover,
		.entry-header .comments-link a:focus,
		.entry-header .comments-link a:active,
		.feature-slider a.active {
			background-color: #FF0000;
		}
#header .topLeft {
	float:left;
	width:30%;
	display:block;
}