@charset "UTF-8";
/* CSS Document */

/*
Theme Name: FPSystem Blog Custom Theme V2
Description: Custom for FPSystem.
Version: 2.0
Author: James Dyson
Author URI: http://www.minisitestudio.com
Tags: green, fixed width, two columns, widgets
*/

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	margin-top:20px;
	text-align: left;
}
#bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#bg2 {
	background-image: url(images/headerbk.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	height: auto;
	width: 100%;
}
#header {
	background-image: url(images/header.jpg);
	height: 185px;
	width: 747px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#headerbottom {
	background-image: url(images/headerbottom.jpg);
	height: 75px;
	width: 747px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(images/mainbk.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 627px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 60px;
	padding-left: 60px;
}

#contentbg2 {
	background-image: url(images/mainbk.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 627px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 60px;
	padding-left: 60px;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 161px;
	width: 747px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headline {
	background-image: url(images/headline.gif);
	height: 200px;
	width: 652px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.testimonialtop {
	background-image: url(images/testimonialtop.gif);
	height: 69px;
	width: 627px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.testimonialrepeat {
	background-image: url(images/testimonialrepeat.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 547px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}

.testimonialrepeat p{
margin-top:10px;
margin-bottom:10px;
}
.testimonialbottom {
	background-image: url(images/testimonialbottom.gif);
	height: 67px;
	width: 627px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}

.aclear{clear:both;}

#navbar{
	height:60px;
	width:747px;
	margin:0px auto;
}


ul{
margin:0 auto;
padding:0;
list-style:none;
width:747px;
margin-left:0px;
}

ul li{
float:left;
}

.aclear{clear:both;}

ul a{
display:block;
height:60px;
line-height:60px;
text-decoration:none;
background-repeat:no-repeat;
}

ul a:hover{
	background-position: 0 -60px;}

#nav1 {width: 124px;background: url(images/nav1.jpg);}
#nav2 {width: 141px; background: url(images/nav2.jpg);}
#nav3 {width: 98px; background: url(images/nav3.jpg);}
#nav4 {width: 80px; background: url(images/nav4.jpg);}
#nav5 {width: 71px; background: url(images/nav5.jpg);}
#nav6 {width: 233px; background: url(images/nav6.jpg);}

#nav1 a:hover{width: 124px; background: url(images/nav1.jpg);background-position:0 -60px;}
#nav2 a:hover{width: 141px; background:url(images/nav2.jpg);background-position:0 -60px;}
#nav3 a:hover{width: 98px; background: url(images/nav3.jpg);background-position:0 -60px;}
#nav4 a:hover{width: 80px; background: url(images/nav4.jpg);background-position:0 -60px;}
#nav5 a:hover{width: 71px; background: url(images/nav5.jpg);background-position:0 -60px;}
#nav6 a:hover{width: 233px; background: url(images/nav6.jpg);background-position:0 -60px;}

h2{font-family: Helvetica, Arial, sans-serif;font-size:22px;}

h3{font-family: Helvetica, Arial, sans-serif;font-size:16px;line-height:22px;}

#bulletsbox p{line-height:15px;}

/* Sidebar */
#sidebar
{
	width: 230px;
	float: right;
	background-color: #FFFFFF;
	margin-right: 40px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#sidebar ul {}

#sidebar ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
}

#sidebar ul li a {
	font-size: 12px;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Comments */

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li {
	font-weight: bold;
}


.footertext {

        font-family: Verdanan, Arial, Helvetica, san-serif;
        font-size: 10px;
}