/*  
Theme Name: SecretPearls 1_2
Theme URI: http://www.secretpearls.net/
Description: Nice black theme
Version: 1.2
Author: WebRevolutionary, www.secretpearls.net
Author URI: http://www.secretpearls.net/
*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #aaa;
	background: #000;
	border-top: 5px solid #111;
}
#firstline {
}
#left a, #right a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	text-shadow: #fff 0px 0px 4px;
}
#left a:hover, #right a:hover {
	border-bottom: 1px solid #f4f;
	color: #f8f;
	text-shadow: #fff 0px 0px 4px;
}
strong {
	font-weight: bold;
}
div#wrapper {
	width: 980px;
	margin: auto;
	text-align: left;
}

.content-box li {
	background: url('images/star.png') 0px 2px no-repeat;
	padding-left: 20px;
        }

ul#navigation {
	display: block;
	float: right;
	list-style: none;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #555;
	background: #222;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 3px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Century Gothic","Courier New",Courier,sans-serif;
}
ul#navigation li.current_page_item a {
	color: #a2a;
	background: #111;
	text-shadow: #000 0px 0px 4px;
}
ul#navigation li a:hover, ul#navigation li:hover a {
	color: #000;
	background: #f8f;
	text-decoration: underline;
	text-shadow: #000 0px 0px 4px;
}
div#header {
	padding: 0 0 10px 0;
	display: block;
}
#header h1 {
	font-size: 48px;
	color: #f8f;
	font-weight: bold;
	font-family:"Century Gothic";
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;
	text-shadow: #fff 0px 0px 8px;
}
#header h1 a {
	color: #f8f;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
}
#header h2 {
	font-size: 36px;
	//font-family: "Century Gothic";
	color: #333;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	text-shadow: #fff 0px 0px 4px;
}
div#left {
	width: 700px;
	float: left;
	margin: 0 20px 0 0;
}

#right {
	width: 200px;
	float: right;
}
.right1 {
	padding-bottom: 50px;
}
#right .addthis_default_style a {
	border-bottom: none;
}
div#right h2, div#left h2 {
	font-size: 24px;
	font-family: "Century Gothic";
	color: #eee;
	font-weight: bold;
	margin: 20px 0 8px 0;
	border-bottom: 1px solid #333;
}
#right h3, #left h3 {
	font-size: 24px;
	color: #eee;
	font-weight: bold;
	font-family:"Century Gothic";
	margin: 44px 0 8px 0px;
	/* border-bottom: 1px solid #333; */
	text-shadow: #fff 0px 0px 4px;
}

div#right h4, div#left h4 {
	font-size: 18px;
	color: #eee;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #333;
}

div#right2 {
	margin: 30px 0 0 0;
}
div.note {
	margin: 0 0 15px 0;
}
div.note h3 {
	font-weight: bold;
	font-size: 15px;
	color: #ccc;
}
div#footer {
	font-size: 10px;
	margin: 30px 0 50px 0;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	clear: both;
	float: left;
	width: 100%;
	color: #666;
}
div#footer a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
div#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #333;
}
div.work-image a {
	border: none!important;
}
div.work-image img {
	padding: 3px;
	background: #333;
	border: 1px solid #444;
}
div.work-image a img {
	border: 1px solid #444;
}
div.work-image a:hover img {
	background: #444;
	border: 1px solid #555;
}
div.content-box {
	margin: 0 0 20px;
}
div.content-box h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
div.content-box h3 em {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
div#left p {
	margin: 0 0 20px 0;
}
div.contactform label {
	display: block;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
div.contactform input#contactsubmit {
	position: relative;
	top: 10px;
}

div#navbar a {
background-color: #333333;
border-width: 3px;
border-style: solid;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #cccccc;
border-top-color: #cccccc;
border-bottom: 3px solid #999999;
color: #FFFFFF;
padding: 1.1em;
margin-bottom: 25px;
font-size: 24px;
font-family: "Century Gothic";
font-weight: bold;
}
div#navbar a:hover {
	border-bottom: 3px solid #999999;
	background-color: #f8f;
	color: #000;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	clear:right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


