/*  ******************************  */
/*  EDMONTON DIVORCE SOLUTIONS CSS  */
/*  ******************************  */


/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
@import url(lib/main-menu.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

/*
	Font-size reference.  Calcuate with: pixel_size / 12
		9px		: 0.75em
		10px	: 0.8333em
		11px	: 0.9167em
		12px	: 1.0em
		13px	: 1.0833em
		14px	: 1.1667em
		15px	: 1.25em
		16px	: 1.3333em
		17px	: 1.4167em
		18px	: 1.5em
		19px	: 1.5833em
		20px	: 1.6667em
		21px	: 1.75em
		22px	: 1.8333em
		23px	: 1.9167em
		24px	: 2.0em
		25px	: 2.0833em
		26px	: 2.1667em
		27px	: 2.25em
		28px	: 2.3333em
		29px	: 2.4167em
		30px	: 2.5em
		31px	: 2.5833em
		32px	: 2.6667em
*/


@import url(css_menu.css);

/*** structure/block/positioning styles ***/

body {
	background: transparent url(../images/splash_bg.jpg) repeat top left;
	margin: 0;
	padding: 0;
}

#master {
	width:100%;
	min-height: 540px;
	margin: 0;
	padding:0;
	background: transparent url(../images/layout_bg.jpg) no-repeat top center;
}

.container {
	width: 700px;
}

#header {
	/*margin-top: 17px;*/
	height:273px;
	background: transparent;
}

#header_splash {
	height: 580px;
	background: transparent url(../images/splashpage.jpg) no-repeat top center;
}

#menu_splash {
	margin-top:330px;
	/*margin-left: -12px;*/
}

#menu {
	margin-top:100px;
}

#content {
	clear:both;
}

#main-content {
	background-color: #fff;
	padding: 10px 40px 40px 40px;
	min-height:200px;
}

#footer {
	background: transparent url(../images/footerbar.jpg) no-repeat top center;
	padding:13px 0;
	margin:0;
}


/* end */




/***  heading logo styles  ***/

h1.splash_h1 {
	display: block;
	text-indent: -9999px;
	height:100px;
}

/* end */



/***  element styles  ***/

img {
	margin-bottom: 0.25em;
}

#main-content img {
	/*float: left;*/
	margin: 0 1.5em 1.5em 0;
}


/* end */




/*** typography styles ***/

body, p {
	font-family: arial, helvetica, verdana, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	clear:both;
}

h1, h2 {
	font-size: 3.5em;
	color: #a33038;
	font-weight: 100;
	text-transform: lowercase;
	margin:10px 0 15px 0;
	padding:0;
	line-height:100%;
}

h1 {
	margin:0;
}

h3 {
	font-size: 2em;
	color: #a33038;
	font-weight: 100;
	margin: 6px 0;
	padding:5px 0;
}

h3.newshead {
	font-size:1.5em;
	color:black;
	text-transform:uppercase;
	margin-bottom:0;
	padding-bottom:0;
}

p.newsdate {
	font-size:0.9em; 
	margin: 0;
	font-style:oblique;
	color: #666;
	padding-bottom:0;
	text-indent:10px;
}

p.newscontent {
	margin-left: 10px;
}

a, a:link, a:visited {
	color: #a33038;
	text-decoration: none;
	font-weight:100;
}

a:hover {
	color: #555;
}

#main-content ul {
	margin-left: 20px;
}

#main-content li {
	list-style-image: url(../img/arrow2.gif);
	list-style-type: circle;
}

#footer {
	font-size: .95em;
	color:#fff;
}

/* end */





/*** horizontal line rules ***/

hr.line {
	clear:both;
	margin:0 20px 20px 10px;
	background: transparent;
	border:0;
	border-bottom:1px solid #acc6dc;
	padding-top: 10px;
	width:95%;
}

hr.breaker {
	clear:both;
	margin:0;
	background: transparent;
	border:1px solid transparent;
}

/* end */