/* Stylesheet for www.JacquelineSirota.com  */

/* To force scrollbars in Firefox, to eliminate page_container shifting on shorter pages */
html { 
	background-color: #330000;
	min-height: 101%; 	
}
body {
	background-color: #330000;
	color: #333;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0 0 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:focus {
	outline:none;
}
a, a:link, a:visited {
	color: #aa0b43;
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #ee0b5b;
	text-decoration: underline;
	outline:none;
}
.bold {
	font-weight: bold;
}
.clearboth {
	clear:both;
}
/* Remove dotted line around focus */
* {
	outline: none;
}
h1 {
	color: #931e47;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 25px 0 0 40px;
	padding: 0;
}
p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 1.5em;
	line-height: 1.5em;
}
#testimonials p {
	/* Extra padding on the testimonials page paragraphs */
	padding-bottom: 2.4em;
}

/* ------- Page layout styling ------- */

#page_container {
	width: 990px; /* page_container will fit in a 1024px wide browser (including scrollbar) */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #ffffff;
	border:1px solid #290000;
	border-top:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position:relative;
}

/* ------- Main navigation styling ------- */

#main_navlist {
	position:absolute;
	top:155px;
	left:41px;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 738px;
}
#main_navlist li {
	float:left;
	margin:0;
	padding:0;
}
#main_navlist li a, #main_navlist li a:link, #main_navlist li a:visited {
	display:block;
	color:#ffff99;
	font-size:12px;
	letter-spacing:.1em;
	line-height:1em;
	padding:10px 15px 9px;
	text-decoration:none;
	text-transform:lowercase;
}
#main_navlist li a:hover,
body#about #about_navlink a,
body#services #services_navlink a,
body#clients #clients_navlink a,
body#testimonials #testimonials_navlink a,
body#portfolio #portfolio_navlink a,
body#contact #contact_navlink {
	color:#ff0000;
	background:#333 url(../images/navlink_hover_bgfill.png) left bottom repeat-x;
	text-decoration:none;
}

/* ------- Main Content ------- */

#mainContent {
	min-height:350px; /* For modern browsers */
	height:auto !important; /* So modern browsers will ignore the next line */
	height:350px; /* For IE6 */
	padding: 15px 75px 50px;
}
#mainContent h2 {
	padding: 0;
	background: transparent;
	font-size: 1.1em;
	color: #931e47;
}
/* ------- Content styles ------- */

.homepage_intro {
	padding:15px 0 0;
}
.about_photo {
	display:block;
	margin-bottom:10px;	
}
.photo_column {
	float:left;
	padding:5px 30px 0 0;
}
.content_column {
	float:left;
	width:440px;
}
.content_column_01 {
	float:left;
	padding-right:30px;
	width:390px;
}
.content_column_02 {
	float:left;
	width:390px;
}
.section_header {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
}
.bulleted {
	list-style-type:none;
	margin:0 0 15px;
	padding:0;
}
.bulleted li {
	background-image:url(../images/bullet.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	margin:0 0 10px 15px;
	padding:0 0 0 25px;
	line-height:1.5em;
}

/* ------- Bottom navigation bar styling ------- */

#bottomNav {
	background: #333 url(../images/bottomnav_bgfill.png) repeat-x left center;
	color: #ffff99;
	text-align: center;
	font-size: .9em;
	padding: 5px;
}
#bottomNav a {
	color: #ffff99;
	text-decoration: none;
	padding: 5px 10px;
	outline: none;
}
#bottomNav a:hover {
	color: #ffff99;
	text-decoration: underline;
/*	font-style: oblique;*/
	outline: none;
}

/* ------- Footer styling ------- */

#footer {
	background:#660099 url(../images/footer_bgfill.png) repeat-x left top;
	color: #fff;
	font-size:.9em;
	padding:5px 20px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #ffff99;
	text-decoration: none;
}
#footer a:hover {
	color: #ffff99;
	text-decoration:underline;
}
.writing_coach {
	float:left;
}
.copyright {
	float:right;
}

