/* CSS for Alex Buznik Site ver.3
      www.buznik.net
	  by Alex Buznik
*/

body {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:90%;
	background:#fff url("../images/rulers.gif") top left no-repeat;
}

/*      DIVS       */
#container {
	max-width:1024px
}
#header {

}
#logo {
	position: absolute;
	top: 40px;
	left: 45px;
	font-size:2em;
	z-index: -2;
}
#content {
	padding-bottom:20px;
	margin: 150px 0 0 220px;
	border-width: 1px 0 1px 0;
	border-color: black;
	border-style:solid;
	overflow:auto;
	font-size:1em;
	text-align:left;
}
.buttons {
	margin:0;
	padding:0;
}
#buttons_l {
	float:left;
}
#buttons_r {
	float:right;
}

#footer {
	margin: 0 0 0 220px;
	padding:10px 0 70px 10px;
	clear:both;
	text-align:left;
	
	background:#fff;
}

/*     LINKS     */
a img {border:0;}

#content a:link, #content a:visited {
	color: #f93;
	text-decoration:underline;
}
#content a:hover {
	color: #f93;
	text-decoration:none;
}
#content a:active {
	color: #F90;
	text-decoration:underline;
}
a:link, a:visited, a:active {color: #000; text-decoration:underline;}
a:hover {color: #000; text-decoration:none;}

/*     SELECTORS    */
h1, h2, h3 {
	font-family:"Arial Narrow", Trebuchet MS, Arial, Helvetica, sans-serif;
	clear:both;
	font-weight:normal;
}
h1 {font-size: 3em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}

.buttons ul {
	margin:0;
	padding:0;
}
.buttons ul li {
	display:inline;
	list-style-type:none;
}

img.inline {
	float:left;
	padding:5px;
}
#fnav ul {
	margin:10px 5px 10px 0;
	font-size: 0.8em;
}
#fnav ul li {
	padding-right: 5px;
}
#fnav a.new:link, #fnav a.new:visited, #fnav a.new:active {
	background:#C33;
	color:#fff;
	text-decoration:underline;
}
#fnav a.new:hover {
	background:#C33;
	color:#fff;
	text-decoration:none;
}


/*       OTHER      */
#sitemap ul li {
	list-style-type:square;
}	