/*
Theme Name: Blank Theme
Theme URI: http://www.miklb.com/blog
Description: This is a blank theme, and style sheet
Version: Version number
Author: Michael B
*/
/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired me to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme
*/

/*-----------Block Level Elements--------------*/

Body {

}

#page {

}

#header {

}

#headerimg {

}

.description {

}

#wrapper {

}

#content {

}

#sidebar {

}

#footer {

}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	padding-bottom: 37px;
	margin-bottom: 3px;
	margin-top: 34px;
	border-bottom: dotted 1px #232323;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {
	margin: 0;
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {
display: block;
float: left;

}

.alignright {
display: block;
float: left;

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/


/* Stylesheet for New Shurpa */


/* General Body Attributes */

body {
	font-family: Georgia, Times, serif;
	font-size: 0.7em;
	background-color: #eff5ff;
	color: #232323;
	margin: 0;
	}
	
img {
	display: block;
	border: 0;
	}

a {
	text-decoration: none;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#wrapper {
	display: block;
	float: left;
	width: 870px;
	min-height: 400px;
	}
	
	
/* Sidebar */
	
#sidebar {
	display: block;
	float: left;
	margin: 0;
	position: fixed;
	width: 300px;
	}
	
#topblock {
	display: block;
	float: right;
	background-color: #232323;
	width: 225px;
	height: 225px;
	}
	
#topblock a {
	display: block;
	width: 225px;
	height: 225px;
	}
	
#topblock img {
	margin-left: auto;
	margin-right: auto;
	padding-top: 85px;
	}
	

	
	
/* Body */

#main {
	display: block;
	float: right;
	margin-top: 30px;
	width: 495px;
	}
	
#main a, #main a:visited {
	color: #232323;

	}
	
#main_container {
	}
	
#headline {
	display: block;
	border-bottom: dotted 1px #232323;
	}
	
#headline a, #headline a:visisted {
	font-weight: normal;
	}
	
#headline a:hover, #headline a:active {
	font-weight: normal;
	text-decoration: none;
	}
	
.headline {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	}	
	
.title {
	font-weight: bold;
	font-size: small;
	}
	
.title a {
	font-weight: bold;
	font-size: small;
	}
	
.title a:hover {
	font-weight: bold;
	font-size: small;
	}
	
.desc {
	}
	
.item {
	display: block;
	line-height: 140%;
	margin-bottom: 40px;
	}
	
.item p {
	margin: 5px 0 1px 0;
	}
	
.item img {
	border: solid 1px #eff5ff
	}
	
.item a img:hover {
	border: solid 1px #666666;
	}
	
/* Footer */	
	
#footer {
	display: block;
	clear: both;
	position: fixed;
	width: 300px;
	bottom: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
#navi a, #navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}	
	
#navi a:hover, #navi a:active {
	text-decoration: underline;
	}
	
#navi {
	display: block;
	float: left;
	margin: 0;
	width: 300px;
	height: 25px;
	background-color: #232323;
	text-align: right;
	color: white;
	}
	
#links {
	display: block;
	float: right;
	margin-right: 0px;
	margin-top: 6px;
	color: white;
	}
	
.links {
	display: block;
	margin-right: 30px;
	}
	
#meta {
	display: block;
	float: left;
	margin: 0;
	width: 300px;
	height: 50px;
	font-size: 0.8em;
	text-align: right;
	color: #232323;
	}
	
.meta_text {
	display: block;
	margin-right: 30px;
	margin-top: 5px;
	}
	
#meta a {
	color: #232323;
	}





