/*-----------------------------------------------------------------------------

W E L L T H R E A D E D

version:   3.0
date:      8/16/2010
author:    Evan Curran Backes

-----------------------------------------------------------------------------*/


* {margin: 0; padding: 0;}

body {
	text-align: center;
	font: 13px Georgia, Times, "Times New Roman", serif;
	line-height: 20px;
	color: #000;
	background: #fff;
	text-align: left;
	}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	min-width: 970px;
	width:expression(document.body.clientWidth < 940? "940px": "auto" ); /* for IE */
	background: #fff;
    }

#header {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#columnleftwrap {
    float:left;
    width: 100%;
	margin-right:-100%;
    }

.column {
	padding:0;
	float: left;
	margin-bottom: 80px; /* space between content and footer */
    }

#col2 {
	width: 65%;
	position: relative;
	}

#col1 {
	float:none;
    margin-right: 65%;  /* RIGHT Sidebar width */
    padding: 0 5% 60px 56px;
   	background: #fff;
    }

.right{
	float:right;
    width: 65%;  /* RIGHT Sidebar width */
    padding-top: 0;
    background: #fff;
    }

#col2-inner {
	width: 675px; /* Max Width of Content in Right Column */
	padding-left: 0px;
    }

#footer {
	clear:both;
	position: relative;
	margin: 0 0 25px 0;
	background: #fff;
    }

.clearing {
	height: 0px;
	overflow: hidden;
	clear: both;
	}


/* Styles to Create Equal Height Columns
-----------------------------------------------------------------------------*/

.bg {
	position: absolute;
    bottom: 0;
    height: 100%;
    }

#bgright {
	right: 0;
	}

#bgleft {
	width: 100%;
    }

#columnleftwrap, #col2, #header, #footer {
	position: relative;
	z-index: 2;
	}

/* COLORS
#header, #footer{background-color: #fff;}
#bgright{background-color: #fff;}
#bgleft{background-color: #fff; }

*/



/* Header and Footer
-----------------------------------------------------------------------------*/

.topheader {
	margin: 0;
	padding: 0;
	height: 223px;
	}

.logo {
	padding: 57px 0 0 0;
	}

p.description {
	position: absolute;
	top: 56px;
	left: 0;
	overflow:auto;
	}

#header-sidelinks {
	position: absolute;
	margin: 52px 10px 0 0;
	top: 0; right: 0;
	}

#footer-sidelinks {
	position: absolute;
	margin: 0px 10px 0 0;
	top: 0; right: 0;
	}

#header-sidelinks li, #footer-sidelinks li {
	font-size: 12px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 10px;
	}

#header-sidelinks a {
	text-decoration: underline;
	}

.columnheaders {
	margin: 0 0 44px 0;
	}

#footer h4 {
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	}



/* Typography and Link Styles
-----------------------------------------------------------------------------*/

a {text-decoration: underline; color: #000;}
a:link {text-decoration: underline; color: #000;}
a:visited {color: #000;}
a:hover {color: #686868;}

h1 {
	font-weight: normal;
	font-size: 22px;
	}

h3 {
	font-weight: normal;
	font-size: 13px;
	}

h4 {
	font-weight: normal;
	font-size: 12px;
	}

h5 {
	font-weight: normal;
	font-size: 11px;
	}

p {
	font: 13px Georgia, Times, "Times New Roman", serif;
	line-height: 20px;
	color: #000;
	text-align: left;
	}

a img {
	border: none;
	}

acronym {
	font-size: 11px;
	}



/* Column 1 (Work)
-----------------------------------------------------------------------------*/

.col-header-list li {
	font-size: 12px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	}

.job-post a {
	text-decoration: none;
	}

.job-description a {
	text-decoration: underline;
	}

.job-post {
	margin: 0 0 20px 0;
	}

div.job-description p {
	margin: 10px 0;
	}

div.job-description ul {
	list-style: square;
	padding-left: 16px;
	}

#work a.sponsored {
	color: #2164f3;
	font-style: italic;
	}

#work a.sponsored:hover {
	color: #0044d4;
	}



/* Column 1 (Links)
-----------------------------------------------------------------------------*/

#links {
	margin: 155px 0 0 0;
	}

#links ul {
	list-style: none;
	margin-bottom: 50px;
	}

#links li {
	margin-bottom: 5px;
	}

#links a {
	text-decoration: none;
	}

li.linktitle {
	padding-bottom: 12px;
	}



/* Column 2 (Play)
-----------------------------------------------------------------------------*/

.blog-post {
	margin: 0 0 100px 0;
	}

#play h3.blogtitle {
	margin: 0 0 20px 0;
	}

#play a, #play a:link {
	text-decoration: underline;
	}

#play h3 a, #play h3 a:link {
	text-decoration: none;
	}

.timestamp {
	padding-left: 20px;
	}

#play p.blogcopy {
	width: 90%;
	margin: 15px 0;
	}



/* Pagination
-----------------------------------------------------------------------------*/

.pagination {
    width: 75% !important;
    font: 13px Times, "Times New Roman", serif;
    line-height: 30px;
}

.pagination a, .pagination span.pagination-on, .pagination span.pagination-off {
	text-decoration: none !important;
    margin: 0 6px 0 0;
}

.pagination a.prevnext {
	text-decoration: underline !important;
	}

.pagination span.pagination-on {
    font-weight: bold;
}

.pagination span.pagination-off {
    color: #686868;
}



/* ADMIN
-----------------------------------------------------------------------------*/


#admin-nav {
	position: relative;
	margin: 0 0 44px 0;
	height: 15px;
	}

#admin-nav li {
	list-style: none;
	float: left;
	margin-right: 20px;
	}

#admin-nav li.jobroll a {
	display: block;
	width: 35px;
	height: 15px;
	background: url("../images/wellthreaded-header-jobsroll.gif") 0 0 no-repeat;
	text-decoration: none;
	}
#admin-nav li.blogroll a {
	display: block;
	width: 37px;
	height: 15px;
	background: url("../images/wellthreaded-header-blogroll.gif") 0 0 no-repeat;
	text-decoration: none;
	}

#admin-nav li.off a {
	background-position: 0 -15px;
	}

#admin-nav li.off a:hover {
	background-position: 0 0;
	}

#admin-list table {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}

#admin-list {
    text-align: left;
}

#admin-list td {
    vertical-align: top;
}

#admin-list td.table-col1 img {
    margin-top: 3px;
}

#admin-list td.table-col2 img {
    margin-top: 8px;
}

#admin-list td.table-col1 {
    width: 29px;
}

#admin-list td.table-col2 {
    min-width: 30px;
    text-align: center;
}

#admin-list td.table-col3 {
    width: 71%;
    padding-right: 10px;
}

#admin-list td.table-col4 {
    min-width: 65px;
    font-size: 11px;
}

#admin-list span.admin-blogdate {
    display: block;
    color: #6C6C6C;
}

#admin-list span.admin-blogdateNONE {
    display: block;
    color: #6C6C6C;
    font-style: italic;
}

.formbox ul li {
    list-style: none;
    margin-bottom: 20px;
}

.input {
    width: 450px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.inputTextBox {
    margin: 0;
    padding: 5px;
    height: 250px;
    width: 450px;
    display: block;
    font-size: 12px;
    border: 1px solid #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}








