/* CSS Document */

/*
Theme Name:  Croxton Gray Listings
Theme URI:  http://www.croxtongray.com/
Description:  Theme for Croxton Gray's Listings
Version:  1.0
Author:  Patrick Blackmon
Author URI:  http://www.patrickblackmon.com/
*/

html {

	border-top: 10px solid #999933;

	height: 100%;
	
}

body {

	background: #fff url(images/bg-nilla.gif);
	
	margin: 0;
	
	min-height: 100.01%;
	
	padding: 0;
	
	text-align: center;/* Centers the body in IE */
	
}

body {

	color: #222;
	
	font: small/1.4 "Times New Roman", Times, serif;
	/* sets the font size to small = about 12px in all modern browsers */
	
	letter-spacing: .09em;
	
	vertical-align: baseline;
	
}

* html body {

	font-size: x-small; /* For IE/WIN */
	
	f\ont-size: small; /* For other IE versions */
		
}

div, dl, dt, dd, ul, ul li,ol, ol li, address, th, td, pre, input {

	margin: 0;
	
	padding: 0;
	
}

h1, h2, h3, h4, h5, h6 { 

	font-weight: normal;
	
	margin: 0;
	
	padding: 0;
	
}

h1 {

	font-size: 170%;

}

h2 {

	font-size: 125%;
	
	line-height: 1;
	
	margin: 0 0 1em 1em;
	
}

h3 {
	
	font-size: 125%;
	
	font-weight: bold;
	
	line-height: 1;
	
	margin: 0 0 1em 2em;
	
}

h4 {
	
	font-size: 125%;
	
	font-weight: bold;
	
	line-height: 1;
	
	margin: 0 0 0.25em 2em;
	
}

p.pdf {

	background: url(/images/pdf-icon.gif) no-repeat left center;
	
	line-height: 3em;

	margin: 0 0 0.25em 2em;
	
	padding-left: 40px;
	
}

.main-content ul {

	list-style-type: square;

	margin: 0 0 2em 4em;
	
}

.main-content ul li {
	
	font-size: 100%;
	
	line-height: 1.4;
	
}

.main-content ul.rate, .main-content ul.contact {

	list-style-type: none;
	
}

ul li.numbers, ul li.phone {

	margin-bottom: 0.5em;

	margin-left: 2em;
	
	margin-top: 0.5em;
	
}

/* Wrapper
-------------------------------------------------------------- */
#wrapper {

	background: #fff;
	
	margin: 0 auto;
	
	text-align: left;
	
	width: 770px;
	
}

/* Sidebar
-------------------------------------------------------------- */
#sidebar {

	background-color: #e7ecec;
	
	float: left;
	
	margin-bottom: -8000px;
	
	padding-bottom: 8000px;
	
	padding-top: 10px;
	
	width: 180px;
	
}

/* I use the h6 tag as the "header" for the left sidebar; it introduces the page navigation
------------------------------------------------------------------------------------------- */
#sidebar ul h2 {

	background-color: #0f3367;
	
	color: #fff;
	
	display: block;
	
	font: 125%/2 "Times New Roman", Times, serif;
	
	margin-bottom: 0;
	
	margin-left: 0;
	
	text-align: center;
	
}

#sidebar ul ul {

	list-style-type: none;
	
	margin: 0;
	
	padding: 10px 0 20px 0;
	
}

#sidebar ul ul ul {

	list-style-type: none;
	
	margin: 0;
	
	padding: 0 0 0 20px;
	
}

/* Sidebar navigation links
-------------------------------------------------------------- */
#sidebar ul a {

	background: url(/images/next-arrow.gif) no-repeat 5px center;

	color: #000;
	
	display: block;

	line-height: 1.2;
	
	margin: 15px 0;

	padding: 0 10px 0 18px;
	
	text-decoration: none;
	
	width: 160px;

}

#sidebar ul ul ul a {
	
	width: 124px;
	
}

#sidebar ul a:link, #sidebar ul a:visited {

	color: #111;
	
}

#sidebar ul a:hover, #sidebar ul a:focus, #sidebar ul a:active, #sidebar ul li.current a {

	background: url(/images/green-arrow.gif) no-repeat 5px center;
	
	color: #999933;
	
	display: block;
	
	line-height: 1.2;
	
	margin: 15px 0;
	
	padding: 0 10px 0 18px;
	
}

#searchform {

	text-align: center;
	
}

#searchform input {

	border: 1px solid #0f3367;

}

#searchform #s {

	background-color: #fff;

	width: 60%;
	
}

/* Main Content
-------------------------------------------------------------- */
.content-wrapper {
	
	width: 750px;
	
	margin-bottom: 1.75em;
	
	overflow: hidden;
	
}

.content-inner {

	background-color: #e7ecd9;

	float: right;
	
	min-height: 800px;
	
	overflow: hidden;
	
	width: 560px;
	
}

.main-content {

	background-color: #e7ecd9;

	overflow: auto;
	
	padding: 10px 15px 10px 10px;

}

.main-content h2 a:link {

	color: #333;
	
}

.main-content a:visited {

	color: #666633;
	
}

.main-content h2 a:hover, .main-content h2 a:focus {

	text-decoration: none;
	
}

#footer {

	clear: both;
	
}

hr {

	display: none;
	
}

/* Header
-------------------------------------------------------------- */
#header {

	background: url(images/skylinebanner.jpg) no-repeat center bottom;
	
	height: 274px;
	
	overflow: auto;
	
	padding-bottom: 10px;
	
	padding-top: 1px;
	
	position: relative;
	
}

a#logo {

	padding-top: 88px;
	
	background: url(images/cglogo.jpg) no-repeat 0 0;
	
	display: block;
	
	width: 275px;
	
	float: left;
	
	overflow: auto;
	
}

#menu {

	float: right;
	
	padding: 40px 0 0 0;
	
}

#menu ul {

	margin: 0;
	
	padding: 0;
	
}

#menu ul, #menu li {

	line-height: normal;
	
}

#menu li {

	display: inline;
	
}

/* Links
-------------------------------------------------------------- */

#menu a {

	background: url(images/menuBar.gif) no-repeat left center;
	
	color: #111;
	
	display: block;
	
	float: left;
	
	height: 14px;
	
	padding: 0 10px 0 12px;
	
	text-decoration: none;
	
}

#menu a:link, #menu a:visited {
	
	color: #111;
	
	text-decoration: none;
	
}

#menu a:hover, #menu a:focus {

	color: #999933;

	text-decoration: none;
	
}

#menu a:active {

	color: #999933;

	text-decoration: none;
	
}

#menu .first-link a {

	background: none;
	
}

body#home a#homeLink, 

body#profile a#profileLink, 

body#capabilities a#capabilitiesLink,
 
body#contact a#contactLink, 

body#listings a#listingsLink, 

body#press a#pressLink {

	color: #999933;
	
}

.main-content a:link, .main-content a:visited {

	color: #666633;
	
}

.main-content a:hover, .main-content a:focus {

	text-decoration: none;
	
}

#footer a {

	color:  #999933;
	
}

#footer a:link, #footer a:visited {

	color: #999933;
	
	text-decoration: underline;
	
}

#footer a:hover, #footer a:focus {

	color: #999933;
	
	text-decoration: none;
	
}

p {

	line-height: 1.4;
	
	padding: 0 0 0 20px;
	
}

p.small { 

	font-size: 95%; 
	
	margin: 0.25em 0 1.25em 0; 
	
	padding: 0;
	
	line-height: 1.875em; 
	
}

p.small:first-line {

	font-weight: bold;

}

.hide {
 
	display: none; 
	
}

.padding10 {

	overflow: auto;

	padding: 10px;
	
}

/* I use the h5 tag in the footer */
h5 {   

	font-size: 90%;
	
	line-height: normal;
	
	margin-bottom: 1em;
	
	text-align: center;
	
	text-transform: capitalize;
	 
}