/*
Theme Name: Prebuilt
Theme URI: http://www.devlounge.net
Description: A theme built by Astereostudio and Devlounge.
Version: 2.0.1
Author: Astereostudio & Devlounge
*/


/* Base Layout 
++ This is how the main site is structured. This includes wraps to
hold everything together in a clean and efficient way. These styles
are all used in the header.php, as they are repeated throughout everypage.
*/

body {
background-color: #fff;
margin: 0px;
padding: 0px;
}

a img {border: none; } 

#wrap {
width: 750px;
\width: 770px;
w\idth: 750px;
height: 100%;
background-color: #fff;
margin: 0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#header {
margin: 0 !important; 
margin: 0 0 0 1px; 
padding: 0px; 
height: 310px; 
}

#headerimg {
margin: 0px 0px; 
height: 310px; 
width: 750px; 
}

#header h1 {
visibility: hidden;
}

#mainflash {
   margin-top: 40px;
   text-align: center;
}

/* Navigation */
#navcontainer ul {
width: 747px;
margin: 0;
padding: 0;
position: absolute;
top: 200px;
color: #fff;
font-family: Verdana, arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

#navcontainer ul li 
{ 
display: inline;
}

#navcontainer ul li a
{
float: left;
color: #fff;
text-decoration: none;
width: 122px;
height: 20px;
border-right: 2px solid #fff;
padding-top: 3px;
text-align: center;
}

#navcontainer ul li a:hover {
background-color: #000;
}

/* Index
++ In this case, we'll be splitting into two columns, but because
our recent comments feature is located in the sidebar, all of that will
be styled in the sidebar section below. This is where classes such as headlines
and post links are defined.
*/

#hppost {
width: 450px;
float: right;
margin-right: 20px;
}

#hppost img {
padding: 8px;
}

#hppost h2 {
font-size: 14px;
font-weight: bold;
padding-left: 2px;
padding-top: 4px;
padding-bottom: 4px;
color: #000;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

#hppost h2 a {
font-size: 14px;
color: #7a0bec;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #666;
}

#hppost h2 a:hover {
color: #a35ceb;
border-bottom: 1px dotted #a35ceb;
}

/* Entry & Post Styling
++ This is where we will be styling the paragraph elements and their link states, to eliminate image borders and allow you to set different image link styles.
*/

#hppost .entry {
font-size: 12px;
line-height: 16px;
color: #555;
}

#hppost .entry p a{
color: #7a0bec;
text-decoration: none;
border-bottom: dotted 1px;
}

#hppost .entry p a:hover {
color: #222;
}

#hppost .entry ul li a {
color: #7a0bec;
text-decoration: none;
border-bottom: dotted 1px;
}

#hppost tr {
font-size: 8px;
}

#hppost .backtop {
font-size: 10px;
}

/* Sidebar
++ The sidebar is where you can put anything you'd like to display
on the sides (heh, get it?), of each page. In this case, Prebuilt's
sitebar comes with built in support for the "Recent Comments" plugin,
along with pulling Gravatars for that person. To style these elements,
we introduce the sidebar classes.
*/

#sidebar {
width: 220px;
font-size: 10px;
line-height: 12px;
color: #666;
background-color: #666666;
padding: 0px;
}

#sideflash {
padding: 0px;
margin: 0px;
width: 200px;
height: 1050px;
}

#sidebar h2 {
font-size: 12px;
font-weight: bold;
background-image: url("http://www.shimmianmanila.com/Photos/h2_bg.jpg");
margin-top: 20px;
margin-bottom: 8px;
}

#sidebar a {
color: #666;
text-decoration: none;
}

#sidenav a, #sidenav a:visited {
  text-decoration:none;
  text-align: left;
  display: block; 
  height: 15px;
  margin-top: 7px;
  border-bottom: 1px dotted #777;
  }
#sidenav a:hover {
  background-color: #777;
  color: #fff;
  }
}

#footer {

}

form.contactform fieldset{
	border: 0;
	line-height: 2.0em;
}

form.contactform fieldset label {
	width: 120px;
	float: left;
	font-weight: bold;
}

form.contactform fieldset input {
	width: 180px;
}

form.contactform fieldset textarea {
	width: 360px;
	height: 80px;
}

form.contactform fieldset.ccinfo fieldset.cc input {
	width: 30px;
}

form.contactform fieldset.buttons input {
	width: 80px;
	border: 1px solid #7a0bec;
}