/*
Title:      	Midnight style Pastrami Version
Author:     	Ivan Nolasco & Darwin Santos
Updated:    	July 01 2006
Notes:    		
*/

/* Common style definitions */
body
{
	background: #333;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 0.833em;
	text-align: center;
} 

input
{  
	font-size: 10px; 
	margin-top: 3px; 
	margin-right: 4px; 
	margin-bottom: 4px; 
	margin-left: 3px;
}

/*************************************/
/* Container layout style */
#container
{
	background-color:#FEFEFE;
	width: 760px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: center;
}

#container .alert
{
	padding-left: 18px;
	background: url("../img/alert.gif") no-repeat 0 0;
}

#container .confirm
{
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 2px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
	text-align: left;
}
#container .confirm a
{
	text-decoration: none;
	color: #963;
	font-weight:bold;
}
/*************************************/
/* Banner layout style */
#banner
{
	text-align: left;
	padding:5 5 2 5px;
	background: #3874BB url("../img/head.gif") no-repeat center center;
}

#banner a, #banner a:link, #banner a:visited, #banner a:hover
{
	margin-left: 5px;
	border-style: none;
	text-decoration: none;
	border: none;
	color:#101010;
	font-size:70px;
}

#banner img
{
	border: none !important;
}

#banner h1
{
	font-weight: normal;
	margin:0px;
	padding:0px;
}
/*************************************/
/* Content layout style */
#content
{
	/*padding: 5px;*/
	margin-top: 1px;
	background-color: #FFFFFF;
        padding: 5px 25px 25px 25px;
        text-align: left;
    
}

#content h1, #content h3
{
	color: #40659B;
	text-align: left;
}

#content h1
{
	font-size: 130%;
	text-align: left;
}

#content h3
{
	font-size: 120%;
	text-align: left;
}
/*************************************/
/* Sidebar layout style */
#sidebar
{
	float: right;
	width: 150px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 90%;
}

#sidebar h1, #sidebar h3
{
	background: #f90 url("../img/bg-orange.gif") repeat-x top left;
	margin: 0;
	padding: 5px 0 5px 10px;
	color: #fff;
}

#sidebar h1
{
	font-size: 120%;
}

#sidebar h3
{
	font-size: 110%;
}

#sidebar a, #sidebar a:visited
{
	text-decoration: none;
}


#sidebar a:hover
{
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#sidebar ul 
{
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
#sidebar li
{
	margin: .5em 0 .5em 0;
	padding: 0 0 0 10px;
	line-height: 1.4em;
	list-style-type: none;
	background: url("../img/gt-bullet.gif") no-repeat 0 6px;
}
/*************************************/
/* Footer layout style */
#footer
{
	clear: both;
	padding: 10px;
	margin-top: 5px;
	font-size: 90%;
	color: #666;
	background-color: #000000;
}

#footer a, #footer a:visited
{
	text-decoration: none;
	color: #888;
}

#footer a:hover
{
	text-decoration: none;
	color: #ccc;
}

#footer img
{
	border: none !important;
	/*right: 1;*/
	vertical-align: middle;
}

#footer #copyright
{
	text-decoration: none;
}


#footer a #image
{
	text-align:right;
	/*: false;*/
}
/*************************************/
/* Description layout style */
#description
{
   background: #101010;
   padding: 15px 15px 15px 15px;
   margin-top:2px;
   text-align: left;
}

#description h1
{
	margin: 0;
	padding: 0;
	font-size: 150%; 
	font-weight: normal;
	color: #EB9F3D;
	text-align: left;
}

#description h2
{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #888;
	text-align: left;
}

/*************************************/
/* Comments layout style */
#comments dd, dt
{
	margin: 0;
}
#comments em
{
	color: red;
}
/*************************************/
/* Menu style layout */
#navigation
{

}

#navlist
{
	margin-right:5px;
	margin: 0;
	margin-top:3px;
	padding: 0 0 20px 10px;
}

#navlist ul, #navlist li
{
	margin: 0;
        padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-size: 95%;
	margin: 0 10px 1px 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border-bottom: 5px solid #06c;
	padding-bottom: 2px;
}

#navlist a:hover
{
	border-bottom: 5px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}
/*************************************/
