/*
Theme Name: Stark Portfolio
Author: Ken Stark
Author URI: http://www.kenstarkdesign.com
*/

body {
	background: #333e40;
}

.body {
	background:url(images/Body_Background.jpg) no-repeat center 120px #232928;
}

.container {
	background:url(images/top_bg_2.png) repeat-x;
}

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

/* Images */
img.alignleft,
img.alignright,
img.aligncenter {
	background:#232928;
	border: 2px solid #71c7aa;
	padding: 8px;
	margin-bottom: 20px;
	-webkit-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background:#232928;
	border: 2px solid #71c7aa;
	padding: 8px;
	margin: 0 20px 10px 0;
	-webkit-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s;
	float: left;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #fff6b8;
	font-family: 'DroidSerifRegular', Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	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;
}

.port_img {
	background:#232928;
	border: 2px solid #71c7aa;
	padding: 8px;
	margin: 0 20px 20px 0;
	float: left;
}

a:link .port_img, a:visited .port_img {
	background:#232928;
	border: 2px solid #71c7aa;
	padding: 8px;
	margin: 0 20px 20px 0;
	-webkit-transition: border .25s ease-out .1s;
	-moz-transition: border .25s ease-out .1s;
	transition: border .25s ease-out .1s;
}

a:hover .port_img, a:active .port_img {
	border:2px solid #299b93;
	-webkit-transition: border .25s ease-out .1s;
	-moz-transition: border .25s ease-out .1s;
	transition: border .25s ease-out .1s;
}

/* Blockquote */

blockquote {
	background:#dceaeb;
	border-left:5px solid #7a949b;
	margin:1.5em 10px;
	padding:.5em 10px;
	color: #666;
	border-top: 1px solid #7a949b;
	border-right: 1px solid #7a949b;
	border-bottom: 1px solid #7a949b;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
blockquote p {
	display:inline;
}

/* Header and Menu */

#logo {
	margin: 20px 10px 60px 10px;
}

#menu {
	margin-top: 30px;
}

#menu ul {
	margin-bottom: 0px;
}

#menu ul li {
	text-decoration: none;
	list-style: none;
	float: left;
	margin: 0;
}

#menu #menu-main-menu li {
	display: block;
	width: 115px;
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-size: 30px;
	color: #71c7aa;
	border-right: 2px solid #232928;
	margin-right: 18px;
}

#menu #menu_sub li {
	display: block;
	width: 115px;
	font-family: 'DroidSerifRegular', Georgia, serif;
	font-size: 12px;
	color: #b13831;
	margin-right: 20px;
}

.title_div {
}

/* Homepage */

#slider {
	margin-bottom: 20px;
}

#home {
	margin-bottom: 5px;
}

a:link .thumb_img, a:visited .thumb_img {
	background:#232928;
	border: 2px solid #71c7aa;
	padding: 8px;
	margin-bottom: 20px;
	-webkit-transition: border .25s ease-out .1s;
	-moz-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s;
}

a:hover .thumb_img, a:active .thumb_img {
	border:2px solid #299b93;
	-webkit-transition: border .25s ease-out .1s;
	-moz-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s;
}

/* Search */

#searchform {
	float: right;
	margin: 0 0 -20px 0;
}

#searchform #s {
	border: 2px solid #b13831;
	border-radius: 10px;
	padding: 5px 45px 5px 10px;
	width: 241px;
	margin: 0 -4px 0 0;
	background-color:#fff6b8;
}

#searchform #s:hover, #searchform #s:active, #searchform #s:focus {
	border: 2px solid  #299b93;
}

#searchform #searchsubmit {
	width: 35px; height: 35px;
	position: relative;
	top: -30px;
	left: 265px;
	background:url(images/search.png) no-repeat;
	margin: 0 0 0 0px;
	padding: 0;
	border: none;
	text-indent: -999em;
}

#searchform .screen-reader-text {
	display: none;
}

/* Sidebar */

ul#sidebar, #sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-left: 0;
}

ul.tweets {
	margin-top: -10px;
}

ul.tweets li {
	font-size: 14px;
	margin: 9px 0 0 0;
	padding: 0 0 9px 0;
	line-height: 20px;
	border-bottom: 2px dotted #b13831;
}

ul.tweets li .timesince {
	font-size: 12px;
	font-style: italic;
	padding-left: 20px;
}


/* Portfolio Single */

a:link .preview, a:visited .preview {
	background:#232928;
	border: 2px solid #71c7aa;
	padding: 8px;
	margin-bottom: 10px;
	-webkit-transition: all .25s ease-out .1s;
	-moz-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s;
}

a:hover .preview, a:focus .preview {
	border:2px solid #299b93;
	-webkit-transition: all .25s ease-out .1s;
	-moz-transition: all .25s ease-out .1s;
	transition: all .25s ease-out .1s;
}

/* Meta Info */

ul.meta {
/*	background:#fff6b8; */
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #fff6b8;
	margin-bottom: 10px;
}

ul.meta li {
	display: inline;
	list-style: none;
	margin: 0 20px 10px 10px;
	top: 4px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

ul.meta li span {
	font-family: 'BebasNeueRegular', "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color:#fff6b8;
	position: absolute;
	top: -21px;
	left: -10px;
	opacity: 0.3;
	filter:alpha(opacity=30);
	z-index: -1;
}

/* Comments */
h4#comments {
	clear: both;
	margin: 45px 0 5px 0;
}

.commentlist li {
	font-size: inherit;
}

.commentlist li .avatar {
	float: right;
	border: 2px solid #b13831;
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 5px 10px 0;
}

.commentmetadata {
	display: block;
	font-size: 14px;
	margin: 0;
}

.commentlist .reply {
	font-size: 14px;
	font-weight: bold;
}

.commentlist {
	margin: 0 0 20px 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.comms-navigation, .navigation {
	clear: both;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.children {
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.thread-alt {
	background-color: #333e40;
}

.thread-even {
	background-color: #2b3236;
}

.depth-1 {
	border: 2px solid #71c7aa;
}

.even, .alt {
	border-left: 2px solid #299b93;
}

/* Comment Form */

#respond h4 {
	clear: both;
	margin: 45px 0 10px 0;
}

form p {
	padding-bottom: 10px;
	margin: 5px 0;
}

form p label {
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	width: 85px;
}

form p label[for="comment"] {
	vertical-align: top;
}

form p label[for="submit"] {
	display: none;
}

input, textarea {
	padding: 5px 10px 5px 10px;
	border: 2px solid #b13831;
	border-radius: 10px;
	background-color:#fff6b8;
	outline: none;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
	border: 2px solid  #299b93;
}

textarea {
	font-size: 14px;
	overflow: auto;
}

textarea#comment {
	width: 596px;
}

.comment-subscription-form {
	display: none;
}

input#submit {
	padding: 5px 3px;
}

/* Footer */

#btm_clear {
	margin-bottom: 40px;
}

#footer {
	border-top: solid #fff6b8 2px;
	background: url(images/Footer_Background.jpg) no-repeat center top #333e40;
}

#footer_can {
	padding-top: 20px;
}

#footer ul {
	list-style: none;
	font-size: 12px;
}

#footer h3 {
	margin-bottom: 5px;
}

#footer ul li {
	margin: 0 0 0 0;

}

#footer ul li a:link, #footer ul li a:visited {
	display: block;
	padding: 2px 0px 2px 0px;
	border-right: 1px solid #71c7aa;
	border-bottom: 1px dotted #b13831;
	-webkit-transition: all .25s ease-out .0s;
	-moz-transition: padding .25s ease-out .0s, color .25s ease-out .0s;
	transition: all .25s ease-out .0s;
}

#footer ul li a:hover, #footer ul li a:focus {
	padding: 2px 0px 2px 10px;
	border-right: 1px solid #299b93;
	-webkit-transition: all .25s ease-out .0s;
	-moz-transition: padding .25s ease-out .0s, color .25s ease-out .0s;
	transition: all .25s ease-out .0s;
}

#social li {
	display: inline-block;
}

#footer ul#social li a {
	border: none;
	text-indent: -999em;
	padding:0;
	margin-bottom: 10px;
	-webkit-transition: none;
	transition: none;
}

#social li#google a:link, #social li#google a:visited {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -120px 0px;
	margin-right: 16px;
}

#social li#google a:hover, #social li#google a:focus {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -120px -60px;
	margin-right: 16px;
}

#social li#linkedin a:link, #social li#linkedin a:visited {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -180px 0px;
}

#social li#linkedin a:hover, #social li#linkedin a:focus {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -180px -60px;
}

#social li#twitter a:link, #social li#twitter a:visited {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -60px 0px;
	margin-right: 16px;
}

#social li#twitter a:hover, #social li#twitter a:focus {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -60px -60px;
	margin-right: 16px;
}

#social li#digg a:link, #social li#digg a:visited {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -240px 0px;
}

#social li#digg a:hover, #social li#digg a:focus {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -240px -60px;
}

#social li#deviantart a:link, #social li#deviantart a:visited {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) 0px 0px;
	margin-right: 16px;
}

#social li#deviantart a:hover, #social li#deviantart a:focus {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) 0px -60px;
	margin-right: 16px;
}

#social li#rss a:link, #social li#rss a:visited {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -300px 0px;
}

#social li#rss a:hover, #social li#rss a:focus {
	width: 60px;
	height: 60px;
	background:url(http://kenstarkdesign.com/images/Icons.png) -300px -60px;
}



.wpcf7-form-control-wrap textarea {
	width: 436px;
}

.wpcf7-submit {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 340px;
	font-family: 'DroidSerifRegular', Georgia, Times, serif;
	font-size: 16px;
	color: #232928;
	background: #71c7aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #71c7aa 0%, #299b93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71c7aa), color-stop(100%,#299b93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #71c7aa 0%,#299b93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #71c7aa 0%,#299b93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #71c7aa 0%,#299b93 100%); /* IE10+ */
	background: linear-gradient(top,  #71c7aa 0%,#299b93 100%); /* W3C */

}

.wpcf7-submit:hover, .wpcf7-submit:active {
	background: #299b93; /* Old browsers */
background: -moz-linear-gradient(top,  #299b93 0%, #71c7aa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299b93), color-stop(100%,#71c7aa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #299b93 0%,#71c7aa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #299b93 0%,#71c7aa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #299b93 0%,#71c7aa 100%); /* IE10+ */
background: linear-gradient(top,  #299b93 0%,#71c7aa 100%); /* W3C */
}

.wpcf7-not-valid-tip {
	background: #b13831;
	color: #232928;
}

#wpstats {
	visibility: hidden;
}

/* Header Lines */

#footer h3 {
	display: inline-block;
	background: #fff6b8;
	padding: 0 10px 10px 10px;
	margin-bottom: 0px;
}

#sidebar h3 {
	display: inline-block;
	background: #fff6b8;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}

#sidebar ul {
	border-top: 2px solid #fff6b8;
	padding-top: 10px;
}

#footer ul {
	border-top: 2px solid #fff6b8;
	padding-top: 10px;
}

#footer .textwidget {
	border-top: 2px solid #fff6b8;
	padding-top: 2px;
}

.content {
	border-top: 2px solid #fff6b8;
	padding-top: 20px;
}

.home_content {
	border-top: 2px solid #fff6b8;
	padding-top: 20px;
	width: 940px;
	margin-left: 10px;
}

#footer ul#social {
	border-top: none;
}
