/*
Theme Name: WP Methods Portfolio
Theme URI: 
Description: Portfolio theme.
Version: 1.0
Author: Tim Hankins
Author URI: 

*/


body {
	/*background-image: url(images/bkg_full.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment:fixed;*/                                   
	text-align: center;
	color: #5a5a5a;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #e6e6e6;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #5a5a5a;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #e66600;
}

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: 0;
	text-align: left;
	font-size: 1.4em;
}
#page-title {
	padding-right: 20px;
	border-right-color: #ffffcc;
	border-right-style: solid;
	border-right-width: 1px;
	margin-right: 20px;
	width: 430px;
	display: inline;
	float: left;
	font-size: 2.2em;
	color: #e66600;
}
#tag-title {
	color: #969696;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	margin-right: 20px;
	width: 430px;
	font-size: 1.6em;
}
#client-title {
	padding-right: 20px;
	margin-right: 20px;
	width: 100%;
	display: inline;
	float: left;
	font-size: 2.2em;
	color: #e66600;
}
#blog-title {
	padding-right: 20px;
	margin-right: 20px;
	width: 100%;
	display: inline;
	font-size: 2.2em;
	color: #e66600;
}
#page-content {
	width:750px;
}

#column-nav {
	min-height: 650px;
	float: left;
	text-align: left;
	display: inline;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url(images/bkg_nav.jpg);
}
#logo {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 100px;
}
#nav {
	margin-left: 50px;
	display: block;
	font-size: 1em;
}
#nav ul {
	padding-left: 0;
	margin-left: 0;
}
#nav ul li {
	margin-bottom: 3px;
	list-style: none;
	display: block;
}
#nav ul li a {
	padding-left: 6px;
	font-size: 0.88em;
}
#nav ul li a:hover {
	background-repeat: repeat-y;
	
}
#nav ul li.current_page_item a, #nav ul li.current_page_parent a, #nav ul li.current_page_ancestor a {
	color: #e66600;
}

#list {
	font-size: 1.2em;
	display: block;
}
#list ul {
	padding-left: 0;
	margin-left: 0;
}
#list ul li {
	margin-bottom: 4px;
	list-style: none;
	display: block;
}
#list ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 0.88em;
	padding-left: 6px;
}
#list ul li a:hover {
	background-repeat: repeat-y;
}

#column-page {
	font-size: 0.87em;
	padding-top: 50px;
	min-height: 650px;
	float: right;
	text-align: left;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(images/bkg_home.jpg);
}
#column-home {
	font-size: 0.87em;
	padding-top: 50px;
	min-height: 650px;
	float: right;
	text-align: left;
	width: 800px;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(images/home.jpg);
}
#column-portfolio {
	font-size: 0.87em;
	padding-top: 50px;
	min-height: 650px;
	float: right;
	text-align: left;
	width: 800px;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(images/bkg_home.jpg);
}
#column-posts {
	float: right;
	font-size: 0.87em;
	padding-top: 50px;
	min-height: 650px;
	text-align: left;
	width: 800px;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(images/bkg_home.jpg);
}
#column-search {
	font-size: 0.87em;
	padding-top: 50px;
	min-height: 650px;
	float: right;
	text-align: left;
	width: 800px;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(images/bkg_home.jpg);
}
.post {
	margin-left: 50px;
}
#entry {
}

#page-notes {
	margin-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .87em;
	color: #969696;
	display: block;
}
#page-notes ul {
	padding-left: 0;
	margin-left: 0;
}
#page-notes ul li {
	list-style: none;
	display: block;
}
#page-notes ul li a {
	color: #969696;
}
#page-notes ul li a:hover {
	color: #5a5a5a;
}

#sociable {
	color: #969696;
	top: -10px;
	position: relative;
	text-align: right;
	float: right;
	display: block;
	width: 150px;
}

#post-thumbnail img{ 
	vertical-align: middle;
}
.post-thumbnail { 
	width: 748px; 
	height: 400px; 
	background-color: #fafafa;
	display: table;
	position: relative;
}
.post-thumbnail-middle {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
}

#top-navigation {
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
	width: 430px;
	font-size: 0.88em;
}

#alignleft {
	font-size: 1.2em;
	text-align: left;
	display: inline;
}

#alignright {
	font-size: 1.2em;
	float: right;
	text-align: right;
	display: inline;
}

#floatleft {
	float:left;
}
#floatright {
	float:right;
}

.hr_page{
	clear: both;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
}

#hr_footer_space{
	clear: both;
	height: 50px;
}

.hr_page_middle{
	clear: both;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
}

.login {
	color: #e66600;
}
#social-networks {
	width: 35%;
	float: right;
}
#social-networks #share {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 0.87em;
	float: left;
	width: 50px;
}
#social-networks #others {
	margin-right: 5px;
	position: relative;
	top: -16px;
	float: left;
}
#twitter {
	margin-top: 340px;
	font-size: 0.87em;
	margin-left: 420px;
	width: 200px;
}
#twitter a {
	text-decoration: underline;
	color: #e66600;
}
#twitter a:hover {
	text-decoration: none;
	color: #e66600;
}
#twitter #tweet {
	margin-bottom: 15px;
}
#twitter #tweet #created {
	margin-top: 3px;
}
#twitter #tweet #created a {
	text-decoration: none;
	color: #969696;
}
#twitter #tweet #created a:hover {
	color: #666666;
}


/*/////////// CLIENT LIST //////////*/
#client-list {
    width: 750px;
}
#client-list ul{
    margin: 0 auto;
    padding: 0;
}
#client-list ul.multiple_columns li{
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 0.87em;
	text-align: left;
	float: left;
	list-style: none;
	width: 250px;
}


#tag-list {
	width: 50%;
	display: block;
}
#tag-list ul {
	padding-left: 0;
	margin-left: 0;
}
#tag-list ul li {
	clear: both;
	margin-bottom: 2px;
	list-style: none;
	display: block;
}
#tag-list ul li a {
	font-style: normal;
	font-size: 1.1em;
}
#tag-list ul li a:hover {
	
}
#tag-list ul li img{
	border-color: #969696;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin-bottom: 5px;
	display: inline;
	float: left;
}
#tags-title{
	padding-top: 6px;
	width: 315px;
	text-align: left;
	float: right;
}
#tags-thumbnail {
	float: left;
	width:50px;
}


#portfolio-list {
	width: 75%;
	display: block;
}
#portfolio-list ul {
	padding-left: 0;
	margin-left: 0;
}
#portfolio-list ul li {
	clear: both;
	margin-bottom: 2px;
	list-style: none;
	display: block;
}
#portfolio-list ul li a {
	font-style: normal;
	font-size: 1.1em;
}
#portfolio-list ul li a:hover {
	
}
#portfolio-list ul li img{
	border-color: #969696;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin-bottom: 5px;
	display: inline;
	float: left;
}
#portfolio-title{
	padding-top: 3px;
	width: 94%;
	text-align: left;
	float: right;
}
#portfolio-thumbnail {
	float: left;
	width:50px;
}
.tags {
	font-size: .75em;
	color:#aaaaaa;
}


#footer {
	width: 100%;
}

h1, h2, h3 {
	margin-bottom: 20px;
	margin-top: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}


/*////////// COLORS //////////*/
.purple {
	color: #990099;
}
.orange {
	color: #e66600;
}



/*////////// BLOG //////////*/
#sidebar-home {
	margin-bottom: 40px;
	margin-top: 40px;
	width: 280px;
	float: left;
	position: relative;
}
#sidebar-home li {
	margin-bottom: 10px;
	border-left-color: #d9eaf0;
	border-left-style: solid;
	border-left-width: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	clear: both;
	float: left;
	list-style-type: none;
}
#sidebar-home li #excerpt {
	font-size: 0.75em;
}
#sidebar-home li a {
	font-size: .875em;
}
#content {
	width: 660px;
	margin-right: 80px;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
#sidebar {
	font-size: 0.75em;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 200px;
	float: left;
	position: relative;
}
#sidebar #link li {
	width: 170px;
	border-bottom-color: #daf4f3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0px;
	border-left-color: #09b2af;
	border-left-style: solid;
	border-left-width: 3px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 10px;
	clear: both;
	list-style-type: none;
}
#sidebar #link li a {
	text-decoration: none;
	color: #09b2af;
}
#sidebar #link li a:hover {
	text-decoration: none;
	color: #00759b;
}
#sidebar-title {
	color: #c8c8c8;
	text-transform: uppercase;
	font-weight: bold;
}
.hr_sidebar {
	clear: both;
	background-color: #dcdcdc;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 2px;
	height: 1px;
	width: 194px;
	font-size: 1px;
	line-height: 1px;
}



                          
.hr_comments {
	clear: both;
	background-color: #c8c8c8;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 20px;
	height: 2px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
}
.hr_breadcrumb {
	clear: both;
	background-color: #c8c8c8;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 5px;
	height: 2px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
}
.hr_comments_clear {
	clear:both;
}

.clear {
	clear:both;
}


#blog-hometitle {
	width: 100%;
	font-size: 1.8em;
	color: #e66600;
}
#blog-entry{
	font-size: 1em;
}
#blog-postmetadata {
	font-size: 0.87em;
}

#breadcrumb {
	padding-top:5px;
	font-size:1.1em;
	width:500px;
	float:left;
}
#profile {
	text-align: right;
	width:220px;
	float:right;
}


/* ///// COMMENTS ///// */
#respond {
	padding-bottom:15px;
}
ol.commentlist {
	font-size: 0.88em;
	margin:0;
	padding:0;
	}

.commentlist li {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 15px;
	list-style:none;
	}

.commentlist a:link, .commentlist a:visited {
	color: #e66600;
	}

.commentlist a:hover, .commentlist a:active {
	color: #b4b4b4;
	}
	
#author-img-info {
	float: left;
	width: 25%;
	margin-right:10px;
	font-size: 1.3em;
	}
	
#comment-text {
	position: relative;
	top: -1.1em;
	margin-bottom: -.55em;
	float: right;
	width: 72%;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	color: #787878;
	}
	
.commentlist .avatar {
	float:left;
	background-color: white;
	padding:1px;
	border:1px solid #787878;
	margin-right:10px;
	}

.commentlist #author-comment {
	margin-right:15px;
	}
	
#comments-reply {
	font-size: 0.92em;
	border-top-color: #c8c8c8;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: right;
	padding-top: 5px;
	}

.commentlist .time {
	padding-left:10px;
	}
	
div.commentmetadata{
	font-size: 0.82em;
}
	
div.container {
	padding-bottom: 5px;
	clear: both;
}

.thread-alt {
}
.thread-even {
	background-color: #dfdfdf;
}
.commentlist li.comment-author-timhankins {

	padding-bottom: 0px;
	background-color:#d2d2d2;
    border:1px solid #bebebe;
	color:#444444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	


#text-small {
	text-decoration: none;
	font-size: 0.75em;
	text-transform: uppercase;
}
#text-small a {
	color: #969696;
}
#text-small a:hover {
	color: #5a5a5a;
}
#follow {
	font-weight: bold;
	margin-top: 60px;
	color: #969696;
	text-transform: uppercase;
	font-size: 0.72em;
}
#follow #socialnet {
	padding-left: 5px;
	padding-right: 0px;
}

#login {
	width:318px;
}
#login label {
	font-size: 1.1em;
	color:#666;
}
#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 318px;
}
#login #forgetmenot{
	float:left;
	margin-bottom:0;
}
#login #submit {
	float:right;
}

#clientavatar {
	width:50px;
	background-color: white;
	padding:1px;
	border:1px solid #787878;
	margin-bottom: 15px;
	}
#profile-avatar {
	width:12px;
	height:12px;
	float:left;
	background-color: white;
	padding:1px;
	border:1px solid #787878;
	margin-right:5px;
	}

/*/////////////////////////////////// BUTTONS ///////////////////////////////////*/
/* DEFAULT */
input.Cbutton, input.button, a.button, button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#d2d2d2;
    border:1px solid #bebebe;
	color:#444444;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input.Cbutton, input.button, a.button, button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
input.Cbutton[type], input.button[type], a.button[type], button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html input.Cbutton[type], *:first-child+html input.button[type], *:first-child+html button[type] {
    padding:4px 10px 3px 7px; /* IE7 */
}
input.Cbutton  img, input.button  img, a.button img, button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
input.Cbutton:hover, input.button:hover, a.button:hover, button:hover {
    background-color:#ffe6cc;
    border:1px solid #ffcc99;
    color:#e66600;
}

/* POSITIVE */
button.positive{
    color:#529214;
}
button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
/* PASSWORD */
button.password{
    color:#825082;
}
button.password:hover{
    background-color:#f0dcf0;
    border:1px solid #dcc8dc;
    color:#825082;
}
/* PROFILE */
button.profile{
    float:right;
    margin-left: 7px;
    margin-right: 0px;
    color:#825082;
    font-size:90%;
    padding:2px 5px 3px 3px; /* Links */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
button.profile:hover{
    background-color:#f0dcf0;
    border:1px solid #dcc8dc;
    color:#825082;
}
/* LOG OUT */
button.logout{
	float:right;
    margin-left: 7px;
    margin-right: 0px;
    color:#ff3333;
    font-size:90%;
    padding:2px 5px 3px 3px; /* Links */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
button.logout:hover{
    background-color:#ffcccc;
    border:1px solid #ffb4b4;
    color:#ff3333;
}
/* SEND LINK */
a.sendlink{
    float:left;
    margin-left: 0px;
    margin-right: 0px;
    font-size:90%;
    padding:2px 5px 3px 3px; /* Links */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* PROFILE COMMENTS */
button.profile-comments img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:12px;
    height:12px;
}
button.profile-comments{
    color:#825082;
}
button.profile-comments:hover{
    background-color:#f0dcf0;
    border:1px solid #dcc8dc;
    color:#825082;
}
/* LOG OUT COMMENTS */
button.logout-comments{
    color:#ff3333;
}
button.logout-comments:hover{
    background-color:#ffcccc;
    border:1px solid #ffb4b4;
    color:#ff3333;
}
/* VIEW SITE */
button.viewsite{
    float:none;
    font-size:90%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    color:#336699;
}
button.viewsite:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}


/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
padding: 10px 0 20px 0;
width: 650px;
}

.subscribe-to-comments {
width:500px;
clear: both;
padding: 10px;
margin-bottom: 15px;
margin-top: 15px;
background-color:#d2d2d2;
border:1px solid #bebebe;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.wrap {
padding: 5px 10px;
}

div.wrap h2 {
padding-bottom: 5px;
border-bottom-style: solid;
border-bottom-color: #c8c8c8;
border-bottom-width: 2px;
margin-bottom: 1em;
}

div.wrap fieldset {
margin: 1em 0;
padding: 5px 10px;
}

div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

div.wrap p.submit {
text-align: right;
}


.updated {
margin-bottom: 20px;
margin-top: 1em;
background-color: #ffe6cc;
border: 1px solid #ffcc99;
color:#e66600;
padding: 0 1em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.updated-error {
background-color:#ffcccc;
border:1px solid #ffb4b4;
color:#ff3333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.wrap form {
margin: 0;
padding: 0;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */



.item-box {
	position: relative;
	z-index: 3;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	width: 90px;
	height: 110px;
}
.item-box .img .attachment-thumbnail {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	
}
.item-box .img {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	z-index: 1;
	background-color: #fafafa;
	border:2px solid #dddddd;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	width: 90px;
	height: 63px;
	overflow: hidden;
}

.item-box .desc {
	color:#555555;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.72em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 90px;
}