/*
Theme Name: viewpoint theme
Theme URI: http:www.viewpoint-east.org
Description: a theme for viewpoint-east
Author: prallin
Author URI: your-URI
Template: k2
*/
body {
	background-color: #d9d9d9;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	letter-spacing:1px;
}

strong, em, b, i {
    font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	}


#page {
	width: 800px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 10px auto 0;
	padding-top: 7px;
	border: 1px solid #d5d5d5;
}
	
#header {
	background: url('vpe3.jpg') no-repeat center center;

}

h1 {
	font-size: 3em;
	}

h1.blog-title, .blog-title {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 75px 40px 0 60px;
	font-size: 3.3em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

h1.blog-title a,
#header .description, .blog-title a {
	text-decoration: none;
	color: black;
	}

h1.blog-title a:hover, .blog-title a:hover {
	text-decoration: none;
	}

#header .description { /* Description in header */
	font-size: 1.5em;
	margin: 0 60px;
	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: normal;
}
	
ul.menu {
	padding: 0px;
	left: 55px;
	width: 90%;
	margin: 40px 40px 5px 35px;
}

ul.menu li {
	display: inline;
	margin: 5px;
	}

ul.menu,
ul.menu li a {
	padding: 0;
	}

ul.menu li a {
	font-size: 1.4em;
	color: #536aae;
	margin: 0;
	letter-spacing: 1px;
}

ul.menu li a:hover {
	background: transparent;
	color: #black;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: black;
	background: transparent;
	text-decoration: none;
	}

.entry-content {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;

}
.entry-meta {
}
a {
	color: #536aae;
	text-decoration: none;
	}
	
a.more-link {
	
	font-weight: bold;
	font-size: 1.1em;
}
#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
#footer .footerpoweredby {
	display: none;
}
