a {
	text-decoration: none;
	color: #000055;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial;
	font-size: 12px;
        color: #000000;
	background-color: #000000;
	padding: 0px 0px 40px;
	margin: 0px;
}

div#content {
	padding: 30px 15px 30px 15px;
        background-color: #ffffff;
	float: left;
	width: 520px;
	overflow: hidden;
}

div#credits {
	margin: 0px auto;
        padding: 10px;
	width: 740px;
	font-size: 85%;
        border-top-style: solid;
        border-top-color: #acacac;
        border-top-width: 1px;
        background-color: #ffffff;
        text-align: center;
}

div#header {
	/*background: #000000 url(images/header-bg.jpg) no-repeat;*/
	/*border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;*/
	height: 100px;
	position: relative;
        background-color: #000000;
}

div#headerimg {
        background: url(images/header-icon.jpg) no-repeat;
	position: relative;
        float: right;
        padding: 0px 0px 0px 0px;
        height: 95px;
        width: 400px;

}
div#headerimg .description {
	position: absolute;
	bottom: 0px;
        right: 0px;
	color: #cfcfcf;
	font-size: 16px;
}

div#sidebar {
	padding: 30px 0px 0px 0px;
        margin: 0px;
	float: right;
	width: 178px;
	overflow: hidden;
        background-color: #ffffff;
        border-color: #acacac;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
}

div.sidebar-item ul {
	/*margin: 0px 0px 5px 20px;*/
        padding: 0px 0px 0px 20px;
}

div.sidebar-item ul.nolist {
        list-style: none;
	/*margin: 0px 0px 5px 5px;*/
        padding: 0px 0px 0px 0px;
}

div.sidebar-item ul li{
}

div.sidebar-item {
	padding: 5px 5px 10px 10px;
        border-width: 1px 0px 0px 1px;
        border-style: solid;
        border-color: #acacac;
}

div#page {
        margin: 0px auto;
	width: 760px;
        background-color: #ffffff;
}

div.post{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #cacaca;
	padding-bottom: 60px;
}

div.post-content {
	padding-left: 10px;
	padding-bottom: 10px;
}

div.post-content a {
	text-decoration: none;
	color: #0000AA;
}

div.post-date{
	text-align: left;
}

div#tag-cloud a {
	color: #000000;
}

h2 {
	font-size: 110%;
}

h2 a{
	text-decoration: none;
        color: #000000;
}

h2.sidebartitle {
	margin: 0px 0px 5px;
        padding-top: 5px;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

img {
        border: 0px;
}

img.aligncenter {
        text-align: center;
}

img.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;

}

img.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;

}
span.post-comments {
	font-size: 85%;
}

ul#nav{
	list-style: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

ul#nav li.page_item {
	float: left;
        border-bottom-style: solid;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
	padding: 5px 10px 5px 10px;
        background-color: #ffffff;
	margin-right: 5px;
}

ul#nav li.current_page_ancestor {
	float: left;
        border-bottom-color: #ffffff;
        background-color: #ffffff;
	margin-right: 5px;
}

ul#nav li.current_page_item {
	float: left;
        border-bottom-color: #ffffff;
        background-color: #ffffff;
	margin-right: 5px;
}

ul#nav li.page_item a{
	display: block;
	text-decoration: none;
}

ul.post-meta {
	list-style: none;	
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border: none;
        font-size: 10px;
}

ul.post-meta li {
        padding-left: 1px;
        margin-left: 0px;
}


div#xmt_rajantiger ul.tweet_area li.tweet_list {
        padding-bottom: 10px;
}

span.post-meta-key {
        font-weight: bold;
}

table.gallery {
        border-style: none;
}

table.gallery tr td {
        width: 250px;
        height: 250px;
        padding: 5px;
        text-align: center;
        margin: 2px;
        background-color: #efefef;
}

