
body {
	background:white;	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3333cc;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform:capitalize;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d208c8;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	
	font-size: 2.6em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.1em;
}

.bk
{
    background: url(images/bk.jpg) repeat ;
    }
	





blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #0066ff;
}

a:hover {
	
	text-decoration: underline;
	color: #ff6600;
}

/* Header */

#header {
	width: 1280px;
	height: 125px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 30px;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;
}

#logo h2 {
	padding: 45px 0 0 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Menu */



/* Page */

#page {
	width: 980px;
	
	background: url(images/img02.gif) repeat-y;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	
}


/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
	padding: 30px 10px 10px 10px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
	background: url(images/img10.gif) repeat-x;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}


/* sidebarright */

.sidebarright {
	float:left;
	width: 200px;
	padding-top: 20px;
}

.sidebarright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

