﻿
body {
	margin-top: 50px;
	padding: 0;
	background: black;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
	color: #FFFFFF;
}

.container {
    margin-left: 28%;
    text-align: center;
    background: url("images/girland.jpg") no-repeat center;
}

.center_div {
    text-align: center;
    padding: 150px;
}

/* Content */

#work .row.images .image {
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		position: relative;
		top: 0;
		left: 0;
		opacity: 1.0;
	}

	#work .row.images.inactive .image {
		opacity: 0;
	}

		#work .row.images.inactive .image.from-left {
			left: -14em;
		}

		#work .row.images.inactive .image.from-right {
			left: 14em;
		}

		#work .row.images.inactive .image.from-top {
			top: -7em;
		}

		#work .row.images.inactive .image.from-bottom {
			top: 7em;
		}


#content {
        margin-top: 5%;
        margin-left: 45%;
        text-align: center;
	background: black;
}

#leftside {
        margin-top: 5%;
        margin-left: 5%;
        text-align: center;
	background: black;
}

.right_div {
    width: 80%;
    margin-top: 5%;
    margin-bottom: 10%;
    text-align: left;
}

.left_div {
    margin-left: 8%;
    width: 30%;
    text-align: left;
}


h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: +3px;
	font-size: 70px; 
        color: #deb200;
        margin: 0;
	padding: 0;
	font-weight: normal;
        font-family: 'Tangerine', sans-serif;
        text-align: center;
}

h2 {
	font-size: 20px;
}

ul, ol {
	margin: 0 0 1em 0;
	text-align: left;
	line-height: 26px;
}

p {
	margin: 0 0 1em 0;
	text-align: left;
	line-height: 16px;
}

a {
      text-decoration: none;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #deb200;
}

a:visited {
	color: #B0C3F5;
}

img {
	border: none;
        float: left;
        margin: 5% 5% 10% 10%;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	
	margin-left: 5px;
}

img.center {
	border: none;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 50px;
	background: black;
        text-align: right;
}


/* Menu */

#menu {
	float: left;
	width: 950px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	text-align: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 25px 25px 5px;
	text-decoration: none;
        font-family: 'Poiret One', cursive;
	font-size: 24px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #deb200;
}

#menu .current_page_item a {
	color: #000000;
}

#header p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        float: right;
        font-size: 16px;
}    


#title {
      padding: 90px 10px 10px 95px;
      font-family: 'Tangerine', sans-serif;
      color: #deb200;
      font-size: 60px;
      float: left;
}

#address {
        text-align: center;
        font-size: 16px;
}

/** LOGO */

#logo {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: none; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: ##deb200;
        text-align: right;
        
}

#logo p a:hover { text-decoration: none; }



/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: black;
}



/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 32px;
	color: #FFFFFF;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 30px;
	color: #FFFFFF;
}

.post .entry {
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #B8120B;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #897B7B;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
}

#sidebar h2 {
	width: 250px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
	font-size: 20px;
	color: #FFFFFF;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 100px;
	margin-right: 5px;
	margin-left: 20px;
	padding: 2px;
}

#x {
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 80%;
	margin: 0 auto;
	padding: 1% 0 1% 0;
	background: black;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}

#photographer {
        text-align: center;
	color: #FFFFFF;
}

