/*  
Theme Name: Christianmeinke.com V3.0
Theme URI: http://www.christianmeinke.com/
Description: Wordpress Theme for Christianmeinke.com
Version: 3.0 SquareGrid
Author: Christian Meinke
Author URI: http://www.christianmeinke.com/
Last edited: 29.06.2009
*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: #121212;
	background: #fff;
	}
ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}


/* Global Whitespace Reset */
* {
	margin:0;
	padding:0;
	}
	
body {
	background: #fff /*url(../cm30/img/grid4b.png) center top*/;
	font: 70%/1em "Neue Helvetica", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #121212;
	}


/* Links */

a,
a:active,
a:link {
	text-decoration: none;
	color: #121212;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	color: #444;
	text-decoration: none;
	}

a img {
	border: none;
	}

p a,
p a:active,
p a:link {
	text-decoration: none;
	color: #121212;
	font-weight: normal;
	border-bottom: 1px dotted;
	}

p a:visited {
	text-decoration: none;
	color: #444;
	}

p a:hover {
	color: #000;
	text-decoration: none;
	border: none;
	}
	
/* Lists */

#nav { padding: 194px 0 0 7px; }
#nav li { float: left; padding-right: 20px;}
/*#nav a { font-size: 1.4em; letter-spacing: 0.04em; }*/
#nav a { font-size: 1.0em; text-transform: uppercase; }
#nav a span { color: #333; padding: 1px 3px 0 3px; }
#nav a:hover span { background: #666; color: #fff; }



#nav { list-style: none; }
#nav a { text-decoration: none; }

#work #nav li.work a span,
#about #nav li.about a span,
#archive #nav li.archive a span,
#contact #nav li.contact a span { background: #fff; color: #999; }

/* Quotes */

blockquote
{
	color:#555;
	font-size: 1.0em;
	padding: 0.6em 2.0em;
	}


/* Images */

img {
	border: none;
	}

/* Clearing */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.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*/


/* Layout */

.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

/* Grid * Global */

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15 {
	display: inline;
	float: left;
}


/* 16 Columns Grid */

.container_16 .grid_1 {
	width: 60px;
}

.container_16 .grid_2 {
	width: 120px;
}

.container_16 .grid_3 {
	width: 180px;
}

.container_16 .grid_4 {
	width: 240px;
}

.container_16 .grid_5 {
	width: 300px;
}

.container_16 .grid_6 {
	width: 360px;
}

.container_16 .grid_7 {
	width: 420px;
}

.container_16 .grid_8 {
	width: 480px;
}

.container_16 .grid_9 {
	width: 540px;
}

.container_16 .grid_10 {
	width: 600px;
}

.container_16 .grid_11 {
	width: 660px;
}

.container_16 .grid_12 {
	width: 720px;
}

.container_16 .grid_13 {
	width: 780px;
}

.container_16 .grid_14 {
	width: 840px;
}

.container_16 .grid_15 {
	width: 900px;
}

.container_16 .grid_16 {
	width: 960px;
}

#header {
	position: relative;
	height: 230px;
	}	
	
.gray {
	background: #f5f5f5;
	}	
	
.grid-post-wrapper {
	position:absolute;
	bottom: 0; /*1.6em*/
	left: 0; /*10px*/
	z-index: 1;
	padding: 0 10px 1.6em 10px;
	}	
	
.grid-post-wrapper:hover {	
	z-index:99999;
}
	
	
.post-thumb	{
	
	}
	
a.home-block {
	color:#fff;
	display: block;
	width: 230px;
	height: 230px;
	background: #888;
}

a.home-block:hover {
	color: #fff;
	background: #555;
}

a.post-thumb-block {
	background: #fff;
	display: block;
	width: 230px;
	height: 230px;
}

a.post-thumb-block:hover {
	/*
	background: #f5f5f5;
	*/
}

a.post-block {
	background: transparent;
	display: block;
	width: 230px;
	height: 230px;
}

a.post-block:hover {
	/*
	background: #f5f5f5;
	*/
}


/* header date display */
.the-date { 
	color: #444;
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 193px 0 0 10px;
}

#footer {
	position: relative;
	height: 230px;
	margin: 10px 10px 0 0;
	padding-left:10px;
	}		

.post {
	position: relative;
	height: 230px;
	margin: 10px 10px 0 0;
	}
	
.striped {
	background: url(../cm30/img/stripe-pattern.png);
	}	
	
.list-post {
	position: relative;
	height: 10em;
	clear: both;
	}	
	
.post-single {
	margin: 10px 10px 0 0;
	padding: 2.4em 10px 2em 10px;
	}
	
.project-single {
	margin: 10px 10px 0 0;
	padding: 4.7em 10px 2em 10px;
	}	
	
.post-comments {
	margin: 10px 10px 0 0;
	padding: 0.8em 10px 2em 10px;
	}
	
	
.post-list {
	margin: 10px 10px 0 0;
	padding: 2em 10px 2em 10px;
	}
	
a.post-list-thumb img {
	display: block;
	float:left;
	width: 70px;
	height: 70px;
	margin: 0 0.8em 0.5em 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	}
	
a.post-list-thumb:hover img {
	border: 1px solid #aaa;
	background: #e0e0e0;
	}	
	
.blank {
	position: relative;
	height: 230px;
	margin: 10px 10px 0 0;
	padding-left:10px;
	}	
	
a.grey-link {
	background: #444;
	color: #eee; 
	padding: 3px 2px 0 2px;
	text-transform: uppercase;
	bottom:1.6em; /*22px*/
	left:10px;
	position:absolute;
	}
	
a.grey-link:hover {
	background: #121212;
	color: #fff;
	}	
	
/* Tooltips */

p#vtip { 
	font-size: 1.0em;
	display: none; 
	position: absolute; 
	padding: 0.4em 0.6em 0.3em 0.6em; 
	left: 5px; 
	color: #444;
	background: #fff; 
	border: 1px solid #d5d5d5; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	z-index: 9999;
	}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
	}
	
p#vtip #vtipArrow img {
	border: none;
	background: transparent;
	margin:0;
	padding: 0;
	}
	
ul#tags { 
	margin: 1em 0 1em 0; 
	}
ul#tags li { 
	float: left; 
	background: none; 
	padding: 0; 
	margin: 0 0 1px 0;
	}
ul#tags li:before { 
	content: ""; 
	}
ul#tags a { 
	display: block; 
	color: #888; 
	margin-left: -7px; 
	padding-right: 9px; 
	background: transparent url(../cm30/img/tag-right.png) right 0 no-repeat; 
	font-weight: normal; 
	border: none;
	}
ul#tags a:hover { 
	background: transparent url(../cm30/img/tag-right.png) right -16px no-repeat; 
	color: #555;
	}
ul#tags	a span { 
	font-size: 1.0em; 
	line-height: 1.4em; 
	height: 16px; 
	display: block; 
	background: transparent url(../cm30/img/tag-left.png) 0 0 no-repeat; 
	padding: 0 6px 0 12px; 
	}
ul#tags li:first-child a span { 
	padding-left: 8px; 
	background: transparent url(../cm30/img/tag-left-first.png) 0 0 no-repeat; 
	}
ul#tags a:hover span { 
	background: transparent url(../cm30/img/tag-left.png) 0 -16px no-repeat; 
	color: #444; 
	}
ul#tags li:first-child a:hover span { 
	background: transparent url(../cm30/img/tag-left-first.png) 0 -16px no-repeat; 
	}
ul#tags li.label { 
	float: left; 
	background: #aaa url(../cm30/img/tag-label-right.png) right 0 no-repeat;
	color: #fff; 
	font-size: 1.0em; 
	line-height: 1.4em; 
	height: 16px; 
	padding: 0 12px 0 5px; 
	}
	
/* Content Slider */

#myController, .jFlowPrev, .jFlowNext {
	float: left;
}

#myController {
	padding: 3px 0 0 0;
}

#myController span{
	font-size: 1.0em;
	line-height: 1.4em;
	color: #666;
	background: #fff;
	margin: 0 3px 0 0;
	padding: 3px 5px 1px 5px;
	border: 1px solid #ccc;
	cursor:pointer;
}

#jFlowSlide{
	padding: 10px 0 0 0;
}

#myController span.jFlowSelected {
	color: #121212;
	background: #f5f5f5;
}

.jFlowPrev, .jFlowNext{
	font-size: 0.9em;
	color: #666;
	background: #fff;
	margin: 0 3px 0 0;
	padding: 2px 8px 0px 8px;
	border: 1px solid #ccc;
	cursor:pointer;
}

.jFlowPrev:hover, 
.jFlowNext:hover,
#myController span:hover {
	color: #121212;
	background: #f5f5f5;	
}

.vimeo {
	width:450px;
	height:auto;
	padding: 2.2em 0 0.6em 4px; 
	}
	
.youtube {
	padding: 2.2em 0 0.4em 0; 
	}	


/* Sidebars */	

.sidebar1 {	
	height: 920px;
	overflow: hidden; 
	position: relative;
	margin: 10px 0 0 0;
	}
	
.sidebar1-ls {	
	height: auto;
	position: relative;
	margin: 18px 0 0 0;
	}	
	
.sidebar2 {
	height: 230px;
	position: relative;
	margin: 10px 0 0 0;
	padding-left:10px;
	}
	
li.widget {
	list-style:none;
	padding: 1.5em 0 0 0;
	}

h3.widget-title {
	color: #444;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 1.5em 0;	
	}

li.widget ul {
	list-style: none;
	}

li.widget ul li, .post-single ul li {
	list-style:none;
	line-height: 1.5em;
	padding: 5px 0 10px 0;
	}
	
li.widget ul li.date-heading {
	padding: 10px 0 5px 0;
	}

abbr.lifestream_hour,
abbr.comment_date {
	background: none;
	color: #999; 
	padding: 0 0 0 1px;
	text-transform: none;
	}
	
li.widget ul li {
	padding: 10px 0 8px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	
	
/*	
abbr.lifestream_hour,
abbr.comment_date {
	background: #ccc;
	color: #fff; 
	padding: 2px 2px 0 2px;
	text-transform: none;
	}	
*/

span.lifestream_label {
	background: none;
	color: #121212;
	}
	
a.comment-link,
li.post-widget-item a, li.post-widget-item a:visited,
.post-nav a, .post-nav a:visited,
.post-details a, .post-details a:visited,
.post-single ul li a {	
	font-weight: bold;
	border-bottom: 1px dotted;
	}

a.comment-link:hover,
.post-nav a:hover,
.post-details a:hover,
.post-single ul li a:hover,
li.post-widget-item a:hover {
	border-bottom: none;
	}		

.post-single ul, .project-single ul {
	margin: 0.8em 0 0 1em;	
	}	
	
.post-single ul li, .project-single ul li {
	padding: 0.5em 3em 0.5em 17px;
	background: transparent url(../cm30/img/link-icon.png) 0px 5px no-repeat;
	list-style-type: none;
	}
	
.post-details ul {
	margin: 0.4em 0 0 0;	
	}	
	
.post-details li {
	float: left;
	line-height: 1.6em;
	text-transform: uppercase;
	padding: 0 0.6em 0 0;
	list-style-type: none;
	}	

li span.lifestream_via a {
	padding: 2px 2px 0 2px;
	text-transform: none;
	color: #555;
	font-weight: normal;
	border-bottom: none;
	}	
	
li span.lifestream_via a:hover {
	color: #121212;
	}	
	
li.lifestream_feed_delicious a,
li.lifestream_feed_flickr a, 
li.lifestream_feed_twitter a, 
li.lifestream_feed_lastfm a,
li.lifestream_feed_tumblr a,
li.lifestream_feed_youtube a {
	font-weight: bold;
	border-bottom: 1px dotted;
	}
	
li.lifestream_feed_delicious a:hover,
li.lifestream_feed_flickr a:hover, 
li.lifestream_feed_twitter a:hover, 
li.lifestream_feed_lastfm a:hover,
li.lifestream_feed_tumblr a:hover,
li.lifestream_feed_youtube a:hover {
	border-bottom: none;
	}	

	
li.lifestream_feed_delicious,	
li.lifestream_feed_flickr,
li.lifestream_feed_twitter,
li.lifestream_feed_lastfm,	
li.lifestream_feed_vimeo,
li.lifestream_feed_tumblr,
li.lifestream_feed_youtube {
	color: #333;
	}		
	
li.lifestream_feed_delicious span a, li.lifestream_feed_delicious span a:hover {
	background: #dedede; 
	}
	
li.lifestream_feed_flickr span a, li.lifestream_feed_flickr span a:hover {	
	background: #fde; 
	}
	
li.lifestream_feed_twitter span a, li.lifestream_feed_twitter span a:hover {	
	background: #c5f3ff; 
	}	

li.lifestream_feed_lastfm span a, li.lifestream_feed_lastfm span a:hover {
	background: #f4bbb9; 
		}	
	
li.lifestream_feed_vimeo span a, li.lifestream_feed_vimeo span a:hover {
	background: #bbe5f9; 
	}
	
li.lifestream_feed_tumblr span a, li.lifestream_feed_tumblr span a:hover {
	background: #b5cde5; 
	}

li.lifestream_feed_youtube span a, li.lifestream_feed_youtube span a:hover {
	background: #f4bbb9; 
	}

div.lifestream_events a, div.lifestream_events a:visited, div.lifestream_events a:hover {
	border: none;
	padding:0;
	background: none;
}

a.photo img, a.photo:visited img {	
	padding: 1px;
	border: 1px solid #d5d5d5;
	background: #fff; 
	}

a.photo:hover img {	
	padding: 1px;
	border: 1px solid #bbb;
	background: #f0f0f0; 
	}




.post-nav, .post-details {
	bottom:1.6em; /*22px*/
	position:absolute;
	color: #666;
	line-height: 1.4em;
	padding: 0 1em 0 0;
	}
	
.post-nav p, .post-details p {
	font-size: 1.0em;
	line-height: 1.5em;
	}	
	
div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 5%;
  /*text-align: justify;*/
  width: 45%;
}	
	
.alignleft { float: left;	}
.alignright { float: right; }

	
/* Typography */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

p {
	margin: 1.4em 0 0 0;
	font-size: 1.1em;
	line-height: 1.6em;
}


.post-single p img, .project-single p img { 
	margin: 0.8em 0 0.8em 0;
		
	padding: 3px;
	border: 1px solid #ccc;
	background: #f5f5f5;
		
	}
	
#mySlides img { 
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
	background: #f5f5f5;	
	}	
	

span { color: #666; }

p span { 
	color: #666; 
	line-height: 1.4em;
		}

strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}	
	
small {
	font-size: 0.9em;
	}
	
.uppercase {
     color: #444;
     font-size: 1.1em;
	 line-height: 1.2em;
	 text-transform: uppercase;
     font-weight: normal; 
	 }		
	
h1 { 
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}	

h2 {
	color: #888;
	font-size: 1.2em;
	line-height: 1.1em;
	text-transform: uppercase;
	}
	
h3 {
	color: #444;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 1.8em 0 0 0;
	}
	
h4 {
	color: #888;
	font-size: 1.0em;
	line-height: 1.2em;
	text-transform: uppercase;
	}	
	
.post-single h4 {
	margin: 1.4em 0 0 0;
	}	

.description {
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0 10px 0.6em 0;
	}

.description-ls {
	text-transform: uppercase;
	line-height: 1.2em;
	padding: 0 10px 0.6em 0;
	color: #666;
	}

.time, .date {
	background: #bbb;
	color: #fff; 
	padding: 2px 3px 0 3px;
	line-height: 1.2em;
	text-transform: uppercase;
	}
	
.post span.time, .post span.date { }	
		
h1#page-title {
	font-size: 1.1em;
	}		
		
.post h1, .post-single h1, .post-list h1, .project-single h1 {	
	text-transform: none;
	margin: 0.6em 0 0.7em 0;
	}

.post-single h1, .project-single h1 {	
	font-size: 1.6em;
	}

.post-single h2, .project-single h2 {
	padding: 0 4em 0 0;
	}
	
.post h1 span a, .post-single h1 span a {
	background: #fff;
	padding: 1px 2px 0 0px;
	}
	
.post-meta {
	background: #fff;
	color: #777; 
	padding: 2px 3px 0 3px;
	line-height: 1.3em;
	}
	
.devider {
	border-top: 1px dotted #aaa;
	}	
	
/* Comments + Forms */

#commentform {
	padding: 1em 0 0 0;
	}
	
img.avatar { 
	float: left; 
	margin: 0 0.8em 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	}

.solo-subscribe-to-comments { margin:0; padding: 0; }

.subscribe-to-comments {
	font-size: 1.0em;
	padding: 6px 0 0 30px;
	}
	
#commentform input#subscribe {
	margin: 0px 10px 0 10px;
	}

#solo-subscribe-email {
	margin: 0 4px 0 12px;
	}


input, textarea	{
	font: 100%/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background: #fff;
	color: #444;
	padding: 4px 2px 4px 2px;
	outline: none;	
	margin: 0 1em 0.2em 0;	
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		
	}
	
input:hover, textarea:hover, input:focus, textarea:focus { 
	border: 1px solid #999; 
	}
	
input#author, input#email, input#url, input#s {
	width: 45%;
	}
	
input#wpcf_your_name, input#wpcf_email, input#wpcf_subject {
	width: 70%;
	}	

textarea#comment, textarea#wpcf_msg {
	width: 90%;
	}
	
input#submit, input#contactsubmit, input#searchsubmit {
	color: #444;
	padding: 4px 7px 4px 7px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		
	}	
	
input#submit:hover, input#contactsubmit:hover, input#searchsubmit:hover {
	color: #121212;
	background: #f5f5f5;
	}

ol {
	height:  1%;
	}

#commentform input, #commentform textarea {
	margin: 0 1em 0.2em 0;
	}


label {
	color: #777;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 1em 0 2em 0;
	}
	
.commentlist cite {
	color: #777;
	line-height:1.8em;
	}
	
cite.fn {
	font-weight: bold;
	font-size: 1.2em;
	}
	
ol.commentlist  li {
	padding: 0.8em 2em 1.2em 0;
	margin: 0;
	list-style-type:none;
	background: none;
}

.commentlist p {
	color: #333;
	font-size: 1.1em;
	margin: 1em 0 0 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.contactform {
	padding: 1.6em 0 0 0;
}

.contactform input, .contactform input, textarea#wpcf_msg {
	font-size:1.1em;
}

.contactleft {
	width: 27%;
	clear: both;
	float: left;
	display: inline;
	margin: 1.4em 0;
}

.contactright {
	width: 68%;
	float: right;
	display: inline;
	margin: 0.6em 0;
}

.contacterror {
	border: 2px solid #C00;
}

.confirm {
	color: #444;
	}

.error {
	color: #C00;
	}
	
#searchform {
	padding: 2em 0 2em 0;
	font-size: 1.1em;
	}
	
	
/* 	Coda Slider

Most common stuff you'll need to change */

h2.coda-title { display: none; }

.coda-slider-wrapper { padding: 1em 0 0 0; width: 700px }
.coda-slider { background: #fff }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: hidden !important; padding: 0 }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 700px } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 700px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0px }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

/* Tab nav
.coda-nav ul li a.current { background: #39c } */

/* Panel padding */
.coda-slider .panel-wrapper { padding: 0px }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { margin: 0 0 0 330px;}
.coda-nav ul li { background: transparent; padding: 0;}

.coda-nav ul li a {
	width:8px;
	height:8px;
	float: left;
	margin:3px;
	background: url(../cm30/img/navigator.png) 0 0 no-repeat;
	display:block;
	text-indent: -3000px;
}

.panel-wrapper p { margin: 0;}

.coda-nav ul li a:hover {
	background-position:0 -8px;      
}

.coda-nav ul li a.active, .coda-nav ul li a.current {
	background-position:0 -16px;     
}


/* Miscellaneous */
.coda-slider-wrapper { overflow: hidden; }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left; display: none; }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

/*
.slideshow {
	position: relative;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	background: #FFEE98;
	width: 720px;
}

.simpleSlide-window {

	}

.simpleSlide-slide  {
	background: #fff;
	height:400px;
	position:relative;
}

.left-button, .right-button {
	cursor:pointer;
	display:none;
	height:72px;
	margin-top:-36px;
	position:absolute;
	top:50%;
	width:50px;
	z-index:9999;
}

.left-button {
	background-image:url("../cm30/img/left-arrow-t.png");
	left: 1px;
}

.right-button {
	background-image:url("../cm30/img/right-arrow-t.png");
	right:0px;
}

.left {
	float:left;
}

.simpleSlideStatus-tray {
	margin: 5px auto;
	border: 1px solid #d5d5d5;
}

.simpleSlideStatus-tray, .simpleSlideStatus-window {
	height: 3px !important;
}
*/

.slideshow {
	position: relative;
	overflow: hidden;
	/*border: 1px solid #d5d5d5;*/
	background: #f0f0f0;
}

.simpleSlide-window {

	}

.simpleSlide-tray {

}


.simpleSlide-slide  {
	background: #fff;
	height:240px;
	width:720px;
	position:relative;
}

.left-button, .right-button {
	cursor:pointer;
	display:none;
	height:72px;
	margin-top:-36px;
	position:absolute;
	bottom:10px;
	width:50px;
	z-index:9999;
}

.left-button {
	background-image:url("../cm30/img/left-arrow-t.png");
	left: 0px;
}

.right-button {
	background-image:url("../cm30/img/right-arrow-t.png");
	right:0px;
}

.left {
	float:left;
}

.simpleSlideStatus-tray {
	margin: 5px auto;
	border: 1px solid #d5d5d5;
}

.simpleSlideStatus-tray, .simpleSlideStatus-window {
	height: 3px !important;
}

/* simplePie styles */

li.simplepie {
	padding: 10px 0 8px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


h1.sp-title a{	
	font-weight: normal;
	font-size: 1.0em;
	}

h1.sp-title a:hover {
	color: #444;
	border-bottom: 1px dotted;
	}	
	
a.sp-source {	

	}

a.sp-source:hover {
	color: #333;
	border-bottom: 1px dotted;
	}	
	
.active {
	color: #333;
	border: solid 1px #d5d5d5;
	padding: 3px 6px;
	margin: 0 0 0 0;
	}
	
.active:hover{
	background:#f0f0f0;
	}	

.inactive {
	color:#666;
	cursor:default;
	border: solid 1px #d5d5d5;
	background:#f0f0f0;
	padding: 3px 6px;
	margin: 0 0 0 0;
	}
		
.paginator { 
	float: left;
	padding: 210px 0 0 0;
	width: 240px;
}	