/*
Theme Name: Portfolio
Theme URI: http://juliabr.com
Description: Theme created for Julia Briend's portfolio
Version: 1.0
Author: Julia Briend
Author URI: http://juliabr.com
*/

/* Resets & General */
html, body { height: 100%; }
body { font-size: 100%; font: 0.77em/1em Arial, Helvetica, sans-serif; line-height: 1.5em; }
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, span, a, img, form, fieldset, input, label, legend, select, textarea, button, dl, dd, dt { margin:0; padding:0; }
article, aside, audio, canvas, datagrid, datalist, details, dialog, figure, footer, #header, menu, nav, section, video { margin:0; padding:0; display: block; } 
abbr, eventsource, mark, meter, time, progress, output, bb { margin:0; padding:0; display: inline; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; line-height: 1.2em; color: #333; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
a img { border: 0; }
hr { height: 1px;	color: #666; border: none; background: transparent url(images/bg.png); margin: 10px 0; clear: both; }
.invisible { display: none; }
.mop { clear: both; height: 10px; }
.button { border: none; width: auto; overflow: visible; outline: 0; }
.edit a { font-size: 10px; color: #bbb; text-decoration: none; padding: 2px; text-transform: uppercase; }
.edit a:hover { background-color: transparent; color: #339955; }

/* Clearfix */
.clear { clear: both; }
.clearfix:after { clear: both; content: "."; display: block; height: 0pt; line-height: 0pt; visibility: hidden; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* Forms */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button {  width: auto; overflow: visible; }
input::-moz-focus-inner { border: 0; padding: 0; }

/* Links */
a { color: inherit; text-decoration: underline; background-color: transparent; outline: none; }
a:hover { color: #48b2d8; text-decoration: none; }
a.on { color: #48b2d8 !important; }

/* Headlines */
h1 { font-size: 1.95em; }
h2 { font-size: 1.9em; margin-bottom: 10px; margin-top: 10px; line-height: 1.3em; }
h2 a { text-decoration: none; }
h2 span { color: #888; }
h2.title { margin-bottom: 10px; }
h2:first-child, h2.title { margin-top: 0; }
h2 a:hover { color: #333; background-color: transparent; }
h3 { font-size: 1.6em;	margin: 15px 0 10px; color: #555; }
h4 { font-size: 1.5em;	margin: 5px 0; }

/* Fonts */
@font-face {
	font-family: 'SovbaRegular';
	src: url('fonts/sovba_regular-webfont.eot');
	src: local('☺'), url('fonts/sovba_regular-webfont.woff') format('woff'), url('fonts/sovba_regular-webfont.ttf') format('truetype'), url('fonts/sovba_regular-webfont.svg#webfontscPa6NhN') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, #header nav, nav#prevnext a, #images .more, #fancybox-title_inner strong, .sidebar p.switch, .date, dt {
	font-family: "SovbaRegular", Arial, sans-serif;
   font-size-adjust: 0.535;
   font-weight: normal;
}
.no-fontface h1 { font-style: italic; }

/* Transitions & stuffs */
#header nav a, .sidebar_menu li a, .box_container a, #pager a, #infos_link, nav#prevnext a, nav#prevnext a span, p.sp a, .contactform input[type="submit"] {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
::selection { background: #ffff00; }
::-moz-selection { background: #ffff00; }
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

/* Wrapper */
body {
	background: #fdfdff url(images/bg.png) top left repeat-x;
   text-align: center;
}
#wrapper {
	position: relative;
	width: 925px;
	min-height: 100%;
	margin: 0 auto -55px;
   text-align: left;
}
#content {
	position: relative;
	width: 925px;
	padding-bottom: 25px;
}
#left_col {
   position: relative;
	float: left;
	width: 690px;
}
.home #left_col, .category #left_col {
   margin-top: 5px;
}
#left_col .edit {
   position: absolute;
   top: 0;
   left: -80px;
   width: 40px;
   height: 15px;
}
#right_col {
	float: right;
	width: 206px;
	margin-top: 30px;
	padding: 7px;
}
#important_message_for_ie_users {
   margin: 25px auto;
   width: 925px;
   border-top: 3px double #eee;
   border-bottom: 3px double #eee;
   padding: 15px 0;
   font-weight: bold;
   background-color: #48b2d8;
   color: #fff;
   font-size: 1.2em;
}
#important_message_for_ie_users a { color: #fee; }

/* #header */
#header {
	position: relative;
   z-index: 2;
	margin: 0 auto;
	width: 925px;
   height: 70px;
	text-align: left;
}
#header h1 {
	background: #fdfdff url(images/logo.png) no-repeat top left;
	font-weight: normal;
	font-size: 1.95em;
	letter-spacing: .03em;
	color: #333;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 3;
	width: 125px;
	height: 35px;
	padding-left: 95px;
	padding-top: 27px;
}
#header h1 em {
	font-style: normal;
	letter-spacing: -.1em;
}
/* Main nav */
#header nav {
	position: relative;
	border-bottom: 1px dotted #aaa;
	width: 690px;
   height: 49px;
}
ul.main_nav {
   padding: 10px 2px 0;
   height: 40px;
	font-size: .9em;
	position: relative;
	display: block;
	text-transform: uppercase;
}
ul.main_nav li, ul.main_nav li a {
	display: block;
	background-color: transparent;
}
ul.main_nav li {
	float: left;
	margin-right: 30px;
   height: 37px;
	line-height: 37px;
   padding-top: 3px;
}
ul.main_nav li a {
	text-decoration: none;
	color: #333;
	letter-spacing: .1em;
}
ul.main_nav li a:hover {
	color: #48b2d8;
	text-decoration: none;
}
ul.main_nav li.active {
   height: 45px;
	background: transparent url(images/nav_on.png) no-repeat 50% bottom;
}
ul.main_nav li.active a:hover {
	border-bottom: none;
}

/* Footer */
.clearfooter {
   height: 55px;
   clear: both;   
}
#footer {
	height: 55px;
	position: relative;
	text-align: center;
   z-index: 2;
	width: 100%;
	background: #fdfdff url(images/bg.png) bottom left repeat-x;
}
#footer .container {
	margin: auto;
	position: relative;
	width: 960px;
	text-align: left;
	border-top: 1px dotted #aaa;
}
#footer p {
	margin: 14px 0;
	line-height: 1.3em;
}
#footer p, #footer a {
	color: #555;
	text-align: left;
	background-color: transparent;
}
#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}
#footer a:hover {
	color: #48B2D8;
   border-bottom-color: 1px dotted #48B2D8;
}
#footer img {
	vertical-align: bottom;
}

/* Loader */
.loader {
	background: #fdfdff url(images/loader.gif) 0 0 no-repeat;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	font-size: .7em;
}
#loader {
	position: absolute;
   z-index: 50;
	width: 695px;
	height: 100%;
   min-height: 500px;
	top: -8px;
	left: 0;
	z-index: 10;
	text-align: center;
	cursor: wait;
	line-height: 766px;
	background-position: center 300px;
	-moz-opacity: .8; filter: alpha(opacity=80);	filter: "alpha(opacity=80)"; opacity: .8;
}
#loader.off { cursor: default; }

/* Sidebar */
.sidebar h3 {
	color: #333;
	margin-bottom: 5px;
	letter-spacing: .1em;
	padding-bottom: 15px;
   font-size: 1em;
	margin-top: 20px;
	text-transform: uppercase;
	background: transparent url(images/title_on.png) no-repeat left bottom;
}
#presentation {
   position: relative;
}
.sidebar p {
   position: relative;
	margin-bottom: 10px;
	line-height: 1.5em;
	color: #333;
	margin-right: 0;
}
.sidebar p a {
	border-bottom: 1px dotted #555;
   text-decoration: none;
}
.sidebar p a:hover, .sidebar p a:active {
	color: #48b2d8;
   border-bottom-color: #48b2d8;
}
.sidebar p.lang {
	color: #999;
}
.sidebar p.switch {
   font-size: 1.1em;
}
.sidebar p.switch small {
   font-size: .9em;
   padding-right: 1px;
}
.sidebar p.lang a {
   color: #48b2d8;
   border-bottom-color: #48b2d8;
}
.sidebar h4 {
   font-size: 1.2em;
   color: #555;
}
.sidebar h4 a, .sidebar h4 a:hover {
   text-decoration: none;
    color: #555;
}
#news .item p {
   font-size: .9em;
   color: #999;
   line-height: 1.3em;
   margin: 0 5px 0 0;
   border-left: 1px solid #eee;
   padding-left: 5px;
}
#news .date {
   float: right;
   padding: 1px 4px;
   color: #999;
}
.sidebar_menu {
	position: relative;
	margin: 5px 0;
	list-style: none;
	display: block;
}
.sidebar_menu li {
	display: block;
	margin-bottom: 5px;
}
.sidebar_menu a {
	color: #555;
	text-decoration: none;
   border-bottom: 1px dotted transparent;
	padding: 2px 3px;
}
.sidebar_menu a span {
	color: #999;
	font-size: .9em;
}
.sidebar_menu a:active, .sidebar_menu a:hover {
   background-color: #333;
   color: #fff;
}
.sidebar_menu li.active a {
   border-bottom: 1px dotted #aaa;
}
.sidebar_menu li.active a {
  font-weight: bold;
}
.searchform div {
   position: relative;
   margin: 15px 4px 5px -2px;
   width: 206px;
}
.searchform input {
   color: #777;
   padding: 3px;
   border: 1px solid #efefef;
}
.searchform .text {
   -webkit-appearance: none;
   -webkit-box-sizing: content-box;
   width: 150px;
   padding-left: 25px;
   background: url(images/search_bg.png) transparent no-repeat 1px 1px;
   -webkit-border-top-left-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-topleft: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
}
.searchform .text:focus {
   background-color: #fff;
   border: 1px solid #aaa;
   color: #555;
}
.searchform .submit {
   position: absolute;
   right: 0;
   top: 0;
   background-color: #eee;
   width: 26px;
   -webkit-border-top-right-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-topright: 3px;
   -moz-border-radius-bottomright: 3px;
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
}
.searchform .submit {
   line-height: 1.2em !important;
}
#left_col .searchform {
   border: 1px solid #eee;
   padding: 25px;
   margin: 15px 0;
   background: transparent url(images/bg_trans.png);
   width: 355px;
}
#left_col .searchform div {
   margin: 0;
   width: 100%;
}
#left_col .searchform .text {
   background-color: #fff;
   width: 300px;
}
#left_col .searchform .submit {
   background-color: #fbfbfb;
}

/* Post meta */
.meta span {
   color: #999;
	display: block;
}
.list .meta {
   float: left;
   margin-top: 10px;
   padding: 5px 0;
   border-top: 1px solid #eee;
}
.list .meta span {
   font-size: .9em;
   margin-top: 5px;
}
.meta a {
	color: #999;
	text-decoration: none;
   background-color: transparent;
}
.tags, .cat {
   font-size: .9em;
	line-height: 1.2em;
}
.tags {
	text-indent: 17px;
	background: transparent url(images/tags.png) no-repeat 0 3px;
}
.tags a, .cat a {
   font-weight: normal;
	white-space : nowrap;
}
.tags a:hover, .cat a:hover {
	color: #48b2d8;
	border-bottom: 1px dotted #48b2d8;
}
p.sp a {
   position: relative;
   display: block;
   float: left;
   background: transparent no-repeat 0 0;
	color: #555;
   font-weight: bold;
   line-height: 23px;
	padding-left: 18px;
   border-bottom: none !important;
   text-decoration: underline;
}
p.sp a:active, p.sp a:hover {
	background-position: 0 -25px;
	color: #48B2D8 !important;
}
p.sp a:active {
   border-color: #48b2d8;
   margin: 1px -1px -1px 1px;
}
p.url a { background-image: url(images/url.png); }
p.cv a { background-image: url(images/cv.png); }

/* Post infos in single pages */
#infos {
	position: relative;
	margin: 25px 0;
	background: url("images/bg_trans.png") 0 0 #fff;
	-moz-box-shadow: 2px 2px 1px #bbb;
	-webkit-box-shadow: 2px 2px 1px #bbb;
	box-shadow: 2px 2px 1px #bbb;
	border: 1px solid #eee;
}
#infos a, #infos a:hover {
	background-color: transparent;
}
#infos .container {
	margin: 5px;
	padding: 15px 20px;
	background-color: #fff;
   width: 638px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
#infos .date {
   padding: 4px 12px 5px;
   float: left;
   margin: 5px 20px 5px 0;
   font-size: 1.3em;
   color: #888;
   background: #333;
   -webkit-transform: rotate(-5deg); 
   -moz-transform: rotate(-5deg);
}
#infos .description {
   float: left;
   width: 500px;
}
#infos .description p {
   color: #333;
}
#infos .description ul {
	list-style: none;
   margin-left: 5px;
   margin-top: 10px;
}
#infos .description li {
	color: #333;
	background: transparent url(images/tic.png) no-repeat 0 7px;
	padding-left: 15px;
   margin-bottom: 10px;
}
#infos .description a {
	color: #333;
}
#infos .description a:hover {
	color: #48B2D8;
	background-color: transparent;
}
#infos .meta {
   margin-top: 15px;
   padding-top: 10px;
   border-top: 1px dotted #eee;
	color: #999;
   width: 638px;
}
#infos .meta .cat {
   float: left;
}
#infos .meta .tags {
   float: right;
}
#infos p.url {
   margin-top: 10px;
}
#other {
	border-top: 2px dotted #555;
	padding-top: 15px;
	margin-bottom: 25px;
}
#other h4 {
   font-size: 1.6em;
	margin-bottom: 15px;
}
.images {
	position: relative;
}

/* Image link */
.image a {
   display: block;
	position: relative;
	text-align: center;
   background-color: #fff;
	border: 1px solid #eee;
	-moz-box-shadow: 2px 2px 1px #bbb;
	-webkit-box-shadow: 2px 2px 1px #bbb;
	box-shadow: 2px 2px 1px #bbb;
}
.csstransitions .image a {

	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.image a span {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff url(images/bg_trans.png);
	text-align: center;
}
.image img {
	display: block;
	position: relative;
	margin: auto;
}
.no-js .image a:hover, .csstransitions .image a:hover  {
	background-color: #333;
}
.image a:active {
	margin-top: 1px;
	margin-left: 1px;
	-webkit-box-shadow: 1px 1px 1px #bbb;
	-moz-box-shadow: 1px 1px 1px #bbb;
	box-shadow: 1px 1px 1px #bbb;
}

/* Images list */
.images_list {
	position: relative;
	display: block;
	margin: auto;
	list-style: none;
	margin-right: -40px;
}
.images_list .item {
	position: relative;
	float: left;
	width: 332px;
	height: 232px;
	margin-right: 23px;
	margin-bottom: 23px;
	font-size: .8em;
	line-height: 1.1em;
}
.images_list.small .item {
	width: 232px;
	height: 157px;
	margin-right: 0;
	margin-bottom: 10px;
}
.images_list .item a {
	width: 300px;
	height: 200px;
	padding: 15px;
   text-decoration: none;
}
.images_list.small .item a {
	width: 200px;
	height: 133px;
	padding: 10px;
}
.images_list .item a span {
	width: 300px;
	height: 200px;
	line-height: 200px;
   font-size: 1.2em;
}
.images_list.small .item a span {
	width: 200px;
	height: 133px;
}

/* Tag & search list */
.list {
	position: relative;
	display: block;
	margin: auto;
	list-style: none;
	margin-top: -10px;
}
.list .item {
   position: relative;
	border-bottom: 1px dotted #aaa;
	padding: 25px 0;
	clear: both;
}
.list .item:last-child {
	border-bottom: none;
}
.list .image {
   position: relative;
   overflow: hidden;
	float: left;
	width: 222px;
	height: 152px;
	margin-right: 20px;
}
.list .image a {
	width: 200px;
	height: 130px;
	padding: 10px;
}
.list .image a span {
	width: 200px;
	height: 130px;
	line-height: 100px;
}
.list .image img {
	width: 200px;
}
.list .description {
	position: relative;
	float: left;
	width: 440px;
	color: #555;
}
.list .text {
   clear: both;
}
.list .description.full {
   float: none;
   width: 690px;
}
.list header {
	line-height: 1.7em;
   margin-bottom: 10px;
}
.list h3 {
	position: relative;
   margin-top: -2px;
	margin-bottom: 5px;
	font-size: 1.5em;
	line-height: 1.3em;
   float: left;
   margin-right: 10px;
}
.list h3 a {
	background-color: transparent;
	color: #333;
	text-decoration: none;
   border-bottom: 1px dotted #333;
}
.list h3 a:hover {
   color: #fff;
   color: #48b2d8;
	border-bottom: 1px dotted #48b2d8;
}
.list .date {
   font-size: 1.1em;
   color: #777;
   white-space: nowrap;
}
.list .description li {
	list-style: none;
	background: transparent url(images/tic.png) no-repeat 2px 7px;
	padding-left: 12px;
}
.list .edit {
   position: absolute;
   z-index: 15;
   bottom: 25px;
   right: 25px;
}
#tag_dialog {
	border-top: 2px dotted #555;
	margin: 15px 0 0;
	padding: 15px 0;
	min-height: 175px;
	text-align: center;
}
#tag_dialog_container {
	text-align: left;
}
#tag_dialog h2 {
	font-size: 1.6em;
	margin: 0 0 15px;
	color: #555;
	text-align: left;
}
#tag_dialog h2.active {
	background-color: #ffff00;
	float: left;
}
#tag_dialog .list {
	margin-bottom: -5px;
}
#tag_dialog .list .item {
	padding: 15px 0;
	border-bottom: none;
	border-top: 1px dotted #aaa;
}
#tag_dialog .list .item:first-child {
	border-top: none;
}
#tag_dialog .list .tag_image {
	margin-right: 15px;
}
#tag_dialog .list .description {
	width: 420px;
}
#tag_dialog .loader {
	width: 66px;
	height: 66px;
	line-height: 66px;
	margin: 50px auto 0;
}

/* Prev/next links */
nav#prevnext {
	position: fixed;
	z-index: 15;
	top: 40%;
	left: 0;
	width: 100%;
}
nav#prevnext div {
	position: absolute;
	top: 0;
	display: block;
	text-align: center;
	overflow: hidden;
}
nav#prevnext div.prev {
	left: 0;
	text-align: left;
}
nav#prevnext div.next {
	right: 0;
	text-align: right;
}
nav#prevnext a {
	display: block;
	color: #333;
	font-size: 1.8em;
	text-transform: uppercase;
	background: #f3f3f3;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	width: 12px;
	height: 70px;
	line-height: 70px;
   font-weight: normal;
}
nav#prevnext a span {
	position: absolute;
	top: 21px;
	height: 37px;
   width: 80px;
	line-height: 18px;
	background: #f3f3f3;
	display: block;
	font-size: .7em;
	color: #d2d5d9;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}
nav#prevnext a, nav#prevnext a span {
   cursor: pointer;
}
nav#prevnext div.prev a {
	text-align: left;
}
nav#prevnext div.prev a span {
	left: 30px;
}
nav#prevnext div.next a {
	text-align: right;
}
nav#prevnext div.next a span {
	right: 30px;
}
.no-js nav#prevnext a:hover, .csstransitions nav#prevnext a:hover {
	color: #555;
	width: 100px;
}
.no-js nav#prevnext div.prev a:hover, .csstransitions nav#prevnext div.prev a:hover {
	padding-left: 8px;
}
.no-js nav#prevnext div.prev a:hover span, .csstransitions nav#prevnext div.prev a:hover span {
	left: 25px;
}
.no-js nav#prevnext div.next a:hover, .csstransitions nav#prevnext div.next a:hover {
	padding-right: 8px;
}
.no-js nav#prevnext div.next a:hover span, .csstransitions nav#prevnext div.next a:hover span {
	right: 25px;
}
nav#prevnext div.next a:active, nav#prevnext div.next a:active span {
	margin-top: 1px;
	margin-right: -1px;
}
nav#prevnext div.prev a:active, nav#prevnext div.prev a:active span {
	margin-top: 1px;
	margin-left: -1px;
}

/* Slideshow */
#images {
   position: relative;
}
#images .more {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	z-index: 5;
	color: #fff;
	background-color: #000;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.8em;
	cursor: pointer;
}
.images_container {
	position: relative;
	z-index: 1;
	text-align: center;
}
#slideshow {
	width: 688px;
	height: auto;
}
#slideshow.loaded {
	height: 400px;
}
#image, #slideshow.loaded {
	border: 1px solid #eee;
  	-moz-box-shadow: 2px 2px 1px #bbb;
	-webkit-box-shadow: 2px 2px 1px #bbb;
	box-shadow: 2px 2px 1px #bbb;
}
#slideshow div {
	cursor: default;
	text-align: center;
	width: 688px;
	background-color: #eee;
   margin-bottom: 15px;
}
#slideshow.loaded div {
   margin-bottom: 0;
   cursor: pointer;
}
.images_container img {
	display: block;
	margin: auto;
	max-width: 690px;
}
#infos_link, #pager {
	position: absolute;
	right: 0;
	top: 8px;
}
#infos_link {
	text-decoration: none;
	background: #d2d5d9 url(images/bg_trans.png);
	padding: 0 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 30px;
}
#pager {
	right: 45px;
	background-color: transparent;
}
#pager a {
	display: block;
	float: left;
	background: #d2d5d9 url(images/bg_trans.png);
	padding: 0 5px;
	color: #fff;
	margin-left: 5px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#pager a:hover, #infos_link:hover {
	background-color: #555;
	color: #fff;
}
#pager a.activeSlide {
	color: #fff;
	background: #333;
	cursor: default;
}
#caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 5;
	font-size: 1.1em;
	color: #000;
	padding: 0 5px;
}
#caption.on {
	background-color: #ddd;
}


/* Pages */
div.page a {
   border-bottom: 1px dotted #555;
   text-decoration: none;
}
div.page a:hover, div.page a:active {
   border-bottom-color: #48b2d8;
}
.page .left_box {
   position: relative;
	float: left;
	width: 445px;
   margin-right: 25px;
}
.page .right_box {
   position: relative;
	float: right;
	width: 180px;
   background: #f5f5f7 url(images/bg.png) repeat-x;
   padding: 15px 20px 25px;
}
.page .right_box h3 {
   margin-top: 10px;
}
div.page .left_box.large {
	width: 420px;
}
div.page .right_box.small {
   width: 219px;
}
.alignleft {
   float: left;
   margin: 0 15px 5px 5px;
}
.alignright {
   float: right;
   margin: 0 5px 5px 15px;
}
div.page ul {
   margin-top: 10px;
}
div.page ul li {
	list-style: none;
	padding-left: 15px;
	background: transparent url(images/tic.png) no-repeat 0 6px;
   margin-bottom: 10px;
}
div.page small {
   font-size: 1em;
   color: #555;
   font-style: italic; 
}

/* Page : photos */
.box_container {
   position: relative;
   margin-bottom: -11px;
   margin-right: -25px;
}
.box_container a {
   width: 75px;
   height: 75px;
   padding: 6px;
   text-align: center;
   float: left;
   display: block;
   margin-right: 11px;
   margin-bottom: 11px;
   border: 1px solid #eee !important;
}
.box_container a img {
   vertical-align: middle;
}
.no-js .box_container a:hover, .csstransitions .box_container a:hover  {
   background-color: #333;
}

/* Page : About */
dt {
   color: #888;
}
dd {
   margin: 0 0 10px;
}

/* Page : Contact */
#fancybox-content div {
   overflow: hidden;
}
#post-334 {
   margin: 0;
   display: block;
}
.page h3.contact_email {
   font-size: 1.5em;
}
.contactform  {
   margin: 5px 0;
   width: 480px;
}
.page .contactform p {
   margin-bottom: 15px;
}
.contactform label, .contactform span {
   color: #333;
   clear: both;
}
.contactform .wpcf7-form-control-wrap {
   margin: 0 0 10px;
   display: block;
}
.contactform .wpcf7-not-valid-tip {
   background-color: #990000;
   color: #fff;
   padding: 7px 15px;
   margin-left: 1px;
   font-weight: bold;
   -webkit-border-top-right-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomright: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}
.contactform .wpcf7-response-output {
   margin: 0 0 10px;
   display: block;
}
.contactform .wpcf7-validation-errors, .contactform .wpcf7-mail-sent-ng {
   color: #990000;
   font-weight: bold;
   font-size: 1.3em;
}
.contactform .wpcf7-mail-sent-ok {
   font-weight: bold;
   color: #48b2d8;
   font-size: 1.3em;
}
.contactform label {
   cursor: pointer;
   margin-bottom: 5px;
   font-weight: bold;
   display: block;
}
.contactform input[type="email"], .contactform input[type="text"], .contactform textarea {
   background: #fff url(images/input_bg.png) repeat-x 0 0;
   border: 1px solid #eee;
   color: #777;
   font: 14px/20px Arial, Helvetica, sans-serif;
   padding: 5px;
   width: 280px;
   height: 18px;
}
#silly-question {
   background: #fff url(images/inputsmall_bg.png) repeat-x 0 0;
   width: 140px;
}
.contactform textarea {
   background: #fff url(images/textarea_bg.png) repeat-x 0 0;
   width: 465px;
   max-width: 465px;
   height: 100px;
   margin-bottom: 0;
   padding-bottom: 0;
}
.contactform input:hover, .contactform input:focus, .contactform input:active,
.contactform textarea:hover, .contactform textarea:focus, .contactform textarea:active {
   border: 1px solid #999;
   color: #777;
}
.contactform input[type="submit"] {
   margin-top: 10px;
   padding: 5px 15px;
   line-height: 1.7em;
   font-size: 1.1em;
   background: #e2e2e4;
   color: #FDFDFF;
   border: 1px solid #333;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#444444');
   background: #999 -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
   -webkit-background-clip: padding-box;
   background: #999 -moz-linear-gradient(top,  #555,  #444);
	-moz-text-shadow: 1px 1px 1px #222;
	-webkit-text-shadow: 1px 1px 1px #222;
	text-shadow: 1px 1px 1px #222;
   clear: both;
}
.contactform input[type="submit"]:hover {
   border: 1px solid #000;
   -webkit-background-clip: padding-box;
   background: #333;
}
#fancybox-content {
   text-align: left;
}
.contactform .ajax-loader {
   margin-left: 15px;
}

/*------------------------
Plugins styles
------------------------*/

/* Fancybox */
.js #fancybox-overlay { position: fixed; }
.js #fancybox-wrap { margin-top: -20px; }
.js #fancybox-title { z-index: 1102; height: 60px; bottom: -50px; }
.js #fancybox-title_inner {
	font-size: 12px;
   margin-top: 10px;
   color: #fff;
   text-align: center;
}
.js #fancybox-title_inner strong { font-size: 1.3em; }
.js #fancybox-title_inner .pager { display: block; margin-top: 10px; }
.js #fancybox-title_inner .pager a { text-decoration: none; border-bottom: 1px dotted #eee; }
.js #fancybox-title_inner .pager a:hover { 
   text-decoration: none; color: #48b2d8; border-bottom: 1px dotted #48b2d8;
}
.js #fancybox-close-top {
   position: absolute;
   z-index: 1103;
   top: 25px;
   right: 25px;
}
.js #fancybox-left, .js #fancybox-right {
   width: 45%;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	filter: "alpha(opacity=50)";
	opacity: .5;
}
.js #fancybox-left { left: -75px; }
.js #fancybox-right { right: -75px; }
.js #fancybox-overlay { background: #000 url(images/bg.png) repeat-x top left; }
.js #fancybox-close {
	position: fixed;
	top: 25px;
	right: 25px;
	width: 80px;
	height: 40px;
	background: transparent url(images/close.png) 10px 5px no-repeat;
}
.js #fancybox-outer img {
   -moz-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
}
