/*
Theme Name: Paul Villacorta Theme
Theme URI: http://paulvillacorta.me
Description: Customized theme created by <a href="http://paulvillacorta.me">Yours Truly</a>.
Version: 1.0
Author: Paul Villacorta
Author URI: http://paulvillacorta.me/
*/
@import url(css/reset-min.css);
@import url(css/base.css);

/* Begin Structure */
*, body { 
	padding: 0; 
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
body { background: #F2F2F2 url(images/vgg.jpg) top center fixed; }
html, body { padding: 0px; margin: 0px; min-height: 700px; }
a { 
	text-decoration: none; 
	color: #6D8309;
}
p, ul, ol, ul li, ol li,
em, strong, a, blockquote  {
	font-size: inherit;
}
p { color: #333333; }
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	padding: 8px 0px;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/*** CEBU DIRECTORIES MAIN DIVS ***/
#wrapper    { 
	width: 800px; 
	margin: 0px auto; 
	/* background: #FFFFFF; 
	border: 1px solid #CCCCCC;
	border-top: none; 
	border-bottom: none;*/
}

#header {
	text-align: left;
	height: auto;
	padding: 10px 0px;
}
#header h1 { 
	font-size: 35px;
	font-family: 'Droid Serif', arial, serif;
	text-indent: -99999px;
	margin-top: -30px;
}

#menus {
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-bottom: 15px;
}

#content-body { 
    padding: 10px 10px; margin: 0 auto;
    background: #FFFFFF url(images/tbg.jpg) top center no-repeat; 
    border: 1px solid #CCCCCC;
    border-top: none;
    border-bottom: none;
    -moz-box-shadow: 0px 3px 10px #999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
#content, #comments-body { padding: 10px 20px; }
#footer { 
	background: #FFFFFF url(images/fbg.jpg) bottom center no-repeat;
	margin-bottom: 0px; 
	text-align: center; 
	/*border: 1px solid #FFF;*/
	height: 65px;
}
.navigation {
	background: #DDDDDD;
	padding: 5px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius:3px; 
	-o-border-radius:3px;
	text-align: center;
}
.navigation div a { background: none; }

#sidebar {
	width: 200px;
	border-right: 1px solid #CCCCCC;
	background: #F2F2F2;
}

/** Posts Typography **/
.entry { 
	font-size: 13px; 
	font-family: Verdana, Helvetica, sans-serif;
	padding-top: 20px;
}
.entry p {
	letter-spacing: .2px;
	line-height: 24px;
}
.entry a { font-size: inherit; font-family: Verdana, Helvetica, sans-serif; }
.entry a:hover { border-bottom: 1px dotted #666666; text-decoration: none;  }
.entry ol, .entry ul { 
	margin: 10px 30px;
}
.entry ol li, .entry ul li { padding-bottom: 10px; }
.entry ol li { list-style: decimal; }
.entry ul li { 
	list-style-type: none;
	background: url(images/arrow.png) 1px 5px no-repeat;
	padding-left: 20px;
}
.entry img { padding: 5px; }
.entry blockquote {
	background: #F2F2F2;
	margin: 10px 0px;
	padding: 15px;
	border: 1px dashed #999999;
}
.entry blockquote p { margin-bottom: 0px; }
.entry blockquote.bpost p { margin-bottom: 15px; font-style: normal; color: #666666; }
.entry blockquote h3 { 
	font-weight: lighter;
	font-style: normal;
	color: #333;
}
.post-title {
	font-family: 'Nobile', Verdana, serif;
	font-weight: bold;
	font-style:italic;
	font-size: 25px;
	margin-bottom: 45px;
}

.post-title a { color: #333333; margin-bottom: 20px; }
.post-title a:hover { color: #111111; text-decoration: none; }
.postmetadata { color: #999999; }

.left  { float: left; }
.right { float: right; }
.clear { clear: both; }

img.aligncenter { margin: 0px auto; }
img.alignleft   { margin: 10px; margin-left: 0px; }
img.alignright	{ margin: 10px; margin-right: 0px; }

/*** Twitter Classes ****/
#tweet {
	background: #F2F2F2;
	border: 1px dotted #CCC;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius:3px; 
	-o-border-radius:3px;
	width: 300px;
	padding: 5px 10px;
}
/*** Navigation Classes ****/
#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li {	float: left; list-style: none; text-transform:uppercase; }

	#jsddm li a
	{	display: block;
		padding: 5px 20px;
		text-decoration: none;
		border-right: 1px solid #DEDEDE;
		color: #000000;
		font-size: 13px;
		font-weight: bold;
		white-space: nowrap;}

	#jsddm li a:hover { background: #000000; color: #FFFFFF; }
		
		#jsddm li ul
		{	margin: 0 0 0 -1px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			width: 200px;
			background: #FFFFFF;
			border: 1px solid #999999;
			border-top: none;
		}
		
		#jsddm li ul li { float: none; display: inline;   }
		
		#jsddm li ul li a { width: auto; font-size: 11px; border-bottom: 1px solid #DEDEDE;}
		#jsddm li ul li a:hover { color: #FFFFFF; }