/*
Theme Name: Genchiro
Theme URI: http://www.generationschiro.com
Description: Custom Theme for Generations Chiropractic
Version: 1.0
Author: Bigg-Media
Author URI: http://www.bigg-media.com
*/

/* CSS Document */

#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #111111;
	background-image: url('images/junk.jpg');
	background-repeat: repeat-x;
	height: 936px;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	font-size: 9pt;
	height: 78px;
}

#logo {
	padding-top: 30px;
	padding-left: 150px;
}

#menu {
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	height: 42px;
	color: #FFFFFF;
	font-size: 1.75em;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: table;
	white-space: nowrap;
	padding-left: 20px;
}

#menu li {
	padding: 0px;
	margin: 0px;
	display: table-cell;
	padding-right: 30px;
	padding-top: 11px;
	height: 42px;
}

#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	display: table-cell;
	font-weight: bold;
}

#splash {
	background-image: url('images/splash.jpg');
	background-repeat: no-repeat;
	height: 420px;
	color: #FFFFFF;
}

#splash-pic {
	height: 310px;
}

#splash-pic img {
	margin-top: 50px;
	margin-left: 10px;
}

#splash a, #splash strong {
	color: #FFFFFF;
}

#highlight {
	background-image: url('images/highlight.jpg');
	background-repeat: no-repeat;
	height: 60px;
}

#content {
	background-image: url('images/content.jpg');
	background-repeat: no-repeat;
	min-height: 420px;
}

#content a, #content h1, #content h2, #content h3, #content h4 {
	color: #0c3964;
}

/* Display */
.p-10 {
	padding: 10px;
}

.ptop-20 {
	padding-top: 20px;
}

.ptop-10 {
	padding-top: 10px;
}

h1, h2, h3, h4 {
	margin-bottom: 0px;
}

h1 { font-size: 2.5em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }

b.fancy {
	color: #0C3964;
	font-size: 1.5em;
}

.pics {  
    height:  540px;  
    width:   220px;  
    padding: 0;  
    margin:  0; 
} 
 
.pics img {  
    width:  540px; 
    height: 220px; 
    top:  0; 
    left: 0 
}

