/**
 *	Theme Name: ClearPress
 *	Theme URI: http://gavinflood.com/projects/clearpress.zip
 *	Description: A simple, minimally styled theme designed to help beginner
 *	developers get used to creating and editing WordPress themes.
 *	Author: gavinflud
 *	Author URI: http://gavinflood.com
 *	Version: 1.0
 *	Tags: white, light, blue, two-columns, right-sidebar, fixed-width
 *
 *	License: GNU General Public License v3
 *	License URI: http://www.gnu.org/licenses/
 */



/*
 *	- Reset the CSS styles. This is done to make sure no web browser adds
 *	  in it's own default element styles when the site is loading.
 *	- The styles you should concern yourself with are below this set.
 */
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;
}

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;
}



/*
 *	Default element styles.
 */
body {
	background: #BEF1F4;
	font: 11pt Georgia, "Times new Roman", Serif;
	color: #353535;
}

p {
	line-height: 18pt;
	margin-bottom: 18pt;
}

a:link {
	color: #6CB6D8;
	text-decoration: none;
}

a:hover {
	color: #4692B5;
}

a:visited {
	color: #256A89;
}

img {
	border: 5px solid #DAECF3;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #459EC7;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #459EC7;
}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #459EC7;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	color: #459EC7;
}

h5 {
	font-size: 120%;
	font-weight: bold;
}

h6 {
	font-size: 110%;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style: square;
	margin: 0 0 18pt 18px;
	line-height: 18pt;
}

ol {
	list-style: decimal;
	margin: 0 0 18pt 18px;
	line-height: 18pt;
}

hr {
	height: 1px;
	border: none;
	width: 100%;
	background-color: #DAECF3;
	margin-bottom: 20px;
}



/*
 *	Commonly used classes.
 */
div.wrapper {
	width: 960px;
	padding: 20px;
	margin: 10px auto;
	background: #FFFFFF;
}

h1.logo a {
	font: 280% Georgia, "Times New Roman", Serif;
	color: #459EC7;
	text-decoration: none;
}

h1.logo a:hover {
	color: #256A89;
}

div.main-content {
	float: left;
	width: 620px;
	padding-right: 20px;
	border-right: 1px solid #DAECF3;
	margin: 40px 19px 20px 0;
}

ul.sidebar {
	float: left;
	width: 300px;
	margin: 40px 0 0 0;
	list-style: none;
}

p.footer {
	font-size: 90%;
	text-align: center;
	margin: 18pt 0 0;
	color: #636363;
}

div.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/*
 *	Navigation Bar.
 */
div.navigation {
	margin-top: 20px;
}

div.navigation ul.menu {
	list-style: none;
	margin: 0;
}

div.navigation ul.menu li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #6CB6D8;
}



/*
 *	Pages and Posts.
 */
div.post {
	padding-bottom: 22px;
	border-bottom: 1px dotted #DAECF3;
	margin-bottom: 40px;
}



/*
 *	Sidebar.
 */
ul.sidebar li.widget {
	margin-bottom: 40px;
}



/*
 *	WordPress required styles.
 */
.wp-caption {
	margin-bottom: 10px;
}

.wp-caption-text {
	font-style: italic;
	font-size: 80%;
}

.sticky {

}

.gallery-caption {
	font-style: italic;
	font-size: 80%;
}

.bypostauthor {
	text-decoration: underline;
}

.aligncenter {
	float: none;
	margin: 0 auto;
}