/* Text elements */
p {
	margin: 0 0 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 10px;
	padding: 0 0 0 25px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 10px;
	padding: 0 0 0 25px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"] {
	float: left;
	width: 262px !important;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #f5f5f3;
	margin: 0 10px 0 0 !important;
	border: 0;
	padding: 8px 10px !important;
	background: #262626;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {

}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #f5f5f3;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #00B5F8;
}
.entry-meta a:hover,
.entry-utility a:hover {
	text-decoration: underline;
}
#content .video-player {
	padding: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
						   display: block;
						   margin: 0 auto;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding: 25px 26px 0 22px;
	overflow: hidden;
	width: 562px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;

}
h3#comments-title {
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	background: #262626;
	width: 461px;
	padding: 12px 38px 0 63px;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 0;
	left: 0;
}
.comment-author {
	font-weight: bold;
	font-size: 12px;
	color: #f5f5f3;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.comment-author cite {
	color: #f5f5f3;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
}
.comment-meta {
	font-size: 12px;
	color: #808080;
	margin: 0 0 7px 0;
}
.comment-meta a {
	color: #808080;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #00B5F8;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #808080;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #00B5F8;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #fff;
	width: 110px;
	height: 37px;
	border: 0;
	padding: 0;
	background: #00b5f8;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	display: none;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	display: none;
}
#respond label {
	font-size: 13px;
	color: #f5f5f3;
	line-height: 43px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	padding-top: 4px;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	height: 1%;
	color: #fff;
	background: #000;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a {
	color: #00B5F8 !important;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 20px 0;
}
#nav-below {
	border-bottom: 20px solid #4d4d4d;
	border-top: 20px solid #4d4d4d;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}

/* add styles */

#comments .comments-title-holder {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

#comments .comments-title-holder h3 {
	float: left;
}

#comments .comments-title-holder a {
	float: left;
	font-size: 12px;
	color: #00b5f8;
	padding: 4px 0 0;
	text-decoration: none;
}

#comments .comments-title-holder a:hover {
	text-decoration: underline;
}

#comments .commentlist {
	padding: 0 0 14px;
	margin: 0;
	width: 100%;
	overflow: hidden;
	background: url('images/separator-gallery-heading.gif') 0 100% repeat-x;
}

#comments  #respond {
	width: 100%;
	overflow: hidden;
	padding: 0 0 80px !important;

}

#comments #commentform p {
	overflow: hidden;
	margin-bottom: 5px;
	width: 100%;
}

#comments #commentform {
	padding: 20px 0 0;
}

#comments .comment-form-comment label {
	display: none;
}

#comments  textarea#comment {
	width: 430px;
	height: 162px;
	padding: 10px;
	color:#F5F5F3;
	font-size:13px;
	border: 0;
	background: #262626;
}

#comments .form-allowed-tags {
	display: none;
}

#comments #submit {
	background: url('images/btn-submit-form.gif') no-repeat;
	width: 110px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
}

#comments .logged-in-as {
	display: none;
}

#searchform input {
	float: none !important;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.commentlist .comments-number {
	position: absolute;
	background: #00b5f8;
	width: 41px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	top: 0;
	left: 0;
}

.commentlist .class1 {
	background: #000;
}

.commentlist .class2 {
	background: #00b5f8;
}

textarea {
	overflow: auto;
}

#searchform div {
	overflow: hidden;
	width: 100%;
}