/*
Theme Name: Carrie Blanche
Theme URI: http://carrieblanche.com
Description: CarrieBlanche.com
Version: 0.1
Author: Egor Pomortsev
*/

body {
    background: #fffefc url(images/bg.png) repeat-x;
    font-family: "Georgia", serif;
    font-size: 62.5%;
    line-height: 1;
    color: #625345;
    margin-top: 8em;
    padding-bottom: 3em;
}

p {
    font-size: 1.2em;
    line-height: 1.8em;
    margin-bottom: 1.2em;
}

a {
    color: #a08c78;
    text-decoration: none;
    border-bottom: 1px solid #d8cfc7;
}

a:hover {
    color: #625345;
    border-bottom-color: #af9c8b;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    color: #3d352b;
    }
    h2 { 
        font-size: 1.8em; 
        margin-bottom: 1em;
    }
    h3 {
        font-size: 1.6em;
        margin-bottom: 1em;
    }
    h4 {
        font-size: 1.2em;
        margin-bottom: 1em;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

hr {
    border: 0;
    background-color: #f1eeea;
    height: 1px;
    margin: 1em 0 2em 0;
}

div.header {
    height: 10em;
    margin-bottom: 3em;
}

div.header a, ul.nav li a {
    border: none;
}

div.sidebar {
    font-family: "Verdana", sans-serif;
    margin-top: 4em;
}

a.mail {
    background: url(images/envelope.gif) no-repeat 0 3px;
    padding-left: 18px;
    position: relative;
    left: -18px;
}

ul.nav li {
    height: 1em;
    margin-bottom: 2em;
    font-size: 1.2em;
    font-weight: bold;
    }

ul.links li {
    font-size: 1em;
    margin-bottom: 1em;
    }
    ul.links li a {
        border: none;
    }

a.logo {
    display: block;
    background: url(images/logo.gif) no-repeat;
    width: 512px;
    height: 100px;
    text-indent: -9000px;
}


/* ---------------------------------- */

.ngg-galleryoverview {
	overflow: hidden;
	width: 800px;
}

.ngg-gallery-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}

.ngg-gallery-thumbnail a {
	display: table-cell;
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	border: none;
	}
	.ngg-gallery-thumbnail a:hover { background: #faf8f5; }

.ngg-gallery-thumbnail a img {
	vertical-align: middle;
}


.ngg-clear {
	clear: both;
}

.ngg-navigation {
	font-size:1.2em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	margin-bottom: 2em;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border: none;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #faf8f5;
}

