/* 
	Theme Name: avm2010
	Theme URL: http://vicmaranto.com
	Description: Custom Template for Vic Maranto.
	Author: srgchiu
	Author URI: http://www.livingdavao.com
	Version: 1.0		
	The CSS, XHTML and Design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	Tags: blue, widget ready, fixed width, three columns,  3 colums, widgets, adsense, seo, adsense ready, custom header, gravatar support, sidebar left, sidebar right,  widget sidebar, seo adsense, XHTML, blue theme
*/


body{
  background: #0d3b9d url(images/bodybg.png) repeat-x;
  font-family: "Trebuchet MS", verdana, arial;
  font-size: 0.80em;
}

.clear{
  clear: both;
}
  
a{
 color: #EE905C;
 text-decoration: none; 
}

#main-wrapper{
  width: 1024px;
  margin: 5px auto;
  text-align: left;
  background: #fff;
  padding-bottom: 5px;
}

#top-header{
  width: 1024px;
  height: 40px;
  background: url(images/menubg.png) repeat-x;
}

#top-search{
  width: 300px;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}

#top-menu{
  width: 700px;
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

#top-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#top-menu ul li{
  display: inline;
  height: 40px;
}

#top-menu ul li a{
  color:#0D3B9D;
  display:block;
  float:right;
  font-weight:bold;
  height:20px;
  line-height:20px;
  padding:10px 8px;
  text-decoration:none;
  border-left: 1px solid white;
}

#top-menu ul li a:hover{
  background: #578cfe;
  padding: 10px 8px;
}

#header{
  width: 1024px;
  height: 405px;
  -moz-border-radius: 0 0 10px 10px;
  background: url(images/headerbg.png) repeat-x;
  background-position: bottom;
}

#header-left{
  float: left;
  width: 344px;
  padding-left: 20px;
}

#header-right{
  float: right;
  width: 660px;
}

#header-right-top{
  width: 100%;
}

#logo{
  float: left;
  width: 300px;
}

#slogan{
  width: 450px;
}

#logo-holder{
  width: 450px;
  margin-top: 75px;
}

#links{
  background:#598DFE url(images/linksbg.png) repeat-x scroll 0 0;
  float:right;
  margin-right:5px;
  padding:2px;
  width:200px;
}

.block{
  margin-bottom: 0;
}

h2.block-title{
  color:#FFFFFF;
font-size:1.5em;
font-weight:normal;
height:2px;
padding-left:15px;
}

div.block-body{
  background: #e2e5e7;
  -moz-border-radius: 2px;
  margin: 22px auto;
  padding: 5px;
  width: 90%;
}

div.block-body ul{
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
margin:0;
padding:5px 5px 5px 20px;
}

div.block-body ul li{
}

div.block-body img{
  border: 0;
}

#header-right-bottom{
  color: #0b4170;
  font-weight: bold;
  font-size: 1.1em;
}

#main-content{
  width: 1024px;
  padding: 10px;
  margin-bottom: 10px;
}

#main-left{
  float: left;
  width: 780px;
  padding-bottom: 10px;
}

#main-left-r{
  float: right;
  padding: 5px;
  width: 370px;
}

#main-left-l{
  float: left;
  padding: 5px;
  width: 370px;
}

h2.main-left-title{
  font-size: 16px;
  color: #EE905C;
}

#main-menu{
  margin: 0 auto;
  width: 86%;
}

#main-menu img{
  border: none;
  padding: 5px;
}

.shadow{
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  _height: 1px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.5);
	background: #959595;
/*background: url(images/blockshadow.png) repeat;
-moz-border-radius: 10px;
width: 100%;
  border-bottom: 10px;*/

}

.main-block {
	background: #fff;
	position: relative;
	bottom: 2px;
	right: 2px;

}

div.main-block {
	background: #E2E5E7;
	padding: 20px;
	 -moz-border-radius: 10px;
}

.main-block-body{
  margin-top: 5px;
}
/*
.main-block{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#E2E5E7 none repeat scroll 0 0;
height:90%;
margin:0 auto;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
width:97%;
}*/

div.main-block  h1{
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

div.main-block  h1.main-block-title a{
  color: #ee905c;
  text-decoration: none;
  font-size: 0.85em;
}

div.main-block  h3.main-block-date{
  font-size: 0.70em;
}

div.main-block  p.postmetadata{
  font-size: 0.85em;
  margin: 0;
}

div.main-block  .readmore a{
  color: #ee905c;
  float: right;
  text-decoration: none;
}

.main-links{
  border-top: 1px solid #ccc;
}

#main-right{
  background: #578cfe;
  float:right;
  margin-right:15px;
  padding:2px;
  width:200px;
}

#footer{
  background: #337cf5;
  text-align: center;
  width: 98%;
  margin: 0 auto;
  padding: 10px 2px 2px 2px;
}

#footer ul{
  list-style: none;
}

#footer ul li{
  display: inline;
  padding: 10px;
}

#footer ul li a{
  color: #e2e5e7;
}

div#post_nav{
  margin-top: 10px;
}