/*********************************************
Theme: myOASIS
Author: Sazzad Hossain
Website: http://www.SazzadHossain.info
**********************************************/


/************GENERAL************/
body {
	background: #D9F3F4;
	font-size: 12px;
	font-family: Verdana, Tahoma, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0px auto;
	color: #333;
}

div, ul, h1, h2, h3, h4, p, img, form{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.blank{
	font-size:0px; clear:both; line-height:0px;
	}

A:link {
	color: #3EB0B7;
	font-weight: normal;
	text-decoration: none;
}

A:visited { 
	color: #0088e4;
	font-weight: normal;
	text-decoration: none;
}

A:hover { 
	color: #0088e4;
	font-weight: normal;
	text-decoration: underline;
}

A:active {
	color: #0088e4;
	font-weight: normal;
	text-decoration: none;
}

html 
{
  overflow: scroll;
}

p {
	margin-bottom: 10px;
	line-height: 1.5em;
	}

/************HEADER*************/
#header_master {
	width:100%; 
	overflow:hidden; 
	border-bottom:0px; 
	margin-bottom:0px; 
	height:150px; 
	font-size:14px;
	background: #749865 url(images/headercloud.jpg) repeat-x bottom;
	text-align: center;
	}

#header_logo {
	width: 561px;
	height: 140px;
	background: url(images/logo.png) no-repeat bottom;
	text-align: center;
	}
	
/************TOP NAV*************/
#topNav {
	width:100%; 
	overflow:hidden; 
	border-bottom:0px; 
	margin-bottom:11px; 
	height:25px; 
	font-size:14px;
	text-align: center;
	}
#topNavC1 {
	width:400px;
	margin: auto;
	margin-top:4px;
	text-align: center;
	}
#topNavC1 ul{
	width:537px; margin:0; display:block; height:25px;
	margin-left: -20px;
	}
#topNavC1 ul li{
	display:block; float:left; height:21px; margin:0; padding:0;
	}
#topNavC1 ul li a{
	font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 14px 0 14px; color:#3EB0B7;
	text-decoration:none; margin:0; height:25px;
	}
#topNavC1 ul li a:hover{
	font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 14px 0 14px; 
	background-image: url("images/navibg.jpg"); text-decoration:none; margin:0; height:25px;
	}

/*************SUB MENU*************/

.wireframemenu{
	background-color: #FFF;
	border-bottom-width: 0;
	width: 178px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a{
	font: bold 11px Tahoma;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #68C7CC;
	text-decoration: none;

}

.wireframemenu a:visited{
	color: #3EB0B7;
}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover{
	background-color: #C8EAEC;
	color:#3EB0B7;
}

/**********SEARCH************/
.wpsearch {
	background-color: #D9F3F4;
	font-style: italic;
	font-size: 13px;
	height: 20px;
	width: 130px;
	font-family: Tahoma, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	}

.searchsubmit {
	margin: 0;
	padding: 0;
	border: solid 1px #ddd;
	background: #D9F3F4;
}

.searchsubmit:hover {
	border: 1px solid #000;
}

/**********MAIN CONTENT************/
.bodyContainer 
{
    clear:both;
	margin:auto;
	width: 800px;
    margin-top: 10px;
}

.bodyContainer .column 
{
}

#pageborder 
{
	border: solid 1px #ddd;
    float: left;
    width: 570px;
    background-color: #f7fcff;
}

#pageborder ul 
{ 
	margin: 0px; padding: 0px; 
}
#pageborder ul li 
{
	background: url('images/bullettag.gif') no-repeat 10px 3px;
	list-style-type: none;
	margin: 0px;
	padding-left:30px; padding-right:0px; padding-top:0px; padding-bottom:5px
}

.bodyContainer .columnSidebar 
{
	float: left;
	margin: 0 10px;
    width: 205px;
	height: 1% /* Holly hack for Peekaboo Bug */
}                        

.sidebar {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: #fff;
	border: solid 1px #ddd;
	text-align: justify;
}

.sidehead {
	margin-bottom: 10px;
	padding-bottom: 0px;
	color: #3EB0B7;
	font-weight: bold;
	font-size: 14px;
}

.sidecontent {
	font-size: 11px;
	text-align: left;
}

.footer 
{
	clear: both;
	border-top: solid 2px #dfebf0;
	margin: 0px;
	text-align: center;
}

.footerNav 
{
	margin-left: 90px;
	margin-top: 3px;
}

.footerNavItem
{
	font-size: 11px;
	padding: 0px 30px 0px 0px;
}

.dayItems 
{
	margin: 10px 15px 10px 15px;
}

.dayHeader {
	color: #444444;
	font-size: 11px;
	margin-bottom: 5px;
}

.items {
}

.item {
}

.itemBody
{	
}

.itemTitle {
	font-size: 18px;
	color: #0066a7;
	font-weight: normal;
	padding: 5px 0px 5px 0px
}

A.TitleLinkStyle:link {
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

A.TitleLinkStyle:visited { 
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

A.TitleLinkStyle:hover { 
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

A.TitleLinkStyle:active {
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

.itemContents 
{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.itemFooter {
	margin: 5px 0px 0px 0px;
	border-bottom: solid 1px #dfebf0;
	font-size: 9px;
	text-align: right;
}


