/*
Theme Name: DMS_SPEEDNET VERSION 2.0

Description: Customized three column green WordPress theme for SPEEDNET 
Version: 2.0
Author: Digital Max Solutions
Author URI: http://www.digital.com.np
Tags: DMS Theme, fixed width, widgets, widget ready, right sidebar, three columns, premium, professional, simple, seo friendly, clean, green, valid XHTML, valid CSS

*/

@charset "utf-8";
/* CSS Document */
/*-------------------------Global Reset--------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}*/
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
/*h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------Global Style---------------------------------*/
body {
	/*font-size: 62.5%;  Resets 1em to 10px */
	/*font-family: "Georgia", Times New Roman, Times, serif;*/
	background-color:#74c044;
	color:#111111;
	}
	
h1{
font-size:24px;
line-height:30px;
padding-top:50px;
padding-bottom:0;
}

h2{
border-top: none;
border-bottom: none;
background:none;
/*background: #FFFF99;*/
padding:0;
font-size:12px;
font-weight:bold;
font-stretch:wider;
font-family:"Georgia", Times New Roman, Times, serif;
/*margin-right:5px;*/
}


p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
padding:5px;
}a{
color:#2361A0;
}

/*ol,ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
list-style: disc;
list-style-position:inside;

}*/
.post{
padding:0;
}
.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}
.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.previous-entries {
	float: left;
}
.next-entries {
	float: right;
}

.entry{
line-height: 18px;
}
#wrapper{
border:7px solid #333333;
background-color:#FFFFFF;
margin: 20px auto;
width:996px;
/*height:1000px;*/
}

#header{
width:996px;
height:135px;
margin:0;
}


#content {
overflow:hidden;
padding-top:5px;
background:url(images/bg_line_1.gif) repeat-y right;

}

#content_1{
float:left;
width:480px;
padding:0 20px 0 30px;
/*margin-left:15px;*/
/*border-right:1px solid #CCC;*/
/*background:#006666;*/
}

#content_1 ul, #content_1 ul li {
margin:0;
padding:0;

}


#content_1 h1{
font-size:24px;
line-height:auto;
padding-top:50px;
padding-bottom:0;
}
#content_1 h3{
font-size:24px;
line-height:auto;
padding-top:20px;
padding-bottom:0;
}

#sub_content {
overflow:hidden;
padding-top:5px;
/* padding:0px 29px 0 30px; */
/* width:935px; */
}
#sub_content1{
float:left;
padding-left:30px;
width:720px;
}

#sub_content1 h1{
font-size:24px;
line-height:auto;
padding-top:20px;
padding-bottom:0;
}
#sub_content1 h3{
padding:30px 0 20px 0;
}


.alignright {
   margin: 0 0 2px 11px; border: none; display: inline; float: right;}

.alignleft {
   margin: 0 11px 2px 0; border: none; display: inline; float: left;}

/*-------------------------Footer Style---------------------------------*/
#footer {
	padding: 0;
margin:0 18px 35px 18px;

	/*margin: 0 auto;
	width: 760px;*/
	clear: both;
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;


	}

#footer p {
	margin: 0;
	padding:5px 0 2px 0;
	text-align: center;
	color:#999999;
	font-size:10px ;
font-family: "Georgia", Times New Roman, Times, serif;
	}

/*---------------------------------Header Content------------------------------*/
.searchBtn{
background:#FFFFFF;
border:none;
cursor:pointer;
font-weight:700;
font-size:12px;
height:24px;

}

.searchBox {
height:21px;
border:1px solid #ccc;
padding:3px 0 0 0;
margin:0 0 0 5px;
}


#logo{
float:left;
padding:10px 18px 10px 20px;

}
#menu{
float:left;
margin-top:21px;
margin-bottom:23px;
width:780px;
}

#searchBox{
text-align:right;
margin-right:15px;
/*margin-bottom:53px;*/
}

#navlist
{
border-bottom: 7px solid #f1ee82;
margin: 0;
padding-bottom: 24px;
padding-left: 68px;
font-family: "Georgia", Times New Roman, Times, serif;
/*font-size:12px;*/
color:#111111;

}
/*--------------------Menu Style-----------------------------*/
#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
letter-spacing:2px;
background: #EDEEEE;
border: 1px solid #ccc;
border-right:none;

color: #111;

float: left;
font-size: 11px;

font-weight:500;
line-height: 14px;
/*margin-right: 8px;*/
padding:4px 10px;
text-decoration: none;
}
#navlist a.lastItem{

border-right: 1px solid #ccc;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #FFFF99;
border-bottom: 1px solid #FFFF99;
color: #000;
}

#navlist a:hover {  color: #111; text-decoration: underline;}


body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a

{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,

#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1,
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a,
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { text-decoration:underline }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
}
/*---------------------------------Main Content------------------------------*/

#imgWrap{
background-color:#74c044;
padding:6px;
margin:0;
text-align:center;
}
.drop_cap {
font-family: "Georgia", Times New Roman, Times, serif;
color:#888888;
float:left;
font-size:3.571em;
line-height:0.76em;
padding:0.04em 0.12em 0 0;
}


.author_and_date {
font-family: "Georgia", Times New Roman, Times, serif;
color:#888888;
letter-spacing:1px;
margin:0;
padding-bottom:10px;
line-height:2.2em;
/* text-transform:uppercase; */
}

.eventType{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#888888;
}
.author_and_date em {
font-style:italic;
letter-spacing:normal;
text-transform:none;
}
abbr {
font-family: "Georgia", Times New Roman, Times, serif;
border-bottom:medium none;
font-size:1em;
line-height:1em;
}

/*---------------------------------SideBar Content------------------------------*/

#sideBar1{
float:left;
width:206px;
padding-left:15px; 

}
#sideBar2{
float:right;
padding-right:23px;
/* width:206px; */
width:211px;

}


.sideBar h2{
border-top: 1px solid #ccc;
border-bottom: 1px dotted #ccc;
background:url(images/titleBkgnd.gif) repeat-x center;
/*background: #FFFF99;*/
padding:6px;
font-size:12px;
font-weight:bold;
font-stretch:wider;
font-family:"Georgia", Times New Roman, Times, serif;
/*margin-right:5px;*/
}

.sideBar ol,ul {
font-family:"Georgia", Times New Roman, Times, serif;
font-size:12px;
line-height:20px;
list-style-type: none;
	list-style-image: none;
}


.sideBar ul, .sideBar ul ol {
	margin: 0;
	padding: 0;
	}

.sideBar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size:12px;
	}

.sideBar ul p, .sideBar ul select {
	margin: 5px 0 8px;
	}

.sideBar ul ul, .sideBar ul ol {
	margin: 5px 0 0 10px;
	}

.sideBar ul ul ul, .sideBar ul ol {
	margin: 0 10px 0 10px;
	}

ol li, .sideBar ul ol li {
	list-style: decimal outside;
	}

.sideBar ul ul li, .sideBar ul ol li {
	margin: 3px 0 0;
	padding-top: 10px;
line-height:15px;
	}
	
	.categories{

	width:200px;
	/*margin:5px;*/
	}
	
	.sideBarBox{

	background:#d7eac3;
	border:1px solid #33cc33;
	width:211px;

	margin-bottom:24px;
	/*margin:5px;*/
	}
.sideBarBox h2{
border-top: 0;
border-bottom: 0;
background:none;
background: none;
padding:6px 0 5px 10px;
color:#003300;
font-size:16px;
font-family: "Georgia", Times New Roman, Times, serif;
font-weight:bold;
margin-right:5px;
}
.sideBarBox p{
padding:0 10px 10px 10px;

}

/* Contact Us Form */
#contactForm {
     width:315;
     float:left;
}