/* @override 
	http://www.justinmartin.macnewyork.com/test.css
	http://justinmartin.dreamhosters.com/wp-content/themes/Justin_Martin/style.css
	http://justinmartin1.com/wp-content/themes/Justin_Martin/style.css
*/
/*
Theme Name: Justin Martin
Description: Theme developed for Justin Martin.
Author: George Wiel
Author URI: http://macnewyork.com
version: 1.0
*/
body {
	background-color:#999;
	font-size: 87%;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #3EA99F;
	/*background: lightblue url('images/page_background.gif') repeat-y top center;*/ 
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.entry {
	margin-top: 8px;
}

.entry p {
	margin-top: 0px;
}

#wrapper {
	margin: 0 auto;
	padding: 25px 20px;
	width:750px;
	background-color: white;
}

#header {
	height: 35px;
	border-bottom: 2px solid #003366;
}

#header h1 {
	display: inline;
	float: left;
	margin:0;
	padding:0;

	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

#tagline {
	font-size: 1.2em;
}

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

.entry a,
.entry a:link,
.entry a:visited,
.entry a:hover {
	text-decoration: underline;
	color: #003366;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited {
	color: #003366;
	text-decoration: none;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited {
	color: #003366;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 2px;
}

h2.pagetitle {
	margin-bottom: 20px;
	color: #666;
}

#category-description h2 {
	font-size: 1.5em;
	color: #444;
}

#publication-date {
	margin-bottom: 8px;
}
#author {
	display: none;
}
#headermenu {
	display: block;
	width:100%;
}

ul#pagemenu {
	display:inline;
	float: right;
	margin:0;
	padding:0;
	list-style:none;
}

#pagemenu li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: right;
	margin-left: 30px;
	height: 1.4em;
}

#pagemenu a {
	color: #003366;
	text-decoration: none;
}

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

.current_page_item {
	border-bottom: 3px solid #003366;
}

#content {
	display:inline;
	float:right;
	width: 500px;
	margin-top: 60px;
	margin-right:15px;
}

#content img
{
	display: inline;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

wp-caption {
	
}

div#post-4 {
	margin-bottom: 60px;
}

.post {
	margin-bottom: 20px;
}

#category-description.post {
	padding-bottom: 30px;
}

.block {
	display: inline;
	float: right;
	width: 390px;
	margin-bottom: 35px;
}

a.button,
a.button:visited {
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
	padding: 2px 4px;
	font-size:10px;
	margin-right: 10px;
}

a.button:hover {
	text-decoration: none;
	color: #666;
	background-color:#CCC;
}

.publication-name {

}

.publish-date {

}

.article-title {

}

#sidebar {
	display:inline;
	float: left;
	width:200px;
	margin-top: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

div#sidebar ul {
	list-style-type: none;
	padding: 0;
}

div#sidebar ul li {
	font-size: 1.2em;
	font-weight: bold;
}

div#sidebar ul li ul li{
	font-size: 1.0em;
	/*margin-left: 8px;*/
	font-weight: normal;
}

div#tag-cloud {
	margin-top: 20px;
}

#footer {
	clear: both;
	/* border-top: 1px solid black; */
}

#footer p {
	font-size: 9px;
	text-align: right;
}

/* Ccntact Form 7 */
form.wpcf7-form {
	margin-top: 30px;
}