/*
	Collective Colony Thoughts Blog
	@author Collective Colony
	@date Jan 2010
*/

/*body { background: #ffffff !important;}*/

.cnt-articles {
	margin-bottom: 15px;	
}


.post {
	clear: both;
	margin-bottom: 10px;	
}
/* Date Squares */
.date {
	float: left;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 20px 5px 0;
	text-align: center;
	height: 50px;
	width: 50px;
}
.date .vAligner { line-height: 14px; margin-top: 10px; }
.date big { 
	color: #232323;
	font-size: 24px; 
	font-weight:bold;
	position:relative; 
	left: 0px; 
	top: 10px; 
	z-index: 10;
}
.date .number { 
	font-size: 45px; 
	color: #ccc; 
	position: relative; 
	z-index: 5; 
	left: 17px; 
	font-family: Times, serif;
}

/* Entry stuff */
.entry { 
	color: #222; 
	line-height: 1.5; 
	margin-bottom: 10px; 
	margin-left: 75px;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.2);*/
}
/* Title Stuff */
.entry h2 {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 20px;
	color: #7CAC03;
	line-height: 1.2;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-o-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.entry h2 a {
	color: #7CAC03;
    text-decoration: none;
}
.entry h2 a:hover { 
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-o-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.entry p { padding-top: 15px; }
.entry a { text-decoration: none; color: #7CAC03; }
.entry img { 
	background: #f5f5f5; 
	border: 1px solid #bbb;
	margin: 0 10px 5px 0;  
	padding: 6px; 
}
.entry h4 { 
	border-left: 2px solid #5D9DAA;
	margin-top: 20px; 
	padding-left: 5px;
	text-transform: uppercase;
}
.entry table { font-size: 13px; }
.entry table tr th { 
	background: #C9DA78; 
	background: #9D9D9D;
	color: #fff;
	padding: 3px 5px; 
	text-align: center; 
}
.entry table tr td { padding: 3px 5px; }
.entry table tr th:first-child { 
	-webkit-border-top-left-radius: 3px; 
	-webkit-border-radius-topleft: 2px; 
}
.entry table tr th:last-child { 
	-webkit-border-top-right-radius: 2px; 
	-webkit-border-radius-bottomright: 2px; 
}


/* Meta stuff */
ul.postmetadata { 
	color: #7CAC03;
	display: block; 
	float: left; 
	margin: 5px; 
	text-transform: lowercase; 
	font-size: 13px;
}
ul.postmetadata li { display: block; float: left; margin-right: 15px; }
ul.postmetadata li a { text-decoration: none; color: #7CAC03; }
ul.postmetadata li a:hover { color: #9d9d9d; }
ul.postmetadata li a.square { 
	display: block;
	margin-top: 7px;
	height: 5px; 
	width: 5px; 
}
ul.postmetadata li a.grey { background: #9d9d9d; }
ul.postmetadata li a.orange { background: #DCA412; }
ul.postmetadata li a.sky-blue { background: #BBE5E7; }
ul.postmetadata li a.blue { background: #5D9DAA; }
ul.postmetadata li a.red { background: #E53A31; }
ul.postmetadata li a.green { background: #7CAC03; }
ul#twitter_update_list li { 
	color: #3D3D3D;
	font-size: 13px;
	padding-bottom: 10px; 
	text-align: left; 
	padding-left: 5px; 
	padding-right: 5px; 
}
ul#twitter_update_list a { color: #7CAC03; text-decoration: none; }
ul#twitter_update_list a:hover { border-bottom: 2px solid #7CAC03; }

#twitter { margin-top: 25px; clear: both;}


.author { font-size: 12px }
.author a { text-decoration: none; color: #7CAC03; }
p.entry-author { margin: 10px 0; }
p.entry-author a { color: #7CAC03; font-size: 16px; font-style: italic; }

p.404 {padding-left: 30px; padding-right: 30px;}
p.404 a {text-decoration: none; color: #7CAC03;}


.display-none { display: none; }
.center { text-align: center; }


/*  TAG DISPLAY */
.tag { 
	color: #9d9d9d;
	text-align: right;
	margin-top: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.tag span { 
	display: block; 
	float: left; 
	font-size: 14px;
	font-weight: normal;
	line-height: 2; 
	margin-right: 5px;
	vertical-align: bottom; 
}
.tag h4 {
	background-color: #9D9D9D;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 8px;
	text-align: center;
}

h5 { margin-bottom: 10px; background-color: #7CAC03; padding: 4px 8px; font-size: 16px; }
h5 a { color: #fff; text-decoration: none; font-size: 16px; }


/*  MENU  */
.content_container { min-height: 400px; }
.content_container .sidePanelSpacer { margin-top: 60px; }
.content_container ul#fadeMenu { display: block; float: left; } 
.content_container ul#fadeMenu li {
	display: block;
	float: left;
	font-size: 14px;
	filter:alpha(opacity=0); -moz-opacity:.0; opacity:.0;
}
.content_container ul#fadeMenu li.green { background: #7CAC03; }
.content_container ul#fadeMenu li.orange { background: #DCA412; }
.content_container ul#fadeMenu li.red { background: #E53A31; }
.content_container ul#fadeMenu li.blue { background: #5D9DAA; }
.content_container ul#fadeMenu li.grey { background: #9d9d9d; }
.content_container ul#fadeMenu li.light-green { background: #C9DA78; }
.content_container ul#fadeMenu li.sky-blue { background: #BBE5E7; }
.content_container ul#fadeMenu li a { 
	text-decoration: none; 
	color: #fff; 
	display: block;
	float: left;
	padding: 4px 8px;
}

.content_container dl#thoughts-feed dt { font-size: 12px; margin: 5px 0 2px; }
.content_container dl#thoughts-feed dd { font-size: 11px; margin-bottom: 5px; }
.content_container dl#twitter-feed dt { font-size: 12px; }
.content_container dl#twitter-feed dd { font-size: 11px; }

/*  Search Form */
form#searchform input[type=text] { 
	background: #efefef;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #9d9d9d;
	cursor: default;
	font-family: 'times new roman';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .5px;
	margin-bottom: 25px;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	-o-text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,.9);
	width: 95%;
}
