/*
Design for Pueblo Mosque. 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url("images/img01.gif") repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

hr { 
	height:0px; 
    border:0px; 
    border-top:1px solid #ff1493; 
}


small  {
	font-size: 10px;
	color: #1464F4;
}

strong {
	font-weight: 800;
	letter-spacing: 3px;
}

blockquote {
	padding-left: 3em;
	background: url("images/img08.gif") no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}


/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}
/* removed from menu text-transform: lowercase;  */
#menu a {
	display: block;
	float: left;
	width: 127px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

/* Menu small*/

#menus {
	width: 770px;
	height: 38px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menus li {
	display: inline;
}
/* removed from menu text-transform: lowercase;  */
#menus a {
	display: block;
	float: left;
	width: 127px;
	height: 33px;
	padding: 5px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #AAAAAA;
}

#menus a:hover {
	background: #F7F7F4;
}

#menus .active a {
	background: #EDEBD5;
	color: #666666;
}


/* Sub Menu */

#submenu {
	width: 770px;
	height: 27px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li {
	display: inline;
}

/*  */
#submenu a {
	display: block;
	float: right;
	width: 69px;
	height: 26px;
	padding: 3px 0 50 0;
	border-left: 1px solid #EDEBD5;
	border-top: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 75%;
	color: #7F8778;
}

#submenu a:hover {
	background: #DEDEDE;
}

#submenu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 190px;
	margin: 0 auto;
}


#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 120px 0 0 0;
	background: url("images/img02.jpg") no-repeat;
	text-align: center;
	font-size: 28px;
}
/* 	org setting width: 	*/
#header h2 {
	float: right;
	width: 470px;  	
	height: 100px;
	margin: 0;
	background: url("images/header.gif") no-repeat;
	padding: 90px 20px 0 0;
	text-align: left;
	font-size: 32px;
}

/* removed from #header a  text-transform: lowercase;*/
#header a {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

/* making room for left nav	 */
#content {

	width: 750px;
	float: left;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}


.six {
	
	font-variant: small-caps;
	font-size: 8px;
	text-align: right;
}

.tagline {
	background: transparent;
	color: #708090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	white-space: nowrap;
}

.texta1 {
	background-color: #3499CC;
	border: solid 1px #C71585;
	color: #FFFFFF;
	font-family: Georgia, "MS Serif", "New York", serif;
	font-size: 13px;
	padding: 2px;
}

.rule {
	border-top-width: 1px;
    border-top-style: solid;
    border-color: #FF0000; 
    margin: 0px 2%;
}



/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding: 25px 0;
	background: #EDEBD5 url("images/img04.gif") repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}