/*
Theme Name: Cellophany
Theme URI: http://www.serenestudios.co.uk
Description: Cellophany
Version: 0.1
Author: Dan Hill
Author URI: http://www.serenestudios.co.uk

*/
*, html {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

body {
	background: #fff url(images/bg1.jpg) top left no-repeat;
	color:#404040;
	margin:0pt;
	padding:0pt;
	font-family: Calibri,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: #444;
	text-align: justify;
}


a {
	color: #9d381b;
	text-decoration: none;
}

a:hover {
	color: #771a11;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 2.0em;
	margin-bottom: 0.4em;
	clear: right;
	color: #666;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
}

h1, h2, h3, h4, #mainnav li a {
	font-weight: lighter;
	font-family: Georgia, Calibri,"Trebuchet MS",Helvetica,Arial,sans-serif;
}

img, a img {
	border: none;
}

strong {
	font-weight: bold;
}

.intro {
	font-size: 1.2em;
	font-weight: lighter;
}

/* Begin Typography & Colors */

#page-container {
	margin:225px 0pt 0pt 200px;
	padding:0pt 0pt 35px;
	width:720px;
}

#menu-container {
	/*background:url(images/logo.png);*/
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:-60px;
	padding:125px 0pt 0pt;
	position:relative;
	height: 30px;
}

#menu-container div.bg {
	
	padding-left:60px;
	
}

#topbar {
	height: 30px;
	border-bottom: 1px solid #ccc;
}

#content-container {
	border-bottom:15px solid white;
	padding-top:20px;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	
}

#photo {
	float: right;
}

#mainnav {
	list-style: none;
	height: 30px;
}

#mainnav li {
	float: left;
}
#mainnav li a {
	font-size: 18px;
	line-height: 30px;
	background: #f6f6f6;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.current_page_item a, #mainnav li a:hover {
	background: #fff !important;
}

#sidebar {
	background: #fff;
	height: 200px;
	color: #888;
	padding: 20px;
	font-size: 0.9em;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.piclenselink {
	display: none;
}

.ngg-right {
	clear: right;
}
