/* -------------------------------------------------------------- 
  
	custom CSS file for October Pink 2007 Template
	author: Zaigham (zi at ziworks.com)
	url: http://ziworks.com
	
-------------------------------------------------------------- */
html {
	height: 100%;
	margin-bottom: 1px;
	}
body {
	background: url(../images/op2007-bg.gif) fixed;
	}

.container {
	
	}

/* Default fonts */
h1,h2,h3,
h4,h5,h6  { font-family: Arial, Georgia, "Times New Roman", Times, serif; }
body      { font-family: Arial, "Lucida Grande", Helvetica, Verdana, sans-serif; } 
pre       { font-family: Verdana, "Bitstream Vera Sans", sans-serif; } 
code      { font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace; } 

h1,h2,h3 { letter-spacing: -1px; color: #ABA000;}

.header {
	height: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #ffc;
	}

.header h1 {
	padding: 0 0 5px 0;
	color: #F3F3F3;
	}

.header a {
	color: #333;
	}

.content {
	background: #fff;
	padding-top: 20px;
	}

.content a { color: #333; text-decoration: none; padding: 0 2px; border-bottom: 2px solid #ABA000;}
.content a:hover { color: #fff; background: #ABA000; border-bottom: 1px solid #ABA000;}

em { background: #ffc; padding: 2px; border-bottom: 1px solid #eee; font-style: normal;}


.menu ul {
	list-style: none;
	margin: 0;
	}

.menu li {
	font-style: normal;
	display: inline;
	}

.menu li a {
	display: inline-block;
	color: #fff;
	float: left;
	padding: 4px 8px;
	background: #ABA000;
	margin-right: 4px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

.menu li a:hover, .menu li.here a {
	background: #fff;
	color: #ABA000;
	padding-top: 8px;
	margin-top: -4px;
	}


.sidebar h1, .sidebar h2, .sidebar h3 {
	color: #F3F3F3;
	}

.sidebar {
	color: #fff;
	padding-right: 15px;
	padding-top: 20px;
	}

.sidebar ul {
	list-style: none;
	margin-left: 0;
	}

.sidebar li {
	padding: 2px 0 3px 0;
	text-transform: uppercase;
	}

.sidebar a { color: #fff; text-decoration: none; padding: 0 2px; border-bottom: 2px solid #ABA000; background: #333; }
.sidebar a:hover { color: #fff; background: #ABA000; border-bottom: 2px solid #000; }




.footer {
	padding-top: 20px;
	color: #fff;
	line-height: normal;
	}

.footer p {
	margin: 0 0 5px 0;
	}

.footer a {
	background: #ffc;
	padding: 2px;
	color: #ABA000;
	font-style: normal;
	}


/* alignments */

.right-align, .right-align p {
	text-align: right;
	}

/* colorfull backgrounds */

.white-bg {
	background: #fff;
	}