 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font-family: georgia ;
	font: 13px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #090909; 	
	margin: 0; 	padding: 0; 
	background: #ffffff;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #090909;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: inherit;
}
#nav ul li#current a {	
	color: #0077B5;	
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #2D8CDE;	
}
h2 i{
	color: #2D8CDE;;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}
ul{
	padding-left: 30px;
}
blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

h1 i {
	color: red;
}

img {
	background: #D1CB75;
	border: 0px;
	padding: 2px;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 0px solid #434343; 
}
img.right {
	float: right;  
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: absolute;
	width: 900px;	
	margin: 0 auto;
	text-align: left;		
}
#wrap img{
	float: left;
}

#header {
	position: relative;
	width: 900px;	
	height: 300px;	
	margin: 0; padding: 0;		
	background: transparent;

}
ul#nav {position: absolute;
	margin-left: 200px; padding: 0;		
	height: 40px;
	width: 585px;	
	left: 0;	top: 40px;border-bottom: 0px solid #1A1A1A; background: #D1CB75;}
ul.drop a { display:block; background: #D1CB75; color:
 #090909;font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
 text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none;
 margin: 0; padding: 0; border: 0px solid #fff; color: #090909;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; 
	vertical-align: middle; zoom: 1; padding: 0px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative;
 z-index: 599; cursor: default; background: #2D8CDE; }
ul.drop ul { visibility: hidden; position: absolute; 
	top: 100%; left: 0; z-index: 598; width: 195px; border: 0px solid #fff; }
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }


#header h1#logo-text a {
	position: absolute;
	margin-left: 200px; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #090909;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin-left: 200px; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #090909;
	width: 500px;
	
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;		
}
h1 i a{
	padding-bottom: 50px;
	width: 900px;
	color: #ffffff;
}
#content {
	margin-left: 200px;
	float: left;
	width: 430px;
}
.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
	padding-bottom: 10px;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 510px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}

#footer {
	clear: both;
	width: 950px;
	margin-left: 200px;
	padding: 30px 0;
	background:#2D8CDE  url(images/Mkc.jpg) no-repeat right top;;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	padding-top: 20px;
}

#footer a {
	text-decoration: none;
}
h5 i a{
	color: #090909;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

