
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #d8c6ba;
	margin: 0;
	padding: 0;
}

a:link {
	color: #696969;
}

a:visited {
	color: #5C5C5C;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	border: none;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif ;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

ul,li {
    padding: 0px;
	margin: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 1280px;	
	background: url(wrapper_bg.jpg) left top repeat-y;
}


/* Header */

#header {
	width: 1280px;
	height: 137px;
	margin: 0px auto;
	padding: 0px;
	background: url(header_bg.jpg) left top no-repeat;
}

#header_left {
    float: left;
	left:280px;
	top:60px;
	width: 400px;
	position:relative;
}


#header h1 {
	font-size: 24px;
	color: #7F6264;
	font-weight: normal;
	font-family: 'Impact', Verdana, Arial, Sans-Serif;	
	margin: 0;
}

#header h1 a {
	text-decoration: none;
	color: #7F6264;
}

#header h2 {
	color: #7F6264;
	font-size: 18px;
    font-family: Arial, Verdana, Sans-Serif ;		
	margin: 0px;
	padding-left: 34px;	
	float: left;		
}

/* Navigation */

#navigation {
	height: 50px;
	margin: 0;
	padding: 77px 231px 0 0;
	vertical-align: bottom;
	float: right;
}

#navigation li {
   	height: 50px;
	font-size: 12px;
	font-weight: bold;
    list-style: none;
	float: left;
	display: block;
}

#navigation a {
   	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #7A6467;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFCFB;
}

#navigation a.nav-home {
	width:100px;
	float:left;
	background: url(nav-home.gif) no-repeat;	
}

#navigation a.nav-abt {

	width:100px;
	height:50px;
	float:left;
	background: url(nav-abt.gif) no-repeat;	
}


#navigation a.nav-con {

	width:100px;
	height:50px;
	float:left;
	background: url(nav-con.gif) no-repeat;	
}


#navigation a.nav-faq {
	width:101px;
	height:50px;
	float:left;
	background: url(nav-faq.gif) no-repeat;	
}

#searchform {
	height: 100px;
	width: 100%;
	height:300px;
	margin: 0;
	
}

#searchform form{
	padding: 70px 0 180px 120px;
	
}

#searchform p {
	margin-top: 10px;
	padding: 0;
}

#searchform input {
	float: left;
	color: #828181;
	border: 1px solid #ABAA95;
	height:20px;
}

#searchform .searchtext {
	margin: 0px 7px 0 0;
	width: 139px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	
}

#searchform .searchbutton{
	width: 50px;
	height: 20px;
}

#searchform label {
	display: none;
}


/* Mainframe */

#container {
	background: url(container_bg.jpg) left top no-repeat;
	min-height: 484px;
}

/* Content */

#content {
	width: 560px;
	min-height: 500px;
	text-align: left;
}

#left {
	width: 220px;
}

.post {
	margin: 0px 0px 10px 0px;
	background: #D4C3C5;
	width: 560px;
	color: #97254A;
}

.title {
	background: url(post_title.jpg) left top no-repeat;
	height: 54px;
	width: 563px;
}

.post h2 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	margin: 10px 20px 15px 10px;
	padding-left: 15px;
	color: #FFFFFF;
	line-height: 40px;	
    overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	background: url(post_title.jpg) left top no-repeat;
}

.post h2 a:link,.post h2 a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.post h2 a:hover {
    color: #E6D4D6;
}


.entry td {
	font-family: Tahoma;
	font-size: 12px;
	color: #97254A;
	background: #D4C3C5;
	margin: 0px 0px 0px 5px;
	padding: 0px 20px 10px 20px;
	
}

.entry p {
   padding: 8px 0px;
   margin: 0px;
   font-size: 12px;
   line-height: 18px;
   padding: 0px 20px 10px 10px;
}


.entry ul {
	font-family: Tahoma;
	font-size: 12px;
	color: #97254A;
	background: #D4C3C5;
	margin: 0px 0px 0px 5px;
	padding: 0px 20px 10px 20px;
	list-style: none;
}

.endline {
  clear: both;
}


/* Sidebar */

#sidebar {
	width: 220x;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: left;
	padding-left:5px;
	text-transform:capitalize;
}

 
#sidebar a {
	color: #fff;
	padding-left: 10px;
}

#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #E82766;
	text-align: left;
	margin: 0px;
	padding-left: 20px;
	line-height: 58px;
	width:230px;
	background: url(sidebar_title.jpg) left top no-repeat;
}

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


#sidebar ul li {
	display: block;	
	padding: 22px 9px 0px 1px;
}



#sidebar ul ul {
	margin: 0 0px 0px 10px;
	background-color: #E6D4D6;
	padding: 5px 0px 20px 0px;
	width:212px;
}


#sidebar ul ul li {
	margin: 0 0 6px 10px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
	color: #696969;
	background: none;
	line-height: 12px;
	background: url(sidebar_icon.gif) left 4px no-repeat;	
}

#sidebar ul ul li a {
	text-decoration: none;
	color: #696969;	
}

#sidebar #tag ul li {
   background: none;
	padding: 0px 0px 0px 0px;
}

#sidebar  a:hover {
   text-decoration: underline;
   color:#fff;
   
}

#sidebar p{
	width:200px;
	text-align:left;
	font-size:10px;
	padding-left:10px;
}





/* Footer */

#footer {
	width: 1280px;
	height: 100px;
	clear: both;
	margin: 0px auto;
	text-align:center;
	background: url(footer.jpg) center top no-repeat;
}

#footer p {
	margin: 0;
	padding: 50px 0 0 10px;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}