/*
Theme Name: RobOakes-AP
Theme URI: http://blog.oak-tree.us/blogtheme
Description: The theme for the Apoligically Correct website (http://blog.oak-tree.us). Modified from the vSlider 3 Theme (http://iRui.cac)
Version: 0.1
Author: Rob Oakes
Author URI: http://www.oak-tree.us

	RobOakes-AP
	http://blog.oak-tree.us

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/
@import "styles/style_header.css";
@import "styles/style_page.css";
@import "styles/style_content.css";
@import "styles/style_post.css";
@import "styles/style_comment.css";
@import "styles/style_sidebar.css";
@import "styles/style_footer.css";
@import "styles/style_slidebox.css";
@import "styles/style_weather.css";
@import "styles/style_plugins.css";
@import "styles/style_wpg2.css";
@import "styles/style_widgets.css";

/* Image Styles */
@import "styles/image_styles.css";

/* Now Reading Reloaded CSS */
@import "now-reading/style_nrr_sidebar.css";
@import "now-reading/style_nrr_library.css";

/* Import Dynamic CSS */
@import "styles/style_dynamic.css";

/*******************/
/* Begin Structure */

body {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 1.4em;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 3px;
}

h4 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 3px;
}

p img {
	padding: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.alignleft a, .alignright a, .formal {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
}

a img {
	border: none;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border-style: dotted;
	width: 95%;
	height: 1px;
	text-align: center;	
}


blockquote {
	margin: 15px 10px 15px 10px;
	padding-left: 22px;
}

.blockquote-inner {
	padding-right: 22px;
}

blockquote cite {
	margin: 5px 0;
	display: block;
}

.video-block {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* End Structure */
/*****************/


/***************/
/* Typography  */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h2, h2 a, h2 a:visited {
}

h2 a:hover {
}

h2, h2 a, h2 a:hover, h2 a:visited {
	text-decoration: none;
}

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
}

blockquote, strike {
}

code {
	font: 1.2em "Courier New", Courier, mono;
}


acronym, abbr, span.caps
{
	letter-spacing: .07em;
}

/* End of Typography */
/*********************/

/***************************/
/* Specialized Structures  */

#titleblock h2 { margin-top: 3px; margin-bottom: 3px;}


