@charset "utf-8";

/*
	La nouveau. - Android ver -
	Usedright & Copyright (C) Yukihiro Kondo. All Rights Reserved.
*/
* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #4c4c4c;
}

.inner {
	width: 940px;
	margin: 0 auto;
}

p {
	margin: 15px 0;
}

a {
	text-decoration: none;
	color: #89bdd1;
}

a:hover {
	-webkit-transition: linear 300ms;
	-moz-transition:linear 300ms;
	-o-transition:linear 300ms;
	transition:linear 300ms;
} 

#logo a {
	font-family: 'GothamBookRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 23px;
	color: #FFF;
}

#logo {
	padding: 20px 0;
	float: left;
}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 23px;
	text-shadow:0 1px 0 #FFFFFF;
	line-height: 30px;
	padding-bottom:15px;
}

h2 {
	font-size: 16px;
}

#header {
	background: #232728;
	color: #FFF;
	overflow: hidden;
	clear: both;
}

/* Navigation */

#nav {
	float: right;
	margin-top: 20px;
	font-size: 12px;
}

#nav li {
	list-style-type: none;
	float: left;
	margin-left: 50px;
}

#content, #footer {
	padding: 30px 0;
}

#content {
	background: #f7f7f2 url(../images/bg.jpg) repeat 0 0;
	overflow: hidden;
	clear: both;
	width: 100%;
	text-shadow:0 1px 0 #FFFFFF;
	text-align: center;
}

#content p {
	width: 550px;
	margin:15px auto;
}

#content h1,
#content h2,
#footer p,
#content ol li {
	width: 550px;
	margin:10px auto;
}

#content h3 {
	margin:15px auto;
}

#content ol li {
	text-align: left;
}

#content .left {
	float: left;
	width: 640px;
}

#content .right {
	float: right;
	width: 280px;
}

p.tR {
	text-align: right;
}

/* Social Links */

ul#social {
	margin: 15px auto;
	width: 180px;
}

ul#social li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

ul#social a {
	display:block;
	height:32px;
	text-indent:-9999px;
	width:32px;
	-webkit-transition: all 80ms linear;
}

a.twitter { background:url("../images/twitter.png") no-repeat scroll 0 0 transparent; }
a.facebook { background:url("../images/facebook.png") no-repeat scroll 0 0 transparent; }
a.wordpress { background:url("../images/wordpress.png") no-repeat scroll 0 0 transparent; }
a.mail { background:url("../images/mail.png") no-repeat scroll 0 0 transparent; }

/* Footer */

#footer {
	background: #f7f7f2 url(../images/bg.jpg) repeat 0 0;;
	text-align: center;
	text-shadow:0 1px 0 #FFFFFF;
}

#footer p { font-size: 13px; }

/* Slider */

.pxs_container { background: #f7f7f2 url(../images/slider-bg2.jpg) repeat 0 0; }
.pxs_container { height:370px; }

/* Work */

#work {
	background: #F1F1F1 url(../images/slider-bg.jpg) repeat 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	text-shadow:0 1px 0 #FFFFFF;
}

#work li {
	list-style-type: none;
	float: left;
	margin: 10px 10px;
}

#work img {
	border:6px solid #FFFFFF;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}

#work img:hover {
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
}

#work p {
	text-align: center;
	margin-top: 5px;
}

.twitter_widget {
	padding-top: 20px;
	margin-top: 20px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
