/*  
Theme Name: Andrew's PA Hire
Theme URI: http://andrewspahire.com.au/
Description: 
Version: 1
Author: Glenn Slaven
Author URI: http://www.slaven.net.au/
*/

/******************************************************/	
/*								Global								*/
/******************************************************/
body {
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #333333;
	}

#page
{
	width: 704px;
	margin: 0 auto 0 auto;
}

img {
	border: none;
}

a:hover {
	text-decoration: none;
}

textarea {
	width: 400px;
	height: 200px;
}

/******************************************************/	
/*								Header								*/
/******************************************************/
#header, #topimages {
	margin-left: 4px;
}

#header h1 {
	background: transparent url(/wp-content/themes/andrewspahire/images/main_title.gif) no-repeat 0 0;
	width: 700px;
	height: 37px;
	padding: 0px;
	margin: 0 0 0 0;
}

#header h1 a {
	width: 700px;
	height: 37px;
}

#header h1 span {
	display: none;
}

#header .description {
	display: none;
}

#topimages {
	margin-top: 6px;
	margin-bottom: 8px;
}

#topimages  #topimage1 {
	margin: 0 9px 0 0;
}

#topimages  #topimage2 {
	margin: 0 8px 0 0;
}

#topimages  #topimage3 {
	margin: 0 9px 0 0;
}

/******************************************************/	
/*								 Content								*/
/******************************************************/
#content
{
	float: right;
	width: 498px;
	text-align: left;	
}

#content p {
	margin: 0 0 1em 0;
	padding: 0px;
	clear: left;
}

#content ul {
	margin: 0 0 1em 1em;
	padding: 0px;
}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0px;
	font-size: 1.5em;
}

#content h3 {
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0px;
}

#content .entrytext {
	margin: 0 0 1em 0;
}

#content .floatleft,#content .floatright {position:relative;z-index:1; }
#content .floatleft{float:left;margin:0 8px 5px 0;}
#content .floatright{float:right;margin:0 0px 5px 5px;}
#content img { padding: 3px; border: 1px solid #CCCCCC; background-color: #EEEEEE; }
#content .clientname { font-style: italic; }
#content .caption { width: 135px; margin: 5px 0 0 0; padding:0px;	font-size: 0.7em; text-align: center; }
#post-10 a.imagelink { float: left; padding: 0 20px 0 0; text-decoration: none; color: #333; height: 160px; width:140px; }
#post-10 a.imagelink:hover { text-decoration: underline; }
#post-10 a.imagelink img { text-align: center; display: block; }

/******************************************************/	
/*								 Sidebar								*/
/******************************************************/
#sidebar {
	float: left;
}

#sidebar #menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar #menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar #contactbox {
	background: transparent url(/wp-content/themes/andrewspahire/images/contactbox_bg.gif) no-repeat 0 0;
	width: 198px;
	height: 94px;
}

#sidebar #contactbox .inner {
	text-align: left;
	padding: 9px 0 0 10px;
	font-size: 11px;	
	line-height: 1.5em;
}

#sidebar #contactbox .inner strong {
	font-size: 14px;
}

.vcard .tel .type {
	display: none;
}

/******************************************************/	
/*								 Footer 								*/
/******************************************************/
#footer {
	clear: both;
	border-top: 2px solid #C3C3C6;
	padding: 2px 0 0 0;
	margin: 100px 0 0 0;
}

#footer #copyright {
	float: left;
}

#footer #designerlink {
	float: right;
}

#footer span, #footer a:link,#footer a:active,#footer a:visited {
	color: #ADADB1;	
}