/*
Theme Name: PSHSFI Theme
Theme URI: http://pshsfi.com
Description: Official Theme of PSHSFI
Version: 1.0
Author: Patrick Abarquez
Author URI: 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */
	
html, body{ 
	margin: 0;
	padding: 0;
	font-family: segoe ui, trebuchet ms;
	font-size: 12px;
	background: #5e6466;
	color: #656565;
} 

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
	text-transform: capitalize;
	}

img { 
	border: 0;
	}

/* Links */

A:link {text-decoration: none; color: #000; font-weight: bold;}
A:visited {text-decoration: none; color: #000; font-weight: bold;}
A:active {text-decoration: none; color: #000; font-weight: bold;}
A:hover {text-decoration: underline; color: #444; font-weight: bold;}

/* Main Layout */

.websayt{
 	width: 885px;
	background-image:url('/images/web/body.png');
	background-repeat: repeat-y;
}

.header{
 	position:relative; 
	z-index: 1;
	height: 212px;
	background: transparent;
	margin: 0 12px 0 8px;
	text-align: left;
} 

.content {
 	position:relative; 
 	overflow: hidden;
	z-index: 1;
	min-height: 400px;
	margin: 0 12px 0 8px;
	text-align: left;
}

.footer{
 	position:relative; 
	z-index: 1;
	height: 50px;
	background: transparent;
	margin: 0 25px 0 8px;
	padding: 12px 5px 0 5px; 
	text-align: right;
	vertical-align: center;
	font-size: 12px;
}

/* Header Elements */

#webhome{
 	position:absolute; 
	z-index: 2;
	left: 8px;
	top: 5px;
	width: 255px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#webbanner{
 	position:absolute;
	z-index: 2;
	left: 269px;
	top: 5px;
	width: 587px;
	height: 201px;
	margin: 0;
	padding: 0;
	background: #e8e8e8;
}

/* Left Sidebar */

#leftcolumn {
	z-index: 3;
	float:left;
	display: inline;
	width: 255px;
	margin: 0 6px 20px 8px;
}

.leftsidebar {
	min-height: 100px;
 	overflow: hidden;
	font-size: 10px;
	margin: 0 5 5px 0;
	padding: 0;
}

.leftsidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.leftsidebar ul li ul li {
	padding-left: 15px;
	margin: 0;
color: #fff;
	list-style-type: none;
}

.leftsidebar h2 {
	z-index: 4;
	height: 25px;
	margin: 0 0 5px 0;
	padding: 3px 0px 0 4px;
	#padding: 4px 0px 4px 0;
	background-image:url('/images/web/sidebar.gif');
	background-repeat: no-repeat;
	font-family: Tw Cen MT Condensed, segoe ui, trebuchet ms;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
}

#rightbanner{
width: 250px;
height: 125px;
padding: 2px;
background: #e5e5e5;
	border: 1px solid #dedede;
 	overflow: hidden;
}
/* Content Elements */

#maincenter {
	z-index: 3;
 	overflow: hidden;
	float: left;
	display: inline;
	width: 587px;
	background: transparent;
	text-align: left;
}

#centralbanner{
width: 587px; 
background: #3ca4bd;
color: #fff;
margin: 0 0 9px 0;
font-size: 11px;
border: 0;
padding: 0;
}


.rightcolumn h2 {
	z-index: 4;
	height: 25px;
	margin: 0 0 5px 0;
	padding: 3px 0px 0 4px;
	#padding: 4px 0px 4px 0;
	background-image:url('/images/web/sidebar.gif');
	background-repeat: no-repeat;
	font-family: Tw Cen MT Condensed, segoe ui, trebuchet ms;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
}

#recentposts{
padding: 4px;
}

/* Footer Elements */

/* News Area */

#news-area {
	padding: 2px;
	margin-bottom: 25px;
	width: 580px;
	background: #efefef;
	border: 1px solid #dedede;
	font-size: 12px;	
	line-height: 17px;
}
#pagenews-area {
	padding: 2px;
	margin-bottom: 25px;
	width: 581px;
	background: #efefef;
	border: 1px solid #dedede;
	font-size: 12px;	
	line-height: 17px;
}
#title{
	font-family: georgia;
	font-size: 16px;
	line-height: 18px;
}
#comment-num a {
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
	color: #656565;
}
#date { 
	font-size: 10px;
}
#article {
	padding: 4px;
	padding-bottom: 10px;
 	background: #ffffff;
	text-align:justify;
	font-family: lucida sans unicode;
	min-height: 100px;
}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft, div.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright, div.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #cc0000;
	}

#wp-calendar {
	margin: auto;
	}
	
.posts {
	float: left;
	}
	
	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		width: 100px;
		}