/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
	margin: auto;
	padding: auto;

}

body {
	background:#660099;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	margin: 0 auto;
	text-align: left;
	
}

input, textarea {
	border: 1px solid #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	cursor: pointer;
}

h1, h2, h3, p, ol {
	margin-top: 0;
}

h1, h3 {
	
}

h1  {
	font-family: Stencil;
	text-align:center;
	text-transform: uppercase;
	font-weight: bolder;
	color: #000000;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #732C7B,
               0 3px 0 #732C7B,
               0 4px 0 #732C7B,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
	font-size:2.9em;

}

h2 {

	
}
/*
ul {
	color:#000000;
	margin:0;
	padding-left:3em;
	list-style-image: url(smilies/smile.gif);	
}

h1 {
	font-size: 2.7em;
	text-align:center;
	text-shadow: -1px 0 purple, 0 1px purple, 1px 0 purple, 0 -1px purple;
	
}
*/
h2 {
	/*font-family: "Stencil";
text-align:center;
color: white;
	text-transform: uppercase;
	font-weight: bolder;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #732C7B,
               0 3px 0 #732C7B,
               0 4px 0 #732C7B,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
			   font-size:2.9em;*/
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

/*
a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}

*/



#main
{
	width: 1200px;
	border: 2px solid #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
}

/* Header */


/* Page */

#page {
	width: 1200px;
	background: #FFFFFF;
	margin: 0 auto;
	
}

/* Content */
.sidebar{
	padding-top:60px;
	float:right;
	width:240px;
	text-align:center;
}
.sidebar h2{
	color:#3f3f3f;
	border-bottom:1px solid #d3d3d3;}
ul.ex_menu{
	margin:0;
	padding:0;
	list-style:none;
	color:#959595;}
ul.ex_menu li{
	margin:0;}
ul.ex_menu li{
	padding:4px 0;}
ul.ex_menu li a{
	font-weight:bold;
	color:#161616;
	text-decoration:none;}
ul.ex_menu li a:hover{
	color:#3f3f3f;
	font-weight:bold;
	text-decoration:none;}

.arrowlistmenu{
	width: 200px; /*width of menu*/
	padding-top:0px;
	float:center;
	border: 2px solid #0000FF;
		
	
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: #FFFFFF;
	background: #0000FF;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/

}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #FFFFFF;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-right-width: 2;
	border-bottom-width: 2;
	border-left-width: 2;
	
}#content {
	float: left;
	width: 1180px;
	margin-left: 10px;
	margin-top: 10px;
	
}

#content .post ul, #content .post ol
{
	margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	background: #FFFFFF;
	padding: 10px;
	color: #000000 ;
	 overflow: auto;
	border-radius:5px;
	box-shadow:3px 3px 5px 6px #aaaaaa;
}
/*
.post a {
	color: #000000;
}

.post a:hover {
	color: #FFFFFF;
}


 Sidebars */


/* Left Sidebar */



/* Footer */

#footer {
	clear: both;
	padding-top: 4px;
	height: 22px;
	background: url(../images/footer1.gif) repeat-x;
	padding-bottom: 5px;
}

#footer p {
	text-align:center;
	font-size:inherit;
	color: #000000;
}

#footer a {
	color: #000000;
}
/*
p 
{
	color:black;
	font-style: normal;
	font-family: "Century Gothic";
	font-size:16px;
	padding-left: 25px;
	padding-right: 20%;
	text-align:justify;
	text-indent:50px;
	
}
*/
