/*  
Theme Name: Park Corner
Theme URI: http://www.parkcorner.com/
Description: Theme for Parkcorner
Version: 1.0
Author: Jim Herbert
Author URI: http://www.jimherbert.co.uk/
*/

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	height:112%; /* works only if parent container is assigned a height value */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 800px;
	min-width: 800px;
	background-color: #FFFFFF;
 }

#banner {
	width: 800px;
	height: 90px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
 }
 
#banner1 {
	width: 800px;
	height: 110px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
#banner2 {
	width: 800px;
	height: 400px;
	float: left;
	clear: both;
	background-color: #FFFFFF;
 }
 
#logo {
	width: 70px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	display: inline;
 }
 
#tel {
	width: 300px;
	float: right;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 0px;
	text-align: right;
	display: inline;
 }
 
#blogtext {
	width: 630px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	display: inline;
 }
 
#blogtext a {
	color: #8BAEA2;
 }
 
#blogtext a:hover {
	color: #333333;
 }
 
#post {
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

 
 #comments_post {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
	width: 560px;
	float: left;
	background-color: #f7f6f4;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
 }

#posted {
	width: 250px;
	float: right;
	display: inline;
	text-align: right;
	margin-bottom: 10px;
 }
 
 #commentDiv {
	width: 150px;
	float: left;
	display: inline;
 }
 
#comment {
	width: 150px;
	float: left;
	display: inline;
	margin-bottom: 10px;
 }
 
 #comments_text {
	width: 600px;
	float: left;
	display: inline;
	background-color: #efede9;
 }  
 
   #comments_text {
	width: 600px;
	float: left;
	display: inline;
	background-color: #F7F6F4;
 }  

  #commentslist {
 	width: 600px;
 	float: left;
 	display: inline;
 	margin-left: 20px;
 	margin-right: 20px;
 	background-color: #F7F6F4;
  }   
 
  #blogmenu {
	width: 160px;
	float: right;
	background-color: #333333;
	text-align: right;
	display: inline;
	padding-top: 20px;
	padding-right: 10px;
 }
 
  #blogmenu li {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 9px;
 	color: #FFFFFF;
 	line-height: 16px;
	padding-right: 0px;
	list-style: none;
 }

 #searchform {
	padding: 0px;
	text-align: right;
	margin: 0px ;
 }


 #searchform p {
	padding-bottom: 2px;
}
 
 #blogmenu a {
	color: #FFFFFF;
 }
 
 #blogmenu a:hover {
	color: #8BAEA2;
 }
 
 #leftspace {
	width: 160px;
	height: 100px;
	float: left;
	background-color: #8BAEA2;
	display: inline;
 }
 
#services_list {
	width: 320px;
	float: right;
	display: inline;
 }

 #projectslist {
	width: 640px;
	height: 600px;
	float: left;
	background-color: #8BAEA2;
	display: inline;
 }
 
 #projectslist a {
	color: #FFFFFF;
 }
 
 #projectslist a:hover {
	color: #333333;
 }
 
  #similar {
	width: 160px;
	height: 400px;
	float: right;
	background-color: #8BAEA2;
	text-align: right;
	display: inline;
 }
 
 #similar a {
	color: #FFFFFF;
 }
 
 #similar a:hover {
	color: #333333;
 }

 
a:link {
	color: #8BAEA2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8BAEA2;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #8BAEA2;
}

p {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

img {
	padding-top: 10px;
	padding-bottom: 5px;
	border: 0px;
}

.tel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}


.email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

.plus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 17px;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 20px;
}

.entry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.entry p {
	padding-top: 10px;
}


.blogbodytext3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-top: 20px;
}

h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8BAEA2;
	line-height: 17px;
}

ul.similartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: right;
}

html, body {
	text-align: center;
	height:100%; /* this is the key! */
	min-height: 100%;
	max-height: 100%;
	margin: 0px;
	padding: 0px;
} 


.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 15px;
}


.blogbodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-top: 15px;
	text-align: left;
	padding-top: 20px;
}

.blogbodytext2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	padding-top: 20px;
}

.blogheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8BAEA2;
	line-height: 22px;
	padding-top: 10px;
	text-align: left;
}

.archivehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8BAEA2;
	line-height: 24px;
	padding-top: 25px;
	text-align: left;
	padding-left: 15px;
}

.blogauthor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	text-align: left;
}

.blogauthor2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	text-align: right;
}

.commenthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8BAEA2;
	line-height: 14px;
	padding-top: 25px;
	text-align: left;
}

.blogmenutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}

.blogmenutext2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}

.blogmenutext3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
}

.blogsubmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8BAEA2;
	line-height: 17px;
}

.similartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 16px;
}

html, body {
	text-align: center;
	height:100%; /* this is the key! */
	min-height: 100%;
	margin: 0px;
	padding: 0px;
} 

body {
	background-image: url(http://www.parkcorner.com/blog/wp-content/themes/parkcorner/images/background.gif);
	background-position: center top;
	background-attachment: fixed;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #8BAEA2;
}
a:active {
	color: #333333;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 


