/*
THEME NAME: Leclerc Art
DESCRIPTION: Leclerc Art
VERSION: 1.0
AUTHOR: <a href="mailto:tim@costaleclercdesign.com">Tim Lin</a>
AUTHOR URI:
*/

html {
	background:url(images/bg_content.jpg) top center no-repeat #fff;
	/*-webkit-background-size:2000px 1100px;*/
	width:100%;
}

html,body {
	color:#282828;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	font-weight:400;
}

p, ul, ol {
	margin:0 auto 30px auto;
	line-height:1.5em;
}

p#gallerycaption {
	width:400px;
	margin:0 auto 20px auto;
	float:left;
}

img {
	border:none;
}

a:link, a:visited {
	color:#922c27;
	text-decoration:none;
}

a:hover {
	color:#CB2821;
	text-decoration:underline;
}

#wrapper {
	position:relative;
	width:100%;
	margin:0 0 0 0;
	padding:0;
}

#header {
	width:100%;
	height:140px;
	/*background:url(images/bg_top.jpg) top center no-repeat #282828;*/
	margin:0 auto 0 auto;
	padding:0;
	overflow:hidden;
}

#headerbin {
	width:900px;
	height:140px;
	margin:0 auto 0 auto;
	padding:0;
	overflow:hidden;	
}

#container {
	position:relative;
	width:1000px;
	margin:50px auto 30px auto;
	padding:0;
}

#content {
	width:900px;
	margin:0 auto 0 auto;	
	position:relative;
}

ul.strip {
	list-style:none;
	padding:0;
	margin:0;
}

/* Homepage v */
#blog-description {
	text-indent:-9999px;
}
/* Homepage ^ */

.uppercase {
	text-transform:uppercase;	
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
	padding:0;
	margin:0;
}

h1#blog-title {
	width:900px;
	margin:35px auto 0 auto;
	padding:0;
	font-size:70px;
	text-transform:uppercase;
	font-weight:600;
}

h1#blog-title a:link, h1#blog-title a:visited {
	color:#f6f6f6;
	text-decoration:none;
}

h1#blog-title a:hover {
	color:#f6f6f6;
	text-decoration:none;
}

h1 {
	font-size:40px;
	margin:0 0 20px 0;
	font-weight:100;
}

h2 {
	font-size:25px;
	margin:0 0 20px 0;
	font-weight:100;
}

h2#leclercname {
	font-size:30px;
	font-weight:600;
	color:#f6f6f6;
	position:absolute;
	margin:-49px 0 0 500px;
	padding:0;
}

h3 {
	font-size:20px;
	margin:0 0 20px 0;
	font-weight:100;
}

h4 {
	font-size:14px;
	margin:6px 0 0 0;
}

/* Menu v */
ul#lang {
	z-index:9999;
	float:right;
	margin:84px 0 0 0;
	font-size:15px;
}

ul#lang li {
	display:inline;
	margin:0 30px 0 0;
}

ul#lang li:last-child {
	margin:0;	
}


ul#lang a:link, ul#lang a:visited, #access a:link, #access a:visited {
	text-decoration:none;
	/*color:#282828;*/
	color:#f6f6f6;
}

ul#lang a:hover, #access a:hover {
	color:#CB2821;
	text-decoration:underline;
}

#menu {
	position:absolute;
	margin:-15px 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	font-size:15px;
}

#menu li {
	display:inline;
	margin:0px 30px 0 0;
	padding:0 0 10px 0;
	float:left;
	position:relative;
}

#menu li a:link, #menu li a:visited {
	text-decoration:none;	
	color:#f6f6f6;
}

#menu li a:hover {
	/*color:#bfd630;*/
	color:#CB2821;
	text-decoration:underline;	
}

.clearall {
	clear:both;
	width:1px;
	height:1px;
	margin:0 auto 1px auto;
}

.contentbin {
	width:200px;	
}

/* Portfolio details page styles v */
#mainpic {
	position:relative;
	margin:0 0 20px 0;
	width:400px;
	height:auto;
	overflow:hidden;
}

ul#thumbsgallery {
	position:relative;
	width:400px;
	height:auto;
	margin:0;
}

ul#thumbsgallery li {
	float:left;
	width:50px;
	height:50px;
	margin:0 20px 20px 0;
	overflow:hidden;
	display:block;
}

ul#thumbsgallery li:hover {
	cursor:pointer;	
}

.clear {
	clear:both;	
}

.postcolleft {
	width:400px;
	height:auto;
	margin:0 100px 0 0;
	float:left;
}

#submit {
	border:none;
	padding:5px;
	background:#4A4B84;
	color:#f0f0f0;
	font-size:12px;
	margin:10px 0;
}

/*
#comments h3 {
	font-size:18px;
}

form#commentform {
	clear:both;	
}

form#commentform .form-label {
	font-size:16px;
}

form#commentform span.required {
	font-weight:bold;
}

form#commentform,form#commentform p {
	padding:0;
}
*/

input#author, input#email, input#url, textarea#comment, input#uploader, input#uploaderemail, input#uploadercompany, select#uploadrecipient {
	width:400px;
	border:solid 1px #282828;
	margin:0 0 10px 0;
}

div.comments ol li {
	margin:0 0 3.5em;
}

#comments-list ol {
	padding:0;
	margin:10px 0 0 0;
	list-style:none;
}

textarea#comment {
	width:400px;
	border:solid 1px #922c27;
	height:150px;
	margin:0 0 10px 0;
	overflow:auto;
	background:#fafafa;
}

input#submit, .wpcf7-submit {
	border:none;
	background:#922c27;
	color:#fff;
	padding:5px 5px 5px 5px;
	font-size:14px;
}

input#submit:hover, .wpcf7-submit:hover {
	background:#CB2821;
	cursor:pointer;
}

/* Contact Form v */

.wpcf7 p {
	font-size:14px;
	margin:-6px 0 0 0;
}

.wpcf7-text, textarea {
	border:solid 1px #282828;
	width:400px;
	margin:0 0 20px 0;
	height:15px;
	color:#282828;
	font-size:12px;
	background:#fafafa;
}

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

textarea {
	width:400px;
	height:100px;
}

/* Contact Form ^ */

/*
.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}
*/
div#nav-above {
	margin-bottom:17px;
}

div#nav-below {
	margin-top:30px;
}
/*
div#nav-images {
height:150px;
margin:1em 0;
}*/

div.navigation {
	height:30px;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

div.navigation div.nav-previous {
	float:left;
}

/*
div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}
*/
/*
div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}
*/

.archives_img {
	width:400px;
	height:3px;
	overflow:hidden;	
}

#timeline {
	background:url(images/timeline_bar_verti.gif) top center repeat-y;
}

.timeline_entry {
	background:url(images/timeline_bar.gif) top center no-repeat;
}

.timeline_entry p {
	width:200px;
	float:left;	
}

#footer {
	width:100%;
	height:70px;
	clear:both;
	color:#282828;
	font-size:10px;
	margin:0 0 50px 0;
	bottom:0;
	position:relative;
}

#footer #footerdiv {
	width:900px;
	height:60px;
	margin:50px auto 0 auto;
	background-position:0 -20px;
}

#footersig {
	position:relative;
	margin:-2px 0 0 0;
	float:right;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}

#footer #footerdiv p {
	margin:2px 30px 0 0;
	float:left;
}