/*
Theme Name: Pcis
Theme URI: http://wordpress.org/
Description: Custom theme
Version: 0.1.0
Author: Josh Bird
Author URI: http://phocks.org/
Tags: custom

	Yep Yep

*/

/* PCiS Style Sheet - by Joshua Birtles
-----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

body  {
	color: #444; 
	font-family: "Trebuchet MS", tahoma, arial, Verdana; 
	text-align: center 
	}
h2, h3   { 
	color: #666;
	}
h4 { 
	color: #666;
	}
h1, h2, h3, h4     { 
	margin-bottom: 0.5em;
	}
p {
	margin-bottom: 1em;
	}
blockquote  { 
	font-style: italic; 
	margin-bottom: 1em; 
	margin-left: 2em;
	}
td {
	vertical-align:top;
	padding-right:10px;
}
::-moz-selection{
background: #fbdbe8;
color: #F55B99;
} 

::selection {
background: #fbdbe8;
color: #F55B99;
}

hr { 
	display: none;
	}
small {
	color: #666;
	font-family: arial;
	}
		 
/* Structure
-----------------------------------------*/
#page  { 
	background: url(/PCIS/Images/pcis-lotus.jpg) no-repeat 0% bottom; 
	text-align: left; 
	margin: auto; 
	width: 780px;
	}
#header  { 
	margin-top: 10px;
	margin-bottom: 20px; 
	position: relative; 
	width: 780px; 
	height: 65px;
	}
#header span {
	display:block;
    position:absolute; left:0; top:0; z-index:1;
    width:780px; height:65px;
    margin:0; padding:0;
    background:url(/PCIS/Images/header.jpg) top left no-repeat;
      }
#content   { 
	font-size: 90%; 
	float: right; 
	clear: none; 
	width: 550px;
	}
#content ul {
	margin-bottom: 1em;
	margin-left: 2em;
	list-style-type: circle;
			}
#content li {
	margin-bottom:2px;
}
#content img  { 
	margin-right: 5px;
	margin-left: 8px; 
	border: solid 5px #eee 
	}
#content img.left { 
	margin-right: 10px; 
	margin-left: 0px
	}
#sidebar   
	{ font-size: 10pt;
	float: left; 
	clear: none; 
	padding-bottom: 150px; 
	width: 200px; }
#sidebar ul {
	list-style-type: none;
	}
#pages ul  { font-weight: bold;
	list-style-type: none;
	}
.current_page_item { 
	color: #999;
	}
#pages li a:hover { 
	color: white;
	background-color: #7CB447;
	}
#pages li a  { color:#666; 
	text-decoration: none; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 3px; 
	border-top: 2px solid #eee; 
	width: 200px; 
	display: block }
#pages h2 {
	display: none;
	}
#footer  { background: url(/PCIS/Images/footer.png) no-repeat left bottom;
	text-align: right;
	clear: both; 
	padding-top: 20px; 
	width: 780px; 
	height: 100px; }
#footer p {
	font-size: 8pt;
	color:#888;
}
#privacy  { 
	font-size: 7pt; 
	text-align: center; 
	margin-top: 3px;
	}


/* Links
-----------------------------------------*/
a       { color: #316ede; text-decoration: none }
a:hover     { 
	color: #E53E74;
	text-decoration: underline;
	}

/* Classes
-----------------------------------------*/
.hide {
	display:none;
	}
h2.result {
	margin-top:20px;
}
a.result {
	margin-top:10px;
	font-weight:bold;
	font-size:105%;
}
.post h2 {
	margin-bottom: 0;
	}
	
.entry {
	margin-top: 0.5em;
	}
.postmetadata {
	font-size: 85%;
	color: #666;	
	}
	
#commentform input {
	width: 165px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}