 /***Design by Alkpad.com***/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.caption1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 1.0em;
	margin-bottom: 10px;
}

.caption2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: black;
	text-align: center;
	line-height: 1.0em;
	margin-bottom: 10px;
}

.caption3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	font-style: italic;
	line-height: 1.0em;
	margin-bottom: 10px;
}

.caption3b {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	font-style: normal;
	line-height: 1.0em;
	margin-bottom: 10px;
}

.caption_blank {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-align: center;
	font-style: normal;
	line-height: 1.0em;
	margin-bottom: 10px;
}

h1, h2, h3 {
	color: gray;
}

h1, h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

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

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

blockquote {
	padding-left: 3em;
	font-style: italic;
}

a:link {
	color: red;
	font-weight: bold;
}

a:active {
	color: #ED5C0C;
font-weight: bold;
}

a:visited {
	color: red;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}


/* Menu */

#menu {
	width: 1900px;
	height: 65px;
	margin: 0 auto;
	font-size: 12px;
	border-right: 0px solid #EDEBD5;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float:left;
	width: 108px;
	height: 45px;
	padding: 20px 0 0 0;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-size: 13,5px;
	font-weight: bold;
	color: #BABABA;
}

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

#menu .active a {
	background: white;
	color: #993300;
}

/* Header */

#header {
	width: 900px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 186px;
	margin: 0;
	padding: 184px 20px 0 0;
	text-align: right;
}

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

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 180px 0;
}

#page1 {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0;

}

/* Content */

#content {
	float: left;
	width: 900px;
	padding-top: 10px;
}

#content1 {
	float: left;
	width: 900px;
	margin-left: 0px;
}

#content2 {
	float: left;
	width: 900px;
	margin-left: 8px;
}

#content3 {
	float: left;
	width: 900px;
	margin-left: -27px;
	}
	
	
.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

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

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}
