/***********************************************
*
* Antonina Rubina Stylesheet
*
* By Richard Harwood
* Copyright Enernetiq Limited 2012
* http://www.enernetiq.com
*
***********************************************/

/***********************************************
*
* CSS Reset
*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*
***********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************************************
*
* General Styles
*
***********************************************/

html {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

body {
    background: #FFFFFF url(../images/backgrounds/home.jpg) repeat 950px 0;
}

p {
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    color: #666666;
}

/***********************************************
*
* Headings
*
***********************************************/

h1 {
    font:  1.2em / 1em 'Varela', sans-serif;
}

h2 {
    font:  1.2em / 1em 'Varela', sans-serif;
    margin-bottom: 20px;
}

h2 a {
    color: #333333;
}

h3 {
    font:  1.2em / 1em 'Varela', sans-serif;
    margin-bottom: 20px;
}

/***********************************************
*
* Backgrounds
*
***********************************************/

body.home {
    background-image: url(../images/backgrounds/home.jpg);
}

body.portfolio {
    background-image: url(../images/backgrounds/portfolio.jpg);
}

body.portfolio.editorial {
    background-image: url(../images/backgrounds/editorial.jpg);
}

body.portfolio.beauty {
    background-image: url(../images/backgrounds/beauty.jpg);
}

body.portfolio.featured-images {
    background-image: url(../images/backgrounds/featured-images.jpg);
}

body.biography {
    background-image: url(../images/backgrounds/biography.jpg);
}

body.contact {
    background-image: url(../images/backgrounds/contact.jpg);
}

/***********************************************
*
* Containers
*
***********************************************/

.container {
    width: 950px;
    background: #FFFFFF;
}

/***********************************************
*
* Header
*
***********************************************/

.header {
    padding: 60px 60px 52px 60px;
    background: #FFFFFF;
}

.header .logo {
    float: left;
}

/***********************************************
*
* Navigation
*
***********************************************/

.main-nav {
    float: right;
    margin-top: 38px;
}

.main-nav li {
    float: left;
    margin-left: 3px;
    font: 0.85em / 1em 'Varela', sans-serif;
    text-align: center;
}

.main-nav li:first-child {
    margin-left: 0;
}

.main-nav a {
    display: block;
    padding: 10px 20px;
    color: #666666;
}

.main-nav .current-menu-item a,
.main-nav .current-page-ancestor a,
.main-nav a:hover {
    background: #000000;
    color: #FFFFFF;
}

/***********************************************
*
* Hero Banner
*
***********************************************/

.hero {
    position: relative;
    width: 950px;
    height: 350px;
    background: #FFFFFF url(../images/assets/my-portfolio-background.jpg) no-repeat left top;
}

.hero.my-portfolio {
    background: #FFFFFF url(../images/assets/my-portfolio-background.jpg) no-repeat left top;
}

.hero.biography {
    background: #FFFFFF url(../images/assets/biography-background.jpg) no-repeat left top;
}

.hero.contact {
    background: #FFFFFF url(../images/assets/contact-background.jpg) no-repeat left top;
}

.hero.my-portfolio .button {
    position: absolute;
    bottom: 60px;
}

.hero h1 {
    position: absolute;
    bottom: 60px;
    padding: 12px 10px 12px 60px;
    width: 130px;
    background: #000000;
    color: #FFFFFF;
}

/***********************************************
*
* Content
*
***********************************************/

.content {
    position: relative;
    padding: 60px;
    background: #FFFFFF;
}

.portfolio.landing .content {
    padding-top: 39px;
}

.biography .content {
    padding: 88px 60px;
}

.content .button.see-portfolio,
.content .button.my-biography {
    position: absolute;
    left: 0;
    bottom: 85px;
}

.content p {
    margin-bottom: 18px;
    font-size: 0.8em;
    line-height: 1.2em;
}

.content a:hover {
    text-decoration: underline;
}

.wrapped {
    float: left;
    padding-top: 26px;
    width: 212px;
}

.video {
    float: right;
    width: 560px;
    height: 315px;
}

/***********************************************
*
* Random Featured Images
*
***********************************************/

.random-featured-images {
    padding: 50px 60px 0 60px;
    background: #FFFFFF;
}

.random-featured-images .view-all {
    float: right;
    display: block;
    margin-top: 10px;
    font-size: 0.7em;
}

.random-featured-images .view-all:hover {
    text-decoration: underline;
}

.random-featured-images h2 {
    margin-bottom: 40px;
}

/***********************************************
*
* Content Columns
*
***********************************************/

.column {
    float: left;
    width: 48%;
}

.column.right {
    float: right;
}

/***********************************************
*
* Portfolio
*
***********************************************/

.portfolio .category {
    position: relative;
}

.portfolio.landing .portfolio .button {
    position: absolute;
    bottom: 55px;
    left: 0;
}

.portfolio .editorial {
    float: left;
    width: 470px;
    height: 350px;
    background: url(../images/assets/portfolio-editorial-background.jpg) no-repeat left top;
}

.portfolio .beauty {
    float: right;
    width: 470px;
    height: 350px;
    background: url(../images/assets/portfolio-beauty-background.jpg) no-repeat left top;
}

.portfolio .button.image-browser {
    margin: 20px 0 20px -60px;
    width: 254px;
}

/***********************************************
*
* Gallery
*
***********************************************/

.gallery {
    position: relative;
    margin-top: 60px;
    padding: 0 60px;
    background: #FFFFFF;
}

.gallery-title {
    padding: 10px 0 10px 60px;
    height: 20px;
    font-family: 'Varela', sans-serif;
    background: #000000;
}

.gallery-title h1 {
    float: left;
    color: #FFFFFF;
}

.gallery-title .enlarge {
    float: left;
    margin-left: 96px;
    font-size: 1.2em;
    color: #666666;
}

/***********************************************
*
* Measurements
*
***********************************************/

.measurements {
    margin-bottom: 20px;
}

.measurements h2 {
    margin-bottom: 10px;
}

.measurements dl {
    display: inline;
    font: 0.8em 'Varela', sans-serif;
    color: #000000;
}

.measurements dl dl {
    font-size: 1em;
}

.measurements dt {
    display: inline;
    margin-left: 5px;
    font-weight: bold;
}

.measurements dt.height {
    margin-left: 0;
}

.measurements dd {
    display: inline;
    padding-left: 5px;
}

/***********************************************
*
* Footer
*
***********************************************/

.footer {
    margin-left: 60px;
    margin-right: 60px;
    padding: 25px 40px 0 40px;
    width: 750px;
    height: 135px;
    background: #000000 url(../images/assets/antonina-rubina-footer-background.png) no-repeat 44px 47px;
}

.footer p {
    font-size: 0.75em;
    color: #666666;
}

.footer a {
    color: #666666;
}

.footer a:hover {
    color: #FFFFFF;
}

.footer-nav {
    float: right;
    margin: 72px 0 12px;
}

.footer-nav li {
    float: left;
    margin-left: 40px;
    font: 0.85em 'Varela', sans-serif;
    text-align: center;
}

.footer-nav li a {
    display: block;
    color: #666666;
}

.footer-nav li.current-menu-item a,
.footer-nav li.current-page-ancestor a,
.footer-nav li a:hover {
    color: #FFFFFF;
}

.copyright {
    float: right;
    clear: both;
}

.enernetiq {
    margin-left: 10px;
}

/***********************************************
*
* Buttons
*
***********************************************/

.button {
    display: block;
    padding: 12px 12px 12px 60px;
    min-width: 130px;
    font: 1.2em 'Varela', sans-serif;
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

html .button:hover {
    text-decoration: none;
}

/***********************************************
*
* Micro Clearfix
*
* http://nicolasgallagher.com/micro-clearfix-hack/
*
***********************************************/

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}