/*
Theme Name: VisitPinas
Author: Fred Pamaos
Template: ifeature
*/

@import url("../ifeature/style.css");

/* Fonts  */

h1, h3 { font-weight: bold; margin: 0px; }
h2 { font-weight: normal; margin: 0px; }
h1 { font-size: 18px }
h2 { font-size: 14px;}
h3 { font-size: 13px}

.error { font-size: 28px; text-align: center;}

p { margin: 0 0 10px 0; }
a { color: #E1771E; text-decoration: none; }
a:hover { color: #555; }

a img {border: none; }

.featured-image {
	margin-top: 14px; 
	margin-right: 12px; 
	margin-bottom: 10px; 
	float: left;

}

ul, ol { margin: 0 0 10px 0; }

.entry { }
.entry a { color: #E1771E; }
.entry a:hover { }

pre { }
code, tt { }

/* Header  */

#header { height: 140px; }

#headerwrap { height: 100px; }

#logo { 
	height: 60px;
	max-height: 60px;	
	margin-left: 5px;	
	bottom: 10px;
	padding-top: 14px;
	z-index: 1;
}

#description {
	height: 16px;
}

.description {
	font-size: 12px;
	margin-left: 5px;
	font-weight: normal;
}

#header_right {
	float: right;
	margin-right: 5px;
	width: 335px;
	height: 100px;
}

.sitename {
	font-size: 26px;
	font-weight: bolder;
}
   
/* Search Form */

input[type=text] { 
	width: 120px;
}
  
/* Posts Styling */

.posts_title {
	font-size: 24px;
	font-weight: bold;
}

.posts_title a {
	color: #0066CC; 
}

.post { 
	font-size: 14px;
}

.entry {
	padding-top: 5px;
	overflow:hidden;
	font-size: 13px;
	line-height: 24px;
}

.meta { 
	color: #ababab;
	font-size: 12px;
}

.postmetadata { 
	color: #5c5c5c;
	font-size: 12px;
	background-color: #f8f8f8;
	height: 18px;
	margin-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
 }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left; }

.alignright { float: right; }

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 620px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	max-width: 610px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

blockquote { 
	background-color: #ccc;
	margin: 10px;
	padding: 3px;
}

blockquote p { }

.sticky { }

.gallery-caption { }

.navgation { }
   .next-posts { float: left; }
   .prev-posts { float: right; }

/* Share and Comments Styling */

.share {
	padding-top: 1px;
	float: left;
}

.comments {
	float:right;
	margin-right: 10px;
}

#comments .navigation {
	padding: 0 0px 18px 0;
}
 
.tags {
	font-size: 10px;
	padding-bottom: 2px;
}

label[for="comment"] {display: block;}

/* Sidebar Right */

#sidebar_right {
float: right;width: 316px;
font-family: Verdana, Arial;
font-size: 12px;
}

.sidebar-widget-style li {
	list-style-type: none;
}

.sidebar a { 
	color: #E1771E;	
}

/* Lists */

li {padding-left: 5px;}

/* Footer  */

#footer { 
	min-height: 200px;
	background-color: #FAEF7A;
	background: #FAEF7A;
}

.footer-widgets {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 18px;
	padding-bottom: 15px;
	color: #000000;
}

.footer-widgets li {
	list-style-type: none;
}

.footer-widgets a {
	color: #2D33D6;
}

.footer-widgets a:hover {
	color: #111;
}

.footer-widget-title{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.footer-item ul {
	padding-left: 15px;
}

#afterfooter {
	width: 100%; 
	background: orange; 
	color: white;
}

#afterfooterwrap {
	width: 980px; 
	height:40px; 
	margin: auto; 
	padding: 3px;
}

#afterfootercopyright {
	max-width: 200px;
	float: right;
	position: relative;
}

#afterfootermenu {
	float:left;
	position: absolute;
	width: 400px;
}

#afterfootermenu a {
	color: #2D33D6;
}

#afterfootermenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}
#afterfootermenu li {
	display: inline; 
}

.credit { height: 22px; width: 148px; z-index: 99;margin: auto;	}

/* Nav */

#navbackground {
	background: #aa0000;
	width: 980px;
	height: 38px;
	display: block;
}

#homebutton {
	float: left; 
	border-right: 1px solid #444;
	width: 80px;
	border-right: 1px solid #444;
	height: 35px;
}

#homebutton a:hover img { opacity:.6; }

#sfwrapper {
    float: left;
    width: 70%;
    background: transparent;
    font-size: 1em;
}

/* Superfish Nav */

/* The container wrapping .sf-menu */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
}
.sf-menu {
    line-height:    1.0;
}
.sf-menu ul {
    position:       absolute;
    top:            -999em;
    margin-left: 	-1px;
    width:          10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:          195px;
}

.sf-menu li {
    float:          left;
    position:       relative;
    
    padding: 0px 10px 0px 10px;
    background: transparent;
}
.sf-menu a { /* Nav link color */
    display:        block;
    position:       relative;
    background: transparent;
    color: white;
    font-size: 13px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:           0;
    top:            2.5em; /* match top ul list item height */
    z-index:        1001;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}

.sf-menu li li {
	height: 35px;
}

.sf-menu li li:hover {
	height: 35px;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:           15.5em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}
 
/*** Custom Styles ***/

/* The container wrapping .sf-menu */
#navwrapper {
    float:              left;
    position: 		absolute;
    width:              690px;
    height: 		37px;
    background:         transparent;
    font:               1.0em;
    margin-left: 	80px;
}

.sf-menu li li {
    background: #aa0000;
}