body {
	background-color: #fff;
	color: #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px auto;
}

#container {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 920px;
	height: auto !important;
	height: 100%;
}

#user_widget, #header, #messages, #main_content, #footer {
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 900px;
	display: block;
}

#user_widget {
	margin-bottom: 5px;
	display: block;
	height: 20px;
	background-image: url('../images/user-back.jpg');
	background-repeat: no-repeat;
	background-position: 0 -10px;
}

#tag_line {
	float: left;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
}

#user_widget ul {
	display: block;
	float:right;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

#user_widget ul li {
	display: inline;
	margin: 0px 5px 0px 5px;
	padding: 0px 2px 0px 2px;
}

a.user_grey:link, a.user_grey:visited {
	text-decoration: none;
	font-weight: bold;
	color: #710;
}


a.user_grey:hover, a.user_grey:link:hover, a.user_grey:link:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #710;
}

a.user_admin:link, a.user_admin:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #710;
	color: #FFF;
}


a.user_admin:hover, a.user_admin:link:hover, a.user_admin:link:visited {
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}

#footer {
	padding-top: 20px;
	height: 100%;
}

#messages {
	width: 790px;
	padding: 1px 5px 1px 5px;
}

#error_messages {
	display: block;
	margin: 1px 0px 0px 1px;
	background-color: #fcc;
}

#info_messages {
	display: block;
	margin: 1px 0px 0px 1px;
	background-color: #ccf;
}

#debug_messages {
	display: block;
	margin: 1px 0px 0px 1px;
	background-color: #ffc;
}

.messsage {
	font-weight: bold;
}

#company_info {
	text-align: center;
	margin: 0px auto;
}

#login {
	margin:0px auto;
	margin-top: 10px;
	width: 600px;
}

#logo_block {
	width: 885px;
	height:100px;
	display: block;
	background-image: url('../images/lpj-logo-885.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto;
	border: 0px;
}

#logo_block H1 a {
	display: block;
	width: 885px;
	height: 0;
	padding-top: 100px;
	overflow: hidden;
	background-color: transparent;
}

#logo_block H1 a:hover {
	background-color: transparent;
}

#header_block h1, #header_block h1 a {
	padding:0px;
	margin: 0px auto;
}

h1, h2, h3 {
	font-family: Garamond, serif;	
}


#main_menu
{
	font-family: Garamond, serif;	
	clear: both;
	padding: 0px;
	margin: 0px auto;
}

#menu_list {
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #771100;
	color: #fff;
	height: 30px;
	text-align: center;
	list-style: none;
	position: relative;
}

#menu_list li{
	padding: 0px 20px 0px 20px;
	margin: 0px auto;
	display: inline;
}

#menu_list li a{
	position: absolute;
	margin: 0px;
	padding: 0px;
    background-repeat: no-repeat;
	background-position: 0 0;
    height: 30px;
    text-decoration: none;
	display: block;
/*	background-color: #771100; */
	color: #fff;
}

#menu_list li a span {
	position: absolute;
}


#menu_list li a span {
	display: block;
	width: 160px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
} 

#menu_list li a:hover {
	background-position: 0 -30px;
	color: #771100;
	background-color: #fff;
}

#menu_list li a:active {
	background-position: 0 -60px;
	color: #771100;
	background-color: #fff;
}


#menu_list li a.menu_about {
    background-image: url("../images/menu-aboutus.jpg");
    width: 150px;
}

#menu_list li a.menu_contact {
    background-image: url("../images/menu-contactus.jpg");
    width: 150px;
	left: 150px;
} 

#menu_list li a.menu_submissions {
    background-image: url("../images/menu-submissions.jpg");
    width: 150px;
	left: 300px;
} 

#menu_list li a.menu_search {
    background-image: url("../images/menu-search.jpg");
    width: 150px;
	left: 450px;
} 

#menu_list li a.menu_links {
    background-image: url("../images/menu-links.jpg");
    width: 150px;
	left: 600px;
} 

#menu_list li a.menu_contrib {
    background-image: url("../images/menu-writers.jpg");
    width: 150px;
	left: 750px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}


a:hover, a:link:hover, a:link:visited {
	font-weight: bold;
	background-color: #fee;
	color: black;
}


.page_info {
	margin: 5px 10px 5px 10px;
}

.right_just
{
	text-align: right;
}

.left_just
{
	text-align: left;
}

.centre {
	text-align: center;
}

.page_title {
	font-family: Garamond, serif;	
	padding: 5px 5px 5px 5px;
	margin: 10px 5px 5px 5px;
	text-align: center;
}

input, submit {
	border: 1px solid #333;
	color: #333;
}


.form_submit {
	border: 1px solid #333;
	vertical-align: middle;
	color: #333;
}


.form_standard {
	margin: 2px;
	padding: 2px;
	border: 1px solid #ccc;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

form ul li {
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4 {
	display: block;
	padding: 0px 1px 0px 1px;
	margin: 0px auto;
}

#index_sidebar, #article_sidebar {
	font-family: Garamond, serif;	
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#index_sidebar ul, #article_sidebar ul {
	list-style: none;
	display: block;
	width: 200px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#index_sidebar ul li , #article_sidebar ul li{
	background-color: #771100;
	color: #fff;
	margin: 0px;
	padding: 2px 2px 2px 10px;
	display: block;
}

#index_sidebar ul li.sidebar_padder, #article_sidebar ul li.sidebar_padder {
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#index_sidebar ul li.sidebar_sections {
	height: 30px;
	background-image: url('../images/heading-sections.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#index_sidebar ul li.sidebar_recent {
	height: 30px;
	background-image: url('../images/heading-recent.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#index_sidebar ul li.sidebar_sections h2, #index_sidebar ul li.sidebar_recent h2{
	display: block;
	width: 200px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
} 

#index_sidebar ul li.index_sidebar_bottom {
	height: 15px;
	background-image: url('../images/index-sidebar-bottom.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#index_sidebar ul li a, #article_sidebar ul li a{
	margin: 0px;
	padding: 0px 1px 0xp 1px;
    text-decoration: none;
	display: block;
	background-color: #771100;
	color: #fff;
	border: 2px solid #771100;
}

#index_sidebar ul li a:hover, #article_sidebar ul li a:hover {
	color: #771100;
	background-color: #fff;
	border: 2px solid #771100;
}

#index_sidebar ul li a:active, #article_sidebar  ul li a:active{
	color: #771100;
	background-color: #fff;
	border: 2px solid #771100;
}

#article_sidebar, #article_sidebar ul {
	width: 240px;
}	

#article_sidebar ul li.sidebar_more_section {
	height: 50px;
	background-image: url('../images/heading-more-section.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#article_sidebar ul li.sidebar_more_search {
	height: 50px;
	background-image: url('../images/heading-more-search.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#article_sidebar ul li.sidebar_more_editorial {
	height: 50px;
	background-image: url('../images/heading-more-editorial.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#article_sidebar ul li.sidebar_more_photo {
	height: 50px;
	background-image: url('../images/heading-more-photo.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#article_sidebar ul li.sidebar_more_author {
	height: 50px;
	background-image: url('../images/heading-more-author.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#article_sidebar ul li.sidebar_more_section h2, 
#article_sidebar ul li.sidebar_more_search h2, 
#article_sidebar ul li.sidebar_more_editorial h2, 
#article_sidebar ul li.sidebar_more_photo h2, 
#article_sidebar ul li.sidebar_more_author h2{
	display: block;
	width: 240px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
} 

#article_sidebar ul li.article_sidebar_bottom {
	height: 15px;
	background-image: url('../images/article-sidebar-bottom.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#searchwords {
	display: block;
	width: 240px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#top_search {
	width: 240px;
	height: 50px;
	background-image: url('../images/heading-top-search.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#top_search h2{
	display: block;
	width: 240px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
} 

#search_sidebar_bottom {
	height: 15px;
	width: 240px;
	background-image: url('../images/search-sidebar-bottom.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.searchword a, .searchword a:link, .searchword a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}

.searchword a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}

.searchword {
	margin: 1px 3px 1px 3px;
	padding: 2px;
}

#preview_block {
	float: left;
	width: 690px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.preview, .preview_editorial {
	float: left;
	width: 200px;
	min-height: 240px;
	display: block;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	margin: 0px auto;
	padding: 5px;
	margin: 10px 0px 10px 10px;
	border: 2px solid #771100;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.preview_editorial {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

a.editorial:link, a.editorial:visited {
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}

.preview_written {
	font-size: 9px;
	font-weight: normal;
}

a.editorial:hover, a.editorial:link:hover, a.editorial:link:visited {
	font-weight: bold;
	text-decoration: underline;	
	background-color: #000;
	color: #FFF;
}

.search_preview {
	display: block;
	clear: both;
	width: 870px;
	padding: 5px;
	margin: 10px 0px 10px 10px;
	border: 2px solid #771100;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	min-height: 70px;
}

.preview_title {
	font-family: Garamond, serif;
	font-size: 16px;
}

.preview_thumb {
	float: left;
	margin: 3px;
}
.preview_author {
	font-size: 15px;
	margin-bottom: 3px;
}

.preview_text {
	font-size: 14px;
}

.preview_categories{
	display: block;
	margin: 10px 1px 1px 1px;
	padding: 0px;
	font-family: Garamond, serif;
	font-size: 12px;
}

.preview_category {
	margin: 0px 3px 0px 3px;
}

.preview_category a:link, .preview_category a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color: #fee;
}


.preview_category a:hover, .preview_category a:link:hover, .preview_category a:link:visited {
	font-weight: bold;
	color: #000;
	background-color: #eee;
} 


#page_selector {
	clear: both;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}

#page_selector  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#page_selector  ul li {
	display: inline;
	margin: 1px 4px 1px 4px;
	padding: 2px;
}

#page_selector  ul li a:link, #page_selector  ul li  a:visited , #page_selector  ul li a:link:visited, .pagelink {
	color: #fff;
	background-color: #555;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 1px;
}

#page_selector  ul li a:hover, #page_selector  ul li a:link:hover{
	font-weight: bold;
	background-color: #000;
}


#article_container {
	float: left;
	width: 646px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	border: 2px solid #771100;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}

#article {
	display: block;
	margin: 0px auto;
	margin-top: 20px;
	padding: 5px;
}

.article_title {
	font-family: Garamond, serif;	
}

.article_author {
	margin-bottom: 10px;
}

.article_image {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #fee;
}

.article_text {
	text-align: justify;
}

#contributor {
	float: left;
	width: 690px;
	margin: 0px 10px 0px 0px;
	padding: 0px;	
}

.contributor_column {
	display: block;
	float: left;
	margin: 2px;
	padding: 5px;
	width: 280px;
}

.contributor {
	display: block;
	padding: 3px;
	margin: 3px 3px 15px 3px;
}

.contributor_name {
	font-weight: bold;
	display: block;
}

.contributor_grade {
	font-weight: bold;
	display: block;
	font-size: 18px;
}

.contributor_location {
	font-weight: bold;
	display: block;
	font-style: italic;
}


.contributor_bio {
	display:block;
	margin: 0px 50px 10px 10px;
}


#comments {
	margin: 10px;
	border: 1px solid #555;
	padding: 5px;
}

#reply {
	margin: 2px;
	padding: 2px;
}

#comments_title {
	padding: 5px;
}

.reply_button a:link, .reply_button  a:visited , .reply_button a:link:visited {
	color: #555;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 1px;
}

.reply_button a:hover, .reply_button a:link:hover{
	font-weight: bold;
	background-color: #555;
	color: #fff;
}

.reply_button {
	color: #555;
	display: block;
	margin: 1px;
	padding: 1px;
}

.comment {
	margin: 3px 3px 3px 20px;
	padding: 2px;
	display: block;
}

.comment_user {
	display: block;
}

.comment_body {
	background-color: #eee;
	margin: 3px 0px 5px 0px;
	display: block;
}

.gallery_photo {
	margin: 0px auto;
	margin-bottom: 10px;
	text-align: center;
}

.gallery_photo img {
	margin: 2px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #fee;
}

#social_network_links 
{

}


#links {
	float: left;
	width: 690px;
	margin: 0px 10px 0px 0px;
	padding: 0px;	
}

#captcha {
	vertical-align: middle;
	border: 4px solid #000;
}

.link_area {
	display: block;
	background-color: #fee;
	margin: 20px 0px 10px 0px;
}

.link {
	display:block;
	margin: 5px 0px 2px 0px;
}

.link_info {
	display:block;
	font-style: italic;
}


.clear_both{
	clear: both;
}

/* Clearfix - leave at the bottom */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* End hide from IE-mac */


