/*

Theme Name: Sneaky Leaks

Theme URI: http://www.newdealmultimedia.com/

Description: Theme for Sneaky Leaks.

Version: 1.0

Author: New Deal Multimedia, LLC

Author URI: http://www.newdealmultimedia.com/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	background: #4568A8 url('/images/bg.gif') top center repeat-x;
}

h2 {
	margin-top: 0px;
}

p {
	margin-top: 4px;
	margin-bottom: 16px;
}

a {
	color: #355B9A;
}

hr {
	margin-bottom: 16px;
}
#page {
	width: 936px;
	margin: 0 auto;
}

#header {
	margin-bottom: 14px;
	margin-top: 14px;
}

#content {
	background-color: white;
	padding: 20px;
	margin-left: 236px;
	padding-top: 0;
	border: 2px solid #355B9A;
}

#content h2 {
	color: #355B9A;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
}

#sidebar {
	width: 222px;
	float: left;
}

#sidebar .section {
	border: 2px solid #355B9A;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	margin-bottom: 16px;
	background-color: #B6C5DE;
}

#sidebar .section h2 {
	margin: -10px;
	margin-bottom: 8px;
	background-color: #DBE2EF;
	color: #355B9A;
	padding: 8px;
	font-size: 1.2em;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#sidebar .section p {
	color: #355B9A;
	line-height: 1.3em;
}

#sidebar .section ul {
	list-style-type: none;
	padding-left: 0px;
}

#sidebar .section ul#nav li {
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

.separator, .seperator {
	height: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h2.pagetitle {
	font-size: 1.3em;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	background-color: #DBE2EF;
	color: #355B9A;
	border: 1px solid #3E63A1;
	margin-top: 1px;
	margin-left: -19px;
	margin-right: -19px;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 12px;
}

img.heading {
	margin-left: -19px;
	margin-right: -20px;
	margin-top: -12px;
	padding: 0;
	width: 694px;
}

#footer {
	text-align: center;
	color: #2C4B7D;
	font-size: 11px;
	padding: 10px;
	clear: both;
}
#footer a {
	color: #2C4B7D;
}
#header img#logo {
	float: left;
}
#header #contact {
	float: right;
	padding: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #3E63A1;
	color: white;
	font-size: 1.3em;
	text-align: right;
	width: 300px;
	background-color: #799DD7;
	opacity: 0.65;
	filter:alpha(opacity=65);
}
#header #contact a {
	color: white;
}
#header #contact strong {
	color: #B6C5DE;
}
#header #contact p {
	margin-top: 8px;
	margin-bottom: 4px;
	opacity: 1;
}
#header #apsp {
	float: right;
	padding: 18px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: right;
	width: 300px;
}

input#s {
	width: 194px;
}

ul {
	padding-left: 20px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 10px;
	margin-right: 0;
}