/* @override 
	http://www.antoneycalvert.com/wordpress2/wp-content/themes/prolab/style.css
*/

/**
 * Theme Name: ProLab
 * Theme URI: http://antoneycalvert.com/wordpress2/
 * Description: Photography Theme for WordPress.
 * Version: 0.1
 * Author: Antoney Calvert
 * Author URI: http://colour-form.com
 * Tags: photography, gallery, wordpress theme
 *Template: hybrid
 */

/* Get base 21px CSS */
@import url('../hybrid/library/css/21px.css');

/* Get a layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');


/* Body */
body {
	font: normal normal normal 13px/21px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #6a7174;
	background: #0b1012 url(images/body-bg.jpg) repeat-x;
}

/* Body container */
#body-container {
	margin: 25px auto 21px;
}

/* Links */
a {
	color: #02619b;
	text-decoration: none;
	}
a:visited {
	color: #7f8fa0;
	}
a:hover, a:active {
	color: #3f9fff;
}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #02619b;
	font-weight: bold;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 13px;
	}
h6 {
	font-size: 12px;
	}

#post-223 h2.page-title.entry-title a {
	display: none;
}



/* Lists */
ul {
	list-style: square;
}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}

blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	display: none;
}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */

img {
border: 7px solid #2f3b43;
}

.post img {
	max-width: 950px;
	padding: 0px;
	border: 7px solid #2f3b43;
}

.ngg-widget img {
border: 7px solid #a71a06;
}

#ngg-webslice div.ngg-widget.entry-content a.shutterset_sidebar_2 img {
	border: 2px solid #2f3b43;
}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* SmoothGallery */

.autoviewer {
	padding: 0;
	position: relative;
}

.iFrame {
	padding: 0;
	margin: 0;
}

.smooth {
	padding: 0;
	margin: 0;
}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header {
	margin: 0 0 18px;
	float: left;
	display: inline;
}

/* Blog title */
#site-title {
	font: normal 35px/60px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	}

#site-title a {		background: url(images/logo.png) no-repeat;
margin: 0 5px 0 0;
	padding: 0;
	height: 47px;
	width: 145px;
	float: left;
}

#site-title a span {
display: none;
}

/* Blog description */
#site-description {
	font: normal 200 12px/20px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	color: #7d8588;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 29px;
}

/* Navigation */
#navigation {
	overflow: visible;
	margin: 0 0 21px;
	z-index: 100;
	border-bottom: 1px solid #1e272c;
	clear: left;
	height: 30px;
}
#page-nav li {
	margin-right: 1px;
}
#page-nav li li {
	margin-right: 0;
	padding-top: 1px;
	padding: 0;
}
#page-nav li a {
	color: #7d8588;
	background: #0d1214 url(images/navbutton-bg.jpg) repeat-x;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font: 11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	padding-right: 15px;
	padding-top: 8px;
	padding-left: 15px;
}

#page-nav li a:hover {
	color: #fff;
	background: #134c7b url(images/nav-button-hover.jpg) repeat-x;
	border: none;
	text-decoration: none;
	padding-right: 15px;
	padding-top: 8px;
	padding-left: 15px;
}

#page-nav li a:selected {
	color: #fff;
	background: #134c7b url(images/nav-button-hover.jpg) repeat-x;
	border: none;
	text-decoration: none;
	padding-right: 15px;
	padding-top: 8px;
	padding-left: 15px;
}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 28px;
}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #0b1012;
}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin-bottom: 21px;
	border-bottom: 1px solid #1e272c;
	}

/* Main content */
.content {
	width: 640px;
	margin: 0 0 10px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

.homepage .content, .page-template-homepage .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 20px;
}
.single .post, .attachment .post, .page .post {
	margin: 0;
}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font: normal 200 21px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 10px;
}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 15px;
	}
.entry-title a {
	color: #02619b;
	text-decoration: none;
}

.entry-title a:hover {
	color: #3f9fff;
	text-decoration: none;
}

/* Byline */
.byline {
	margin: 0 0 10px;
	color: #3d505b;
	font-weight: normal;
	font-style: normal;
}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 3px;
	background-position: 0;
	padding: 0;
}

div.entry-content.entry {
}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #3d505b;
	background-color: #141b1e;
	padding: 2px 10px;
}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #6a7174;
	}
.widget a {
	color: #02619b;
	text-decoration: none;
	}
.widget a:hover {
	color: #3f9fff;
}

div.widget-inside {
	margin-bottom: 12px;
	color: #4f595c;
	font-size: 12px;
	line-height: 20px;
}

div.widget-inside ul {
list-style:none;
	padding: 0;
	margin:0;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.widget-inside ul li {
list-style:none;
	padding: 0;
	margin:0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #1e272c;
}

#primary {	
list-style:none;
	padding: 0;
	margin:0;
	width: 260px;
}

#secondary {
	width: 260px;
}

#primary ul.xoxo{
	list-style:none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#primary ul.xoxo li {
	list-style:none;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
			border-top: 1px solid #1e272c;
}

#primary ul.xoxo li ul {
	list-style:none;
	margin: 0;
	padding-top: 2px;
}

#primary ul.xoxo li ul li {
	list-style:none;
	padding-left: 15px;
}

/* Widget titles */
.widget-title {
	color: #7d8588;
	font: normal 200 18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 10px;
}

.widgettitle.entry-title {
	color: #7d8588;
	font: normal 200 18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 10px;
}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	margin-top: 15px;
}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #141b1e;
			border: 1px solid #2e3c44;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #6a7174;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #3d505b;
	}
.comment-author {
	font-size: 15px;
	color: #6a7174;
	font-weight: bold;
}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #02619b;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */

input#search-text.search-text {
	background-color: #1e272c;
	color: #a5a8b0;
		border: 1px solid #2e3c44;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #7d8588;

}

#search-text-1 {
background-color: #1e272c;
	color: #a5a8b0;
		border: 1px solid #2e3c44;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #7d8588;	
}

/* My Comment */

.text-input {
	display: block;
	padding: 3px 6px;
	width: 50%;
	background-color: #1e272c;
			border: 1px solid #2e3c44;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #7d8588;
}

.textarea

.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	background-color: #1e272c;
			border: 1px solid #2e3c44;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #7d8588;
}

* form p span input {
	display: block;
	padding: 3px 6px;
	width: 50%;
	background-color: #1e272c;
			border: 1px solid #2e3c44;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #7d8588;	
}
#comments-template label {
	font-size: 1.1em;
	font-weight: bold;
	color: #5b6164;
}

/* Respond textarea */
textarea {
	width: 98%;
	background-color: #1e272c;
	border: 1px solid #2e3c44;
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #7d8588;

}

/* Submit and rest buttons */

.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #02619b;
	border: none;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #134c7b;
	}

input[type="submit"] {
		width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #02619b;
	border: none;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

#wpcf7_contact_submit {
		width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #02619b;
	border: none;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

/* Footer container */
#footer-container {
	margin: 0 0 21px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 5px 0 21px;
}

/* Footer */
#footer {
	color: #4f595c;
	border-top: 1px solid #1e272c;
	padding-top: 12px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: right;
}

/* My Comment */
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}