/*  
Theme Name: Young Marketing Custom Theme V1.5
Theme URI: http://www.GreenWorldWeb.net
Description: A premium tailor-made layout for Wordpress with multiple functionalities. A lot of code was based on a Michael Oeser Theme.
Version: 1.0 (Released 06/12/2009
Author: Camilo Delvasto
Author URI: http://www.greenworldweb.net

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Credits
=======
Thanks to Michael Oeser and his BranFordMagazine theme. It was a great source.

I will reproduce here Michael Oeser's aknowledgements.

Thanks to Darren Hoyt and his "Mimbo" theme which has been a great inspiration
and a good source for lots of the code I used for this theme especially the intensive
use of custom fields. 

Thanks again to Darren for the timthumb script: http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/ 
and thanks to SNIPPLR for the function to insert the images in a very easy way: http://snipplr.com/view/14280/get-wordpress-image-attachment-and-use-tim-thumb-to-crop/

Thanks to Brian Gardner and "Revolution" which inspired me to put the two additional
page layouts "Featured Page" and "3-Column-Page" into the theme.

Thanks to Patrick Griffiths who delivered the script for the dropdown menues. http://www.htmldog.com/articles/suckerfish/dropdowns/

I´d also like to thank Klaus Hartl (stilbuero.de) for the brilliant script I used 
for the tabbed section with the fade effect.

And last but not least my very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; margin:0; padding:0;}
	
body {
	background: #fff;
	color: #222;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	margin: 0 0 10px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#ed3431;
	text-decoration: none; 
	} 
a:hover	{ 
	color:#333;
	text-decoration: none; 
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #840000; 
	text-decoration: none;
	} 
.title:hover { 
	color: #840000; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:none;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:none;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:0px solid #999; padding:0px; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: right;
   background:transparent;
   margin-top:0px;
   margin-bottom:0px;
   padding:0px;
}

.wp-caption img{
   padding:0px;
   border:0px solid #999;
   padding:0;
   margin:0;
}

.wp-caption img:hover{
   border:0px solid #333;
   padding:0;
   margin:0;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 0px!important;
   margin: 0!important;
	bottom:0px;
	right:0px;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:980px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	}

#branding {/*where the logo sits*/
	width:30px;
	height:30px;
	margin:0px;
	background:url(images/home.png) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 300px;
	float:right;
	margin:0;
	padding:0;
	margin-top:20px;
	position:relative;
	display:inline;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 1.8em Arial,sans-serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #555;
	font: 1.8em Georgia,"Times New Roman",Times,serif;
	font: 1.8em Arial,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin: 20px 0 5px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#ed3431;
	}

.articleside h2, .calendar caption, .looptitle{
	color:#555;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}
.looptitle{ margin-top:5px;}

.thumbnews h3{
	background:#000;
	padding:5px;
	margin:0;
	color:#fff;
}
.thumbnews h3 a{
	color:#fff;
	font-weight:normal;
}
.thumbnews h3 a:hover{color:#ed3431;}

#sidebar {line-height:normal;}
#sidebar h2, #sidebar h3 a {
	font: 1.4em Arial,sans-serif,Georgia,"Times New Roman",serif,Arial, Helvetica, sans-serif;
	letter-spacing:0em;
	text-transform:none;
	margin-bottom:4px;
	font-weight:bold;
	color:#ed3431;
	}

#sidebar h3, #sidebar h2 {
	font: 1.2em Arial,sans-serif,Georgia,"Times New Roman",serif,Arial, Helvetica, sans-serif;
	letter-spacing:0em;
	border-top:0px double #999;
	border-bottom:1px solid #999;
	padding:5px;
	margin:20px 0 0px 0;
	color:#fff;
	background:#ed3431;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold,
	}
#sidebar a{ color:#777;}
#sidebar a:hover{text-decoration:none; color:#ed3431;}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}


h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

/*#content {
	width:605px;
	float:left
	}*/
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #ed3431;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#ed3431!important;
	text-decoration:none;
	}
	
.read-on a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform {
	margin-top:6px;
	margin-bottom:4px;
	font-family:Geneva,Arial,sans-serif;
}
#searchform input{
	background:#fff;
	border:1px solid #797979;
	color:#797979;
	text-align:right;
}
#searchform input {vertical-align:middle;}
#searchform {color:#fff;}
#searchform input:hover, #searchform input:focus{border-color:#fff;}
#searchform input.searchimg:hover, #searchform input.searchimg {border:none;}
#searchform input#s {padding:2px;padding-right:0px;}
#content #searchform input{background:#fff; border:1px solid #797979; text-align:left;}
#content #searchform {color:#555;}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button{
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
		width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 100%;
	font-size:0.9em;
	padding:20px;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}


/******************************************
*   Here is my code!!!!! MILESTONE                       
******************************************/
#header {
	background:#000;
	height:90px;
	padding:0;
	margin:0;
	overflow:hidden;
	}

.wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
	}

#search {
/*	height:65px;
	background:#ed3431;*/
	display:inline;
	width:220px;
	float:left;
	margin-top:20px;
	}
	
.clear{
	clear:both;
	}

.mainNav {
	float:left;
	display:inline;
	background:#ed3431;
	height:30px;
	width:650px;
	}
#icons {
	display:none;
	float:right;
	margin-right:5px;
	margin-top:2px;
	}
#logowrapper {float:left; width:220px; overflow:hidden;}
#logo {
	height:63px;
	width:174px;
	background:url(images/logo.png) 0 0 no-repeat;
	margin:5px;
	margin-bottom:0;
	display:inline;
}
#logo:hover {
	background-position: 0 -65px;
	}
#logofooter {background: url(images/logofooter.png) 0 0; height:48px;width:121px;}
#logofooter:hover {background-position: 0 -48px;}

#icons_wrapper {float:left; margin-left:80px; margin-top:15px; display:inline; float:left;}

#icon_maps, #icon_mail, #icon_skype, #icon_facebook, #icon_twitter, #icon_linkedin, #icon_delicious, #icon_flickr{height:25px;width:25px;display:inline;margin-left:3px;float:left; cursor:pointer;}

#icon_maps {background:url(images/icons/maps.png) no-repeat;}
#icon_mail {background:url(images/icons/mail.png) no-repeat;}
#icon_skype {background:url(images/icons/skype.png) no-repeat;}
#icon_facebook {background:url(images/icons/facebook.png) no-repeat;}
#icon_twitter {background:url(images/icons/twitter.png) no-repeat;}
#icon_linkedin {background:url(images/icons/linkedin.png) no-repeat;}
#icon_delicious {background:url(images/icons/delicious.png) no-repeat;}
#icon_flickr {background:url(images/icons/flickr.png) no-repeat;}

#icon_maps:hover {background:url(images/icons/mapsh.png) no-repeat;}
#icon_mail:hover {background:url(images/icons/mailh.png) no-repeat;}
#icon_skype:hover {background:url(images/icons/skypeh.png) no-repeat;}
#icon_facebook:hover {background:url(images/icons/facebookh.png) no-repeat;}
#icon_twitter:hover {background:url(images/icons/twitterh.png) no-repeat;}
#icon_linkedin:hover {background:url(images/icons/linkedinh.png) no-repeat;}
#icon_delicious:hover {background:url(images/icons/delicioush.png) no-repeat;}
#icon_flickr:hover {background:url(images/icons/flickrh.png) no-repeat;}
.hidden {display:none;}
.at300bs {background:none;}

#cc_wrapper{float:right; margin-top:10px}
#license{margin-top:10px;margin-right:10px;background:url(images/icons/cc.png) 0 -29px no-repeat; height:28px; width:98px;}
#license:hover{background-position: 0 0;}

#sidebar form input{
	border: 1px solid #797979;
	width:288px;
	margin:5px 0;
	padding:2px 5px;
	font-family: Geneva,Arial,sans-serif;
	color:#797979;
	display:inline;
}
#sidebar form input.button{
	background:none;
	border:none;
	float:right;
	margin:0;
	padding:0;
	width:auto;
	clear:both;
}
#sidebar form input.button:hover{color:#ed3431;}

#sidebar h3.subscribeside:hover {background: #000;}

#logo2 {
	font-family:"Lucida Grande","Lucida Sans",arial,sans-serif;
	text-align:left;
	margin-left:12px;
	width: 193px;
	color:#eb1c24;
	font-size:13px;
	float:left;
	display:inline;
	}
#logo2 ul{
	list-style-type:none;
	display:inline;
	}
#logo2 li{
	display:inline;
	}
#logo2 ul li a{
	text-decoration:none;
	color: #a7a9ac;
	}
	
#logo2 ul li.active a {color:#ed3431;}
#logo2 ul li a:hover{color:#ed3431;}
#slogan{
	float:left;
	font-size:16px;
	margin-top:67px;
	font-family:"Lucida Grande","Lucida Sans",arial,sans-serif;
	width:470px;
	}
#slogan a{ color:#fff;}
#slogan a.active{ color:#ed3431;}
#slogan a:hover {color:#ed3431;}
#splashfooter #slogan a{color:#797979;}
#splashfooter #slogan a:hover{color:#ED3431;}

#splashfooter #slogan{
	margin-top:10px;
	margin-right:0;
	width:450px;
	padding:0;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	margin:10px;
}
#tagcloud{position:absolute;width:60%;height:60%;left:20%;top:30%;text-align:center;}
#tagcloud a{
	color:#fff;
	font-size:2.5em;
	line-height:1.1em;
	}
body .splash{ background:#000;}
#splashfooter{position:absolute;bottom:0;width:100%;height:59px;border-top:2px solid #cacaca;padding:0;margin:0;}

#splashfooter2{
	position:fixed;
	bottom:0%;
	height:59px;
	background:#000;
	width:100%;
	border-top:2px solid #cacaca;
	padding:0;
	}


#tools{
	float:right;
	color:#fff;
	margin-right:10px;
	margin-top:15px;
	text-align:right;
	display:inline;
	font-family: Geneva,Arial,sans-serif;
	width:300px;
	overflow:hidden;
}
#tools input, #tools textarea{font-family:Geneva,Arial,sans-serif;}
#tools a{
	display:inline;
	color:#fff;
	}
#tools a:hover {color:#ed3431;}
#tools a.home{
	background: url(images/home.gif) right top no-repeat;
	padding-right:20px;
	margin-top:15px;
	margin-top:15px;
	color:#000;
}
#tools img{vertical-align:middle;}
#tools a.home:hover{color:#fff;}
#browsebox{
	float:left;
	display:inline;
	margin-top:0;
	border-top:2px solid #797979;
	background:#000;
	margin-bottom:0px;
	margin-left:0px;
	padding:20px;
	color:#fff;
	width:960px;
}
#browsebox .cat-list{
	width:180px;
	float:left;	
	margin-right:10px;
	font-family:Geneva,arial,sans-serif;
	background:#c0c;
	display:inline;
}
#browsebox .cat-name{display:inline; font-weight:normal; float:left;}
#browsebox .browseblock a{color:#fff;}
#browsebox .browseblock a:hover{color:#ED3431;}

#browsebox .browseblock{float:left;display:inline;width:220px;margin: 0 10px;font-family:Geneva,arial,sans-serif;}
#browsebox .browseblock ul{list-style-type:none;}
#searchwrapper {position:relative; height:25px; margin-bottom:4px;}

#searchbox{
	position:absolute; right:20px; display:none;
}
.searchdiv{
	position:absolute;
	top:9px;
	right:0;
}

#tools .searchdiv a{color:#000;font-family:Geneva,Arial,sans-serif;}

#tools .searchdiv a:hover{color:#fff;}

#tools a.browsediv{
	background: url(images/browse.gif) right no-repeat;
	padding-right:20px;
	}
#tools a.browsediv{color:#000;}
#tools a.browsediv:hover{
	color:#ED3431;
	}
#content {
	width:670px;
	padding:0;
	background:#fff;
	font-family:Arial,"Lucida Grande","Lucida Sans",Georgia,"Times new Roman",serif;
	font-size:14px;
	line-height:1.4em;
	float:left;
	color:#444;
	margin-top:10px;
	}
	
.lead {
	width:495px; padding: 0 10px 0 0px;
	background:#fff;
	float:left;
	display:inline;
	}
.lead h2{
	line-height:25px;
	width:470px;
	}

.datediv{
	background:#000;
	color:#fff;
	padding:5px 5px 3px 5px; 
	font-family:Arial,sans-serif;
	font-size:0.9em;
}
.datetext{
	text-transform:uppercase;
	float:left;
	width:300px;
}
.sharetext{
	float:right;
	outline-width: medium;
	display:inline;
	margin-right:4px;
}
.shareicons{
	display:inline;
	float:right;
	margin-top:2px;
}
.commentsdiv{
	position:absolute;
	right:10px;
	height:25px;
	z-index:100000;
	font-size:13px;
	color: #7a7a7a;
	font-weight:normal;
	margin-top:-25px;
	display:inline;
}
.commentsdiv img{vertical-align:middle;}
#metadiv{
	border-top:1px solid #777;
	border-bottom:2px solid #aaa;
	padding:5px 0;
	margin:20px 0;
	font-size:0.9em;
}
.authorpicture{
	float:left;
}
.authorname{
	float:left;
	padding:5px;
	background:#000;
	color:#fff;
	width:80px;
	height:50px;
	line-height:1.2em;
	text-transform:uppercase;
	font-size:0.8em;
	margin-right:10px;
	margin-bottom:10px;
}
.authorname a{
	color:#fff;
}
.metadivleft {float:left; display:inline;}
.metadivright{display:inline; margin-left:20px;}
.metadivright h3{
	font-size:1.1em;
	font-weight:bold;
	color:#777;
}
#authorwrapper {width:100%;}


#metadiv .commentsdiv{
	position:none;
	float:right;
	margin:0;

}
.halfspacer{clear:both;height:10px;display:inline;}

.bookmarkdiv{
	float:right;
	margin-right:4px;
}
.articleside {
	float:left;
	background:#fff;
	margin-left:15px;
	display:inline;
	width:140px;
	margin-right:0px;
	overflow:hidden;
	}
.author2 {
	float:none;
	}
.gravatar{
	float:left;
	padding-right:5px;
	}
.small {
	font-size:0.9em;
	line-height:1.1em;
	margin-top:0em;
	margin-bottom:1em;
	color:#444;
	}
h3.small {
	font-size:11px;
	font-family:"Lucida Grande","Lucida Sans",geneva,arial,sans-serif;
	letter-spacing:0em;
	text-transform:none;
	padding-top:0;
	;
	}
.time {
	position:absolute;
	background:#000;
	width:80px;
	height:45px;
	color:#fff;
	font-size:35px;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-left:-10px;
	margin-top:-10px;
	padding:20px 0;
	text-align:center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
.post_day {
	line-height:35px;
	text-align:left;
	}
.post_month {
	font-size:11px;
	line-height:30px;
	text-transform:uppercase;
	}
.post_year {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	position:absolute;
	margin:-0px 0 0 -75px;
	color:#999;
	font-size:20px;
	}
.thumbs{ height:118px; background:url(images/nullthumb.png) no-repeat; overflow:hidden;}
}
.spacer,spacer2 { height:30px; clear:both;}
.spacer2 {clear:both; height:10px;}

#sidebar h3.small {
	background:none;
	color:#111;
	text-transform:none;
	border:none;
	margin:0;
	padding:0;
	}
#sidebar p.small {
	padding:0;
	margin:5px 0 0 0;
	font-size:12px;
	font-family:"Lucida Grande","Lucida Sans",Geneva,arial,sans-serif;
	}
.post {

	margin-bottom:20px;
	}
.excerpt {
	float:left;
	width:420px;
	margin-left:10px;
	background:#fff;
	font-size:0.9em;
	}
.excerpt h2{
	font-size:1.1em;
	margin:0;
	}
.excerpt p a{
	color:#222;
	}
.abstract{
	float:left;
	background:#fff;
	margin:0 2px 0 0;
	width:218px;
	overflow:hidden;
	padding:0px;
	border:0px solid #797979;
	height:280px;
	position:relative;
	display:inline;
	}
.abstract h2{
	font-size:13px;
	padding:5px 5px 0;
	color:#fff;
	background:#797979;
	margin:0;
	height:45px;
	overflow:hidden;
	}
.abstract h2 a{color:#fff; height:35px;}
.abstract p.small{
	height:76px;
	padding:5px;
	margin:0;
	font-family:Geneva,helvetica,Arial,Sans-serif;
	font-size:0.8em;
	line-height:1.2em;
	}
.abstract p.small a{
	color:#555;
}

.smallbox {
	height:100px;
	}
.smalltime {
	font-size:0.8em;
	line-height:15px;
	font-family:Arial,sans-serif,Georgia,"Times New Roman";
	padding:5px;
	width:209px;
	background:#797979;
	color:#fff;
	float:left;
	}
.smalltime a{
	color:#fff;
}
.smalltime a:hover, p.small a:hover, .abstract h2 a:hover{ color:#000;}

.archivenullthumb{width:209px; height:100px; background:url(images/209x100.png) no-repeat; float:left;}

.blackbg{background:#000;}

.archivethumb{
	width: 209px;
	height:120px
	background:#c00;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
	}
.archiveexcerpt{
	width:430px;
	float:left;
	margin-left:20px;
	font-size: 0.9em;
	line-height:1.3em;
	position:relative;
	}
.archiveexcerpt h2{
	font-size:1.1em; margin-top:0;
	width:410px;
}

.archiveexcerpt .commentsdiv{margin-top:0; right:0;}

.archiveitem{width:}

.archivethumbs{}

.overlay {
	background:#000;
	padding:5px;
	color:#fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

	}
.thumbnews{
	width:140px;
	font-size:12px;
	line-height:1.1em;
	margin-bottom:20px;
	}

.thumb{

	}
	
#footer{
	background:#000;
	width:990px;
	padding:5px;
	padding-top:10px;
	margin-top:20px;
	border-top:0px solid #000;
	text-align:left;
	}

#footer p{margin:0;}
.white{ color:#fff;}
.black{color:#000;}
#splashlogo{
	display:inline;
	margin:10px;
	bottom:0;
	position:absolute;
	}
#tagcloud #search {
	clear:both;
	float:right;
	margin-top:00px;
	}
#tagcloud #sidesearch {
	background:#6a0063;
	background:#111;
	}
.calendar{
	font-size:0.8em;
	width:140px;
	margin-top:20px;
	}
.calendar table{
	color:#000;
	width:140px;
	background:#000;
	}
.calendar tbody {
	color:#fff;
	text-align:center;
	}
.calendar th, .calendar tf{
	color:#ED3431;
	font-weight:normal;	
	}
#sidesearch {
	width:290px;
	padding:5px;
	border:0px solid #ccc;
	background:#6a0063;
	background:#494;
	}
#sidesearch input{
	border:1px solid #ccc;
	padding:5px 0 0 5px;
	border:1px solid #DCE0DE;
	margin-right:5px;
	position:relative;
	top:-3px !important;
	width:195px;
	}
#sidesearch #searchsubmit{
	border:0 none;
	margin-right:0;
	top:0 !important;
	width:68px !important;
	font-family:Georgia,"Times New Roman",serif;
	background:none;
	text-transform:lowercase;
	padding:0px 0;
	height:22px;
	font-size:1.8em;
	}
#sidesearch form{
	padding:5px 0 0 0;
	}

.container .trigger a{
	color:#fff;
	font-family:arial;
	font-weight:normal;
	font-size:1em;
	position:absolute;
	top:-42px;
	right:310px;
	z-index:100000;
	
	}

.slogan{
	display:nonex;
	float:right;
	margin-top:15px;
	margin-left:20px;
}
.slogan h1 a, {
	font-size:25px;
	font-family: "Courier New",Courier,monospace;
	font-weight:normal;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
.sloganimg{
	float:right;
	margin-top:70px;
	margin-right:200px;
}
h1.crowd,h1.brand,h1.youth{
	background: url(images/co-creating.png) 0 0 no-repeat;
	width: 140px;
	height:40px;
	text-indent:-9990em;
	display:block;
	margin:0;
	padding:0;
	float:left;
	}
h1.crowd a,h1.brand a,h1.youth a{display:block; width:100%;height:100%; outline:none;}
h1.brand{background: url(images/valuable-brand-experiences.png) 0 0 no-repeat;width: 336px;}
h1.youth{background: url(images/for-youth.png) 0 0 no-repeat;width: 116px;}
h1.crowd a:hover{ background: url(images/co-creatingh.png) 0 0 no-repeat;}
h1.brand a:hover{background: url(images/valuable-brand-experiencesh.png) 0 0 no-repeat;width: 336px;}
h1.youth a:hover{background: url(images/for-youthh.png) 0 0 no-repeat;width: 116px;}


<script type="text/javascript" src="virtualpaginate.js">

/***********************************************
* Virtual Pagination script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>

<style type="text/css">

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
float:right;
text-align: right;
padding: 0px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
margin: 0 0px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 3px;
text-decoration: none;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: 000;
cursor: default;
color: #abacab;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle a{
	color:#fff;
	border:1px solid #fff;
}
.paginationstyle a:hover{color: #fff;background: #ed3431;border-color: #ed3431;}
.paginationstyle .flatview a{border:1px solid #fff;}
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{border:1px solid #000;}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #fff;
background: #ed3431;

}
#pagination{float:left; width:495px; background:#000;}
#gallerypaginate{
	display:inline;
	font-size:0.9em;
	float:right;
	background:#000;
	width:100%;
	text-align:right;
	padding:1px;
}

#gallerypaginate a.disabled{margin:0;display:none;}

#tagcontainer {
    display: table;
    width: 100%;
    
}

    #dynamic_height_giver {
        display: table-cell; 
        width: 1px;
        height:100%;
        background: #0d0;
    }
    
    #middle {
        display: table-cell;
        vertical-align: middle;
    }

<!--[if lte IE 7]>
<style type="text/css">
    #dynamic_height_giver {
        float: left;
    }
    #middle {
        position: relative;
        top: 50%;
    }
    #ie_helper {
        position: relative;
        top: -50%;
    }
    #middle,
    #ie_helper,
    #container p {
        zoom: 1;
    }
    * html #dynamic_height_giver {
        margin-right: -3px;
    }
</style>
<![endif]-->



/*Featured Post Slide Show*/
#featured_posts{
width:669px;
margin-left:0px;
height:270px;
}
 
#featured_posts ul{
width:669px;
height:270px;
margin:0;
display:inline;
overflow:hidden;

}
 
#featured_posts ul li{
float:left;
margin:0;
list-style-type:none;
width:223px;
}
 
.slide_cont{
width:669px;
height:270px;
clear:none;
float:left;
overflow:hidden;
margin:0 0 0 00px;
}
 
.slide_cont ul li h3 a, .slide_cont ul li h3 a:hover{
color:#fff;
}
 
.prev, .next{
display:block;
width:14px;
height:270px;
cursor:pointer;

position:absolute;
left:0;
background: #fff url(images/previous.gif) 50% 128px no-repeat;
	color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
z-index:1000;
}
 
.next{
float:right;
display:inline;
margin-left:653px;
background: #fff url(images/next.gif) 50% 128px no-repeat;
}
.next:hover, .prev:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


.abstract{width:219px; height:270px; overflow:hidden;}
.abstract h2{font-size:12px; padding:4px 14px 0;}
.abstract h2 a{font-size:12px;}
.abstract p.small{height:71px; overflow:hidden; padding: 5px 18px;}
.abstract .smalltime{padding: 3px 14px;}
.abstract {border:1px solid #ccc;}
ul.slides{-moz-padding-start:0px;list-style-type:none;}

a.crazy .abstract p.small{color:#797979;}
a.crazy:hover .abstract {border-color:#000;}
a.crazy:hover .abstract .smalltime{background:#000;}
a.crazy:hover .abstract h2{background:#000;}

.thumbsoverlay{
	background:#fff;
	color:#fff;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	position: absolute;
	z-index:1000;
	height:118px; width:219px;
	top:0;  left:0
}
a.crazy:hover .thumbsoverlay{background:none;}

/* WP-PAGINATION */
.navigation {width:100%;}
.wp-pagenavi{float:right;}
.wp-pagenavi a{border:1px solid #
padding: 2px 0;
margin: 10px 0;
}

.wp-pagenavi select{ /*Style for demo pagination divs' select menu*/
margin: 0 15px;
}

.wp-pagenavi a, .wp-pagenavi span.current{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
margin: 0 2px;
border:1px solid #fff;
}

.wp-pagenavi a:hover, .paginationstyle a.selected{
color: #000;
}

.wp-pagenavi a.disabled, .wp-pagenavi a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #abacab;
border-color: transparent;
}

.wp-pagenavi a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.wp-pagenavi a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.wp-pagenavi a{
	color:#ed3431;
}
.wp-pagenavi a.page{border:1px solid #ed3431;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border:1px solid #000;}

.wp-pagenavi a:hover, .wp-pagenavi span.current { /*Pagination div "flatview" links style*/
color: #fff;
background: #000;

}

.navigation{
	float:right;
	display:inline;
	margin:10px 0;
}

#commentform input, #commentform textarea{
	border: 1px solid #797979;
	width:415px;
	margin:5px 0;
	padding:2px 5px;
	line-height:20px;
	font-family: Geneva,Arial,sans-serif;
	color:#797979;
}
#commentsform .commright input.button{
	background:none;
	border:none;
	float:right;
	margin:0;
	padding:0;
	width:auto;
	clear:both;
	color:#ed3431;
	width: 70px;
	text-align:right;
}
#commentform textarea{height:150px;}
#commentsform{height:270px; width:495px;}
.commleft{position:absolute;width:355px;left:0;bottom:0;}
.commright{position:absolute; text-align:right; bottom:0;right:0;}

#commentform input.button {color:#ed3431;}

h3.redbox{width:417px; padding:5px; background:#ed3431;color:#fff;margin-bottom:0;margin-top:20px;}
h3.redbox.full{width:495px;}
.grayline{height:20px; border-top:1px solid #797979;width:495px; margin:10px 0 20px 0; clear:both;}

.commentlist{
list-style-type:none;
padding-left:0;
font-size:12px;
color:#797979;
}
ul.commentlist li{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:none;
border-bottom:1px solid #797979;
list-style-type:none;
margin:20px 0 0;
padding:0 0 10px 15px;
width:495px;

}
.redfont,.redfont a, .grayfont{
font-size:1.3em;
color:#ed3431;
}
.grayfont{color:#797979;}
.commdate{font-size:0.9em; text-transform:uppercase; font-size:0.9em;}

#sidebar li a h3.subscribeside{margin-right:30px;margin-top:0;}
#rssfeed {
	width:26px;
	height:26px;
	background:url(images/rssred.png) no-repeat;
	cursor: pointer;height:30px;position:absolute; right:0; top:0px; cursor:pointer;
}
#rssfeed:hover{
	cursor:pointer;
}
div#pagination .fullsize{width:667px; margin:20px 0;}

#tagcloud a{margin:0 8px;}

.height30{height:30px}

/* WHEN UPDATING WORDPRESS, CHECK THE REGISTRATION PAGE. YOU MAY NEED TO PASTE THIS ON WP-ADMIN/CSS/LOGIN.CSS */
/*
body.login {
border-top-color:#000000;
}
html {
background: #f9f9f9;
}
form {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
-moz-box-shadow:0 0 0 0 transparent;
background:transparent;
border:none;
font-weight:normal;
padding:0;
}
#login{margin:50px auto;}
h1 a {
background:url(../../wp-content/themes/gww/images/logo-login.png) left no-repeat;
height:120px;
-webkit-box-shadow:0 0 0 0;
min-width:292px;
}
*/