/*
Theme Name: PrePress
Theme URI: http://themes.mikemcalister.com/wp/PrePress
Description: PrePress is a minimal and modern WordPress theme for creatives. The homepage features a unique slider which pulls in your portfolio items, blog posts, testimonials, and a custom twitter widget. All areas are wigitized, so customization is a breeze.
PrePress also features unique portfolio and blog layouts, contact form integration, and much more! 
Author: Mike McAlister
Author URI: http://mikemcalister.com
Version: 1.0
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.addthis_vertical_follow_toolbox span {
	display: none;
}

body {
	line-height:1;
}

hr {
	color: #ddd;
	background-color: #ddd;
	height: 2px;
	border: none;
	margin-bottom: 25px;
	margin-top: 25px;

}

ol,ul {
	list-style:none;
}

h6 {
	color: #999;
	margin-bottom: 10px;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

blockquote {
	background:url(images/quote.png) no-repeat left top;
	padding:3px 0 25px 45px;
	font-size:16px;
	font-style:italic;
	color:#999;
	line-height:24px;
}

blockquote p {
	margin:0!important;
}

::selection {
	background:#f8f1f8;

	
/* Safari */
}

::-moz-selection {
	background:#f8f1f8;

	
/* Firefox */
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}


	
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	margin:0;
	color:#4f4f4f;
	font:12px Helvetica, Arial, sans-serif;
	background:#fff;
	min-width:960px;
}

img {
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input,textarea,select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}

form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

#wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}

#top-border {
	width:100%;
	height: 30px;
	margin-bottom: 15px;
	padding: 0 ;
	display:block;
	background:url(images/divider2.gif);
}

#top-border-container {
	width:960px;
	margin:0 auto;
	padding:0;
}

#header {
	width:960px;
	margin:0 auto;
	background: #000;
	height: 120px;
}

#footer .logo,#header .logo {
	max-width:176px;
	display:block;
	float:left;
	margin:0 35px 0 0;
}

#header .logo h1 {
	font-size:22px;
}

.logo a {
	display:block;
	height:100%;
	color:#555;
}
	
/* menu styling */
.menu-header-container {
	display:block;
}

#nav,#nav ul {
	float:left;
	margin:15px 0 0 0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:99;
	background:#000;
	width: 100%;
}

#nav a {
	display:block;
	padding:5px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	outline:none;
	font-weight:bold;
	text-transform: uppercase;
}

#nav .current-menu-item a,#nav a:hover, #nav li.current-menu-item, #nav .current-menu-parent a,#nav li.current-menu-parent {
	background:#ff6600;
	color:#fff;
}

#nav ul {
	position:absolute;
	display:none;
	width:145px;
}

#nav li {
	float:left;
	position:relative;
	padding:5px 15px 0px 15px;
}

#nav li:hover {
	background:#ff6600;
	color:#fff !important;
	
}

#nav li:hover a {
	color:#fff;
}

#nav li a {
	padding:0 4.5px 5px 4.5px;
	background: none !important;
	font-size: 11px;
	font-family: gotham, sans-serif;
	color: #fff;
font-weight:normal;
}

.sub-menu {
	margin-top: 1px !Important;
}

#nav li ul a {
	width:145px;
	height:auto;
	float:left;
	font-size:11px;
	color:#fff!important;
	padding:5px 5px 5px 20px!important;
	margin-left:0px !important;
	background: #F60 !Important;
}

#nav li ul a:hover {
	height:auto;
	background: 000 !Important;}

#nav li ul li {
	padding:0;
	margin:0;
	border-top:solid 1px #ddd;
	margin-left:-15px;
}

#nav li ul li:hover {
	background:#000;
}

#nav li ul li:first-child {
	border-top:none;
}

#nav li ul li:last-child {
	border-bottom:none;
}

#nav ul ul {
	top:auto;
	
}

#nav li ul ul {
	left:170px;
	margin:0;
}

#nav li ul ul li {
	margin-left:0px !important; 
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display:none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul {
	display:block;
}

.search-form {
	background:#fff;
	width:175px;
	overflow:hidden;
	float:right;
	margin:0;
}

.search-form .text {
	float:left;
	background:none;
	border:none;
	color:#989898;
	font-size:10px;
	padding:7px 9px;
	width:134px;
	margin:0;
	text-transform:uppercase;
}

.search-form .btn-search {
	background:url(images/btn-search.gif) no-repeat;
	width:17px;
	height:16px;
	margin:5px 0 0;
	float:left;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
}

#main {
	background:#fff;
	width:100%;
	padding:40px 0 65px;
}

.main-holder {
	width:960px;
	margin:0 auto;
	padding:0 0 0 2px;
}

.main-title {
	width:100%;
	margin:-40px 0 0 0;
}

.info {
	margin-bottom: 40px;
}
.main-title .title {
	width:960px;
	float:left;
}

.main-title h1 {
	font-size:24px;
	margin:40px 0 0 0;
	text-transform:uppercase;
	border-bottom:dotted 1px #ccc;
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
	line-height: 34px;
}

.main-title .info {
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:0;
}

.main-title .info a:link, .main-title .info a:visited {
	color: #999;
}

#showcase {
	width:960px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:1;
	margin-top:20px;
}

.showcase_left img {
	height: 241px;
	width: 696px;
  	-moz-box-shadow: 2px 2px 2px #dddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
	box-shadow: 2px 2px 2px #ddd;
}

.article img.alignright {
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}

/* slider styling */

.slider {
	width:960px;
	height:245px;
	position: absolute;
	top:0px;
	left:0px;
	background:#fff;
}

#showcase_nav a {
	border:1px solid #ccc;
	background:#fc0;
	text-decoration:none;
	margin:0 5px;
	padding:3px 5px;
}

#showcase_nav a.activeSlide {
	background:#ea0;
}

#showcase_nav a:focus {
	outline:none;
}

.showcase_left,.showcase2_left {
	width:700px;
	height:245px;
	padding:0;
	margin:0;
	float:right;
	overflow:hidden!important;
	position:relative;
}

.showcase_right,.showcase2_right {
	width:175px;
	padding:20px;
	margin:0;
	float:left;
	background:#68b58a;
	min-height:205px;
}

.showcase_right h1,.showcase2_right h1 {
	padding:0 0 15px;
	margin:0;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	display:block;
}

.showcase_right p,.showcase2_right p, {
	padding:0 15px 0 0;
	margin:0 0 15px;
	font-size:14px;
	line-height:22px;
	color:#fff;
	display:block;
}

.showcase_right p a,.showcase2_right p a {
	display:block;
	font-size:11px;
	padding:18px 0 0;
	font-weight:bold;
}

.showcase_right a,.showcase2_right a {
	color:#fff;
	font-weight:bold;
}

.showcase_meta,.showcase2_meta {
	float:left;
	margin-right:20px;
	width:215px;
	position:relative;
}

.showcase_meta h2,.showcase2_meta h2 {
	font-size:16px;
	margin:0;
}

.showcase_meta h2,.showcase2_meta h2 {
	color:#000;
	font-size: 18px;
	line-height: 22px;
	font-family: gotham, sans-serif;
}

.showcase_meta .desc,.showcase2_meta .desc {
	line-height:16px;
}

.desc, .showcase_meta {
	opacity: 1.0 !Important;
	filter: lpha(opacity=40) !Important; /* For IE8 and earlier */
}

.showcase_meta ul,.showcase2_meta ul {
	margin-top:10px;
}

.showcase_meta li,.showcase2_meta li {
	margin:5px 0;
	padding:6px 0 7px;
	font-size:12px;
	color:#4F4F4F;
	line-height: 18px;
}

.showcase_meta li:last-child,.showcase2_meta li:last-child {
	border-bottom:none !important;
}

.showcase_meta_links {
	float:left;
	display: block;
	width:100%;
	background:#fff;
}

.showcase_meta .fancybutton,.showcase2_meta .fancybutton {
	float:left;
	
}

.showcase_meta .fancybutton2,.showcase2_meta .fancybutton2 {
	float:right;
	font-size:9px;
	text-transform:uppercase;
}

.showcase_meta_portfolio {
	float:right;
	width:200px;
}

.showcase_meta_portfolio li {
	list-style-type:none;
	border-bottom:dotted 1px #ccc;
	padding:5px 0;
	font-size:11px;
}

#showcase_slide,#showcase2_slide {
	background:url(images/divider3.gif) repeat-x 0 2px;
	width:960px;
	margin:0 auto;
}

#showcase_slide ul,#showcase2_slide ul {
	margin:40px 0 0;
	display:block;
}

#showcase_slide ul li,#showcase2_slide ul li {
	float:right;
	padding:0 10px 0 15px;
	font-weight:bold;
	font-size:11px;
	display:block;
	background:#fff;
}

#showcase_slide ul li a,#showcase2_slide ul li a {
	color:#7f7f7f;
}

#showcase_slide ul li a:hover,#showcase_slide ul li a.active,#showcase2_slide ul li a:hover,#showcase2_slide ul li a.active {
	color:#555;
	text-decoration:none;
}

#showcase2 {
	position:relative;
	z-index:1;
}

#showcase2 .slider {
	position:relative;
	padding-bottom:40px;
	padding-top:40px;
	border-bottom:dotted 1px #ccc;
}

/* homepage center page box styling */

#common_box {
	width:100%;
	padding:0;
	margin:30px 0 65px;
	float:left;
	
}

#common_box_wrap {
	width:960px;
	padding:0;
	margin: 0 auto;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	height: 300px;
	
}

#common_box ul li {
	padding:35px 32px 45px 0;
	display:inline;
	float:left;
	list-style-type:none;
}

#common_box ul li:last-child {
	padding:35px 0;
}

#common_box .common_box {
	width:215px;
	margin:0;
	float:left;
}

#common_box .common_box.change {
	padding:45px 0 0;
}

#common_box .common_box img {
	float:left;
	padding:0;
	margin:0;
	display:block;
	-moz-box-shadow: 2px 2px 2px #bbb !important;
	-webkit-box-shadow: 2px 2px 2px #bbb !important;
	box-shadow: 2px 2px 2px #bbb !important;
}

#common_box .common_box a:hover img {
	opacity:0.7;
}

#common_box_wrap h1 {
	padding-top:35px;
	margin-bottom:-15px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	display:block;
	text-transform: none;
	font-family: gotham, sans-serif;
}


#common_box .common_box p {
	padding:0 15px 0 0;
	margin:0;
	font-size:12px;
	line-height:18px;
	color:#4f4f4f;
	display:block;
}

#common_box .common_box p a {
	display:block;
	padding:5px 0 0;
	font-family: lora, georgia, serif; 
	font-style: italic; 
	font-weight: 400; 
	font-size: 14px;
}

#common_box a:link {
	color: #4F4F4F;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

#gridbox {
	width:960px;
	margin:0 auto;
	display:block;
}

/* homepage blog posts styling */

p.date {
	font-size: 12px;
	color: #999;
}

#blog_box {
	width:455px;
	float:left;
	border-right:dotted 1px #ccc;
	padding:0 20px 0 0;
	margin:-15px 20px 0 0;
}

#gridbox h2 {
	padding:0 0 18px;
	margin:-20px 0 0 0;
	color:#000;
	font-size: 16px;
	color: black;
	font-weight: bold;
	display: block;
	text-transform: none;
	font-family: gotham, sans-serif;
}

#blog_box .row {
	width:100%;
	padding:0 0 38px;
	margin:0;
	float:left;
}

#blog_box .blog_box_list {
	list-style-type:none;
}

#blog_box .blog_box_list li {
	margin:0 0 15px;
	padding:0 0 5px;
	float:left;
	border-bottom:dotted 1px #ddd;
}

#blog_box .blog_box_list li:last-child {
	margin-bottom:0;
	border-bottom:none;
}

#blog_box .blog_box_post {
	float:left;
	width:100%;
}

#blog_box .blog_box_post .date,.comments-holder .date {
	background:url(images/circle.png) no-repeat;
	width:43px;
	height:43px;
	padding:10px;
	margin:0 15px 0 0;
	float:left;
}

.date-home {
	margin:0 10px 0 0!important;
}

#blog_box .blog_box_post .date h1,.comments-holder .date h1 {
	display:block;
	padding:0;
	margin:0!important;
	font-size:15px!important;
	color:#4f4f4f;
	text-transform:uppercase;
	text-align:center;
}

#blog_box .blog_box_post .date h2,.comments-holder .date h2 {
	display:block;
	padding:0;
	margin:-4px 0 0!important;
	font-size:27px!important;
	color:#4f4f4f;
	text-transform:uppercase;
	text-align:center;
	float:none!important;
	width:auto!important;
}

#blog_box .blog_box_post h3 {
	font-size:14px;
	margin:5px 0;
}

#blog_box .blog_box_post h3 a {
	color:#4f4f4f;
}

#blog_box .blog_box_post p {
	display:block;
	padding:0;
	margin:0;
	font-size:12px;
	color:#4f4f4f;
	line-height:18px;
}

#blog_box .blog_box_post p a {
	font-family: lora, georgia, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	padding:0 0 6px;
	margin:0;
}

#blog_box .blogthumb {
	float:left;
	width:55px;
	height:55px;
	overflow:hidden;
	margin:0 15px 15px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#blog_box .post_meta {
	display:inline;
	font-size:11px;
}

#blog_box .comments {
	margin:15px 0 0;
	padding:0;
}

.blog_box_meta {
	font-size:10px;
	color:#aaa;
	float:left;
	margin:10px 0 0 68px;
	width:100%;
	padding:5px;
}

.blog_box_meta li {
	display:inline;
	margin:0 15px 0 0!important;
	border-bottom:none!important;
}

.blog_box_meta li:last-child {
	margin-right:0!important;
}

/* homepage testimonial styling */

#saying_box {
	border-right:dotted 1px #ccc;
	width:205px;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	float:left;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	
}

#saying_box h1 {
	padding:0 0 18px;
	margin:0;
	font-size:12px;
	color:#4f4f4f;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
}

#saying_box p {
	display:block;
	padding:0;
	margin:0 0 20px 0;
	font-size:12px;
	color:#4f4f4f;
	line-height:18px;

}

#saying_box p a {
	display:block;
	padding:0 15px 6px 0;
	font-weight:bold;
	margin:0;
	font-size:11px;
	color:#4f4f4f;
	line-height:normal;
	text-align:right;
}

/* homepage twitter styling */

#twitter_box {
	width:205px;
	padding:0;
	margin:0;
	float:left;
}

#twitter_box h1 {
	padding:0 0 18px;
	margin:0;
	font-size:12px;
	color:#4f4f4f;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
}

#twitter_box p {
	display:block;
	padding:0;
	margin:0 0 35px;
	font-size:12px;
	color:#4f4f4f;
	line-height:18px;
}

#twitter_box p a {
	padding:0 5px 6px 0;
	margin:0;
	line-height:normal;
	font-family:Georgia;
}

#twitter_box p span a {
	display:block;
	padding:10px 15px 6px 0;
	margin:0;
	font-size:10px;
	color:#aaa;
	line-height:normal;
	float:right;
}

#twitter_box .footer_twitter li {
	border-bottom:dotted 1px #ddd;
}

#twitter_box .footer_twitter li:last-child {
	border-bottom: none;
}

.footer_twitter li {
	font-style:normal;
	list-style-type:none!important;
	margin:0 0 10px!important;
	padding:0 0 10px;
	border-bottom:solid 1px #ddd;
	line-height:18px;
	font-family:Georgia;
	font-style:italic;
}

.footer_twitter li:last-child {
	border-bottom:none;
	margin:0;
	padding:0;
}

.footer_twitter h2 {
	float:left;
}

.footer_twitter .moretweets {
	font-size:10px;
	float:right;
	color:#aaa;
}

.main-content {
	width:960px;
	margin:0 auto;
	padding:0 0 30px;
}

.main-content:after {
	content:'';
	display:block;
	clear:both;
}

#content {
	width:700px;
	float:left;
}

.full-width {
	width:100% !important;
	min-height: 250px;
}

.article-holder {
	width:665px;
	position:relative;
	margin:0 0 35px;
}

.article-holder-full {
	width:auto!important;
	margin:0 0 35px!important;
}

.articlebg {
	background:url(images/divider2.gif);
	padding:25px 25px 25px 999px;
	margin-left:-999px;
}

.article-holder .article {
	width:100%;
	line-height:18px;
	margin:0 0 -3px;
}

.article-holder .article .image {
	float:right;
	text-align:center;
	color:#b2b2b2;
	font-size:11px;
	padding:36px 20px 10px 10px;
}

.article-holder .article .image img {
	display:block;
	margin:0 0 13px;
}

.article-holder .article .image .slogan {
	letter-spacing:1px;
}

.article-holder .article h1 {
	font-size:34px;
	margin:0 0 20px;
}

.article-holder .article h2 {
	font-size:30px;
	line-height:32px;
	margin:0 0 14px;
}

.article-holder .article h3 {
	font-size:18px;
	line-height:20px;
	margin:0 0 18px;
}

.article-holder .article h4 {
	font-size:16px;
	line-height:20px;
	margin:0 0 18px;
}

.article-holder .article h5 {
	font-size:14px;
	line-height:18px;
	margin:0 0 18px;
}

.article-holder .article p {
	margin:0 0 19px;
}

.article h2 a {
	color:#4F4F4F;
	font-size: 18px;
}

.article-holder .article ul,.article-holder .article ol {
	margin:0 0 19px 15px;
}

.article-holder .article ol li {
	list-style-type:decimal;
}

.article-holder .article li {
	margin-bottom:5px;
	list-style-type:circle;
}

.comments {
	width:100%;
	margin:0;
}

.comments-blog {
	margin-top:15px;
}

.comments-holder {
	width:100%;
	height:46px;
	margin:30px 0 0;
}

.comments-holder h3 {
	font-size:18px;
	margin-top:12px;
	float:left;
}

.comments ul {
	color:#a0a0a0;
	line-height:46px;
	overflow:hidden;
	padding:0 0 0 10px;
	font-weight:bold;
	float:left;
	width:575px;
	margin-top:10px;
}

.comments ul li {
	display:inline;
	padding:0 40px 0 0;
}

/* sidebar styling */

#sidebar {
	width:200px;
	float:right;
	padding:15px;
	font-size:11px;
	line-height:18px;
	margin:0;
	background:url(images/divider2.gif);
}

#sidebar p {
	margin-bottom:15px;
}

#sidebar .widget {
	margin:0 0 20px;
}

#sidebar .widget li {
	list-style-type:circle;
	margin-left:15px;
}

#sidebar h2 {
	font-size:18px;
	line-height:18px;
	margin:0 0 13px;
}

#sidebar .recentposts {
	
}

#sidebar .recentposts li {
	list-style-type: none;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:solid 1px #ddd;
}

#sidebar .recentposts li:last-child {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:none;
}

#sidebar .recentposts a {
	font-weight:bold;
}

#sidebar .recentposts p {
	font-size:11px;
}

#sidebar .recentposts .readmore {
	font-weight: normal;
	font-size:9px;
	float:right;
}

/* collections styling */

.portfolio-items4 {
	float:left;



}





.portfolio-items4  div {
	width:172px;
	height: 225px;
	background: #eee;
	float:left;
	height:auto !important;
	margin:0px 20px 20px 0px;
	position:relative;
	
	
	
	
	
}


.portfolio-items4 div img {
	margin: 5px 0 0 5px;
	
}


.portfolio-items4  div:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	
	
	
	
	
}
.portfolio-items4 .icon {
	position:absolute;
	right:22px;
	top:6px;
}
.portfolio-items4 div h2 a {
	clear:both;
	display: block;
	font-size:13px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px;
	margin: 0 0 0 5px;

	
	
}
.portfolio-items4 div a:hover {
	text-decoration: none;
}
.portfolio-items4 p {
	font-size:11px;
	margin:0 0 5px 5px;
	width: 162px;
	height: 5px;
}
.portfolio-items4 a {
	font-size:11px;
	color:#4F4F4F;
	font-weight:bold;
}








/* footer styling */

#footer {
	width:100%;
	margin: -20px 0 0 0;
	padding:40px 0 40px 0;
	display:block;
	background:url(images/divider2.gif);
	height: 120px;
	
	
}

#nav-footer {
	padding-top:11px;
}

#nav-footer li {
	display:inline;
}

#nav-footer li a {
	color:#4F4F4F;
	margin-right:10px;
	font-weight: bold;
}

.footer-info {
	width:960px;
	margin:0 auto;
	display:block;
}

.footer-copy {
	width:960px;
	margin:15px auto;
	display:block;
	border-top: 1px dotted #bbb;
}

.menu-footer-container {
	float:left;
}


.footer-copy p {
	font-size:10px;
	float:left;
	margin-top:15px;
	
	
}

#footer .copy {
	float:right;
	font-size:10px;
	color:#7f7f7f;
	padding:6px 21px 6px 10px;
}

#footer .copy a {
	color:#7f7f7f;
}

#footer .social_icons {
	margin:10px 0 0;
	float:right;
}

#footer .social_icons img {
	margin:0 0 0 7px;
}

/* comment styling */

.comment {
	padding-bottom:30px;
	margin-bottom:30px;
}

.commentlist {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}

.commentlist li.depth-1 {
	background:url(images/divider3.gif) repeat-x bottom;
}

.commentlist li,.commentlist ul {
	list-style-type:none;
}

.commentlist li:last-child {
	border:none;
}

.commentlist li ul li {
	background:url(images/divider.gif);
	padding:15px;
	margin-bottom:10px;
	margin-top:13px;
}

.commentlist li ul li ul li {
	background-color:white;
}

.commentlist #respond {
	float:none;
}

.commentlist #respond input,.commentlist #respond textarea {
}

.commentlist #respond input {
	width:150px;
	padding:8px;
}

.commentlist #respond textarea {
	width:94%;
}

.commentlist #respond p {
	clear:none;
	margin-bottom:5px;
}

.commentlist #respond h3 {
	display:none;
}

.comments h3 {
	font-size:16px;
	color:#555;
	padding:5px;
	margin-bottom:15px;
	float:left;
	background: url(images/divider2.gif);
	width:100%;
}

.credentials {
	float:left;
	width:225px;
}

.credentials-message {
	float:left;
	width:425px;
}

.children .credentials {
	float:left;
	width:30%;
	margin-right:10px;
}

.children .credentials-message {
	float:left;
	width:67%;
}

.children .odd #respond input,.children .odd #respond textarea {
	background:#fff;
}

.children .even #respond input,.children .even #respond textarea {
	background:url(images/divider.gif);
}

.fn {
	font-style:normal;
}

.pp_inline h3 {
	margin-top:0;
}

#respond {
	float:left;
	width:100%;
	margin:20px 0;
}

#respond input,#respond textarea {
	border:solid 1px #eee;
	padding:10px;
	font-size:12px;
	width:177px;
	color:#444;
	background:url(images/divider.gif);
	margin-bottom:20px;
}

#respond textarea {
	width:400px;
	height:176px;
}

#respond label {
	color:#4f4f4f;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
}

#respond p {
	margin-right:0;
}

#respond #submit {
	padding:10px!important;
	width:auto;
	display:block;
}

#respond h3 {
	font-size:16px;
	margin-bottom:30px;
}

#respond .comments {
	margin-top:0;
}

.commentlist .children {
	list-style-type:none;
	padding-left:0;
	margin-left:12px;
}

.commentlist .children ul .even {
	background:#fdfdfd;
}

.commentmetadata {
	font-size:10px;
	text-transform:uppercase;
}

.comment p {
	clear:both;
	line-height:18px;
	margin-bottom:19px;
}

.comment-body {
	padding:0;
}

.comments .navigation {
	display:none;
}

.avatar {
	float:left;
	margin:0 15px 15px 0;
}

.fn,.says {
	font-weight:bold;
}

.children #respond h3 {
	width:420px;
}

.reply {
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
}

.cancel-comment-reply {
	font-size:11px;
	font-weight:bold;
	margin:0 0 20px;
}

#submit {
	background:#4f4f4f!important;
	color:#fff!important;
	font-size:11px!important;
	padding:5px 10px!important;
	text-transform:uppercase;
	font-weight:bold!important;
}

.signup-form-submit {
	background:#35353E!important;
	color:#fff!important;
	border:none!important;
	font-size:12px;
}

.wpcf7 input {
	border:solid 1px #eee;
	padding:5px;
	font-size:12px;
	color:#444;
	background:url(images/divider2.gif);
}

.wpcf7 textarea {
	margin:0;
	border:solid 1px #eee;
	padding:10px;
	font-size:12px;
	width:159px;
	width:400px;
	color:#444;
	background:url(images/divider.gif);
}

.wpcf7 p {
	font-size:14px;
}

.wpcf7 br {
	margin-bottom:10px;
}

.wpcf7-submit {
	background:#4f4f4f!important;
	color:#fff!important;
	font-size:11px!important;
	padding:5px 10px!important;
	text-transform:uppercase;
	font-weight:bold!important;
}

.map {
	float:right;
	padding:10px;
	background:url(images/divider3.gif);
	margin-bottom:30px;
}

.removemargin {
	margin-right:0!important;
	padding-right:0!important;
	padding-top:0!important;
}

.clear {
	clear:both;
}

.textwidget .clear {
	clear:both;
	height: 15px;
}

.textwidget {
	line-height: 18px;
}

.post-thumbnail {
	margin-bottom:25px;
	float:left;
}

.meta-single {
	float:right;
	background: url(images/divider2.gif);
}

.meta-single li {
	display: inline;
	float:left;
	font-size:10px;
	margin:0px !important;
	padding:0px 10px;
}

.gallery-item {
	width:120px !important;
	margin-right:12px;
	margin-bottom:20px;
}

.gallery-item img {
	width:95px;
	height:auto;
	border:solid 8px #eee !important;
}

.post-nav {
	padding:0!important;
	margin:0!important;
}

.post-nav2 {
	padding:0!important;
	margin:0!important;
	width:970px;
}

.postnav-left a,.postnav-left2 a {
	padding:12px;
	background:url(images/divider.gif);
	float:left;
	margin-top:15px;
	font-weight:bold;
	font-size:11px;
}

.postnav-right a,.postnav-right2 a {
	padding:12px;
	background:url(images/divider.gif);
	float:right;
	margin-top:15px;
	font-weight:bold;
	font-size:11px;
	margin-right:10px;
}

.alignright {
	float:right;
	margin:0 0 20px 15px;
}

.alignleft {
	float:left;
	margin:0px 15px 20px 0px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sticky {

}

.gallery-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.bypostauthor {

}

.wp-caption {
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
	margin: 10px;
	text-align: center;
	margin: 0 0 20px 20px;
	background: #fff;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 10px 4px 10px;
	background: #fff;
	margin: 0 0 0 5px;
}

.fancylist {
	padding:10px;
	float:right;
	width:150px;
	font-size:10px;
	font-weight:bold;
}

.fancylist li {
	margin:0 0 0 15px;
}

.fancylist p {
	margin-bottom:5px!important;
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
	font-size:12px;
}

/* Shortcode styling */

.alert, .alertred, .alertgreen {
	background:#fff9db;
	border:solid 1px #e4d1a6;
	padding:15px 15px 15px 15px;
	margin-bottom:25px;
	float:left;
	width:100%;
}
.alert h2, .alertred h2, .alertgreen h2 {
	margin:0 0 5px 0 !important;
	font-size:20px !important;
}
.alert p, .alertred p, .alertgreen p {
	margin:0 0 0px 0 !important;
	font-size:14px !important;
}
.alertred {
	background:#f1bebd;
	border:solid 1px #c1807f;
	padding:15px 15px 15px 15px;
}
.alertgreen {
	background:#d2e9b4;
	border:solid 1px #90b166;
	padding:15px 15px 15px 15px;
}

.quarter-column {
	float:left;
	width:145px;
	margin:0px 20px 25px 0px
}

.half-column {
	float:left;
	width:310px;
	margin:0px 20px 25px 0px
}

.third-column {
	float:left;
	width:475px;
	margin:0px 20px 25px 0px
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}