/*  
Theme Name: nepali
Author: Grabbert Werbung
Author URI: http://www.grabbert-werbung.de
*/

img.alignleft, .left { float: left; }
img.alignright, .right { float: right; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter, img.centered, .center { text-align: center; }

/* layout */
* {font-size: 100%; margin: 0; padding: 0; line-height: 1.4em;}
body {position: relative; background: url(images/bg_body.gif) top left repeat-x #9BC3D5; font: 80% "Lucida Grande", "Lucida Sans Regular", Verdana, Helvetica, sans-serif ; color: #4B5D67; text-align: center;}
#page {display: block; width: 850px; background: url(images/bg_main.gif) top repeat-y; text-align: left; margin: 0 auto;}
#header {float: left; display: block; width: 850px; background: url(images/bg_header.gif) top no-repeat; min-height: 288px; padding: 0;}
* html #header {height: 300px;}

#sidebar {display: block; width: 193px; margin: -5px 20px 0 7px; }
#content {float: left; display: block; width: 635px; margin: -18px 0 0 7px;}

* html #content, * html #sidebar {margin-top: -25px;}
.post {float: left; display: block; width: 639px; margin: 0 0 0 18px;}
.page {float: left; display: block; width: 635px; margin: 0 0 0 18px;}
.archive {float: left; display: block; width: 507px; margin: 0 0 18px 18px; border-bottom: 1px solid #ccc;}
#sidebar .post {display: block; width: 157px; margin: 0 5px 0 0; }
.title {display: block; width: 555px; margin: 0 0 12px 0;}
#sidebar .title {float: left; display: block; width: 193px; background: url(images/bg_h3.gif) bottom left repeat-x #CADFED;}
.entry {float: right; display: block; width: 350px; margin: 0;}
.postinfo {float: left; display: block; width: 157px; margin: 0 0 18px 0;}
.archive .postinfo {margin-left: 0;}
.archive .entry {margin-right: -24px;}
* html .post, * html #sidebar .post, * html .archive  {margin-left: 0; position: relative; left: 18px;}
p img {float: left; margin: 0 18px 12px 0;}

/************************************************
*	Navbar      								*
************************************************/
*+html ul li, * html ul li {
  display: inline-block;
}

.subnav ul {/*.subnav is mainly the categories list*/
	list-style:none;
        margin: 0;
        padding: 0;
	}

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
        display: inline-block;
        width: 190px;
	padding:4px 4px 4px 25px;
	border-bottom: 1px solid #c8c8c8;
        list-style:none;
	color: #6e6e6e;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
        list-style:none;
	color: #6e6e6e;
	}


#sidelist li {
	list-style:none;
	}
	
#sidelist .children {
	background:#F4F4EC;
	color: #000000;
        list-style:none;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:45px;
	padding-left:15px;
	border-bottom:1px solid #ffffff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:0px 0px 0px 0px;
	border:0;
	background:#F4F4EC;
	color: #6e6e6e;
        list-style:none;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
        color: #6e6e6e;
        list-style:none;
	}


/* typography */
h1 {font: 2.2em Tahoma, Verdana, Arial, sans-serif; color: #fff; letter-spacing: -1px; padding: 45px 37px 0 37px; margin: 0 0 -5px 0;}
h1 a, h1 a:visited {color: #fff; text-decoration: none;}
.description {color: #CADFED; margin: 0 37px 2px 37px;}
.title h2 {font: 1.05em Arial, Helvetica, sans-serif; text-transform: uppercase; padding: 5px 24px 9px 5px;}
#content .postwrapper .title h2 {font: 1.4em Arial, Helvetica, sans-serif; text-transform: none;  padding: 9px 100px 12px 42px;}
#sidebar .title h2 {font: 1.05em Arial, Helvetica, sans-serif; text-transform: uppercase; padding: 9px 0 12px 24px; background: none; color: #32474B;}
.title small {float: right; padding: 14px 24px 0 0; color: #67939B;}
h2 a, h2 a:visited {}
h3 {font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;}
p {margin: 0 0 18px 0; padding: 0;}
.entry p {padding-right: 24px;}
.postinfo p {padding: 0 6px;}
.req {padding-left: 3px; color: #cc0000;}
blockquote {padding: 0 0 0 12px; border-left: 3px solid #ccc;}

/* lists */
ul {margin: 0 0 24px 6px;}
ol {margin: 0 0 24px 6px;}
ul li {margin: 0 24px 0 14px;}
ol li {margin: 0 24px 0 14px;}
.buttons {float: left; list-style: none; margin-left: 0;}
.buttons li {float: left; margin: 0 18px 0 0; padding: 0;}
* html .buttons li {margin: 0;}
.buttons a, .buttons a:visited {display: block; width: 150px; padding: 6px 6px 6px 16px; text-align: left; background: url(images/menu.gif) bottom left no-repeat; border-top: 1px solid #D1E0F0;}
.buttons a:hover {background-position: bottom right;}
.catlist {float: left; list-style: none; margin: 0 0 18px 0;}
.catlist li {float: left; margin: 0 18px 0 0; border-bottom: 1px solid #CAD6E1;}
.catlist li:first-child, .catlist li:first-child+li, .catlist li:first-child+li+li {border-top: 1px solid #CAD6E1;}
.catlist a, .catlist a:visited {display: block; width: 145px; padding: 1px 6px 2px 6px; margin: 1px 0;}
.catlist a:hover {background: #F2F2F2;}
#themeswitcher {list-style: none; margin: 0 0 18px 0;}
#themeswitcher li {margin: 0;}
#sidelist {list-style: none;}
#sidelist li {margin: 0;}
#sidelist li li {margin: 0 24px 0 20px;}
#sidelist ul {list-style-type: disc; }


/* links */
a, a:visited {color: #ffffff; text-decoration: none;}
p a:hover, ul a:hover {background-color: #BFD3E0;}
#content a {color: #65bbae; text-decoration: none;}


/* main image */
#mainpic {float: left; background: url(images/mainpic.jpg) no-repeat; display: block; width: 836px; height: 288px; margin: 0 7px; border-top: 0px solid #67939B; border-bottom: 0px solid #67939B;}


/* forms */
form {margin: 0 0 18px 0;}
#searchsubmit {position: absolute;}
#s {width: 130px; padding: 2px; border: 1px solid #B9C3D1; background: #CAD6E1; color: #32474B; margin-right: 2px;}
select, .field {width: 157px; margin: 0 0 4px 0; color: #32474B;}
.field {padding: 2px; width: 153px;}
textarea {padding: 2px; width: 308px; font: 1em Verdana, Arial, Helvetica, sans-serif;}
select option {padding: 1px;}
#submit {padding: 3px;}


/* footer */
#footer {clear: both; display: block; width: 852px; background: url(images/bg_footer.gif) bottom no-repeat; border-bottom: 20px solid #9BC3D5; text-align: center;}
* html #footer {margin-top: 18px; position: relative; left: 7px;}
#footer-top {display: block; width: 864px; height: 15px; background: url(images/bg_footer-top.gif) top no-repeat;}
#footer p {color: #798892; padding: 0 37px 7px 37px;}
#footer a, #footer a:visited {color: #B05255;}
