/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
LOVE FROM DEPRESSION :: SCREEN STYLE
Dev. Emily Bennet (emilybennet.com) :: 2009/3.13 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* * Sheet Imports * */

@import url("universal_resets.css");




/* * Layout * */

body{
	font-size: 62.5%;
	text-align: center; /*IE align tweak*/
}

#wrapper{
	width:1071px;
	margin:0 auto;
	margin-bottom:70px;
}

#container{
	background-image:url("../images/quark_mid.jpg");
	background-repeat:repeat-y;
}

#header{
	width:100%;
	text-align:left;
}

#quark_top{
	background-image:url("../images/quark_top.jpg");
	background-repeat:no-repeat;
	height:84px;
	text-align:center;
}

#logomark{
	margin-top:-10px;
	margin-left:90px;
	margin-bottom:-80px;
	width:273px;
	height:289px;
	background-image:url("../images/lfd_sticky.png");
	background-repeat:no-repeat;
	float:left;
}

#navi{
	margin-left:367px;
	margin-top:13px;
	width:624px;
	height:145px;
	background-image:url("../images/navi_torn.png");
	background-repeat:no-repeat;
}

#navigationals{
	padding-top:37px;
	margin-right:35px;
	text-align:center;
}

#primary_content{
	margin-bottom:-42px;
	margin-left:196px;
	width:717px;
	 /*height:500px;for primary layout only */
	background-color:#fff;
	text-align:left;
}

#content{
	padding:30px;
	clear:both;
}

#quark_bottom{
	margin-bottom:-45px;
	margin-top:6px;
	background-image:url("../images/quark_bottom.jpg");
	background-repeat:no-repeat;
	height:84px;
}

#affiliate_card{
	margin-bottom:0px;
	margin-left:124px;
	width:499px;
	height:160px;
	background-image:url("../images/affiliate_card.png");
	text-align:left;
}

#affiliate_card ul{
	margin-left:43px;
}

#affiliate_card li{
	margin-left:30px;
	display:inline;
}

.affiliate_one{
	margin-top:57px;
}


/* * Typography * */

p{
	margin-bottom:1em;
	font-family:georgia;
	font-size:1.4em;
	line-height:1.6em;
}

p a{
	color:#000;
	background-color:#ffe500;
	font-weight:;
	text-decoration:none;
}
p a:hover{
	text-decoration:underline;
}

#content p{
	margin-left:127px;
	margin-right:77px;
}

#content ul{
	margin-bottom:1.4em;
}

#content li{
	list-style-image:url("../images/list_point.gif");
	margin-bottom:.4em;
	font-family:georgia;
	font-size:1.4em;
	line-height:1.6em;
	margin-left:167px;
	margin-right:114px;
}

h1{
	display:none;
}

h2{
	margin-bottom:10px;
	font-family:"trebuchet ms";
	font-weight:bold;
	font-size:4.0em;
	letter-spacing:-.07em;
	color:#fc4597;
}

h3{
	margin-top:30px;
	margin-left:127px;
	margin-bottom:4px;
	font-family:"trebuchet ms";
	font-weight:bold;
	font-size:2em;
	letter-spacing:-.08em;
	color:#fc4597;
}

#affiliate_card h3{
	display:none;
}

#navigationals li{
	margin-left: 25px;
	list-style:none;
	display:inline;
}

#navigationals a{
	font-family: "trebuchet ms";
	font-weight:bold;
	font-size:2.4em;
	letter-spacing:-.07em;
	color:#606060;
	text-decoration:none;
}

#navigationals a:hover{
	font-family: "trebuchet ms";
	font-weight:bold;
	font-size:2.4em;
	letter-spacing:-.07em;
	color:#606060;
	background-position:center;
	background-repeat:no-repeat;
}

#navigationals .short:hover{
	background-image:url("../images/navi_highlight_short.png");
}

#navigationals .long:hover{
	background-image:url("../images/navi_highlight_long.png");
}

.legal_stuff{
	font-family:"trebuchet ms";
	font-size:1.4em;
	font-weight:bold;
	color:#606060;
}