/* @override 
	http://localhost/~rajsingh/rajsingh.org/blog/wp-content/themes/hallway-10/style.css
	http://localhost/~rajsingh/rajsingh.org/blog/wp-content/themes/skandikea/style.css
*/

/*  
Theme Name: skandikea
Theme URI: 
Description:
Version: 1.0
Author: Raj Singh
Author URI: http://rajsingh.org

*/

body {
	font-family: Cambria, "Times New Roman", serif;
	background-color: #ffffff;
	font-size: 10.5pt;
	line-height: 14pt;
	color: #45382B;
}

.title {
	font-size: 13pt;
	font-weight: bold;
	color: #86a19f;
	padding:8 0 0 0px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	font-style: normal;
}

.title a {
	color:  #86a19f;
	text-decoration: none;
}

.title a:hover {
	color: #c60;
	text-decoration: none;
}

.subtitle {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #86a19f;
}

.postmetadata {
	font-size:9pt;
	font-weight:bold;
}

a {
	color: #191919;
	text-decoration: underline;	
	/*text-decoration:none;
	font-weight:bold;*/
}

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

blockquote {
	font-style:italic;
	font-size:10pt;
}

entry img { 
	border-color: #9a9a8e;
}

#name {
	font-size:32px;
	font-weight: bold;
	color: white;
}

#desc {
	font-size: 16pt;
	font-weight: bold;
	color: white;
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
	
#sidebar h2 {
	font-size:12pt;
	font-weight:bold;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	font-size:10pt;
	padding: 0;
	margin:0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	margin-top: 0.5em;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	font-size:9pt;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}
