/*

Theme Name: MYDARNDEST	
Version: 1.0
Description: 
Author: BILL KLINGENSMITH

*/

/* standard elements */

html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
}
a:hover {
	color: #A4ADB0;
}
h2 a {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #A4ADB0;
}
body {
	color: #444;
	font-family: "apertura",sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
	background-color: #F1F4E9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
p, code, ul {
	padding-bottom: 10px;
	line-height: 1.7em;
}
li {
	list-style: none;
}
h1 {
	margin-bottom: 4px;
}
h2 {
	font-family: sans-serif;
	font-size: 1.6em;
	font-weight: 700;
}
h3 {
	font: 700 1.1em sans-serif;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma, sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: 700 0.9em Verdana, sans-serif;
	padding-left: 26px
}
big {
	font-size: 1.1em;
}
h1, h2, h3 {
	padding-top: 10px;
	
}
h1 {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
label {
	display: block;
	font-size: 0.9em;
}
/* misc */

.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* structure */

.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 780px;
}
/* header */







/* title */

.header {
	font-size: 1.2em;
	height: 120px;
	margin:0;
	padding: 0px;
	width: 870px;
	background-image: url(img/header.jpg);
}
.header .left, .header .right {
	height: 150px;
}
.header .left {
	text-align: center;
	width: 564px;
	font: normal 2.8em "Trebuchet MS", sans-serif;
	line-height: 150px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p, .header .right h2 {
	padding: 0 16px;
}
.header .right h2 {
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS", sans-serif;
}
/* navigation */

.navigation {
	border: 1px solid #FFFFFF;
	border-color: #000000 #000000;
	background:#FFFFFF url('img/nav.gif');
	height: 41px
}
.navigation a {
	background: #000000 url('img/nav.gif');
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	font: 700 1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #FFFFFF;
}
/* main */

.main {
	border-top: 4px solid #FFF;
	background: url('img/bgmain.gif') repeat-y;
}
/* sub navigation */

.sidenav {
	float: left;
	width: 170px;
}
.sidenav h2 {
	color: #53697A;
	font: 700 1em Tahoma, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;
}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;
}
/* content */

.content {
	float: left;
	margin: 10px 0;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	float: none;
}
.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
	line-height: 18px;
}
/* footer */

.footer {
	background: url('img/bgfooter.jpg') repeat-x;
	color: #FFF;
	font: 700 1em sans-serif;
	padding: 0 16px;
	line-height: 39px;
	height: 39px;
}
.footer a, .footer a:hover {
	color: #FFF;
}
/* posts */
.content {
}
.post h1 a {
	text-decoration:none;
}
.post h1 a:hover {
	text-decoration:underline;
}
.post {
	
}
.post .info {
	padding: 5px 10px;
	color: #555;
	margin: 12px 0 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E3E4E4;
}
.post img {
	border: 1px solid #000000;
}
.post a img {
	border: none;
}
.post a:hover img {
	border-color: #CCC;
}
.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
/* comments */
.commentlist p {
	width: 350px;
}

.content ol li {
	list-style: none;
	background: none;
}
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	width: 280px;
}
.commentmetadata {
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #664;
}
textarea.styled {
	width: 280px;
}
.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {
	margin-bottom: 3px;
}
a img {
	border:none;
}
/* calendar */

#wp-calendar {
	color:#A0A0A0;
}
.sidenav table caption {
	border-bottom-color:#000;
}
.sidenav table thead tr {
	border-bottom-color:#000;
	color:#6C7173;
}
.sidenav table th {
	border-bottom-color:#000;
}
.sidenav table td#today {
	border-color:#000;
	color:#77A3C1;
}
.sidenav table td a {
	border-bottom-color:#000;
	background-color:#EDF3DE;
}
.sidenav table tfoot {
	border-top-color:#000;
}
.sidenav table tfoot a {
	background:none;
}
/* calendar

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

#wp-calendar {
	display:inline-table;
	border-collapse:collapse;
	width:170px;
	margin:0px 10px 0 10px;
	text-align:center;
}
.sidenav table caption {
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
.sidenav table thead tr {
	border-bottom:1px solid;
}
.sidenav table th {
	border-bottom:1px solid;
}
.sidenav table td {
	width: 225px;
	padding: 1px;
	font-size: 0.9em;
}
.sidenav table td#today {
	padding: 0;
	border: 1px solid;
	font-size: 1em;
	font-weight: 700;
}
.sidenav table td a {
	display: block;
	border-bottom: 1px solid;
	font-weight: 700;
	font-size: 1.15em;
}
.sidenav table tfoot {
	border-top:1px solid;
}
.sidenav table tfoot a {
	border: none;
	font-weight: 700;
}
.sidenav table tfoot #prev a {
	text-align:left;
}
.sidenav table tfoot #next a {
	text-align:center;
}
#searchform {
	padding:10px;
}
.content img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.eventDate {
	float: left;
	width: 125px;
	color: #A27031;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.eventName a {
	font-weight: 700;
	text-decoration: none;
	color: #4B402E;
	font-size: 13px;
}
.eventName {
	float: left;
	width: 200px;
	font-weight: 700;
	text-decoration: none;
	color: #4B402E;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.eventLocation {
	float: left;
	width: 125px;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.eventAddress {
	padding: 5px;
	float: left;
	width: 200px;
	line-height: 18px;
	color: #666666;
}
.eventLinks {
	padding: 5px;
	float: left;
	width: 125px;
}
.eventNotes {
	padding: 5px;
	float: left;
	width: 320px;
	
	font-size: 11px;
	font-style: italic;
}
.clearBoth {
	clear: both;
	float: none;
}
a.linkage:link {
	
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.linkage:visited {
	
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.linkage:hover {
	
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
a.linkage:active {
	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* ------- LAYOUT ------------*/
#mainContainer {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: visible;
	padding: 0px;
	position: relative;
}
#navContainer {
	width: 870px;
	height: 30px;
}
#breadcrumb {
	padding-top: 15px;
	padding-bottom: 5px;
	
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	overflow: visible;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#categoryTitle {
	width: 675px;
	overflow: visible;
	position: relative;
	float: none;
	height: 20px;
}
#mainContainer .maincontent {
	width: 870px;
	background-color: #FFFFFF;
}
.maincontentEntry {
	width: 665px;
	float: left;
	overflow: visible;
	position: relative;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
* html .maincontentEntry {
	\width: 655px; /* for IE5 and IE6 in quirks mode */
    w\idth: 655px; /* for IE6 in standards mode */
	}
.maincontentEntry h2 {
	
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
	text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
p.gallery {
	width: 205px;
	padding-right: 15px;
	float: left;
}
.otherColumn {
	float: right;
	width: 180px;
	margin-left: 5px;
	padding-left: 5px;
}
.otherColumn li {
	float: left;
	height: 75px;
	width: 75px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.otherColumn ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	width: 865px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
}
.content .info {
	width: 610px;
	float: none;
}
#frontText {
	float: left;
	width: 365px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
}
#frontWork {
	float: left;
	width: 274px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-bottom: 20px;
}
#frontWork h2, #frontThought h2  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-decoration: none;
}
#frontWork h2, #frontThought h2  {
	text-decoration: none;
}
#frontThought {
	float: left;
	width: 160px;
	padding-left: 15px;
	padding-top: 10px;
}
.MenuBarVertical img {
	padding-right: 8px;
}
#frontThought ul {
	margin-top: 10px;
}
li.worklist {
	display: block;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC9B7;
	padding: 5px;
}
.entry {
	padding-right: 25px;

}
.entry img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/* WORK GALLERY */
ul.MenuBarVerticalWork {
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
}
ul.MenuBarVerticalWork li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	cursor: pointer;
	width: 285px;
	height: 102px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	overflow: hidden;
	float: left;
}
ul.MenuBarVerticalWork a {
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #333;
	text-decoration: none;
	height: 102px;
	text-align: center;
}
* html ul.MenuBarVerticalWork a {
	height: 118px;
}
.MenuBarVerticalWork .shortlist {
	text-align: left;
	float: right;
	padding-right: 7px;
	margin-top: 10px;
	overflow: hidden;
	width: 150px;
}
* html .MenuBarVerticalWork .shortlist {
	margin-right: 7px;
	margin-top: 10px;
	width: 140px;
}
ul.MenuBarVerticalWork a:visited {
	background-color: #F8F8F1;
	color: #333333;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVerticalWork a:hover, ul.MenuBarVerticalWork a:focus {
	background-color: #E6E7DB;
	color: #333333;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVerticalWork a.MenuBarItemHover, ul.MenuBarVerticalWork a.MenuBarItemSubmenuHover, ul.MenuBarVerticalWork a.MenuBarSubmenuVisible {
	background-color: #E6E7DB;
	color: #333333;
}

.thoughts {
	float: left;
	width:600px;
}
ul.thoughts li {
	height: 100px;
	float: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 5px;
	padding-top: 5px;
}
#mainContainer .post {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.maincontentEntry .main .descr {
	color: #000000;
	padding-bottom: 15px;
	font-size: 10px;
}
.shortlist em {
	
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
.shortlist p {
	
	font-size: 10px;
	line-height: 12px;
	padding-top: 3px;
	color: #000000;
}
#mainContainer .clearboth {
	clear: both;
	float: none;
}
#mainContainer .header .headerLeft {
	float: left;
}
#mainContainer .header .headerNav {
	float: left;
	height: 70px;
	padding-top: 35px;
	
}
#mainContainer .header .headerNav a {
	text-decoration: none;
	
	font-size: 11px;
}
#mainContainer #footer .footAIGA {
	float: left;
	width: 165px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	
	font-size: 9px;
	padding-left: 12px;
}
#mainContainer #footer .footQuip {
	float: left;
	width: 360px;
	padding-left: 45px;
	padding-top: 20px;
	
	font-size: 13px;
}
#mainContainer #footer .footInfo {
	
	font-size: 10px;
	float: left;
	width: 225px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 15px;
}
#mainContainer #contentText {
	float: left;
	width: 500px;
}
.maincontent #contentRight {
	float: left;
	width: 165px;

}
.maincontent #contentWork {
	width: 680px;
	float: left;
	padding-bottom: 15px;
}
.entry hr {
	margin: 5px 0 5px 0;
	}#contentText .main h2 a {
	
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: -.05em;
}
#contentText .main .descr {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FAFBF4;
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-size: 9pt;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-left: 5px;
}

