/*  
Theme Name: PNWJETAA
Description: This is the JET Alumni Wordpress Theme for the Pacific Northwest Chapter.
Version: 1.0
Author: Benjamin Erickson
Author URL:N/A-- Don't have my own site! 

*/

body, h1,h2,h3,h4,h5,h6,blockquote,p, form{
	margin:0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-image:url(image/bg.jpg);
	background-position: top-left;
	background-repeat:no-repeat;
	z-index: 0; 
	color: #000000;
}

h1{
font-family:Georgia,Sans-serif;
font-size:24px;
padding:0 0 10px 0;
}



a:hover{
	text-decoration: none;
}

p{
	padding:10px 0 0 0;
}

/*layout*/
#wrapper{
	margin:0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	position: relative;
	background-color:#eee;
	border-bottom:2px #000 solid;
	border-left: 2px #000 solid; 
	height: 200px;
	width:740px;
	padding: 10px 0 10px 10px;
	float:left;
	-moz-border-radius-topright: 100px;
}

#header .logo{
	position: relative;
	display: inline-block;
	background-image: url(image/logo.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
}
#header .navbar{
	background-color: #eee;
	position: relative;
	display: inline;
	font-family: Helvetica;
	font-size: .8em;
	color: #000;
}
	

#header .headertitle{
	position: absolute;
	bottom: 5px;
	right:5px;
	white-space: nowrap;
	font-family: Helvetica;
	font-size: 2em;	
}

a:link{
	text-decoration:none;
	color:#d0000d;
	}
a:visited{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration:underline;
	color:#C00;
}

#container{
	width:500px;
	float:left;
}

.entry{
height:auto;
width:auto;
background-color:#eee;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
overflow:hidden;
padding:5px;
}

.sidebar{ 
	margin: 10px 0 0 10px; 
	float: left; 
	width:240px; 
	background:#eeeeee;
	 -moz-border-radius-topleft: 100px; 
	 -moz-border-radius-bottomright: 100px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding:0 10px 0 10px;
}

.sidebar ul li{
	padding:10px 0 10px 0;
}
.sidebar ul li h2.widgettitle{
	color: #d0000d;
	font-family: Helvetica, Arial, sans-serif;
}

.sidebar ul li h2{
	font-family:Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding:0px;
	line-height: 24px;
}	




/*Widger Searchbar*/
.widget_search{
	text-align:right;
}


/*Widget Calendar*/
.widget_calendar{
	padding-top:0px;
	background-color:#FFF;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	font-size:1.3em;
	-moz-border-radius-topright:40px;
	-moz-border-radius-topleft:40px;
	-moz-border-radius-bottomright:40px;
	-moz-border-radius-bottomleft:40px;
  }
 
.widget table#wp-calendar caption {
	padding-bottom:5px;
	font-weight:bold;
 }
.widget table#wp-calendar {
	padding-top:0px;
	width: 100%;
	text-align: center;
}

.widget_calendar table tr th{
	padding:0px;	
}



	

.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: 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{
	padding: 10px 0 0 0;
	clear:both;
	float: left;
	width:750px;
}

#footer p{
	line-height: 18px;
}


/*Post Formatting */
.post{
	padding:10px 0 10px 0;
}

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry {
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin:10px 0 0 0;
}

.navigation{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;	
}