/*  
Theme Name: GD2
Theme URI: http://www.tobyjamescreative.com/
Description: Refreshed WP theme layout for the Global Dashboard site.
Version: 2.0
Author: Toby Pestridge
Author URI: http://www.tobyjamescreative.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/* HTML Elements */


body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image: url(images/test_bg4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment:fixed;
	font-size: 100%;
	line-height:1.125em;
	color: #666666;
}

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

.browse-cat {
	margin:0; 
	padding:0; 
	list-style-type:none; 
	font-size: 100%;
}

.browse-cat li {
	border-bottom:1px solid #FFF;
}

.browse-cat li a:link, .browse-cat li a:visited {
	background:#F2F8FE;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #E0EFFE;
}

.browse-cat li a:hover, .browse-cat li a:active {
	background:#E0EFFE;
	text-decoration:none;
	color: #7da939;
}

.browse-cat li ul.children {
	margin:0;
	padding:0;
	list-style-type:square;
	background:#E0EFFE;
	font-size:90%;
}

.browse-cat li ul.children li {
	margin-left:28px;
	border-bottom:1px solid #E0EFFE;
}

.browse-cat li ul.children li a:link, .browse-cat li ul.children li a:active, .browse-cat li ul.children li a:visited {
	padding:2px 2px 2px 0px; 
	border:0; 
	color: #818d6f;
        background:none;
}

.browse-cat li ul.children li a:hover {
	color:#465d23;
}

p {
	/*font-size: 13px;
	line-height:155%;*/
	/*color: #444;*/	
	margin:0;
	padding:0;
	
	/*margin-bottom:1.4em;*/
}


/*Firefox hack 
html>body p {
	font-family: "Lucida Sans", Verdana, Arial;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.8em;
	font-weight: normal;
	margin-top:0px;
	padding-top:0px;
}
*/

h1 {
	text-indent:-9999px;
        background: url(images/main_logo.png) no-repeat;
        width: 749px;
        height: 86px;
	}

H2 {
	font: 130% Georgia,"Times New Roman",Times,serif;
    margin-bottom: 3px !important;
}

h2 a:link, h2 a:visited {
	color:#215C94;
	text-decoration:none;
	}

h2 a:hover {
	color:#999999;
	text-decoration:underline;
	}

h3 {
color:#000000;
font:130% Georgia,"Times New Roman",Times,serif;
letter-spacing:0;
margin:0 0 4px;
padding:0;
}

h3 a:link, h3 a:visited {
	color:#000000;
	text-decoration:none;
	}

h3 a:hover {
	color:#000000;
	text-decoration:underline;
	}

.subbox h3 {
	font:90%;
	font-weight:bold;
	letter-spacing:-0.02em;
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:2px;
        color:#215C94;
	border-bottom:1px solid #DDD;
}

.subbox h2 {
	border-bottom:1px solid #DDD;
}

h4 {
    font:120%;
	font-weight:normal;
	letter-spacing:-0.02em;
	margin:0;
	padding:0;
	margin-bottom:2px;
    color:#215C94;
}

h5 {
	font:80%;
	font-weight:normal;
	letter-spacing:-0.02em;
	margin:0;
	padding:0;
	margin-bottom:2px;
        color:#215C94;
}

h6 {
font-size:65%;
font-weight:normal;
letter-spacing:0;
margin:0 0 2px;
padding:0;
}

a:link, a:visited, a:active {
	color: #2F97FA;
	text-decoration: none;
}

a:hover {
	/*color: #333333;*/
	text-decoration: underline;
}

.toppost {
line-height:1.5em;
}
.toppost p {
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
}

.post p {
	margin:0 0 16px;
	padding:0;
	/*line-height:20px;*/
	font-size:0.8em;
}
.post ul {
font-size:75%;
line-height:155%;
list-style-type:disc;
margin:8px 0 20px 48px;
padding:0px;
}
.post ol {
font-size:75%;
line-height:155%;
margin:8px 0 20px 48px;
padding:0px;
list-style-type:decimal
}

.post img {
       border :0px;
}

.date {
	font:80%;
	font-weight: normal;
	color: #666666;
	margin:0;
	padding:0;
}

.postedby {
	font:80%;
	color: #FF6D00;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

p.theauthor {
float:right;
}
h3.thetitle {
float:left;
}

.authreadmore {
border-bottom:1px dotted #CC6666;
color:#666666;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:70%;
margin:10px 0;
padding:6px;
}
.readmore {
border-bottom:1px dotted #FFCC66;
color:#666666;
display:block;
margin-bottom:5px;
margin-top:5px;
}
.smallbold {
	font:70%;
	font-weight: normal;
	color: #666666;
	margin:0 0 8px 0 !important;
	padding:0;
}

.smallspace {
	padding:2px;
        margin-top:2px;
        margin-bottom:2px;
	}

.post blockquote {
	background:#F3F9FD;
	padding:12px 12px 1px;
	margin:12px 35px;
	border-right:1px solid #F3F9FD;
	border-bottom:1px solid #F3F9FD;
	}	

blockquote ul li {
	list-style:circle;
	margin-bottom:5px;
	line-height:160%;
	margin-left:5px;
}

blockquote ul li ul li{
        font-size: 80%;
	list-style:circle;
}

blockquote ul li {
}

.post ul li {
    /*font-size: 80%;*/
	list-style:disc;
	margin-bottom:5px;
	/*line-height:115%;*/
	/*margin-left:5px;*/
	}

.post ol li {
    /*font-size: 80%;*/
	margin-bottom:5px;
	/*line-height:115%;
	margin-left:11px;*/
	}

.aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

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

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

/*.toppost img, #midcol img {
        float:right;
        padding:2px;
       border :0px;
}*/

.bottom{
vertical-align:bottom;
}

.picleft, .alignleft .leadpic {
	float:left;
	margin:0px 3px 3px 0px;
        padding:1px;
}

.picright .alignright {
	float:right;
	margin:3px 0px 3px 3px;
        padding:1px;
  }    


/* DIVS */


.clearall {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:1px;
}

#topls {
 	margin:auto;
	background-color:#000000;
	padding:0px;
	width:1000px;
}

#top {
	margin:auto;
	background-color:#FFFFFF;
	padding:20px 20px 0px 20px;
	width:960px;
	height:113px;
}

#topleft {
        float:left;
	margin:0;
	padding:0;
        margin-top:10px;
        margin-left:10px;
}

#topright {
        float:right;
        width:180px;
        height: 106px;
	margin:0;
	padding:0;
}

#header {
	margin:auto;
	padding:10px;
	width:1000px;
	background-color:#FFFFFF;
	clear:both;
	height:133px
}

#headerpic {
position: relative;
height: 90px;
background: #fff url('images/main_logo.png') no-repeat right;
margin-bottom: 0px;
}


#header .rssfeed {
	margin:0;
	padding:0;
	width:1000px;
	background-color:#000000;
	clear:both;
	text-align:right;
	color:#FFFFFF;
	font-size:70%;
	font-weight:bold;
	text-transform: uppercase;
}

#header .rssfeed a:link,  #header .rssfeed a:active, #header .rssfeed a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:20px;
	margin-left:20px;
}

#header .rssfeed a:hover {
	text-decoration:underline;
}


#holding {
	margin:auto;
	padding:20px;
	width:960px;
	background-color:#FFFFFF;
	clear:both;
	position:relative;
	top:-26px;
}

#leftcolumn {
	margin:0;
	padding:0px;
	_width:500px;
	width:500px;
	background-color:#FFFFFF;
	float:left;
}

#leftcolsub {
	margin:0;
	padding:10px;
	width:650px;
	background-color:#FFFFFF;
    float:left;
	margin-right:10px;
}

#midcolumn {
	margin:0;
	padding:0px;
	_padding:0px;
	width:210px;
	_width:210px;
	background-color:#FFFFFF;
	float:left;
	margin-left:20px;
	margin-right:20px;
	font-size:0.7em;
	line-height:1.5em;
}
#midcolumn a {
	color:#6FC783;
	font-weight:bold;
}
#midcolumn h2 {
	color:#999999;
}

#midcolumn h3 {
	font:110% Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
    margin-bottom:0px;
	margin-top:5px;
	font-weight:normal;
	color:#000000;
}

#rightcolumn {
	margin:0;
	padding:0px;
	width:210px;
	background-color:#FFFFFF;
	float:left;
	font-size:0.7em;
	/*line-height:1.5em;*/

}
#rightcolumn a {
	color:#FFBF46;
	font-weight:bold;
}
#rightcolumn .comment a{
color:#000000;
font-weight:bold;
}
#rightcolumn h2 {
	color:#999999;
}

#rightcolumnauthor {
	margin:0;
	padding:10px;
	width:280px;
	background-color:#FFFFFF;
	float:left;
}

#footer {
	margin:auto;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	width:960px;
	background-color:#3a59a9;
	clear:both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position:relative;
	top:-26px;
	min-height:324px;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}

#footer #links {
	margin:0;
	padding:0;
	width:850px;
	float:left;
	font-size:70%;
	color:#FFFFFF;
}

#footer #wplogo {
	margin:0;
	padding:0;
	width:70px;
	float:right;
	text-align:right;
}

.subbox {
	border-bottom:medium none;
	margin-bottom:0;
	overflow:hidden;
	padding-bottom:20px;
}

/*.subbox {
	margin:-10px;
	padding:10px;
	margin-bottom:10px;
	border-bottom:10px solid #E6E8EB;
}*/

.subboxbottom {
	margin:0;
	padding:0;
}

#flickr img {
       border:1px solid #f2f2f2;
}

#flickr li {
        display: inline;
        list-style:none;
        margin:0;
	padding:0;
        margin-top:4px;
        padding:5px 2px 5px 2px;
}

#shareadd {

}

.shareleft {
       float:left;
}

.addright {
       float:right;
}


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}

.button {
	padding:0;
	margin:0;
	color:#FFFFFF;
	border:none;
	clear:both;
	background-color:#c4cad9;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none;
	clear:both;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/


.commentlist {
	padding-left:20px;
	padding-right:10px;
	}
	
.commentlist li {
        font-size: 130%;
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;

	}

#commentform small {
	font-size:90%;
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;


	background:#e9e9e9;
	padding:3px 6px;
	}

.makebig {
        font-size: 130%;
}

.commentlist cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}


/* Other*/

.postspace {
padding:2px;
margin-bottom:10px;
border-bottom:1px dotted #cccccc;
display: block;
}
#leftcolumn .postspace {
border-bottom:1px dotted #CC6666;
}
#midcolumn .postspace {
border-bottom:1px dotted #99CC99;
}
#rightcolumn .postspace {
border-bottom:1px dotted #FFCC66;
}
.get_recent_comments_wrap {
        margin:0;
	padding:0;
}

.get_recent_comments_wrap p {
	font-weight: bold;
        font-size: 85%;
        line-height:135%;
}


.get_recent_comments_wrap li {
        list-style: none;
		margin:0 0 5px;
}

.get_recent_comments_wrap ul {
        margin:0;
	padding:0;
}

.get_recent_comments_wrap img {
        float:left;
        margin:0;
	padding:0;
        margin:5px 10px 10px 0px;
        border:5px solid #f2f2f2;
}

.commentspace {
	padding:1px;
        margin-bottom:8px;
	border-bottom:0px dotted #b6b6b6;
	}

/* FRIENDFEED css */

.friendfeed.widget a {
	text-decoration: none !important;
	/*color: #2F97FA !important; change this to match the color of your theme's link (a) color*/
	border: none 0px !important;
}

.friendfeed.widget a:hover {
	text-decoration: underline !important; /*my theme underlines the link on hover*/
	/*color: #333333!important;*/
	border: none 0px !important;
}

.friendfeed.widget {
	width: 100% !important; /*I wanted my feed to be 90% of the width of my main content*/
	background-color: #ffffff !important;
	border: none 0px !important; /*I did not want a border around my feed*/
	padding:0px;
}

.friendfeed.widget .logo {
	display: none; /*This turns off the friendfeed logo at the top of the feed*/
}

.friendfeed.widget,
.friendfeed.widget div,
.friendfeed.widget span,
.friendfeed.widget img,
.friendfeed.widget table,
.friendfeed.widget tr,
.friendfeed.widget td {
	background-color: #ffffff !important; /*this removes friendfeed's terrible white color*/
/*background. Borrowed this from a now unknown source*/
}

.friendfeed.widget .feed .entry {
	font-size: 95% !important; /*font size for entry*/
}

.friendfeed.widget .feed .entry .info {
	font-size: 85% !important; /*font size for time and comment links*/
}

.friendfeed.widget .bottom {
	font-size: 85% !important; /*font size for feed's bottom links*/
	background: #ffffff !important;
	border-top: 1px dotted #b6b6b6!important;
	padding:5px !important;
}

.friendfeed .name a { display:none; !important}


.friendfeed.badge {
	border: none 0px !important; 
	margin:0 !important;
 	padding:0 !important;
}

.friendfeed .entry .comments .comment { 
        overflow: visible !important; 
        white-space: normal !important
}

/* Rss simplepie */


.simplepie {
	margin:0;
	padding:0;
}


.time {
	font-size: 85%;
        font-weight: bold;
	color: #868788;
	margin:0;
	padding:0;
        margin-right:5px;
        padding-right:5px;
}

/*.date {
	font-size: 80%;
        font-weight: bold;
	color: #868788;
	margin:0;
	padding:0;
}*/

.description {
	margin:5;
	padding:0;
	border-bottom:1px dotted #b6b6b6;
}

#tags {
      	padding:2px;
      	padding-bottom:10px;
        margin-top:11px;
        margin-top:5px;
	border-bottom:1px dotted #b6b6b6;
	}

a.button, a.button:visited { 
        display: block; 
        background: url(images/button.gif) no-repeat; 
        height: 30px;
        line-height: 29px; 
        float: left; 
        margin-top: 2px;
        margin-right: 8px;
        text-decoration: none; 
        width: 191px; 
        border: none; 

}

a.button:hover { 
        display: block; 
        background: url(images/button.gif) no-repeat; 
        height: 30px;
        line-height: 29px; 
        float: left; 
        margin-top: 2px;
        margin-right: 8px;
        font-weight: bold;
        color: #333333;
        text-decoration: underline; 
        width: 191px; 
        border: none;
 
}

span.download { 
        background:url(images/download.png) no-repeat 10px 8px; 
        text-indent: 35px; 
        display: block; 
        font-weight:bold;
}

.clear { 
        clear: both; 
}

small {
background:#EAF3FB none repeat scroll 0 0;
font-size:60%;
font-weight:normal;
margin:0;
padding:3px 6px;
vertical-align:middle;
}
h3 small {
	padding:3px 6px;
}
hr {
	display: block;
	height:1px;
	background:#E6E8EB;

	border:0;
	}

/*Subnav */



/*Sidelist*/


/*subbox*/




/* zfeeder styles */
.zf_header {
        margin-bottom: 1px;
	font-size: 80%;
	font-weight:bold;
	text-transform:uppercase;

}

/* the channel part in the css template */
.zf_channel {
        margin:0;
	padding:0;
}

/* the channel logo part in the css template */
.zf_logo {
        margin:0;
	padding:0;
}

/* the channel title part in the css template */
.zf_chantitle {
}

/* the channel rss part in the css template */
.zf_rss {
	font-size: medium;
	font-style: italic;
}

/* the controls part in the css template */
.zf_controls {
        margin:0;
	padding:0;
}

/* the moreurl part in the css template */
.zf_moreurl {
	font-style: italic;
}

/* the hideurl part in the css template */
.zf_hideurl {
	font-style: italic;
}


/* the lastupdated part in the css template */
.zf_lastupdated {
        margin:0;
	padding:0;
	font-style: italic;
	color: #FFFFFF;
}

/* the news container part in the css template */
.zf_news {
	line-height: 20px;
	margin-top: 0px;
	padding-left: 2px;
        font-size: 80%;
}

/* the news title part in the css template */
.zf_title {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
        letter-spacing: -1px;
	text-decoration: none;
  }

/* the news description part in the css template */
.zf_description {
    text-align: left;
    margin: 1px;
}

/* the news publication date part in the css template */
.zf_pubdate {
	color: #999999;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0em;
        margin:0;
	padding:0;
}

/* the footer part in the css template */
.zf_footer {
	height: 0px;
}

/* the between channels part in the css template */
.zf_between {
	height: 0px;
}


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

/*breadcrumbs*/

.breadcrumb {
	margin:0;
        margin-left:12px;
	padding-left:0;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:5px;
}

.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.breadcrumb a:hover {
	text-decoration:underline;
}

/*authorinfobox*/

#authorphoto {
	padding:0; 
        float: left;
}

#authorphoto img {
       border: #ffffff 1px solid;
}

.authorphoto_box {
    width:auto;
	padding: 5px 5px 5px 0px;
}

#author_infobox {
        float:right;
	padding:0; 
	font-size: 100%;
}

.author_info ul {
 	margin:0; 
	padding:0; 
	list-style:none;
	font-size: 100%;
}

/*video sizes*/

#rightcolumn .vvqbox { 
        display: block; 
        max-width: 210px;
        max-height: 172px;
        visibility: visible !important; 
        /*margin: 0 0 14px;*/
} 

#rightcolumn .vvqbox img { 
        max-width: 210px;
		height:172px; 
} 

#rightcolumn .vvqbox object { 
        max-width: 210px; 
        width: expression(this.width > 210? "210px": "auto" );
        height: 172px;
}

#leftcolsub .vvqbox { 
        display: block; 
        max-width: 100%;
        visibility: visible !important; 
        margin: 10px auto; 
} 

#leftcolsub .vvqbox img { 
        max-width: 100%; 

} 

#leftcolsub .vvqbox object { 
        max-width: 100%; 
}

.ddsg-wrapper ul li ul li {
	font-size: 100%;
	margin:0;
	padding:0;
        padding-top:4px;
}

.ddsg-wrapper ul li ul {
	font-size: 100%;
	margin:0;
	padding:0;
	padding:0px 8px 8px 18px;
}

table {
	/*font-size: 100%;*/
	margin:0;
	padding:0;
}

tr {
	/*font-size: 75%;*/
	margin:0;
	padding:0;
}

td {
	/*font-size: 100%;*/
}

#archiveform {
	padding:0; 
	margin:0;

}



#login {
	font-size: 75%;
	margin:0;
	padding:0;
}

#login h2 {
	font-size: 100%;
	margin:0;
	padding:0;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
        margin:0.3em 1em 0 0;

}

.wp-caption p.wp-caption-text {
       line-height: 17px;
       padding: 0;
       margin: 0;
       font-family: "Lucida Grande", arial, sans-serif;
       font-size: 65%; 
       color: #666666;
}

/* End captions */


.commentmetadata img {
     margin: 0;
     padding: 0;
     margin:0 0 0 5px;
}
.outer {
}
.gd_writing {
	border-bottom:6px solid #CC6666;
	display:block;
	height:21px;
	margin-bottom:12px;
}
.gd_reading {
	border-bottom: solid 6px #99cc99;
	display:block;
	height:21px;
	margin-bottom:12px;
}
.gd_watching {
	border-bottom: solid 6px #ffcc66;
	display:block;
	height:21px;
	margin-bottom:12px;
}
#searchsite {
	float:right;
	height:38px;
	position:relative;
	right:0;
	top:-20px;
	width:268px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.cluster .summary {
visibility:hidden;
display:none;
}
.feed {
padding:0px;
}
.subfooter {
	float:left;
	padding:0 16px;
	position:relative;
	width:30%;
	font-size: 90%;
	color: #FFFFFF;
}
.subfooter h3 {
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.6em;
font-weight:normal;
margin-bottom:10px;
}
.subfooter p {
	color:#ffffff;
	margin-bottom:10px;
}
.subfooter ul {
	font-size:80%;
}
.subfooter li {
	margin-bottom:4px;
}
.icon {
	border:none;
	vertical-align:middle;
	margin-bottom:10px;
}
.subfooter #wpstats{
	visibility:hidden;
}
.comment {
/*background-image:url("images/comment.png");
background-position:center 8px;
background-repeat:no-repeat;
font-size:0.7em;
padding:10px;*/
background-image:url("images/comment.png");
background-position:center 50%;
background-repeat:no-repeat;
font-family:arial,verdana,sans-serif;
font-size:11px;
line-height:26px;
padding:6px 10px 10px;
}
.bird{
background-image:url("images/twitter_bird.png");
background-repeat:no-repeat;
height:27px;
position:absolute;
right:250px;
top:20px;
width:28px;
}
strong.search-excerpt {
	background-color: #FFFFCC;
}
