/*
Theme Name: Portfolio
Theme URI: http://portfolio.photographiz.com
Description: Portfolio de Julia Briend, graphiste indépendante
Version: 1.0
Author: Julia Briend
Author URI: http://portfolio.photographiz.com
*/

* { margin: 0; }
html { font-size: 100%; }
body {
  font-size: 100%;
  font: 0.72em/1em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  color: #fff;
}
textarea { font: 0.72em/1em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 1.2em;
  color: #fff;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
p, ul, li {
	margin: 0;
	padding: 0;
}
a { color: #eee; text-decoration: none; background-color: transparent; outline: none; }
a:hover { color: #fff; text-decoration: none; }
a.on { color: #48b2d8 !important; }
img, a img { border: 0; }
form { margin: 0; padding: 0; }
.invisible { display: none; }
.mop { clear: both; height: 60px; }
.clear { clear: both; }

/* Habillage */
html, body { height: 100%; }
body {
	margin: 0;
	text-align: center;
	background-color: #000;
}
#page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
#header {
	text-align: left;
	position: relative;
	height: 105px;
	background: #14151d url(images/bg.png) repeat-x center top;
}
#header h1 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 140px;
	height: 85px;
	background: transparent url(images/logo.png) no-repeat left top;
	font-size: 1.8em;
}
#header h1 a {
	display: block;
	width: 100px;
	height: 95px;
	text-indent: -99999px;
}
#header h2 {
	position: absolute;
	top: 43px;
	left: 170px;
	width: 300px;
	font-size: 1em;
	line-height: 18px;
	font-weight: normal;
	color: #8b8e99;
	font-style: italic;
}
#header h2 strong {
	font-weight: normal;
	color: #686b73;
	padding-left: 5px;
}
#content {
	position: relative;
	margin: 30px 0 0 20px;
	width: 880px;
}
#footer {
	position: relative;
	height: 40px;
	width: 100%;
	text-align: right;
	color: #536772;
}
#footer p, #footer a {
	color: #44555e;
	text-align: right;
	background-color: #1A1D24;
}
#footer p {
	color: #8B8E99;
	padding: 0 20px;
	line-height: 40px;
	font-size: .9em;
}
#footer a:hover {
	color: #48B2D8;
}
#footer img {
	vertical-align: bottom;
}

#menu {
	position: absolute;
	left: 395px;
	top: 43px;
	line-height: 18px;
}
#menu li {
	display: block;
	float: left;
	margin-right: 20px;
	height: 18px;
}
#menu li a {
	float: left;
	display: block;
	background-color: transparent;
	font-weight: normal;
	text-transform: lowercase;
	color: #435e6c;
}
#menu li a:hover {
	color: #48b2d8;
}
#menu li.current-cat, #menu li.current_page_item {
	padding-left: 7px;
	background: transparent url(images/menu_l.png) no-repeat left bottom;
}
#menu li.current-cat a, #menu li.current_page_item a {
	background: transparent url(images/menu_r.png) no-repeat right bottom;
	color: #fefefe;
	padding-right: 7px;
}
#menu li.current-cat a:hover, #menu li.current_page_item a:hover {
	border-bottom: none;
}

/* Index */
#index {
	position: relative;
	width: 680px;
	margin-left: 150px;
}
#list_index {
	display: block;
	margin: auto;
	list-style: none;
	height: 480px;
	overflow: hidden;
	width: 700px;
}
#list_index.scroller {
	width: auto;
}
#list_index li.sep {
	float: left;
	width: 680px;
	height: 480px;
	margin-right: 10px;
	background: #000 url(images/index_bg.png);
}
#list_index ul {
	width: 690px;
}
#list_index li.item {
	float: left;
	width: 220px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #081B26 url(images/dash.png);
	overflow: hidden;
}
#list_index img {
	margin-bottom: 20px;
}
#list_index h3 {
	color: #48B2D8;
	font-weight: normal;
	font-style: italic; 
	margin: 0 20px 15px;
	font-size: 1.1em;
	text-align: center;
}
#list_index .image {
	width: 220px;
	height: 150px;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}
#list_index .image a, #list_index .image a:hover {
	color: #555;
	line-height: 150px;
	display: block;
	width: 220px;
	height: 150px;
}
#list_index p {
	color: #999;
	text-align: center;
}
#list_index p a {
	color: #666;
}
#list_index a:hover {
	color: #48B2D8;
}

/* Scroller */
.jcarousel-next, .jcarousel-prev {
	position: absolute;
	z-index: 50;
	top: 60px;
	width: 14px;
	height: 21px;
	color: #040B11;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	top: 445px;
}
.jcarousel-prev {
	left: -30px;
	background: transparent url(images/carousel_prev.png) no-repeat 0 0;
}
.jcarousel-next {
	right: -30px;
	background: transparent url(images/carousel_next.png) no-repeat 0 0;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
	background-position: 0 -21px;
	cursor: default;
}

/* Posts */
.post_content {
	margin-left: 150px;
	position: relative;
	text-align: left;
}
.storycontent, .hentry {
	position: relative;
}
h3.storytitle {
	font-weight: bold;
	font-size: 1.2em;
	color: #C6CBDF;
	margin-bottom: 4px;
}
h3.storytitle a:hover {
	color: #C6CBDF;
	cursor: default;
}
em.date {
	color: #777c8e;
	margin-bottom: 10px;
	display: block;
}
.hentry .storycontent p {
	color: #c6cbdf;
	font-size:1em;
	line-height:1.5em;
}
.hentry .storycontent p a:hover {
	color: #48B2D8;
}
.category-portfolio .storycontent p, .cahier {
	background: transparent url(images/cahier.png) repeat scroll 0 0;
}
.storycontent ul {
	padding: 10px 0 0;
	list-style: outside url(images/tic.png);
	list-style-type: circle;
	clear: both;
}
.storycontent li {
	color: #c6cbdf;
	line-height: 1.3em;
	padding-bottom: 8px;
	margin-left: 15px;
}
.storycontent p strong, .storycontent li strong {
	color: #fff;
}
.storycontent h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #C6CBDF;
	padding-top: 15px;
	margin-bottom: 10px;
}
#post-63 .storycontent h4 {
	clear: none;
	padding-top: 5px;
	margin-bottom: 0;
}
#post-63 .storycontent ul {
	clear: none;
}
.alignleft {
	position: relative;
	margin-left: -140px;
	float: left;
	width: 110px;
	text-align: right;
}
.alignleft a {
	color: #75798B;
}
.alignleft a:hover {
	color: #48B2D8;
}
.alignright {
	float: right;
}

.single_images {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.single_images ul {
	list-style: none;
}
.single_content {
	margin-right: 20px;
	float: left;
}
.single_content p.spec {
	margin-top: 10px;
	clear: both;
}
.single_content .storycontent {
	width: 330px;
}

.itemg {
	float: left;
	clear: left;
	width: 120px;
	line-height: 1.5em;
	color: #75798b;
}
.itemd {
	float: left;
	margin-bottom: 10px;
	width: 320px;
}
.hentry .storycontent .itemd p {
	width: auto;
}

.relations, .navig {
	position: absolute;
	left: -150px;
	width: 120px;
	text-align: left;
	color: #c6cbdf;
}
.navig {
	top: 0;
}
.navig a, .relations a {
	color: #c6cbdf;
}
.navig a:hover {
	color: #48B2D8;
}
.navig .suivprec a {
	background: #000 url(images/navig_bg.png) no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	text-align: center;
	margin-left: 3px;
}
.navig h5 {
	font-weight: normal;
	float: left;
	width: 70px;
	padding: 0 4px;
	background: #000 url(images/navig_title_bg.png) no-repeat;
	line-height: 18px;
}
.relations {
	text-align: right;
	top: 30px;
}
.relations h4 {
	color: #c6cbdf;
	margin: 5px 0 15px;
	font-style: italic;
	font-weight: normal;
}
.relations ul {
	list-style: none;
}
.relations li {
	display: block;
	margin-bottom: 15px;
	line-height: 1.15em;
}
.relations a:hover, .tags a:hover {
	color: #48B2D8;
	border-bottom-color: #48B2D8;
}
.relations a:visited {
	color: #81838c;
}

.tags {
	margin-top: 10px;
	color: #C6CBDF;
	line-height: 1.7em;
	clear: both;
}
.tags span {
	font-weight: normal;
	color: #C6CBDF;
}
.tags a {
	color: #C6CBDF;
	border-bottom: 1px dotted #163b4e;
}



/* Nuage */
#nuage {
	position: absolute;
	z-index: 4;
	top: -5px;
	left: 0;
	margin-left: 20px;
	width: 100px;
	line-height: 1.5em;
	text-align: right;
}
#nuage a {
	color: #353840;
	padding: .2em 0;
	display: block;
}
#nuage a:hover {
	color: #48B2D8;
}

/* Style */
h3.titre {

}
.url {
	padding-left: 15px;
	color: #777C8E;
	background: transparent url(images/icone_url.png) no-repeat 0 0;
	line-height: 1.5em;
}
.category-portfolio .url {
	border-bottom: 1px solid #48B2D8;
}
.category-portfolio .url, .url:hover {
	background-position: 0 -21px;
	color: #48B2D8;
}
.category-portfolio .url:hover {
	color: #48B2D8;
}
.url:visited {
	background-position: 0 0 !important;
}

/* Couleurs */
.couleurs {
	margin: 3px 5px 10px 0;
	height: 8px;
	float: left;
}
.couleurs span {
	float: left;
	display: block;
	width: 7px;
	height: 7px;
	text-indent: -9999px;
	margin-right: 1px;
	border: 1px solid #09212E;
}

/* Galerie Wp + FancyBox */
.gallery {
	margin: 10px 0;
	width: 300px;
}
#post-280 .gallery {
	width: 600px;
}
.gallery br {
	display: none;
}
.gallery-item {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: left;
	display: block;
}
.gallery-item a {
	display: block;
}
.gallery-icon {
	display: block;
}
.gallery-caption {
	display: none;
}

/* Contact */
.hentry .storycontent p.aligndr {
	color: #7E8A9D;
	margin: 0;
	padding: 2px 0;
	position: absolute;
	text-align: right;
	width: 55px;
}
.hentry .storycontent p.alignga {
	left: 70px;
	padding: 2px 0;
	position: relative;
	text-transform: none;
	width: 200px;
}