/* 
	Author: Munzir Rosdi 
	Date:	11/26/2007 
	Site:	Photoblog
*/

*						{ padding:0; margin:0 }
body					{ background: #fff; color:#777; font: 11px  "Lucida Grande", "Trebuchet Ms", Helvetica, Verdana, Geneva, Arial, sans-serif;  }
img						{ border: none; }
p						{ font-size: 1em; }
a						{ color: #267cd5; text-decoration:none; }
a:hover					{ text-decoration:underline; }

#infotop				{ background:#123050; color:#73AAC6; display:none; }
#infotop_c				{ margin:0 auto; width: 780px; padding:10px; text-align:right;}
#outer					{ background:url('/images/h_bg.gif') repeat-x; }
#wrap					{ width:780px; margin:0 auto; }
#header					{ height:98px; }
#header h1 a			{ display:block; text-decoration:none; width: 266px; height:66px; text-indent: -9999px; background:url('/images/h_logo.gif') no-repeat bottom left; padding-top:21px; }

#topnav					{ position:absolute; margin-top:-60px; margin-left: 400px; }
#topnav li				{ list-style:none; display:inline; }
#topnav li a			{ float:left; background:white; margin-right:5px; height:28px; }
#topnav li a em			{ display:none } 
#topnav li.home a		{ background:url('/images/nav_home.gif') no-repeat top left; width: 57px; }
#topnav li.directory a	{ background:url('/images/nav_directory.gif') no-repeat top left; width: 85px; }
#topnav li.discuss a	{ background:url('/images/nav_discuss.gif') no-repeat top left; width: 70px; }
#topnav li.register a	{ background:url('/images/nav_register.gif') no-repeat top left; width: 75px; }
#topnav li.about a		{ background:url('/images/nav_about.gif') no-repeat top left; width: 61px; }
#topnav li.usercp a		{ background:url('/images/nav_usercp.gif') no-repeat top left; width: 71px; }

#topnav li a:hover,
#topnav li.selected a	{ background-position:bottom left; }

#sidebar				{ float:left; background:#f7f9fc; width:185px; padding:10px; border-right:1px solid #e5eaf1; }
#content				{ padding-top:10px; float:right; width:565px; padding-bottom:15px; }
#footer					{ clear:both; border-top:1px solid #e5eaf1; padding:10px; text-align:right; }

