/*  
Theme Name: unity converge
Theme URI: http://unitynews.org
Description: convergent media platform layout
Version: 1.0
Author: frank hamilton
Author URI: http://havahula.org
*/



/*	------------------------------------------------------- 
	DOCUMENT
	------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #000000;
	font: 12px/16px Helvetica, Arial, san-serif;
}

a, a:link, a:active, a:visited {
	color: #326775;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9AD9E9;
	text-decoration: underline;
}

p { 
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: 100;
	color: #333;
}
h1 { font: 36px/36px Helvetica, Arial, san-serif; }
h2 { font: 20px/24px Helvetica, Arial, san-serif; }
h3 { font: 16px/20px Helvetica, Arial, san-serif; }
h4 { font: 16px/20px Helvetica, Arial, san-serif; }
h6 { font: 14px/16px Helvetica, Arial, san-serif; }

ul { list-style-type: none; }
li { margin: 5px 0 0 0; }

blockquote {
	margin: 10px;
	padding: 10px 0 0 22px;
	background: url("g/quotes.png") no-repeat top left;
	font-size: 11px;
	color: #333;
}

img { border: none; } .post img { display: none; }
img.ico{border:0; margin:0 2px 0 0; vertical-align:middle}


/*	------------------------------------------------------- 
	LAYOUT
	------------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#print_header { display: none; }

#header	{ 
	width: 1000px;
	height: 180px;
	background: url("g/header.jpg") no-repeat top left;
	text-align: left;
	float: left;
}

#header_link {
	width: 300px;
	height: 180px;
	float: left;
}

#header_assets {
	width: 450px;
	height: 180px;
	float: left;
}

#weather {
	width: 450px;
	height: 145px;
	float: left;
}

#topics {
	width: 250px;
	height: 35px;
	float: left;
}

#tags {
	width: 200px;
	height: 35px;
	float: right;
}

#header_components {
	width: 250px;
	height: 180px;
	float: left;
}

#search {
	width: 220px;
	height: 50px;
	float: left;
	padding: 20px 0 0 0;
	text-align: right;
}

#email {
	width: 220px;
	height: 30px;
	float: left;
	text-align: right;
}

#email a { color: #fff; }

#tabs {
	width: 250px;
	height: 70px;
	float: left;
}

#tab_platform_switch {
	width: 145px;
	height: 70px;
	float: left;
}

#tab_blog {
	width: 85px;
	height: 70px;
	float: left;
}

#tab_staff {
	width: 85px;
	height: 70px;
	float: left;
}

#tab_project {
	width: 75px;
	height: 70px;
	float: left;
}

#wp_navigation {
	clear: both;
	width: 1000px;
	height: 75px;
	text-align: center;
}

#footer {
	clear: both;
	width: 1000px;
	height: 180px;
	background: url("g/footer.jpg") no-repeat top left;
	text-align: left;
}

.association_link { float: left; }
#contact_info {
	width: 1000px;
	height: 50px;
	padding-top: 15px;
	float: left;
	text-align: center;
	color: #000;
	font-weight: bold;
}
#contact_info a { color: #000; }


#holder {
	width: 1000px;
	float: left;
}

#subassets {
	width: 1000px;
	float: left;
	text-align: right;
}

#main {
	width: 600px;
	float: left;
	text-align: left;
}

#mainPrint {
	width: 800px;
	float: left;
	text-align: left;
}

#mainPrint .page, #mainPrint .post {
	width: 780px;
	margin: 25px 0 0 0;
	border-top: 1px dotted #CCCCCC;
}

#mainPrint .entry {
	width: 780px;
}

#side {
	float: right;
	width: 400px;
	overflow: hidden;
	margin-left: 0;
}

.inside { padding: 1px 10px; }
.inside_side { padding: 20px 2px; }
.inside_features { padding: 0 3px; }



/*	------------------------------------------------------- 
	CONTENT : MAIN
	------------------------------------------------------- */

#main_promo {
	margin: 0 0 20px 0;
	width: 580px;
	float: left;
}

#main_features {
	margin: 0 0 20px 0;
	width: 580px;
	float: left;
}

.main_features_header {
	padding: 5px;
	background-color: #F3A00C;
}

.main_features_footer {
	padding: 5px;
	text-align: right;
}

#main_highlights {
	padding: 0 0 10px 0;
	width: 280px;
	float: left;
}

#main_stories {
	padding: 0 0 10px 0;
	width: 290px;
	float: right;
}

#latest_coverage, #previous_coverage {
	float: left;
	width: 284px;
	display: block;
}

#social_media {
	float: left;
}

#blog {
	margin: 0 0 20px 0;
	width: 580px;
	float: left;
}

#blog_header {
	padding: 0;
	
}

.post {
	margin: 0 0 25px 0;
	padding: 10px 0;
	float: left;
	width: 580px;
	word-wrap: break-word; /* IE 5.5+ */
	overflow: hidden;
}

.entry {
	padding: 5px 0;
	display: block;
}

.entry ul {
	margin: 10px;
	list-style-type: circle;
}
.entry li {
	margin: 0 10px;
	padding: 3px;
}

.post h2 a, .page h2 a { text-decoration: none; font-weight: normal; }
.post h2 a:hover, .page h2 a:hover { text-decoration: underline; }

.byline {
	margin: 0;
	padding: 0;
	color: #3A4864;
 }
 
 .byline a {
 	text-decoration: none;
	font-weight: bold;
}

.byline a:hover {
	text-decoration: underline;
}
 
.meta {
 	background: url("g/meta.gif") repeat top left;
	float: left;
	width: 580px;
	border-top: 1px dotted #3A4864;
	padding: 10px 0;
}

.meta p { margin: 0; padding: 0 3px; }


.fineprint {
	font-size: 10px;
}

.fineprint a, .fineprint a:hover, .eventlist a, .eventlist a:hover {
	display: inline;
	background: none;
	color: #333333;
	text-decoration: underline;
}

table { border: 1px dotted #666666; }

tr, td {
	padding: 5px;
	border: 1px solid #999999;
}

.entry img {
	float: left;
	display: block;
	margin: 20px 20px 20px 0;
}

div.social_bookmark {
	border-top: 1px dotted #3A4864;
	text-align: left;
	font-style: normal;
}

div.social_bookmark em {
	font-style: normal;
	font-size: 11px;
	color: #3A4864;
}

.social_img {
	float: left;
	padding: 0;
}

.social_img img {
	float: left;
	margin: 0;
	padding: 2px;
	vertical-align: top;
	border: none;
}


.page_continued {
	display: block;
	background: url("g/meta_bg.jpg") repeat-x top left;
	height: 20px;
	text-align: right;
	float: left;
	width: 540px;
	padding: 5px 0 0 0;
	border-bottom: 1px dotted #3A4864;
}

.page_continued a {
	text-decoration: none;
}

.sticky {
	padding: 10px 0;
	border-top: 2px dotted #009900;
	border-bottom: 2px dotted #009900;
}

.featured {
	text-transform: uppercase;
	color: #009900;
	font-weight: bold;
}

.postmetadata {
	float: left;
	display: block;
}

#tag_cloud_page { line-height: 20px; }


/*	------------------------------------------------------- 
	CONTENT : SIDE
	------------------------------------------------------- */
.platform_bucket {
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
}

.platform_header {
	padding: 5px;
	background-color: #FC4014;
}

.platform_header h3 { color: #FFF; }

.platform_content {
	padding: 5px;
}

.platform_footer {
	padding: 5px;
	text-align: right;
}

/*	------------------------------------------------------- 
	CONTENT : FOOTER
	------------------------------------------------------- */

#wp-navi {
	width: 800px;
	margin: 10px 0;
	text-align: center;
	border-top: 1px dotted #37455F;
}

.inside_navi {
	padding: 10px 0 30px 250px;
}

#footer_content {
	margin: 10px 0 0 0;
	width: 800px;
	border-top: 1px solid #37455F;
	text-align: center;
}

#footer p {
	padding: 20px 0;
	margin: 0;
	border-top: 10px solid #CBCFDE;
}


/*	------------------------------------------------------- 
	PLUGINS
	------------------------------------------------------- */


.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  font-style: italic;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #FFF;
  background: #FFF;
  color: #000;
}

.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left, .imagecaptioneasy_ft { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right, .imagecaptioneasy_ght { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }

#blog div.podPress_content { display: none; }

.bookmarkify {float: left; display: block; width: 580px; }