/*  
Theme Name: MX4 Theme
Theme URI: http://mx4.info/
Description: The MX4 WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Michael Heilemann, Mod by Michael Ruehlemann
*/

/**********	Begin Structure *********/

/* Blocks */

body {
	margin: 0;
	padding: 0; 
	font-size: .75em; /*62.5%;  Resets 1em to 10px */
	line-height:125%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	color: #333;
	text-align: center;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 140px;
	width: 100%;
	background: #fff;
	}

#header #title{
	margin:15px 0 0 20px;
	}

#header #logo{
	margin:10px 10px 0 0;
	float:right;
}

#header .description{
	margin:0 0 0 23px;
}

#header h1{ display:none }

.archiveheader{
	font-size:1.1em;
	margin:10px 6px;
}

#bannerimage {
		/*border: solid 1px #000;*/
		width: 670px;
		height: 140px;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 670px;
	text-align: left;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 670px;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #888888;
}

#footercontent{
	width:500px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/* Positioning */

.headerimg {
}

.callout{
	width:450px;
	margin:20px 0 0 0;
}

.callout img{
	margin:0 10px 0 0;
	border:none;
	float:left;
	clear:left;
}

.callout .topcap{
	background:url(images/roundedtop.gif) no-repeat top left;
	height:11px;
}
.callout .bottomcap{
	height:11px;
	background:url(images/roundedbottom.gif) no-repeat bottom left;
	border-top:1px #c2c6c6 solid;
}
.callout .body{
	background:#C2C6C6;
	padding:0 12px;
	font-size:85%;
	border-bottom:1px #c2c6c6 solid;
}

.callout p{
	margin-bottom:0;
	padding-bottom:0;
	background:#c2c6c6;
}

.callout h2{
	color:#515254;
	font-style:italic;
	font-weight:bold;
	font-size:1.5em;
	line-height:120%;
}

.narrowcolumn {
	float: left;
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 0 0 0 0;
	margin: 0 0 0 80px;
	width: 450px;
	}
	
.post {
	margin: 22px 0 12px 0;
	/*text-align: justify;*/
	}

/********** End Structure *********/

/**********	Begin Logo - if there is one *********/

.logo {
	padding-top: 10px;
	padding-left:22px;
	}

/******** End Logo *********/


/******** Begin listheader ********/

div#listheader{
	border-top: 1px dotted #FFF;
	margin: 10px 0 0 0;
}

div#listheader h2{
	margin: 5px 0 0 0 ;
	padding: 0;
	font-size: 1.5em;
	font-weight:bold;
}

div#listheader ul{
	margin:0 0 0 10px; 
	padding:0;
}

div#listheader li{
	margin:0; 
	padding:0;
	display: inline;
	list-style-type: none;
}

div#listheader li.header{
	font-size: 1.2em;
	font-weight:bold;
}

/******** End listheader *********/

/******** Begin Navigation ********/

#navcontainer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #515254;
	color: #fff;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #515254;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #E3DFBF;
	}

#navcontainer ul li a:hover {
	background:#f00;
	color: #fff;
	text-decoration:underline;
	}

#navcontainer ul li a.selected {
	background:#f00;
	color: #fff;
	}

/******** Begin Right li ********/

#navcontainer ul li.right {
	float: right;
}

#navcontainer ul li.right a {
	padding: 0.2em 1em;
	background-color: #515254;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: none;
	}

#navcontainer ul li.right a:hover {
	color: #fff;
	text-decoration:underline;
	}

#navcontainer ul li.right a.selected {
	background:#f00;
	color: #fff;
	}

/******** End Navigation ********/

/******** Begin Sidebar ********/


#sidebar {
	padding: 14px 12px 0 0;
	margin-left: 518px;
	font-size: 95%;
	color: #888888;
	}

#sidebar h2 {
	display: block;
	margin:10px 0 2px 0;
	line-height:80%;
/*	background: #FAF9E8;
	border: 1px solid #dddddd;
	-moz-border-radius:5px;
*/
	padding: 3px 2px 0 0;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
	}

#sidebar li {
	/*border: 1px solid #ff6600;
	margin: 0;
	padding: 0;*/
}

#sidebar form {
	margin: 0;
	margin-left: 0;
	}

/********* End Sidebar *********/

/********* Begin Typography & Colors *********/

/* Links */

table{
	width:100%;
	margin:0; 
	padding:0;
	font-size: 0.9em;
	line-height:100%;
}

/********* Table Form *********/

table.form{
	border:#999 solid 1px;
	margin:10px 0 0 0; 
	width: 430px;
	font-size: 80%;
}

table.form h3{
	font-size: 1.1em;
	margin: 0; 
	padding: 0;
	padding: 2px 0 2px 2px;
}

table.form ul{
	margin: 0; 
	padding: 0;
	list-style-type: none;
}

table.form li{
	margin: 30px; 
	padding: 0;
}

table.form td{
	vertical-align:middle;
	color:#333;
	padding:2px 2px;
	border-right: none;
	border-bottom: none;
}

table.form td.listtd{
	border-right:#999 solid 1px;
}

table.form td.listtd, table.form td.listtdend{
	margin: 0; 
	padding: 0;
	vertical-align:top;
	width:20%;
}

table.form .wide{
	width:100%;
}

table.form td.commentarea{
	border-top:#D4D4D4 solid 1px;
}

div.submitbutton{
	margin: 0 0 0 360px;
}

div.offer {
   margin: 1px 2px 4px 2px;
   border-right: solid 1px #a3a3a3;
   border-bottom: solid 1px #a3a3a3;
   font-size: 90%;
   background-color: #fff;
}

div.offer dl {
   margin: 0;
   background-color: #eee;
   border-bottom: 1px dotted #a3a3a3;
   padding-bottom: 2px;
}

div.offer dt {
   text-transform: uppercase;
	font-size: 0.9em;
   float: left;
   clear: left;
   padding: 0 2px;
	/*border: 1px solid #ff3322;*/
}

div.offer dd {
   /*margin-left: 6em;*/
	font-size: 0.9em;
	margin: 0 0 0 7em;
	/*border: 1px solid #ff6600;*/
}

div.offer p {
   margin: 5px 3px;
}

img.fulfilledimg {
   float: right;
}

table.need{
	margin:15px 0 0 0; 
}

th{
	text-transform:uppercase;
	background-color:#aaa;
	color:#fff;
	padding:2px 8px;
	font-weight:bold;
}

th.head {
	text-align: left;
	font-size: 1.2em;
	padding: 4px;
}

.need th, .need td{
 width:33%;
}

table.offer td td.infohd{
	background-color:#aaa;
}

.offer th.city{
 width:20%;
}

.offer th.industry{
 width:35%;
}

.offer th.email{
 width:45%;
}

.offer td.infohd{
 width:80px;
 background-color:#eee;
}

.offer td.display{
 background-color:#eee;
}

.offer td.city{
 width:20%;
 background-color:#eee;
}

.offer td.industry{
 width:35%;
 background-color:#eee;
}

.offer td.email{
 width:45%;
 background-color:#eee;
}

tr.divider{
	font-size: 6px;
	margin: 2px;
}

td.details{
 background-color:#fff;
}

tr{
	border-bottom:1px #aaa solid;
}

td{
	vertical-align:top;
	color:#333;
	padding:2px 8px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
}

table.form td.infohd{
	width: 80px;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration:underline;
	}

/* Headings */

h1 {
	font-size: 2.4em;
	text-align: left;
	margin: 0;
	}

h2 {
	font-size: 1em;
	margin: 0;
	}

h3 {
	font-size: 1em;
	margin: 10px 0 0 0;
	padding:0 0 0 10px;
	}
	
h3.divider {
	font-size: 1.5em;
	margin: 20px 2px 2px 2px;
	padding: 6px 0 6px 4px;
	color: #FFF;
	background-color:#f00;
	text-transform: uppercase;
}

h4.city {
   text-transform: uppercase;
  font-size: 1.2em;
  background-color: #a3a3a3;
  margin: 0px 2px;
  padding: 3px 4px;
  color: #fff;
}

div.name {
	background-color: #a3a3a3;
	margin: 0px 2px;
	padding: 3px 4px;
	color: #fff;
	height: 1.2em;
}

div.name .header {
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 300px;
}

div.name .status {
	float: right;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h3.alert {
	font-size: 1.0em;
	margin: 0 2px;
	padding: 2px 0 2px 4px;
	color: #FFF;
	background-color:#f00;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #8BACD7;
	}

h2.pen {
	margin-bottom: 1px;	
	margin-left: 0px;
	padding: 6px 2px 2px 0px;
	/*background: url(images/pen1.gif) no-repeat 0px 4px;*/
	}

h2.pagetitle {
	font-size: 1.4em;
	height: 1em;
	margin: 20px 0 20px 0;	
	padding: 9px 2px 12px 44px;
	background: #ffffff url(images/bigarchive.gif) no-repeat 6px 3px;
	border: 1px solid #cccccc;
	-moz-border-radius:5px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#515254;
	font-weight:bold;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #C75752;
	text-decoration: none;
	}

.description {
	font-size: 1em;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #eee;
	text-align: left;
	}

/* Structure */

#content {
	font-size: 1.2em
	}

.widecolumn {
	line-height: 1.6em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	border-top: 1px dashed #8BACD7;
	}


/* Various */

.navigation {
	display: block;
	text-align: center;
	margin: 32px 0 20px 0;
	height: 20px;
	font-size: 0.9em;
	}

.alt {
	background-color: #ffffff;
	padding: 6px;
	}

code {
	font-size: 1.1em;
	font-family: 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

small {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 0.8em;
	line-height: 1.5em;
	}

.smalltime{

	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	margin: 0 0 0 0;
	margin-bottom: 2px;
	background: url(images/posttime.gif) no-repeat 0px 0px;
	}

.smalluser{
	float: left;
	text-align: left;
	margin-left: 6px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	background: url(images/postuser.gif) no-repeat 0px -2px;
	}

.smallcat{
	float: left;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	background: url(images/postcat.gif) no-repeat 0px 0px;
	}

.smallcomments{
	float: right;
	text-align: right;
	margin-left: 6px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	background: url(images/postcomment.gif) no-repeat 0px 0px;
	}

.entry {
	color: #354657;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
	
.entrytext {
	color: #354657;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em
	}	

.entrytext h2.section{
	padding: 0;
	margin: 20px 0 10px 0;
	font-size: 1.6em
}

.entrytext div.item{
	padding: 0;
	margin: 0 0 10px 0;
}

.entrytext div.item h3{
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0;
	background: url(images/little_cross_bullet.gif) no-repeat 0px 3px;
}

.entrytext div.item p{
	padding: 0;
	margin: 0;
}

/* Lists */
.post .styled ul {
	list-style:none;
	padding-bottom:1px;
	padding-left: 0;
	margin-left: 0;	
	text-indent: 0px;
}

.post .styled li {
	margin-bottom: 10px;	
	margin-left: 0px;
	padding: 5px 10px 5px 30px;
	background: #ffffff url(images/archive.gif) no-repeat 6px 6px;
	border: 1px solid #cccccc;
	-moz-border-radius:5px;
	}

.post .styled li a {

	}
	
.post .styled li:hover {
	border: 1px solid #42769F;	
	}

/* Cleaners */
.clear {
	margin: 0;
	padding: 0;
	clear: both;
	}

.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}

/* Line */
.line {
	margin-top: 15px;
	border-top: 1px solid #cccccc;
	margin-bottom: 3px;
	}

/********* End Typography & Colors *********/

/********* Begin Comments *********/

.commentlist {
	padding: 0 0 0 0;
	/*text-align: justify;*/
	margin: 0 0 0 0;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

 .commentlist li {
	margin: 5px 0 0 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
	background-color: #FFFFFA;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	}

.commentlist p {
	margin-left: 0px;
	}

.commenttext {
	padding-left: 67px;
	/*text-align: justify;*/
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.lightblue {
	padding: 3px;
	background: #DFECFB;
	-moz-border-radius:5px;
	}

/********* End Comments *********/

/********* Begin Images *********/

.entry img {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	max-width: 440px;
	}

.entrytext img {
	background-color: #ffffff;
	/*-moz-border-radius:5px;*/
	max-width: 440px;
	}

.img {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	}

.imgleft {
	float: left;
	margin-bottom: 6px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	}

.imgright {
	float: right;
	margin-bottom: 6px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	}


p img {
	max-width: 100%;
	}

img.centered {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.gravatar {
	float: left;
	margin: 2px 10px 6px 0px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 2px;
	}

/********* End Images *********/

/********* Begin Aligning *********/

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.center {
	text-align: center;
	}

/********* End Aligning *********/

/********* Begin Lists *********/


.entry ul, .entrytext ul  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	} 

.entry ul li, .entrytext ul li  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.entry ol, .entrytext ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	} 

.entry ol li, .entrytext ol li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #888888;
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar ul li ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#sidebar li.none {
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	background: none;
	}

#sidebar li none a {
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	background: none;
	}

#sidebar ul ol li {
	list-style: none;
	padding: 0 0 0 0;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#sidebar ul ul li a, #sidebar ul ol li a {
	margin: 0 0 0 0;
	padding: 0 0 0 7px;
	background: url('images/li1.gif') 0px 4px no-repeat;
	}

#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	margin: 0 0 0 0;
	padding: 0 0 0 7px;
	background: url('images/li2.gif') 0px 4px no-repeat;
	}

/********* End Entry Lists *********/

/********* Begin Form Elements *********/

#searchform {
	margin: 4px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	background: #ffffff;
/*	background: url(images/input_bg.gif); */
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	width: 131px;
/*	_width: 120px; */
	padding: 2px;
	float: left;
	font-size: 1em;
	color: #888888;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	padding: 0;
	font-size: 1em;
	display: block;
	}
	
.entry input { /* This is mainly for password protected posts, makes them look better. */
	color: #000000;
	font-size: 1em;
	margin: 5px 0 0 0;
	padding: 4px;
	float: left;
	background-color: #FFFFFA;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	}

select {
	background-color: #FFFFFA;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	width: 130px; 
	}

.backlight {
	background-color: #FFFFFF;
	border: 1px solid #a3a3a3;
	}

.commentspacer {
	padding-left: 6px;
	padding-top: 5px;
	}

#commentform textarea {
	background-color: #FFFFFF;
	border: 1px solid #a3a3a3;
	width: 390px;
	padding: 4px;
	}

#commentform #submit {
	color: #1A426A;
	font-size: 0.8em;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 2px;
	text-transform: uppercase;
	background-color: #DFECFB;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #DFECFB;
	border-left: 1px solid #DFECFB;
	}

#commentform textarea:focus, #commentform input:focus, .entry form:focus, #sidebar #searchform #s:focus {
	border: 1px solid #42769F;
	}

#commentPreview {
	width: 374px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	padding: 6px;
	}

/********* End Form Elements *********/

/********* Begin Various Tags & Classes *********/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #888888;
	}

blockquote {
	margin: 15px 20px 0 20px;
	padding-left: 40px;
	background: url('images/blockquote_l.png') no-repeat;	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/********* End Various Tags & Classes *********/

/******** Begin Calendar *********/

#wp-calendar {
	empty-cells: hide;
	width: 140px;
	background-color: #ffffff;
	color: #8BACD7;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#wp-calendar #next a {
	display: block;
	text-transform: uppercase;
	background-color: white;
	text-decoration: none;
	text-align: right;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#wp-calendar #prev a {
	display: block;
	text-transform: uppercase;
	background-color: white;
	text-decoration: none;
	text-align: left;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#wp-calendar a {
	display: block;
	background-color: #DFECFB;
	}

#wp-calendar a:visited {
	display: block;
	}

#wp-calendar td {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #ffffff;
	}

#wp-calendar #today {
	color: #93425A;
}

#wp-calendar caption {
	text-align: left;
	background: #FAF9E8;
	border: 1px solid #dddddd;
	-moz-border-radius:5px;
	padding: 3px 2px 3px 3px;
	margin: 0 0 6px 0;
	color: #93425A;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: lighter;
	}

/********* End Calendar *********/

/********* Begin SPG Gallery *********/

#spg {
	margin: 0 0 0 0;
	text-align: left;
}

/*
#spg posttitle {
	font-family: Georgia, "MS Serif", "New York", serif;
	font-weight: normal;
	font-size: 1.6em;
}
#spg a.posttitle {
	font-family: Georgia, "MS Serif", "New York", serif;
	font-weight: normal;
	font-size: 1.6em;
}
*/

#spgprev, #spgnext {
	display:block;
	padding:5px;
	border:1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	background:#ffffff;
	text-decoration:none;
	margin: 20px 0px 10px 0px;
}
#spgprev:hover, #spgnext:hover {
	border-color:#dddddd;
	background: #8BACD7;
	color:white;
}
#spg #spgprev {
	float:left;
}
#spg #spgnext {
	float:right;
}
#spg #image {
	text-align:center;	
}
#spg .imgwrapper {
	float: left;
	margin-right: 19px;
	padding: 2px;
	height:110px;
}
#spg .imgwrapper span {
	display:block;
	font-size: 9px;
	font-family: verdana, sans-serif;
	text-align:center;	
}
#spg .imgwrapper img {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
}
#spg .imgwrapper a:visited img {
	background-color:#ffffff;	
}
#spg .imgwrapper a:hover img, #spg .imgwrapper a:focus img {
	background-color: #8BACD7;
}
#spg .imgwrapper a:hover, #spg .imgwrapper a:focus {
	color: #8BACD7;
}
#spg #single {
	padding:3px;
	border:1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	background:#ffffff;
}
#spg #desc {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
}
#spg #credit {
	background: #1A426A;
	border-top:4px solid #333;
	/*-moz-border-radius:0 0 20px 20px;*/
	color:#fff;
	font-size:9px;
	margin:10px 0 0;
	padding:3px 0 3px 10px;
	clear:both;
}
#spg #credit a {
	color:#fff;
}
#spg #breadcrumb {
	border:1px solid #ffffff;
	margin:0;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	margin-top: 6px;
}
#spg #breadcrumb {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}


#spg #breadcrumb:hover{
	border: 1px solid #42769F;	
}
/*
#spg #dirdesc {
	padding:4px;
	padding-left: 1px;
	border-bottom:1px solid #ddd;	
}
*/
#spg #gallery {
	float: left;
	margin: 20px 0px 5px 0;
}
#spg #directories ul {
	list-style:none;
	padding-bottom:1px;
	padding-left: 0;
	margin-left: 0;	
	text-indent: 0px;
}
#spg #directories li {
	margin-bottom: 10px;	
	margin-left: 0px;
	padding: 5px 10px 5px 44px;
	background: #ffffff url(images/cam.gif) no-repeat 6px 4px;
	border: 1px solid #ffffff;
}
#spg #directories li:hover {
	border: 1px solid #42769F;
}
#directories h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
}
#spg #directories h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

/******* End SPG Gallery *******/

/******* Nice titles *******/

div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    width: 25em;
    font-weight: bold;
    background: #8BACD7;
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    text-align: left;
	margin: 0; 
	padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}

/******* End Nice titles *******/

.callout li, .callout ul{
	margin:0 0 0 20px;
	padding:0 0 0 20px;
}


