/*   
Theme Name: DG Theme
Theme URI: http://dgatwhitman.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Christopher Tobin-Campbell & Ian Cooper
Author URI: http://tobaltopia.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	margin: 0 0;
	background: url('images/small_anchor_pattern_lightblue.gif');
}

/* =Wrapper
-------------------------------------------------------------- */
#drop_shadow_wrapper {
	width: 1050px;
	margin: 0 auto;
	background: url('images/background_drop_shadow.png');
}

/*#drop_shadow_top {
	width: 960px;
	height: 50px;
	position: relative;
	left: 45px;
	background: url('images/drop_shadow_top.png');
}*/

#wrapper {
	margin: 0 auto;
	width: 960px;
}


/* =Header
-------------------------------------------------------------- */
#header {
	height: 300px;
}

#anchor {
	width: 130px;
	height: 150px;
	float: left;
	background: #34497A url('images/white_anchor.png') no-repeat;
}

#logo {
	background: #34497A url('images/logo2.png') no-repeat;
	width: 830px;
	height: 130px;
	padding: 20px 0 0 0;
	position: relative;
	left: 130px;
	text-align: center;
	color: #ffffff;
	font-size: 6em;
}


a#logo_link {
	display: block;
	width: 100%;
	height: inherit;
	position:absolute;
	top:0px;
}

#branding {
	position: absolute;
	left: 50%;
	bottom: 1%;
}

#branding h1 {
	font: italic 22px Georgia, serif;
}

#pictures {
	width: 100%;
	height: 150px;
	background: #a50a37;
}

.picture_container {
	float:left;
	width: 25%;
	height:inherit;
	position: relative;
}

.picture {
	height: 130px;
	width: 90%;
	margin: 0 auto 0 auto; 
	position: absolute;
	top: 10px;
	bottom: -10px;
	right: 5%;
	left: 5%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#picture1 {
	background: url('images/pictures/splits_anchor_wave_small.jpg');
}

#picture2 {
	background: url('images/pictures/entire_chapter_small.jpg');
}

#picture3 {
	background: url('images/pictures/phantom_of_dg_small.jpg');
}

#picture4 {
	background: url('images/pictures/football_anchor_wave_small.jpg');
}

/* =Container
-------------------------------------------------------------- */
#container {
	/*float: right;
	margin: 0 0 20px -200px;*/
	width: 100%;
	min-height: 500px;
	position: relative;
}

#page_children {
	width: 100%;
	height: 40px;
	background: #777;
}

#page_children ul {
	margin:0 0 0 25%;
	padding-top: 10px;
	list-style: none;
}

#page_children ul li {
	display: inline;
	font-size: 1.5em;
	margin-right: 30px;
}

#page_children ul li a {
	color: #a50a37;
	text-decoration: none;
}

/* =Content
-------------------------------------------------------------- */
#content {
	background: #eee;
	position: relative;
	left: 200px;
	min-height: inherit;
	width: 720px;
	font-size: 1.2em;
	font-family: Times New Roman;
	word-spacing: 0.0em;
	line-height: 1.7em;
	padding: 20px;
}

#content h1.entry-title {
	font: italic 2.5em Georgia, serif;
	margin: 0;
	text-align:center;
	color: #a50a37;
}

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

#content a {
	color: #34497A;
	text-decoration:none;
}

#content a:hover {
	text-decoration: underline;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width: 200px;
	background: #34497A;
}

#sidebar_navigation ul {
	margin:20px 0 0 20px;
	list-style: none;
}

#sidebar_navigation ul li {
	margin: 0 auto 15px auto;
	font: italic 1.7em Georgia, serif; /*Monotype Corsiva;*/
}

#sidebar_navigation a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar_navigation a:hover {
	color: #a50a37;
	text-decoration: underline;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	background: url('images/fade_out.png');
	clear: both;
	width: 100%;
	height: 200px;
}

#site-info {
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	top: 150px;
}


/* =Classes
-------------------------------------------------------------- */
.clear {
	clear: both;
}

/* =Global
-------------------------------------------------------------- */
a {
	color: #3366ff;
}













