/*  
Theme Name: Abstrakt
Theme URI: http://www.kaushalsheth.com/
Description: Modified WheatGrass Theme featuring Top Level Menu and Side Level Menu
Version: 1.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Tweak this CSS howsoever you will.
	
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
	
	CSS SECTIONS IN ORDER (use your program's bookmarking or find functions to quickly locate):
	Sidebar, Posts, Headings, Images, Forms, Comments, Content Area, Footer
	

*/

/* Sidebar */

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 0px 0 3px 0;
	border-bottom: 1px solid #464B29;
	border-top: 1px solid #464B29;
	padding-left: 3px;
	font-weight: bold;
}

#sidebar {
	padding: 12px 0 10px 5px;
	float: left;
	margin: 0 0 0 0;
	width: 167px;
	font: 1.2em Verdana, Arial, Sans-Serif;
	color: #000000;
	}

.page_item {
	font-weight: bold;
	font-size: 120%;	
	}

.page_item a:hover {
	text-decoration: none;
	}

.page_item current_page_item {
	color: #000000;
	}

#sidebar ul ul .page_item {
	font-size: 80%;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 0px;
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Posts */

.entry p a:visited {
	color: #666666;
	}

.entry p, .entrytext  {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	}

.post h2 {
	border-bottom:1px solid #535D21;
	font-size: 17px;
}


.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 2.5em;
	}

.narrowcolumn {
	float: right;
	padding: 185px 0 0 0;
	margin: -210px 2px 10px -200px;
	width: 700px;
	border: 7px solid #464b29;
	position: relative;
	background-color: #EEF3E2;
    z-index: 0;
	min-height: 700px;
	height: auto;
}

#content_inside {
	position: relative;
	width: 550px;
	float: right;
	padding-right: 10px;
	margin-top: 10px;
}

#content_inside a:hover {
	text-decoration: none;
	color: #535D21;
}

.image a:hover {
	border-bottom: none;
}
	
* html .narrowcolumn {
	height: 775px;
}

.post {
	margin: 0 0 40px;
	}

.narrowcolumn .postmetadata {
	padding: 5px;
	line-height: 1.5;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none; 
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* Headings */

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

.description {
	font-size: 1.7em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #535D21;  
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #535D21;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h1 {

	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 0 0 0 0;
	color: #535D21;
	}

h2.pagetitle {
	margin-top: 30px;
}

h3 {
	padding: 0;
	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	border: none;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Forms */

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #c2c2c2;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* Comments */
.alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #cecece;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Main Content Area */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #698B69;
	color: #000000;
	text-align: center;
	margin-top: 20px;
	padding: 0; 
	}
	
#page {
	text-align: left;
	background-color: #698B69;
	padding: 0;
	width: 750px;
	position: relative;
	}

#header {
	height: 170px;
	width: 700px;

	position: relative;
	border: solid #464b29 5px;
	background: #2F4F4F;
	z-index: 1;
	left: -6px;
	top: -6px;
}
	
.header-container {
	position: relative;
	background: #000000;
	margin: 4px;
	z-index: 1;
	width: 711px;
	left: 5px;
}

#content {
	}


	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #3A5FCD;
	text-decoration: underline;
	}

a:hover {
		}
	
#headerimg {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	height: 170px;

}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #2F4F4F;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: block;
	}

a img {
	border: none;
	}
	
a:hover img {
	border: none;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 700px;
	clear: both;
	border: solid #464b29 7px;
	background-color: #EEF3E2;
	position: relative;
	left: 14px;
	}
	
#footer p {
	margin: 0;
	text-align: center;
	}

#footer hr {
	width: 75%;
	color: #464B29;
	text-align: center;
}

#footertable {
	width: 100%;
	padding: 5px;
}

/* added menu*/

/* Top Level Menu*/

#menu_top {
	width:700px;
	padding: 5px 0px 2px 0px;
	color:#FFFFFF;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	position: relative;
	z-index: 1;
	left: 37px;
	}

.shadow-container {
	position: relative;
	background: #222;
	margin: 4px;
	z-index: 1;
}
	
/* Side Level Menu*/
.right {
background-color: #EEF3E2;
position: relative;
z-index: 1;
width: 150px;
border: solid 5px #464b29;
margin-bottom: 15px;
left: -6px;
top: -6px;
}

.right li {
border-bottom: 1px solid #EEF3E2;
list-style:none;
list-style-type: none;
list-style-image: url('none');
position: relative;
z-index: 1;
}

.right ul, li {
margin:0;
display:block;
position: relative;
z-index: 1;
}

.right li a {
color:#535D21;
text-decoration:none;
display:block;
padding:2px;
position: relative;
z-index: 1;
/* border-right: 3px solid #EEF3E2; */
border-bottom: 1px solid #EEF3E2;
border-top: 1px solid #EEF3E2;
}

.right li a:hover {
background-color:#9FBA6B;
/* border-right:3px solid #535D21; */
border-bottom:1px solid #535D21;
border-top:1px solid #535D21;
display:block;
position: relative;
z-index: 1;
color: #EEF3E2;
}
.right a {
color:#535D21;
display:block;
position: relative;
z-index: 1;
}
.right a.links {
margin-top:1px;
position: relative;
z-index: 1;
}

.right h2 {
	background-color:#9FBA6B;
	padding: 2px;
}

.right .current_page a {
	background-color:#9FBA6B;
	/* border-right:3px solid #9FBA6B; */
	border-top: 1px solid #535D21;
	border-bottom:1px solid #535D21;
	display:block;
	position: relative;
	z-index: 1;
	
}

.sidenav {
}

.sidenav li {
	padding-left: 10px;
}

.sidenav li a {
	color: #000000;
}


/*------------- added ------------*/

/* Top navigation menus */

#topnav {
	position: relative;
	display: inline;
	text-align: right;
}

#topnav li {
	list-style: none;
	list-style-type: none;
	display: inline;
	text-align: right;
}

.links h2 {
	margin-bottom: 5px;
}

.bulleted {

}

.linkcat ul li {
	margin-bottom: 10px;
}