/*
THEME NAME: JA_Contemporary
DESCRIPTION: Contemporary theme based off LeeRosen.net
VERSION: 0.1
AUTHOR: <a href="http://www.JustinAnisman.com/">Justin Anisman</a>
TAGS: 
*/

@charset "UTF-8";
/* CSS Document */

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

body {
	background: url(http://www.JustinAnisman.com/images/bg_dustywood.jpg) repeat;
	margin: 25px;
	font-family: Verdana;
	font-size: 14px;
	color: white;
}

a img{
	border: none;
}

a {
        color:white;
        font-family: Arial;
        font-weight: bold;
        text-decoration:none;
}

a:visited {
	color:white;
	font-weight:lighter;
	text-decoration:none;
}

a:hover {
	color:silver;
}

.goldLink a:hover{
	color:yellow;
}

.invisibleHR {border-style: none; clear:both;}
.sectionHR {border-style: groove; color: black; width: 60%; margin: 20px auto; clear:both;}
.blogSectionHR {border-style: solid; border-width: 1px; color: black; width: 60%; margin: 10px auto; clear:both;}


.container_top {
	background: url(http://www.JustinAnisman.com/images/container_top.png) no-repeat;
	width:800px;
	height: 11px;
	margin: 0;
	padding: 0;
}

.container_bottom{
	background: url(http://www.JustinAnisman.com/images/container_bottom.png) no-repeat;
	width:800px;
	height:11px;
}

.container {
	background: url(http://www.JustinAnisman.com/images/container_middle.png) repeat-y;
	width:800px;
	padding-bottom: 25px;
	text-align: center;
}

.subText {
	padding-top: 25px;
	font-size: 12px;
}

.logoTitle {
	margin-top: 10px;
}

.columns {
	margin: 30px auto;
	width: 600px;
}

.leftColumn, .rightColumn {
	color: gray;
	padding-top: 10px;
	width:275px;
	text-align: justify;
	text-indent: 1em;
}

.leftColumn {float: left;}
.rightColumn {float: right;}

.blogBox {
		  color: gray;
        text-align:left;
        width: 600px;
        margin: 20px auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background: url(http://www.JustinAnisman.com/images/blogbox_middle.png) repeat-y;
}

.entryTitle {
	font-size: 24px;
	float: left;
	color: white;
}

.entryDate {
	float: right;
	font-size: 10px;
	border-bottom: dotted thin;
}

.entryContent {
	padding-top: 12px;
}

.entryMetaTitle {
	float:left;
	margin-top: 10px;
	font-size: 12px;
}

.entryMeta {
	float: right;
	font-size: 12px;
	margin-top: 7px;
}

.entrySingleMeta {
	float: right;
	font-size: 12px;
	margin-top: 7px;
	margin-bottom: 15px;
}

.commentBox {
	border: dashed gray thin;
	padding: 10px;
}

.commentText {

}

.navigation {

}

.copywrite {margin-top: 25px;}
