/*
Theme Name: GPMC
Theme URI: http://g-p-m-c.com/
Description: The default GPMC theme.
Version: 1.0
Author: IIP
Author URI: http://iip-kw.com/
Tags: gpmc, blue, gray, two columns, widgets
*/

body {
	margin-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	background: #CCC url(images/site-bg.jpg) repeat fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
}

#header {height: 100px; background: #FFF url(images/header-blue.png) no-repeat;}
#header, #menu, #content {width: 800px;}

#wrapper {
	background: #FFF url(images/wrapper-bg.png) repeat-y; 
	float: left;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
}

#page {
	margin-top: 0;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	width: 800px;
}

/** MENU **/
#menu {height: 40px; background-color: #000; color: #FFF;}
#menu ul {padding: 0; margin: 0;}
#menu li {display: inline; list-style-type: none;}
a.menu-home, a.menu-about, a.menu-services, a.menu-management, a.menu-contact {
	margin: 0;
	float: left;
	display: block;
	height: 40px;
	text-decoration: none;
}

a.menu-home {background: url(images/menu-home.png) no-repeat; background-position: 0 0; width: 116px;}
a.menu-about {background: url(images/menu-about.png) no-repeat; background-position: 0 0; width: 145px;}
a.menu-services {background: url(images/menu-services.png) no-repeat; background-position: 0 0; width: 183px;}
a.menu-management {background: url(images/menu-management.png) no-repeat; background-position: 0 0; width: 175px;}
a.menu-contact {background: url(images/menu-contact.png) no-repeat; background-position: 0 0; width: 181px;}

a:hover.menu-home, a:hover.menu-about, a:hover.menu-services, a:hover.menu-management, a:hover.menu-contact {
	background-position: 0 -40px;
}

/** MAINCONTENT & TEXT STYLES **/
#mainContent {
	width: 570px;
	margin-left: 210px;
	padding-top: 15px; 
	padding-bottom: 15px;
	text-align: left;
}

#mainContent-text {width: 560px; margin-left: 10px;}
#mainContent H1 {
	font-size: 23px; 
	font-weight: normal; 
	color: #003366; 
	background: url(images/h1-bg.png) left no-repeat; 
	padding-left: 40px;
	margin-left: 15px;
}

#mainContent H2 {
	font-size: 21px; 
	font-weight: normal;
	color: #003366; 
	margin-bottom: 0;
	padding-bottom: 3px; 
/*	background: url(images/h1-bg.png) left no-repeat;
	padding-left: 40px; */
}

#mainContent H3 {
	font-size: 18px; 
	font-weight: normal;
	color: #003366; 
	padding-bottom: 3px; 
}

#mainContent H4 {
	font-size: 21px; 
	font-weight: normal;
	font-style: italic;
	color: #003366; 
	margin-bottom: 1em;
	padding-bottom: 3px; 
	border-bottom: 1px solid #DDD;
}

#mainContent H5 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
}

#mainContent p, li {line-height: 150%;}
#mainContent a:link, #mainContent a:visited {text-decoration: none; color: #003366;}

/** SIDEBAR **/
#sidebar {
	width: 210px;
	background: url(images/sidebar-bg.png) repeat-y;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	float: left;
}

#sidebar-content {width: 180px;}
#sidebar img {border: 1px solid #EBEBEB;}

/* SIDEBAR LIST */
#sidebar ul, #sidebar ul ol {margin: 0; padding: 0;}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {margin: 5px 0 8px;}
#Sidebar ul ul, #sidebar ul ol {margin: 5px 0 0 10px;}
#sidebar ul ul ul, #sidebar ul ol {margin: 0 0 0 10px;}
ol li, #sidebar ul ol li {list-style: decimal outside;}
#sidebar ul ul li, #sidebar ul ol li {margin: 3px 0 0; padding: 0;}
#sidebar ul ul li:before {content: "\00BB \0020";}

/* SIDEBAR SEARCH FORM */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
}

#sidebar #searchform #s {width: 108px; padding: 2px;}
#sidebar #searchsubmit {padding: 1px;}	
#sidebar form {margin: 0;}

/* SIDEBAR TEXT PROPERTIES */
#sidebar h2 {font-size: 16px;}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {color: #777;}
#sidebar h2 {margin: 5px 0 0; padding: 0;}

/** FOOTER **/
#footer {
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
	float: left;
}

/** OTHER **/
.post {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

.bannerimage {border: 0; margin-left: 6px;}
.search-form input {width: 175px;}
#singlepostnav {margin: 15px; text-align: right; padding-top: 10px; border-top: 1px solid #DDD;}

/**** This bit is from the DEFAULT Wordpress template, used to style in-post images ****/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/*	-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: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */