@import url("css/reset.css");
@import url("css/960.css");
@import url("text.css");
/*
Theme Name: Simplicious
Theme URI: http://digital.com.np
Description: A clean, minimalist theme
Version: 1.0
Author: Digital Max Solutions
Author URI: http://buddythemes.com/
*/

/*************************************
 +Containers
 *************************************/
body {
	background:#fff url(./images/bg.png) repeat-x;
	border-top:5px solid #E87227;
      /*color:#1C1C1C;
/*color:#444;*/
color:#000;
	font-family: Georgia, "Tahoma", Times, serif;
	font-size:60%;
	line-height:1.5;
	margin:0;
	padding:0
}
#wrap {
	margin:0 auto;
	text-align:left;/*width:76em;*/	
}
#content {
	font-size:1.4em;
	float:left;
	padding:1em 0;/*width:40em;*/
}
#header {
	padding:3em 1em;
}
#footer {
	background:#000;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:1.5em;
	padding:0.5em;
	text-align:center;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3 {
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	margin:0;
}
h3 {
padding-bottom:10px;
}

#header h1 {
	font-family: Georgia, Trebuchet, Times, serif;
	font-size: 4.8em;
font-weight: normal;
/*font-size:3em;*/
	margin:0;
	margin-right:1em;
text-shadow: 2px 2px 2px #ccc;

}
#header h1 a {
	color:#CE540A;
border-bottom: 0px;
text-decoration: none;

}
#header h1 a:hover {
	/*color:#999999;*/
color:#2173B8;
}
#header p {
	color:#999999;
	font-size:1.8em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2 {
	/*font-size:1.2em;*/
color: #333;
font-size: 2em;
font-weight: normal;
margin: 0px;
/*font-family: Tahoma, Lucida Grande, Arial Narrow, sans-serif;*/
}

.entrytitle h2 a {
	color:#333;
/*color:#2173B8;*/
border-bottom: 0px;
text-decoration: none;
}
.entrytitle h2 a:hover {
	color:#2173B8;
/*color:#999999;*/
}
.entrytitle h3 {
	font-size:0.6em;
/*	font-size:17px;*/
	color:#999999;
}
#sidebar h3,#sidebar h2 {
	color:#999999;
	font-size:1.6em; 
font-family: Lucida Grande, Tahoma, Arial Narrow, sans-serif;
	/*margin:1em 0;*/
	letter-spacing:0.3px;
margin: 0.9em 0px 0.9em;
text-transform: uppercase;
}

/*************************************
 +Entry
 *************************************/
.entrybody p{
padding-right:5px;
margin: 0px 0px 1.4em;
line-height: 1.65;
}
.entry {
	margin-bottom:3em;
}
.entrymeta {
	font-size:0.7em;
}
.postedby {
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.filedto {
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink {
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar {
	font-size:1.1em;
	float:right;
	padding-top:2em;/*width:20em;*/
}

#sidebar a {
	color:#1F536C;
}

#sidebar a:hover {
    color: #003366;
}


#sidebar ul {
	list-style-type:none!important;
	margin:0;
	padding: 0px 0px 20px;
}

#sidebar ul li {
	margin-bottom:0.3em;
	padding:0.1em;

}


/*#sidebar ul li ul,#sidebar ul li ul li ul{
padding:0.2em;

}

#sidebar ul li ul li{
padding:10px;
}
*/
#sidebar ul li ul li{
border-bottom:1px dotted #DDDDDD;
}
#sidebar ul li ul li ul li {
	padding-left:10px;
	border:none;
}
#sidebar ul li.last {
	border:none;
}
/*************************************
 +Comments
 *************************************/

.commentsblock {
	margin:0.5em;
	padding:1em;
}
.commentsblock textarea {
	width:35em;
}
.commentsblock input, .commentsblock textarea {	
	moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-x-system-font:none;
	border:1px solid #a1a1a1;
}

.commentsblock textarea:focus, .commentsblock input:focus {
	background:#FFE8D9;
	border:1px solid #a1a1a1;
}
.commentauthor {
	display:block;
	font-size:1.5em;
}
ol.commentlist {
	color:#777;
	font-size:0.9em;
	list-style-type:normal;
	margin:0;
	margin-top:0.5em;
	padding:0;
}
.commentlist li {
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt {
	background:#FFF4C7;
	border:1px solid #ccc;
	padding:0.5em;
}
h3#comments {
	font-size:1.6em;
}
/*************************************
 +Misc
 *************************************/
a {
	/*color:#999999;color:#21759B;color:#3B5998;
color:#58A;*/
color: #21759B;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
}
a:hover {
	/*color:#797D91;*/
/*color:#CE540A;*/
/*color:#999999;*/
/*color: #1F536C;*/
color: #1F536C;

}
/*------------------images--------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	
}
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;
}
/* Captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fafafa;
	padding-top: 5px;
	margin: 5px 25px 25px 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 16px;
	padding: 4px 4px 5px 4px;
	margin: 0;
	color:#666;
}

element.style {
color:#CCCCCC;
width:514px;
}


#feedburnerFlareBlock {font-size: x-small;}

blockquote {	
	/*margin: 15px 30px 0 10px;
	padding-left: 20px;*/
margin: 15px 30px 0px 10px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
background: #F5FAFE;
border-left: 4px solid #E2F0FC;
border-left-width: 4px;
border-left-style: solid;
border-left-color: #E2F0FC;
/*color: #666;	*/
}

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

/* .page-item-182 {
font-size:1.1em; font-weight:bold;}
*/

.navigation a {
font-size:0.8em}


------
.post ul,
.post ol {
	/*margin:0 0 15px 15px;*/

}

.post li {
	/*font-size: 14px;*/
	line-height: 1.65;
margin-top: 5px; margin-bottom: 5px;
}

.post li ul,
.post li ol {
	margin-left: 15px;
}

.post img {
	max-width: 550px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px;
	background: #fff;
	border: 1px solid #e9e9e9;
}
/*------------------menu--------------------------------------------------*/

#nav {
    margin: 0 0 15px 3px;
    padding: 15px 0 0 0;
    background: transparent url("images/l.gif") no-repeat left top;
    height: 1%;
    clear: both;
}

#nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Son of Suckerfish Dropdowns: http://htmldog.com/articles/suckerfish/dropdowns/ */

#nav ul {
    list-style-type: none;
}

#nav li {
    margin-right: 25px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    float: left;
}

#nav li.current_page_item a {
    font-weight: bold;
    color: #333;
}

#nav li a {
    display: block;
    border: 0 none;
    color: #555;
}

#nav li a:hover {
    color: #21759B;
}

#nav li ul {
    position: absolute;
    left: -999em;
}

#nav li:hover ul,
#nav li.sfhover ul {
    left: auto;
}

#nav li ul li {
    font-size: 11px;
}

#nav li.current_page_item ul li a {
    font-weight: normal;
}

#nav li ul li a {
    border-bottom: 1px dotted #ccc;
}
