/* 

	downanddomore.org print style sheet
	created 14/09/05 by Andi Topping
	
*/

html,body {	background-color: #FFFFFF; padding:0px; margin:0px; font-size:17px; }
div { padding:0px; margin:0px; }
* { font-family:Arial, Helvetica, sans-serif; }
p { margin:0px; padding:6px 0px 6px 0px; }
a, a:link, a:visited { color:#48584D; text-decoration:none; }
a:hover { text-decoration:underline; }

label { width: 90px; float:left; color:#48584D; }

/* layout styles */
#container { width:950px; }
#banner { display: none; height:151px; margin-bottom:1px; background-image:url(../images/bannerBack.jpg); padding-left:54px; }
#content { padding:5px 20px 10px 20px; }
#sidebar { display: none; width:244px; margin:-40px 21px 0px 0px; float:right; background-image:url(../images/sidebarBack.png); background-repeat:repeat-y; color:#333333; } 
.ie { margin-right:11px!important; background-image:none!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sidebarBack.png',sizingMethod='scale'); }

/* associated to layout styles */
img#logo { margin-top:63px; display: none;}
img#printLogo { margin-top:5px; margin-bottom:15px; display: auto; }
p.footer { display: none; color:#999999; font-size:11px; line-height:135%; padding:3px 0px 0px 0px; }
#latestnews { display: none; border:1px solid #333333; height:18px; margin:5px 0px 10px 0px; }

/* front page */
#threecol { width:98%; }
#threecol .left { background-color:#E2EAE5; width:33%; float:left; margin:0; padding:0; color: #333333 }
#threecol .right { float:right; width:33%; margin:0; padding:0; border-left:1px dotted #999999; color: #333333; }
#threecol .center { margin:0 33%; width:auto; color: #333333; }
#threecol .cleaner { clear:both; }
#threecol .padding { padding: 5px 15px 5px 15px; }

#threecol .right img{ padding-right: 5px; }
#threecol .center img{ padding-right: 5px; }
#threecol .title { color:#48584D; font-size:24px; font-weight:normal; }
#threecol .lColTitle { color:#48584D; font-size:17px; font-weight:normal; text-align: center; }
#threecol .colTitle { color:#48584D; font-size:15px; font-weight:normal; }
#threecol .grey { color:#333333; font-size:12px; font-weight:normal; text-decoration: underline; }
#threecol .posted { color:#999999; font-size:13px; font-style: italic; font-weight:normal; }
