/*   
Theme Name: Shape_MGR
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress. Modified for MGR
Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
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
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* 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');

/* colors:
561420  maroonish
821122  deep red
C59A6F  beige
333333  dark grey
CCCCCC  light grey
FCFCFC  white
Text: Myriad
*/

html {
	background-color: #333333;
	
}
body {
	/*margin: 1.5em 15%;*/
	margin: 0 auto 0 auto;
	font-size: .8em;
	font-family: Georgia, Verdana, serif;	
	color: #333333;
	background-color: #333333;
	
	width:800px;
	background-color: #821122;
	
}



#wrapper {
	width: 770px;
	background-color: #FCFCFC;
	margin: 0px auto 10px auto;
}


/* Links 
-------------------------------------------------------------- */

a {
	color: #821122;
	text-decoration: none;
}
a:hover {
	color: #821122;
	text-decoration: underline;
}

a img {
	border: none; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
} 


/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 0 0;
	
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 0 0 0;
	padding: 0.25em 0 0 0;
	background-color: #821122;
	color: #CCCCCC;
	
}
#footer a {
	color: #CCCCCC;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
	background-color: #561420;
	text-align: center;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-size: 1.2em;
}
#access a {
	color: #CCCCCC;
	text-decoration: none;
	
}
#access a:hover {
	color: #FCFCFC;
	text-decoration: none;
}
.skip-link {
	display: none;
}

.menu {
	margin: 0px auto;
}

.menu ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
	float: left;
}
.menu a {
	display: block;
	float: left;
}
.menu a:before {
	content: " [ ";
}
.menu a:after {
	content: " ] ";
	padding-right: .5em;
}

/* =Content
-------------------------------------------------------------- */
h1 {
	color: #561420;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #561420;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

h2 a {
	color: #561420;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}	

h3 {
	color: #561420;
	font-size: 1.2em;
	font-weight: bold;
}

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

.entry-meta {
	margin: 0px 0px 0px 1.25em;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
#content {
	padding: 0 0 1em 1em;
}
/* =Navigation
-------------------------------------------------------------- */

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

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	padding-right: 5em;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */























