@charset "UTF-8";

/* CSS Document */


/* ----  CSS Stylesheet for Gerald Condon Properties - GeraldCondonProperties.com ----  */



/*  -------------- START Global CSS Reset Courtesy of Eric Meyer - meyerweb.com  ------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* -----------  END Global Reset ------------- */




/* The body is the outermost layout component and contains the visible page content.*/

body {
  	background: #000;
  	color: #333;
  	font-family: Helvetica, Verdana, Arial, sans-serif;
  	font-size: 1.1em;
  	line-height: 1.2em;
  	margin: 0 0 0 0; /*(top, right, bottom, left) */
  	padding: 0 0 0 0;
  	text-align: center;
}

h1,h2,h3 { font-family: Georgia, "Times New Roman", Times, serif; font-variant: small-caps; }
h1 { font-size: 170%; font-weight: normal; margin-bottom: 10px; color: #000; line-height: 1.1em; border-bottom: solid; border-bottom-color:#000; border-bottom-width: 2px; padding-bottom: 3px; }
h2 { background: #000; font-size: 130%; font-weight: normal; margin-top: .6em; margin-bottom: .2em; padding: 2px 0 2px 8px; line-height: 1.2em; color: #f00; }
h3 { background: #000; font-size: 115%; font-weight: normal; margin-top: .4em; margin-bottom: 1em; padding: 2px 0 2px 8px; color: #f00; }

h1 a, a:link {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

h1 a:hover {
	background: none;
	color: #000;
  	font-weight: normal;
  	text-decoration: none;
}

h3 a, a:link {
	color: #f00;
	font-weight: normal;
	text-decoration: none;
}

h3 a:hover {
	background: none;
	color: #f00;
  	font-weight: normal;
  	text-decoration: none;
}


p {
	margin: 1.2em;
}



a,  a:link {
	color: #f00;
  	font-weight: bold;
  	text-decoration: underline;
	padding: 3px;
}

a:visited {
  	color: #fb8c8c;
  	font-weight: bold;
  	text-decoration: underline;
}

a:hover {
	background: #f00;
	color: #000;
  	font-weight: bold;
  	text-decoration: none;
}

a:focus {
  	color: #f00;
}

a:active {
  	color: #f00;
}


/* This is a container for the page content. */

#outerWrapper {
  	background: #fff url(images/bg_logo.jpg) no-repeat top center fixed;
  	text-align: left;
	margin: 0 auto 0 auto; /* (top, right, bottom, left) */
}


#outerWrapper #header {
  	background: #000 url(images/masthead.jpg) no-repeat center top;
  	font-size: 18px;
  	font-weight: bold;
  	text-indent: -9999px;
  	line-height: 15px;
  	padding: 0 0 0 0; /* (top, right, bottom, left) */
	margin: 0 0 0 0;
  	height: 162px;
}







/* ----------------- Contains the main page content. --------------- */

#outerWrapper #contentWrapper #content {
	background: transparent;
	font-size: .9em;
  	line-height: 1.4em;
  	letter-spacing: .06em;
	word-spacing: .2em;
	margin: 20px auto 0 auto; /* (top, right, bottom, left) */
  	padding: 0px 0px 40px 10px 40px; 
	width: 860px;
}


#outerWrapper #contentWrapper #content .propertyPhotos {
	text-decoration: none;
	text-align: center;
	margin: 10px 10px 10px 10px;
}

#content .propertyPhotos a:hover {
	background: none;
}

.inlinePhotoLeft {
	float: left;
	margin: 10px 20px 0px 10px;
}








/* ------------------------- Begin Message Form Styling ------------------------- */



#messageForm {
	background-color: #000;
	color: #f00;
	width: 800px;
	padding: 20px 20px 20px 20px;
}


div.row {
	clear: both;
	width: 800px;
	padding: 5px 0px 5px 0px;
	margin-left: 50px;
}

.submit {
	height: 20px;
	width: 130px;
	margin: -10px 0px 40px 50px;
}

.input {
	background: url(images/form_bg.jpg);
	color: #000;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: none;
}

.textarea {
	border: none;
	background: url(images/form_bg.jpg);
	margin: 4px 0 5px 8px;
}

textarea:focus, input:focus {
	background: #000;
	color: #f00;
	background: url(images/form_bg2.jpg);
	border: 1px solid #f00;
}




/* ------------------------- End Message Form Styling ------------------------- */







/* Contains the Footer content.*/



#outerWrapper #footer {
	position: relative;
	top: 20px;
 	background: #000 url(images/masthead.jpg) no-repeat center top;
	font-size: .7em;
	text-align: center;
	color: #fff;
  	padding: 180px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Sets the style for the links on a blue background (footer and right or left columns). */

a.white:link {color: #ff0;}
a.white:active {color: #ff0;}
a.white:visited {color: #ff0;}
a.white:hover {color: #000; background: #ff0; font-style: normal;}

