/*
Theme Name: Jux Entente
Theme URI: http://www.juxentente.com
Description: Jux Entente WordPress Theme
Version: 3.1.6
Author: Graeme Hefner, Peter Rosconi, Travis Rosenbaum
*/

body {
	background-color: #000099;
}

b {
	color: blue;
	font-weight: bold;
}

strong {
	color: blue;
	font-weight: bold;
}

p {
        padding-top: 1em;
}

.ttitle {
	background-color: #000099;
	width: 100%;
	margin-bottom: 20px;
}

.titlebox {
	width: 22em;	
	margin-bottom: 10px;
	vertical-align: top;
}

.title {
	width: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 2.1em;
	padding: 3px;
}

.subtext {
	color: #FFFFFF;
	font-size: small;
}

.menubox {
	text-align: center;
	width: auto;
}

.tbody {
	background-color: #000099;
	width: 100%;
}

.subtitlebox {
	margin-bottom: 10px;
	width: 22em;
	margin-left: 1em;
	vertical-align: top;
}

.post {	
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 10px;
}

.postsig {
	float: left;
	vertical-align: top;
	margin-left: 4px;
	margin-right: 3px;
}

.postdata {

}

.postcontent {
	/* clear: left; */
	padding-top: 2px;
	padding-left: 10px;
        padding-right: 10px;
}

.featurecontent {
	/* clear: left; */
	padding-top: 2px;
	padding-left: 10px;
}


.featurecontent li {
list-style-type: none;        
padding-top: 2px;
/*
        padding-left: 5%;
        text-align: left;
*/
}


.fmonth {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.feature {
	width: auto;
	text-align: left;
}

.featuresig {
	vertical-align: middle;
	margin-right: 3px;
}

.featuretext {
	clear: left;
}

.profilebox {
	clear: left;
}

.profilesig {
	float: left;
	padding: 6px;
}

.profilephoto {
	float: right;
	padding: 6px;
}

.profilename {
	font-weight: bold;
	text-align: center;
}

.profileitem {
	text-align: center;
}

.postlink {
	color: #FFFFFF;
	margin-top: 2px;
	padding: 3px;
	font-size: 1.1em;
	text-decoration: none;
}

.postlink a {
	color: #FFFFFF;
	margin-top: 2px;
	padding: 3px;
	font-size: 1.1em;
	text-decoration: none;
}

.postlink a:hover {
	text-decoration: underline;
}

.permalink {
	color: #000069;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

.comments {
        text-align: right;
	padding-top: 2px;
	padding-left: 10px;
        padding-right: 10px;
}

/* ------------Link Types------------*/
a.navlink:link {
	width: 2.5em;
	color: #FFFFFF;
	margin-top: 2px;
	padding: 3px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
}

a.navlink:visited {
	width: 2.5em;
	color: #FFFFFF;
	margin-top: 2px;
	padding: 3px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
}

a.navlink:hover {
	width: 2.5em;
	color: #FFFFFF;
	margin-top: 2px;
	padding: 3px;
	text-align: center;
	font-size: 1.1em;
	text-decoration: underline;
}

a.titlelink:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.titlelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.titlelink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.email:link {
	color: blue;
	text-decoration: none;
}

a.email:visited {
	color: blue;
	text-decoration: none;
}

a.email:hover {
	color: blue;
	text-decoration: underline;
}

a.permalink:link {
	color: #000069;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

a.permalink:visited {
	color: #000069;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

a.permalink:hover {
	color: #000069;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

a.comments:link {
	color: #000069;
	text-decoration: none;
        font-weight: bold;
}

a.comments:visited {
	color: #000069;
	text-decoration: none;
        font-weight: bold;
}

a.comments:hover {
	color: #000069;
	text-decoration: underline;
        font-weight: bold;
}

/*------- Rounded divs ------------*/

.roundcont {	
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 10px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(http://www.juxentente.com/images/topr.gif) no-repeat 

top right; 
}

.roundbottom {
	background: url(http://www.juxentente.com/images/bottomr.gif) 

no-repeat top right; 
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

/* UL/IL TreeList CSS */
ul.tree, ul.tree ul
{
    list-style-type: none;
    background: url('/images/vline.png') repeat-y;
    margin: 0 0 0 1em;
    padding: 0;
}
ul.tree ul
{
}
ul.tree li
{
    margin: 0;
    line-height: 20px;
    background: url('/images/node.png') no-repeat;
    color: #369;
    font-weight: bold; padding-left:12px; padding-right:12px; 

padding-top:2px; padding-bottom:2px
}
ul.tree li.last
{
    background: #fff url('/images/lastnode.png') no-repeat;
}
