/*--------------------------------
CarolynJourdan.com
Content Page Stylesheet
---------------------------------*/

html, body {
	background-image:url(../../images/site-elements/background.jpg);
	background-position:center;
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	overflow: auto;
 	}
 
body {
	color: #4d3914;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	}

h1, h2, h3, h4 {
	color: #d94158;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	padding: 0 15px 0 0;
	margin: 0;
	}

h1 {
	font-size: 32px;
	line-height: 150%;
	}

h2 {
	font-size: 20px;
	line-height: 150%;
	}

h3 {
	font-size: 16px;
	line-height: 150%;
	}

h4 {
	font-size: 14px;
	line-height: 150%;
	}

a {
	font-family: "Arial", "Helvetica", sans-serif;
	}

a:link {
	color: #238797;
	text-decoration: none;
	text-indent:18px;
	}

a:visited {
	color: #238797;
	text-decoration: none;
	}

a:hover {
	color: #4d3914;
	text-decoration: none;
	}
	
a.hrt {
	padding-left:14px;
	font-weight: bold;
	background-position:10px;
	background-repeat: no-repeat;
	}
	
a.hrt:hover {
	color: #4d3914;
	padding-left: 14px;
	font-weight: bold;
	background-image:url(../../images/site-elements/hrt.png);
	background-position:10px;
	background-repeat: no-repeat;
	}
	
a.hrt2:hover {
	color: #4d3914;
	padding-left: 14px;
	font-weight: bold;
	background-image:url(../../images/site-elements/hrt.png);
	background-position:right;
	background-repeat: no-repeat;
	}

a:active {
	color: #c4461d;
	text-decoration: none;
	}
		
a img {
	border: none;
	}

.masthead {
	display: block;
	margin: 0 auto 0 auto;
	padding:0 0 10px 5px;
	width:690px;
	}

div.content {
	margin: 25px 0 0 0;
	padding: 0;
	}

p {
	padding: 0 15px 15px 0;
	margin: 0;
	}

ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

ul.bullets {
	list-style: square;
	margin: 0 0 15px 10px;
	padding: 0 0 0 10px;
	}
	
ul.bullets li {
	margin: 0 0 15px 0;
	padding: 0;
	}

hr {
	color: #fff;
	border-top: 1px dotted #c60;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0 15px 15px 0;
	padding: 0;
	}

/* FORM PROPERTIES */

form {
	margin: 0;
	padding: 0;
	}
	
*:first-child+html fieldset { 
	width: 350px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
fieldset {
	width: 350px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	}

fieldset h4 {
	margin: 0 0 15px 0;
	}
	
label {
	display: block;
	}
	
input, textarea {
	background-color: #fff;
	color: #690;
	border: 1px solid #699;
	}

.submit:hover {
	background-color: #c60;
	color: #fff;
	}
/* END FORM PROPERTIES */


/* BEGIN HEADER */
#header{
	margin:0 0 0 5px;
}
/* END HEADER */

/*Divider properties*/
	
#divider{
	margin: -6px 0 0 5px;
}	
/* END Divider*/


/* BLINKIE STYLE*/
img.blinkie_L {
	float: left;
	margin:-75px 0 0 10px;
	width:175px;
	}
	
img.blinkie_R {
	margin:-450px 0 0 40px;
	width:175px;
	}

#left_blinkie {
	width:180px;
	margin:0 0 0 0;
	}
	
#right_blinkie {
	float:right;
	width:180px;
	margin:0 30px 0 0;
	}

/* END BLINKIE STYLE*/


#footer { /* Copyright and other footer information */
	clear: both;
	width: 690px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 10px;
	}

#footer .socialnetworks {
	font-size: 11px;
	}

	
#footer_divider{
	margin:0 0 0 -25px;
}

#footer a {
	margin:0 0 0 20px;
}

