/*  
Theme Name: War Child SMPR
Theme URI: http://www.hillandknowlton.ca/
Description: Social Media Release site.
Version: 1.0
Author: Relish Interactive
Author URI: http://relishinteractive.com/
*/


body {
	margin: 0;
	padding: 0;
	font: normal 75% helvetica, arial, sans-serif;
	/* text-align: center; */
	background: #665d4b url("images/body_bg.gif") repeat-y;
	color: #000;
}

a {
	color: #00ccff;
}

a:hover {
	color: #009ac0;
}

h1,h2,h3,h4 {
	color: #000;
	line-height: 110%;
}

h2 {
	font-size: 180%;
}

h4 {
	font-size: 100%;
}

p {
	line-height: 170%;
}

.sharethis {
	font: normal 90% helvetica, arial, sans-serif;
}

.sharethis a:hover {
}



#page {
	/* margin: 20px auto; */
	margin: 0 auto 0 0;
	width: 925px;
	text-align: left;
}

#header {
	background: url("images/header_bg.gif") no-repeat top left;
	height: 211px; 
	width: 756px;
	overflow: hidden;
	position: relative;
}

#header .blank {
	display: block;
	width: 180px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#header .blank:hover {
	background: none;
}

#header h1 {
	height: 87px;
	margin: 40px 0 0 5px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
}

#header h1 a:hover {
	background: none;
}

#header .description {
	margin: 0 0 0 67px;
	width: 460px;
	color: #444;
	display: none;
}

/*********************************************
	content column
*/

#content {
	float: left;
	width: 750px;
}

#sectionnav {
	width: 500px;
	height: 100px;
	overflow: hidden;
	list-style: none;
	position: absolute;
	top: 120px;
	left: 196px;
	margin: 0;
	padding: 0;
}

#sectionnav li {
	float: left;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 12px 0 0;
	background: url("images/sectionnav_li_bg.gif") no-repeat right 1px;
}

#sectionnav li.last {
	background: none;
	padding: 0;
}

#sectionnav.home li.title {
	display: none;
}

#sectionnav li.title {
	background: none;
}

#sectionnav a {
	text-decoration: none;
	color: #737373;
}

#sectionnav a:hover {
	color: #0cf;
}

#sections {
	margin: 5px 0 0 5px;
}

/*********************************************
	content column > post
*/

#content .navigation {
	overflow: hidden;
	border-bottom: solid 1px #dee4cf;
	padding: 30px 0 6px;
	margin: 0 0 0 22px;
}

#content .navigation .alignleft {
	float: left;
}

#content .navigation .alignright {
	float: right;
}

#content .relatedposts.mini {
	width: 30%;
	float: right;
}

#content .relatedposts.mini select {
	width: 100%;
}

#content .post {
	margin: 0 0 0 22px;
	border-bottom: solid 1px #a79d90;
	padding: 20px 0;
	font-size: 13px;
}

#content.search .post {
	padding: 0;
	border-bottom: none;
}


#content .post h1 {
	margin: 0 0 0.5em;
	font-size: 180%;
}

#content .post h2 {
	margin: 1em 0 0.5em;
	font-size: 150%;
}

#content .post h2.title {
	font-size: 180%;
}

#content .post h2 a {
	text-decoration:none;
	color: #737373;
}

#content .post h3 {
	font-size: 120%;
	color: #E0281D;
	margin: 1em 0 0.25em;
}

#content .post p {
	margin: 0 0 0.75em;
}

#content .post ul li {
	margin: 0.3em 0;
	line-height: 1.4em;
}

#content h2.pagetitle {
	margin: 10px 0 10px 22px;
}

#content .post .date {
	color: #000;
	font: normal 80% helvetica, arial, sans-serif;
	padding: 0 0 2px;
}

#content .post .postmetadata {
	line-height: 130%;
}

#content .post .footer {
	padding: 8px;
	background: #edf8ff;
	border: solid 1px #dce6ed;
	margin: 40px 0 20px;	
}

#content .post .alignleft,
#content .post .alignright {
	padding: 4px;
	background: #fff;
	border: solid 1px #dfe5df;
	display: inline;
}

#content .post .alignleft {
	margin: 10px 10px 10px 0;
	float: left;
}

#content .post .alignright {
	margin: 10px 0 10px 10px;
	float: right;
}

#content .post img {
	border: none;
}

#content .nocomments {
	display: none;
}

#content .comments {
	margin: 0 22px;
}

#content #comment {
	width: 80%;
	height: 90px;
}

/*********************************************
	content column > sections
*/

#sections .section {
	padding: 20px 0;
	border-bottom: solid 1px #d6d6d6;
	margin: 0 0 0 17px;
	overflow: hidden;
	clear: both;
}

#sections .section .top {
	width: 100%;
	height: 20px;
	background: url("images/section_box_top.gif") no-repeat;
}

#sections .section .mid {
	padding: 5px 14px;
	margin: -15px 0;
	background: #0cf;
}

#sections .section .bot {
	width: 100%;
	height: 20px;
	background: url("images/section_box_bot.gif") no-repeat;
}

#sections .section h2 {
	margin: 1em 0 0.5em;
}

#sections .section .backtotop {
	float: right;
	margin: 10px 0 0;
	font: normal 90% helvetica, arial, sans-serif;
	padding: 0 15px 0 0;
	background: url("images/arrow_up.gif") no-repeat right;
}

#sections .section .sharethis {
	float: left;
	margin: 10px 0 0;
}

/*********************************************
	content column > sections > intro
*/

#sections .section.intro {
	margin: 0;
	padding: 20px 405px 20px 15px;
	border-bottom: none;
	width: 325px;
	height: 170px;
	background: url("images/desc_section_box_bg.gif");
}

#sections .section.intro .sharethis {
	display: none;
}

#sections .section.intro p {
	line-height: 130%;
}


/*********************************************
	content column > sections > recent
*/

#sections .section.recent {
	margin: 0;
	padding: 0;
	border-bottom: none;
	width: 726px;
}

#sections .section.recent .minheight {
	display: none;
}

#sections .section.recent .top {
	background: url("images/section_box_recent_top.gif") no-repeat;
}

#sections .section.recent .mid {
	padding: 5px 14px 10px;
	margin: 0;
	background: #e9e9e9 url("images/section_box_recent_bg.gif") no-repeat bottom;
	overflow: hidden;
}

#sections .section.recent .bot {
	display: none;
}

#sections .section.recent h2 {
	color: #333;
	margin-top: 0;
}

#sections .section .recentposts {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font: normal 100% helvetica, arial, sans-serif;
	color: #8e8f8e;
	overflow: hidden;
}

#sections .section .recentposts li {
	margin: 0 20px 10px 0;
	float: left;
	width: 320px;
}

#sections .section .recentposts li a {
	color: #333;
}

#sections .section .recentposts li small {
	display: none;
}

/*********************************************
	content column > sections > releases
*/

#sections .section .post {
	margin: 0;
	border: none;
	padding: 0;
}

#sections .section .post .date {
	color: #737373;
	font-size: 90%;
}

#sections .section .latest-posts h4.cat {
	margin: 0;
}

#sections .section .latest-posts h4.cat span {
}

.relatedposts {
	padding: 8px;
	background: #edf8ff;
	border: solid 1px #dce6ed;
	margin: 20px 0 0;
}

.relatedposts h3 {
	margin: 0 0 3px;
}

.relatedposts select {
	width: 80%;
}

/*********************************************
	content column > sections > links
*/

#sections .section .blogroll {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sections .section .blogroll a { 
	display: block;
	font-size: 110%;
}

#sections .section .blogroll li {
	font-size: 90%;
	margin: 0 0 6px;
}

/*********************************************
	content column > sections > tags
*/

#sections .tagcloud {
	padding: 10px 0 0 180px;
	overflow: hidden;
	clear: left;
}

#sections .tagcloud h4 {
	color: #000;
	padding: 0 0 0 23px;
	margin: 0 0 0 -153px;
	float: left;
	display: inline;
}

#sections .tagcloud.delicious h4 {
	background: url("images/tags_delicious.gif") no-repeat left;
}

#sections .tagcloud.technorati h4 {
	background: url("images/tags_technorati.gif") no-repeat left;
}

#sections .tagcloud ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

#sections .tagcloud ul li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 90%;
}

#sections .tagcloud ul li a {
	color: #666;
	padding: 0 2px;
}

#sections .tagcloud ul li a:hover {
	background: #70ca3c;
	color: #fff;
	text-decoration: none;	
}

/*********************************************
	files list
*/

.files {
	margin: 0;
	padding: 0;
	list-style: none;
}

.files li {
	margin: 20px 0;
}

.files li ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}

.files li ul li {
	margin: 0;
	padding: 0 0 10px 23px;
	background: url("images/icons/page_white.png") no-repeat top left;
}

.files li ul.pdf_files li {
	background-image: url("images/icons/page_white_acrobat.png");
}

.files li ul.gif_files li {
	background-image: url("images/icons/page_white_picture.png");
}

.files li ul.jpg_files li {
	background-image: url("images/icons/page_white_picture.png");
}

/*********************************************
	sidebar column
*/

#sidebar {
	float: right;
	width: 160px;
	margin: -180px 0 0 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#sidebar li {
	margin: 10px 0 30px;
	color: #fff;
}

#sidebar h3 {
	font-size: 160%;
	margin-bottom: 8px;
	font-weight: normal;
	color: #878787;
}

#sidebar p {
	line-height: 130%;
}

#sidebar .footer {
	height: 461px;
	margin: 0 -10px 0 -9px;
	display: none;
}

/*********************************************
	sidebar column > utility
*/

#sidebar .links ul {
	font: normal 100% helvetica, arial, sans-serif;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#sidebar .links ul li {
	float: left;
	margin: 0 5px 0 0;
}

/*********************************************
	sidebar column > subscribe
*/

#sidebar .subscribe a {
	width: 170px;
	height: 135px;
	margin: 0 -10px 0 0;
	display: block;
	background: url("images/en/sidebar_subscribe.gif") no-repeat top left;
	text-indent: -9999px;
}

/*********************************************
	sidebar column > facebook
*/

#sidebar .facebook a {
	width: 160px;
	height: 70px;
	margin: 0;
	display: block;
	background: url("images/en/sidebar_facebook.gif") no-repeat top left;
	text-indent: -9999px;
}

/*********************************************
	sidebar column > feedburner
	sidebar column > search
*/

#sidebar .feedburner p,
#sidebar .search p {
	font: normal 110% helvetica, arial, sans-serif;
}

/*********************************************
	sidebar column > contact
*/

#sidebar .contact-info {
	overflow: hidden;
}

#sidebar .contact-info p {
	line-height: 135%;
}
	
#sidebar .contact-info p strong {
	color: #242021;
	font: normal 120% helvetica, arial, sans-serif;
}

#sidebar .box .top {
	width: 100%;
	height: 18px;
	background: url("images/sidebar_box_top.gif") no-repeat;
}

#sidebar .box .mid {
	padding: 5px 18px;
	margin: -5px 0;
	background: url("images/sidebar_box_bg.gif") repeat-y;
	overflow: hidden;
}

#sidebar .box .bot {
	width: 100%;
	height: 20px;
	background: url("images/sidebar_box_bot.gif") no-repeat top;
}

#sidebar .box.dark .top {
	background: url("images/sidebar_box_dark_top.gif") no-repeat;
}

#sidebar .box.dark .mid {
	background: url("images/sidebar_box_dark_bg.gif") repeat-y;
	padding: 0 7px;
}

#sidebar .box.dark .bot {
	background: url("images/sidebar_box_dark_bot.gif") no-repeat top;
}

#sidebar .box p {
	margin: 5px 0;
	color: #000;
}

#sidebar .share {
	font-size: 90%;
}

#sidebar .sharethis {
	float: none;
	margin: 3px 0 10px;
}

#sidebar .sharethis .stbuttontext {
	font-size: 170%;
	text-decoration: none;
	color: #fff;
	position:relative;
	top: 5px;
}

#sidebar .block {
	background: #62b930 url("images/sidebar_block_bg.gif") no-repeat top right;
	padding: 10px 8px;
}

#sidebar .block h3,
#sidebar .box.dark h3 {
	color: #fff;
	margin-top: 0;
}

#sidebar .block ul,
#sidebar .box.dark ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font: normal 100% helvetica, arial, sans-serif;
}

#sidebar .block ul li,
#sidebar .box.dark ul li {
	margin:2px 0;
	color: #fba49e;
}

#sidebar .block ul li a,
#sidebar .box.dark ul li a {
	color: #fff;
}

#sidebar .block ul li a:hover,
#sidebar .box.dark ul li a:hover {
	background: #da4742;
}


/*********************************************
	sidebar column > tubepress
*/

#sidebar .videos p {
	margin: 0;
}

#sidebar .tubepress_container {
	padding: 12px 0 0;
}

#sidebar .tubepress_container .tubepress_video_thumbs {
	margin: 0;
	padding: 0;
}

#sidebar .tubepress_container .pagination {
	display: none;
}

#sidebar .tubepress_container .tubepress_thumb {
	width: auto;
	float: none;
	height: auto;
	overflow: visible;
}

#sidebar .tubepress_video_thumb_inner {
    margin: 0 3px;
}

#sidebar .tubepress_video_thumb_inner a:hover {
	background: none;
}

#sidebar li.videos img {
	padding: 16px 16px 20px;
	background: url("images/video_thumb_bg.gif") no-repeat;
	margin: 0;
	border: none;
}

#sidebar .tubepress_meta_group {
	padding: 0 5px 5px;
	width: 120px;
	overflow: visible;
}

#sidebar .tubepress_stitle,
#sidebar .tubepress_stitle a {
	color: #0cf;
	font-weight: normal;
	font: normal 100% helvetica, arial, sans-serif;
	text-decoration: none;
	line-height: 110%;
	display: block;
}

#sidebar .tubepress_stitle a:hover {
	color: #009ac0;
	text-decoration: underline;
}

#sidebar li.videos p {
	margin: 0;
}

#sidebar li.videos h3 {
	margin: 0;
}

/*********************************************
	sidebar column > gallery
*/

#sidebar .ngg-galleryoverview {
	padding: 7px 0;
}

#sidebar .ngg-gallery-thumbnail-box {
	text-align: center;
	width: 100%;
	margin: 0 -1px 0 -1px;
}

#sidebar .ngg-gallery-thumbnail {
	margin: 0;
	padding: 16px;
	background: url("images/video_thumb_bg.gif") no-repeat;	
	text-align: left;
}

#sidebar .ngg-gallery-thumbnail img {
	border: none;
	margin: 0;
	padding: 0;
}

#sidebar .ngg-galleryoverview .desc {
	margin-bottom: 5px;
}

#sidebar .ngg-gallery-thumbnail span {
	display: block;
	color: #6d6e71;
	font-weight: normal;
	font-size: 100%;
	line-height: 110%;
	padding: 0;
	margin: 8px 0 0 -3px;
}

/*********************************************
	sidebar column > badge
*/

#sidebar .badge {
	text-align: center;
	margin: 10px 0;
	border: solid 1px #fee0e8;
	background: #fef4f6;
	padding: 10px 0 0;
}

#sidebar .badge .embed {
	text-align: left;
	margin: 10px 0 0;
}

#sidebar .badge .embed .link a {
	display: block;
	padding: 5px 5px 5px 32px;
	background: #ffebef url("images/embed.gif") no-repeat 5px;
	text-decoration: none;
	line-height: 120%;
}

#sidebar .badge .embed .link a:hover {
	background-color: #edf8ff;
	color: #ee2f7a;
}

/*********************************************
	sidebar column > embed popups
*/

#sidebar .embed {
	position: relative;
}


#sidebar .embed a {
	color: #ccc;
	display: inline;
}

#sidebar .embed a:hover {
	background: #0cf;
	color: #fff;
	text-decoration: none;
	display: inline;
}

#sidebar .embed a.open {
	background: url("images/embed.gif") no-repeat 4px;
	padding: 4px 6px 4px 29px;	
}

#sidebar .embed a.open:hover {
	background-color: #fff;
	border: solid 1px #0cf;
	background-position: 3px;
	padding: 3px 5px 3px 28px;
	color: #0cf; 
}

#sidebar .embed .popup {
	position: absolute;
	border: 3px solid #0cf;
	background: #fff;
	cursor: default;
	width: 250px;
	height: auto;
	padding: 10px;
}

#sidebar .embed .popup .close {
	float: right;
}

#sidebar .embed .popup p {
	color: #333;
	margin: 0;
}

#sidebar .embed .popup textarea {
	font-family: courier;
	overflow-x: hidden;
	color: #333;
	font-size: 10px;
	height: 50px;
	width: 100%;
	margin: 5px 0 0;
	background: #f9f9f9;
	border: solid 1px #d1d1d1;
}


/*********************************************
	footer
*/

#footer {
	float: left;
	width: 728px;
	margin: 20px 0 20px 22px;
	font: normal 90% helvetica, arial, sans-serif;
	color: #909090;
	clear: left;
}

#footer p {
	line-height: 130%;
}

#footer a {
	color: #909090;
}

#footer a:hover {
	color: #fff;
}

	


