/*  
Theme Name: StagePage Mouthoffs
Theme URI: http://stagepage.info/mouthoff/
Description: A search engine optimized website framework for WordPress.
Author: Wyn Snow
Version: 1.0
Your theme can 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
Will make everything appear the same on all browsers -- I think!
Use carefully!
*/

@import url(/moreMouthoffs/wordpress-content/themes/StagePage/styles/reset.css);

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

#wrapper {
	margin:  8px;
	padding: 0;
	width: 934px;
	width: 822px;
	border: 5px solid #a9a9a9 ;
}

#container {
	float: left;
	margin: 0 -177px 0 0;
	width: 100%;
}

#content {
	margin: 0 177px 0 0;
	padding: 0 20px 20px 20px;
}

#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 172px;
	border-left: 5px solid #a9a9a9;
	background-color: #FFFFCC ;
}

#secondary {
	clear: right;
}

#primary {
	border-bottom: 5px solid #a9a9a9;
}

#header-logo {
	float: left;
	width:  645px;
	height: 180px;
	border-right: 5px solid #a9a9a9;
	text-align: center;
}

#header-elephant {
	float: left;
	width: 172px;
	border: 0px;
	text-align: center;
}

#footer {
	clear: both;
	width: 608px;
	text-align: center;
	padding: 0 20px 20px 20px;
}

#bottomLinks {
	width: 100%;
}

#blogmenu {
	padding: 0px 0 20px 0;
}

#blogmenu ul {
	margin: 0;
	padding: 0;
}

#blogmenu ul li {
	margin: 0 0 8px 0;
	padding: 0;
}

#blogmenu ul li a:link,
#blogmenu ul li a:visited,
#blogmenu ul li a:hover,
#blogmenu ul li a:active,
#blogmenu ul li a:focus {
	color: #444;
	text-decoration: none;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 13pt;
	margin-left: 5px;
	padding: 1px 5px;
}

#blogmenu ul li a:hover,
#blogmenu ul li a:active,
#blogmenu ul li a:focus {
	color: #000;
}

#main {
	border: 0px;
}

/* Overall 
-------------------------------------------------- */

body {
	padding: 0;	
	margin: 0 0 10px 0 ;
	background-color: #FFFFEE;
}

/* Text formatting
-------------------------------------------------- */

body {
	font-family: "Georgia", "Book Antiqua", "Times New Roman", serif ;
	font-size: 14pt ; 
	font-weight: normal ; 
	text-align: left;
	color: #000000 ;
	line-height: 1.3;
}

input, textarea {
	font-family: Courier, mono ;
	font-size: 12pt ; 
	font-weight: normal ; 
	color: #000000 ;
	line-height: 1.3;
}

/* Headlines
-------------------------------------------------- */

h1 { 
	font-family: "Georgia", "Book Antiqua", "Times New Roman", serif ;
	font-size: 24pt ; 
	font-weight: bold ; 
	text-align: center ;
	margin:  0px;
	padding: 0px;
}

h1.mouthoff {
	margin-top: 12px;
}

.entry-title {
	padding-bottom: 12px;
}

.whowhat  { font-size: 16pt ; font-weight: bold }

h2 {
	font-size: 18pt ; 
	font-weight: bold ; 
	text-align: left;
}

h2.archive-entry-title {
	margin:  18px 0 8px 0;
	padding: 0px;
}

.freefor  { font-size: 13pt ; font-weight: bold; }

h3 { font-size: 16pt ; font-weight: bold ; text-align: center }

h3.topics {
	font-size: 14pt;
	margin: 18px 0 10px 10px;
	text-align: left;
}

#respond h3 {
	margin: 10px auto;
}

H4 { font-size: 16pt ; font-weight: bold ; text-align: left   }


/* Tables
-------------------------------------------------- */


/* Lists
-------------------------------------------------- */


/* Other
-------------------------------------------------- */


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

a:link,
a:visited,
a:hover,
a:active { 
	background-color: #ffff99 ; 
	color: #666666 ; 
	font-weight: bold ;
	text-decoration: none;
}
