/* 
Theme Name: Laurence Kim
Description: Laurence Kim theme
Author: Flosites
Author URI: http://flosites.com
Version: 1.0
*/

/* Reset styles
*******************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}
:focus {outline: 0;}
img {vertical-align:middle; outline:0}
/* Body & forms
*******************************/
body{
    color:#3f3f3f;
    text-align: left;
    background: #fff;
    font:normal 75% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
input,
textarea {
    font:normal 12px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    color:#3f3f3f;
}

/* Header elements
*******************************/
h2,
h3,
h4,
h5,
h6 {
    color:#3f3f3f;
    font:normal 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
    font-size:40px;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	
}
h4 {
    font-size:1.17em;
}
h5 {
    font-size:1em;
}
h6 {}


/* Text elements
*******************************/
p               {margin: 0 0 1.2em 0; text-align: left; line-height:1.5;}
p.last          {margin-bottom:0;}
/*ul, ol          {margin: 0 0 1em 2em; text-align: left; line-height:1.6;}*/
strong      	{font-weight: bold;}
em          	{font-style: italic;}
ins             {text-decoration:none;}
del             {text-decoration:line-through;}

.alignleft {
    float:left;
}
.alignright {
    float:right;
}

/* Quotes
*******************************/
blockquote {}
blockquote:before {}
blockquote:after {}

/* Links
*******************************/
a:link,
a:visited,
a:hover,
a:active{
    color:#5c5c5c;
    text-decoration: none;
}
a:visited {}
a:hover {}



.story {
	font-size: 14px;
	width:900px;
	overflow: hidden;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
}
#top {
	height: 40px;
	display: block;
}
#header {
	position: relative;
	height: 80px;
	margin-bottom: 40px;
}
#front #header {
	height: 204px;
}
#header h1 a {
	display: block;
	width:410px;
	height: 80px;
	background: url(images/logo.png) 0 0 no-repeat;
	text-indent: -9999px;	
}
#header #logo {
	position: absolute;
	left: 0;
	top: 0;
}

#header #nav {
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	z-index: 500;
}
#front #header #nav {
	top: 0;
	bottom: auto;
}
#header #nav li {
	line-height: 1;
	float: left;
	margin-left:22px;
	position: relative;
}
#front #header #nav li {
	float: none;
	padding-bottom: 10px;
	text-align: right;
	margin-left: 0;
}

#header #nav li a:hover,
#header #nav .active a {
	color: #000;
}
#header #nav .active li a {
	color: #5c5c5c;
}


#header #nav li ul {
	position: absolute;
	left:-10px;
	top: 15px;
	background: #EDEDED;
	padding:4px 0;
	display: none;
	font-size: 11px;
	z-index: 999;
}
#front #header #nav li ul {
	left: auto;
	right: 50px;
	top: -9px;
}
#header #nav li li {
	float: none;
	margin: 0;
}
#front #header #nav li li {
	padding: 0;
}
#header #nav li li a {
	display: block;
	padding:5px 10px;
}
#header #nav li li a:hover {
	background: #6C6C6C;
	color: #fff;
}

#header #welcome {
	position: absolute;
	bottom: 0;
	left: 0;
	width:390px;
}

#header #search {
	position: absolute;
	right: 0;
	top: 0;
}
#front #header #search {
	top: auto;
	bottom: 0;
}
#s {
	float: left;
	height: 12px;
	padding:9px;
	background: #ededed;
	text-transform: uppercase;
	border: 0;
}
#searchsubmit {
	float: left;
	height: 30px;
	width:20px;
	cursor: pointer;
	background: #6c6c6c;
	border: 0;
}



#content {
	margin-bottom: 30px;
}
#front #content {
	margin-bottom: 60px;
}
#content .posts-header {
	height: 20px;
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#content .posts-header h3 {
	float: left;
}
#content .posts-header .pages {
	padding-top: 2px;
	float: right;
}
#content .posts-header .pages a {
	text-transform: uppercase;
	color: #3f3f3f;
	float: left;
}
#content .posts-header .pages span {
	float: left;
	font-size: 16px;

}
#content .posts-header .pages .newer a,
#content .posts-header .pages .prev a {
	background: url(images/posts-header-pages.gif) 0 0px no-repeat;
	padding-left:20px;
}
#content .posts-header .pages .older a,
#content .posts-header .pages .next a {
	background: url(images/posts-header-pages.gif) 100% -20px no-repeat;
	padding-right: 20px;
}

#content .posts-header .pages .sep {
	padding:0 8px;
	border: 1px solid #fff;
}

#content .posts {
	overflow: hidden;
	zoom: 1;
}
#content .posts li {
	float: left;
	margin: 0;
}
#content .posts li a {
	display: block;
	float: left;
	width:300px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#content .posts li a span {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	background: url(images/posts-post.png) 0 0 no-repeat;
	width:220px;
	padding:0 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
#content .posts li a:hover span {
	visibility: visible;
}


#content .posts-footer {
	margin-top: 12px;
	border-top: 1px solid #a3a3a3;
	padding-top: 12px;
	height: 20px;
}
#content .posts-footer .top {
	float: left;
	background: url(images/top.gif) 100% 3px no-repeat;
}
#content .posts-footer .top a {
	font-size: 20px;
	color: #3f3f3f;
	text-transform: uppercase;
	float: left;
	padding-right:30px;
}
#content .posts-footer #paginator {
	float: right;
	font-size: 15px;
	text-transform: uppercase;
}
#paginator a.prev,
#paginator a.next,
#paginator .pages {
	float: left;
	line-height: 1;
}
#paginator a.prev,
#paginator a.next {
	width:18px;
	background: url(images/posts-header-pages.gif) 0 0 no-repeat;
	text-indent: -9999px;
	height: 17px;
	padding-top: 4px;
}
#paginator a.prev {
	background-position: 0 0;
}
#paginator a.next {
	background-position: 100% -20px;
}
#paginator a.prev-inactive,
#paginator a.next-inactive {
	display: none;
}




#content .galleries {
	overflow: hidden;
	zoom: 1;
	margin:0 0 50px 0;

}
#content .galleries .list {
	width:904px;
	height: 145px;
	margin-left: -3px;
	overflow: hidden;	
}
#content .galleries li {
	float: left;
	padding: 0 3px;
}
#content .galleries li a {
	display: block;
	float: left;
	width:220px;
	height: 145px;
	overflow: hidden;
	position: relative;
}
#content .galleries li a span {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	background: url(images/posts-post.png) 0 100% no-repeat;
	width:170px;
	padding:0 20px 0 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
#content .galleries li a:hover span {
	visibility: visible;
}

















#post {}
#post .title {
	border-bottom: 1px solid #a3a3a3;
	padding-bottom: 10px;
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}
#post h2 {
	font:normal 24px "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	height: 24px;
	overflow: hidden;
}
#post .meta {
	font-size: 11px;
	color: #787676;
}
#post .meta a {
	color: #787676;
}

#post p img {
	display: block;
	margin:0 auto;
}

#post .buttons {
	height: 25px;
	background: #000;
	font-size: 14px;
	margin-bottom: 30px;
}
#post .buttons a.comment,
#post .buttons a.bookmark {
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	height: 18px;
	padding:7px 14px 0;

}
#post .buttons a.comment {
	float: left;
	background: #6c6c6c url(images/buttons-comment.gif) 100% 0 no-repeat;
	padding-right:30px;
}
#post .buttons a.bookmark {
	float: left;
	padding-left:36px;
}
#post .buttons .share {
	float: right;
}
#post .buttons .share span {
	height: 18px;
	padding:7px 14px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	float: left;
}
#post .buttons .share a {
	float: left;
	text-indent: -9999px;
	background: url(images/buttons-share.png) 0 0 no-repeat;
	width:30px;
	height: 25px;
}


#post .comments {
	
}
#post .comments li {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
}
#post .comments li .author {
	float: left;
	width:180px;
	margin-right: 10px;
}
#post .comments li .author,
#post .comments li .author a {
	color: #848484;
	text-transform: uppercase;
	font-size: 14px;
}

#post .comments .admin-comment .author {
	height: 27px;
	background: url(images/comment-blog-owner.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#post .comments li p {
	float: left;
	width:710px;
	margin:0;
	font-size: 14px;
	line-height: 1.3;
}
#post .comments li p .added {
	color: #777;
	font-size: 12px;
}

#post .comment-form {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 24px;
	border-top: 1px solid #a3a3a3;
	padding-top: 8px;
}
#post .comment-form .messages {
	text-align: center;
	padding-bottom: 10px;
	display: none;
}
#post .comment-form .inputs {
	float: left;
	width:240px;
	margin-right: 7px;
}
#post .comment-form .inputs input {
	background: #e0e0e0;
	font-size: 11px;
	height: 11px;
	border: 0;
	padding:7px 15px;
	width:210px;
	margin-bottom: 8px;
}
#post .comment-form .area {
	float: left;
	width:557px;
}
#post .comment-form .area textarea {
	padding:7px 15px;
	border: 0;
	height: 110px;
	width:527px;
	background: #e0e0e0;
	margin: 0;
	font-size: 11px;
}
#post .comment-form .say {
	float: right;
	width:90px;
}
#post .comment-form .say input {
	background: #000 url(images/comment-send.gif) 0 100% no-repeat;
	border: 0;
	padding: 0;
	cursor: pointer;
	width:90px;
	height: 124px;
}


#post .prev-next-posts {
	height: 29px;
	zoom: 1;
	border-top: 1px solid #a3a3a3;
	margin-bottom: 50px;
}
#post .prev-next-posts a {
	display: block;
	width:192px;
	height: 29px;
	text-indent: -9999px;
}
#post .prev-next-posts .prev,
#post .prev-next-posts .next {
	margin-top: -1px;
}
#post .prev-next-posts .prev {
	float: left;
}
#post .prev-next-posts .next {
	float: right;
}
#post .prev-next-posts .prev a {
	background: url(images/post-prev.gif) 0 0 no-repeat;
}
#post .prev-next-posts .next a {
	background: url(images/post-next.gif) 0 0 no-repeat;
}

#post .like {
	margin-bottom: 18px;
}



.page {
	overflow: hidden;
	zoom: 1;
}
.page h2 {
	border-bottom: 1px solid #a3a3a3;
	margin-bottom: 20px;
	font:normal 24px/1.4 "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	text-transform: uppercase;
}

.page404 {
	min-height: 400px;
}


#contact .text {
	float: left;
	width:450px;
}
#contact .form {
	float: right;
	width:420px;
}
#contact .labels {
	display: none;
}

#contact .inputs input,
#contact textarea {
	padding:7px 15px;
	height: 14px;
	font-size: 14px;
	border: 0;
	background: #ededed;
	color: #6c6c6c;
	width:390px;
	margin:0;
}
#contact .inputs input {
	margin-bottom: 8px;
}
#contact textarea {
	height: 170px;
}
#contact .inputs .not-valid input,
#contact .inputs .not-valid textarea {
	background: #ffcccc;
}
#contact .say {
	text-align: right;
	background: #ededed;
	position: relative;
}
#contact .say input {
	text-align: center;
	background: #6c6c6c;
	color: #fff;
	border: 0;
	font-size: 14px;
	text-transform: lowercase;
	width:110px;
	height: 28px;
	cursor: pointer;
}
#contact .say img {
	position: absolute;
	left: 5px;
	top:5px;
}

.wpcf7-response-output {
	padding:10px 0;
}
.wpcf7-validation-errors {
	color: #f00;
}







#gallery {
	width:900px;
	height: 600px;
	overflow: hidden;
	margin-bottom: 40px;
}
#gallery ul li {
	width:900px;
	height: 600px;
	overflow: hidden;
}



#footer {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 20px;
}
#front #footer {
	border-top: 1px solid #a3a3a3;
}



.wp_bannerize_footer {
	overflow: hidden;
	zoom: 1;
	border: 1px solid #a3a3a3;
	border-left: 0;
	border-right: 0;
	padding: 8px 0;
	
}
.wp_bannerize_footer li {
	float: left;
	width:125px;
	height: 125px;
	overflow: hidden;
	zoom: 1;
	padding-right:30px;
}
.wp_bannerize_footer li.last {
	padding-right: 0;
}


#copyright {
	padding-top: 20px;
	float: left;
}
#developed {
	padding-top: 20px;
	float: right;
}
#developed a {
	color: #3f3f3f;
}
