/*  
Theme Name: Paravellum Theme
Theme URI: www.paravellum.com
Description: Theme Consistent with Paravellum.com
Version: 1.0
Author: Yuani Ruiz
Author: www.paravellum.com
*/


body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #333333;
}

a:link, a:visited{
	text-decoration: none;
	color: #333333;
}

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

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
        background: #FFFFFF; 
}

#header{
	height: 258px;
	float: left;
	width: 800px;
	margin: 0px auto;
	background: url("http://www.paravellum.com/images/Untitled.gif");
}

#header h1{
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 52px;
	font-style: italic;
	color: #FFFFFF;
}


#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header h2{
	margin 0;
	padding: 0 0 0 380px;
	font-size: 22px;
	font-style: italic;
	color: #f8f8ff;
}

#box{
	float: left;
	width: 540px;
	padding: 5px 5px 5px 5px;
        background-image: url('backgroundwhite.jpg'); 
        background-repeat: repeat-y;


}

#box h2{
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px dashed;
}



.sidebar{
	float: left;
	width: 240px;
	background-image: url('backgroundgray.jpg'); 
        background-repeat: repeat-y;
	display: inline;
	height: auto;
        margin: 0 0 0 10px;
	padding: 4px 0 0 0;
 
        }
        
.sidebar h2{
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 14px;
        text-align: center;
	border-bottom: 1px dashed;
	}

#sidebarmenu{
        padding: 5px 20px 20px 20px; 
        margin: 0px;
}

#sidebarmenu li{
        list-style-type: none;
       
}

#footer{
	clear: both;
	float: left;
	width: 800px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Ariel, Helvetica, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer {
	width: 800px;
	background: #EEEEEE;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
	color: #000000;
	}
	
#footer a{
	color: #999999;
	}

#footer a:hover {
	color: #333333;
	}

ul#menu
{
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	padding: 0 0 0 0;
	list-style-type: none;
	width: 800px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	background: transparent url("http://www.paravellum.com/images/button.jpg") repeat-x top left;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	}
	
ul#menu li
{
	height: 36px;
	width: 160px;
	font-size: 16pt;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

ul#menu li a
{
	display: block;
	text-align: center;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	height: 36px;
}

ul#menu li a:hover
{
	height: 36px;
	width: 160px;
	color: #FFFFFF;
	background: transparent url("http://www.paravellum.com/images/buttondown.jpg") no-repeat top right;
	}
