/*  
Theme Name: Operation Global Rain by WebDevDepot.com
Theme URI: http://webdevdepot.com
Description: Operation: Global Rain WordPress template by <a href=""http://webdevdepot.com">WebDevDepot.com</a>.
Version: 0.1
Author: Coralyn Vega of WebDevDepot.com
Author URI: http://webdevdepot.com

	Design based on "<a href="http://www.freecsstemplates.org/">Burned"</a>
	Based on the default WordPress theme.
*/

/* Begin Typography & Colors */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	letter-spacing: 0.0em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 12pt;
	background: #000000;
	color: #330000;
}
.small
{
	font-size: .83333em;
}
.small
{
	font-size: .83333em;
}
.error
{
	color: red;
	font-weight: bold;
}
a
{
	color: #660000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	width: 778px;
	margin: 0em auto;
}

/* Header */

#header
{
	padding: 0;
	background: #000000 url('http://operationglobalrain.webdevdepot.net/images/banner.jpg') top no-repeat;
	height: 95px;
}

/* Menu */

#menu
{
	background: #000000 url('http://operationglobalrain.webdevdepot.net/images/a1.jpg') top left no-repeat;
	height: 94px;
	width: 778px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 45px;
}

#menu li
{
	padding: 0em .5em 0em .5em;
	display: inline;
}

#menu li a
{
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 0em;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #000000 url('http://operationglobalrain.webdevdepot.net/images/a2.jpg') top left no-repeat;
	width: 778px;
	height: 98px;
}

#content
{
	background: #000000 url('http://operationglobalrain.webdevdepot.net/images/a3.jpg') top left repeat-y;
}

#content p
{
	margin: 1em 0 1em 0;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h1
{
	font-size: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
/*	
	margin-bottom: 2em;
*/
}

#content blockquote p
{
	border-left: solid 3px #660000;
	padding-left: 1em;
/*	
	margin-bottom: 0em;
*/
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.2em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
/*	width: 15em; */
	width: 18em;
	margin-top: 2em;
	font-size: .833333em;
}

/* Footer */

#footer
{
	font-size: .833333em;
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #000000 url('http://operationglobalrain.webdevdepot.net/images/a4.jpg') top left no-repeat;
	text-align: center;
}

.clear
{
	clear: both;
}