/* SINGLE POST STUFF */

.foobar {
	/* background image is included below with the 
	   other icon images */
	left: -14px;
	height: 50px;
	position: absolute;
	top: 20px;
	width: 64px;
	z-index: 1;
}

#single-icon-top {
	/* background image is included below with the 
	   other icon images */
	left: -4px;
	height: 50px;
	position: absolute;
	top: 110px;
	width: 64px;
	z-index: 1;
}
.subox-top {
	background: url(../images/subox-top.png) top center no-repeat;
	height: 18px;
}

.subox-top {
	display:none;
	background-image: none;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;	
   clear: both;
	height: 15px;
	-webkit-box-shadow: 3px 3px 12px rgba(0,0,0,.25);
	-moz-box-shadow: 3px 3px 12px rgba(0,0,0,.25);
	box-shadow: 3px 3px 12px rgba(0,0,0,.25);
}
.entry {
	background:#fff;
	padding-bottom:10px;
	margin-bottom:30px;
	border:1px solid #ccc;
	-moz-border-radius-topleft: 10px;
   	-moz-border-radius-topright: 10px;
   	-webkit-border-top-left-radius: 10px;
   	-webkit-border-top-right-radius: 10px;	
   	/* background: #FFF url(../images/subox-tile.png) top center repeat-y;*/
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.15);
	box-shadow: 2px 2px 8px rgba(0,0,0,.15);
	-moz-border-radius-bottomleft: 10px;
   	-moz-border-radius-bottomright: 10px;
   	-webkit-border-bottom-left-radius: 10px;
  	-webkit-border-bottom-right-radius: 10px;
  		


}
.postcontent {
	padding: 10px 30px;
	position: relative;
}

.postcontent h3{padding:1em 0 0 0;}

.blog .postcontent {
	padding: 10px 30px;
	position: relative;
}
.single .postcontent {
	padding: 10px 30px;
	position: relative;
}
.post p.postmetadata {
	background: #e8e8e8; /*url(../images/subox-meta.png) top left repeat-x;*/
	clear: both;
	margin: 0 ;
	padding: 10px 30px 10px 30px;
	font-size:90%;
	color:#777;
}
.sharethis {
	float: right;
}
.subox-bottom {
	display:none;
	background: url(../images/subox-bottom.png) bottom center no-repeat;
	clear: both;
	height: 15px;
}

.subox-bottom {
	display:none;
	background-image: none;
	background-color:#e8e8e8;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
   -moz-border-radius-bottomleft: 10px;
   -moz-border-radius-bottomright: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;	
   clear: both;
	height: 15px;
	-webkit-box-shadow: 2px 2px 12px rgba(0,0,0,.25);
	-moz-box-shadow: 2px 2px 12px rgba(0,0,0,.25);
	box-shadow: 2px 2px 12px rgba(0,0,0,.25);

}
-moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -moz-border-radius-bottomleft: 0;
   -moz-border-radius-bottomright: 0;
   -webkit-border-bottom-left-radius: 0;
   -webkit-border-bottom-right-radius: 0;


.navigation {
	clear: both;
}
.next a {
	background: transparent url(../images/nextprev-button.png) 0 0 no-repeat;
	display: block;
	float: right;
	height: 28px;
	margin: 20px 0;
	text-indent: -9999px;
	width: 170px;
}
.next a:hover {
	background: transparent url(../images/nextprev-button.png) 0 -28px no-repeat;
}
.back a {
	background: transparent url(../images/nextprev-button.png) 0 -56px no-repeat;
	display: block;
	float: left;
	height: 28px;
	margin: 20px 0;
	text-indent: -9999px;
	width: 170px;
}
.back a:hover {
	background: transparent url(../images/nextprev-button.png) 0 -84px no-repeat;
}

/* START COMMENTS */
.nomargin {
	margin: 0;
}
.comments {
	width: 690px;
	margin-top: 20px;
}
.comments-list li {
	margin-bottom: 10px;
}
.comments-list li .top {
	color: #3b3c3d;
	font-family: 'Georgia';
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}
.comments-list li .date,
.comments-list li .edit {
	font-size: 11px;
	margin-top: -10px; /* undo margin from bottom paragraph in comment text */
}
.comments-list li .date a:link,
.comments-list li .date a:visited {
	color: #767778;
	text-decoration: none;
}
.comments-list li .date a:hover {
	color: #00BEE2;
	text-decoration: underline;
}
.comments .top {
	background: url('../images/comment-top.png') top left no-repeat;
	display: block;
	padding: 40px 20px 15px 75px;
}
.comments .alt {
	margin-right: -12px; /* offset to make up for tab image */
	margin-left: 12px; /* offset to make up for tab image */
}
.comments .alt .top {
	background: url('../images/comment-top-alt.png') top left no-repeat;
	padding: 40px 0 15px 40px;
}

.comments .body {
	background: url('../images/comment-body-bg.png') repeat-y;
	color: #10375c;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	margin-left: 12px; /* offset to make up for tab image */
	overflow: auto;
	padding: 0 20px;
}
.comments .alt .body {
	margin-left: 0px;
}
.comments .body p {
	margin: 0 0 10px 0;
}
.comments .bottom {
	display: block;
	background: url('../images/comment-bottom.png') bottom center no-repeat;
	margin-left: 12px;
	padding: 0 20px 10px 0;
	text-align: right;
}
.comments .alt .bottom {
	margin-left: 0;
	margin-right: 12px;
}
.no-comments {
	width: 493px;
	margin-left: -12px;
	padding-top: 10px;
}
.no-comments .body {
	padding-top: 3px;
	padding-bottom: 0;
}
.no-comments .bottom {
	height: 14px;
}
.no-comments .top {
	margin: 0 0 0 12px;
}

/*Form stuff */
#commentform{
	margin: 0 12px;
}

#post-comment-form textarea,
#post-comment-form input[type='text'] {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 5px solid #ebe4dc;
	padding: 5px 8px 6px 8px;
	width: 355px;
}
#post-comment-form p {
	margin-bottom: 5px;
}
#post-comment-form .form-field-wide textarea,
#post-comment-form .form-field-wide input[type='text'] {
	width: 455px;
	margin-bottom: 12px;
}
#post-comment-form .form-field-wide label {
	/* style for rearranged OverText labels */
	padding: 6px 9px;
	cursor: text;
	position: absolute;
	display: none;
}
#post-comment-form li .form-label {
	width: 77px;
	margin: 5px 0;
}
#post-comment-form li .form-field {
	width: 384px;
	margin: 5px 0;
}
#post-comment-form li .field-error {
	width: 398px;
	padding: 3px;
	margin: -3px 5px 5px 0;
	color: red;
}
.submit-image {
	background-image: url('../images/comment.png');
    height: 28px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: none;
    background-position: 0 0;
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -5000px;
    border: 0;
    width: 170px;
}
.submit-image:hover {
    background-position: 0 -28px;
}
.submit-image span {
    display: none;
}
/*end form stuff*/
/* END COMMENTS */


#sidebar {
	margin: 35px 0 50px 30px;
}
.guide #sidebar {
	margin-top: 0;
}
.guide #sidebar h2 {
	margin-top: 0;
}
#sidebar h2 {
	color: #497cab;
	font-size: 18px;
	font-weight: normal;
	height: 55px;
	margin-top: 0;
	padding: 0 0 0 0;
	text-transform: none;
}

#commentform h3 {
	background: transparent url(../images/header-border.png) top left repeat-x;
	color: #497cab;
	font-size: 18px;
	font-weight: normal;
	height: 55px;
	margin-top: 20px;
	padding: 16px 0 0 0;
	text-transform: uppercase;
}


#sidebar h2.long{
background: transparent url(../images/header-border.png) top left repeat-x;
	color: #497cab;
	font-size: 14px;
	font-weight: normal;
	height: 55px;
	margin-top: 20px;
	padding: 16px 0 0 0;
	text-transform: uppercase;
}
#sidebar li li {
	list-style-image: url(../images/bullet.png);
	margin-left: 20px;
}
.share a {
	display: block;
	height: 28px;
	margin: 5px 0;
	text-indent: -9999px;
}
.facebook a {
	background: transparent url(../images/share-sprite.png) 0 0 no-repeat;
}

li.register {
	list-style-image: none;
	display: block;
	height: 28px;
	margin: 5px 0;
	text-indent: -9999px;
}
.register a {
	background: transparent url(../images/register-sprite.png) 0 0 no-repeat;
}

.register a:hover {
	background: transparent url(../images/register-sprite.png) 0 -28 no-repeat;
}

.facebook a:hover {
	background: transparent url(../images/share-sprite.png) 0 -28px no-repeat;
}
.twitter a {
	background: transparent url(../images/share-sprite.png) 0 -56px no-repeat;
}
.twitter a:hover {
	background: transparent url(../images/share-sprite.png) 0 -84px no-repeat;
}
.emailtofriend a {
	background: transparent url(../images/share-sprite.png) 0 -112px no-repeat;
}
.emailtofriend a:hover {
	background: transparent url(../images/share-sprite.png) 0 -140px no-repeat;
}

ul#guidepages li {
	padding: 5px 0;
}
li.current_page_item a {
	color: #30b04e;
	font-size: 14px;
	font-weight: bolder;
}

/*Global team pages*/
gt-country {
	float:left;
}
.gt-bio {
	float:left;
}
.gt-rev {
}
p.gt-rev {
}

h1.gt-2011 {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	padding-top: 0px;
}

.container_16-main {padding-top: 20px;}
.main-pic {width: 580px; position: absolute;}
.gt-main-box {width: 940px; height: 350px; background: #4c4c4c; margin-left: 10px;}
.main-text {width: 330px; padding-left: 10px;}
.fR {float:right;}
.map {width: 200px; float: right;}
.map img {width: 200px;}
.stats {width: 220px; float: left;}
p.gt {color:#4c4d4c;}
p.big {font-size: 130%; line-height: 1.35em; color:#4c4d4c; padding: 0 25px 0 0px;}
p.big-main {font-size: 130%; line-height: 1.35em; color:#ebebeb; padding: 0 25px 0 0px;}
h2 {font-size: 170%;color: #c30590; text-transform: none; padding-top: 5px;}
h2.gt {font-size: 150%; font-weight: bold; color: #c30590; text-transform: none; padding: 0 0 5px 0px;}
h3.gt {font-size: 145%; font-weight: normal; color: #1f7db1; line-height:1.3em;}
.countryinfo h3.gt {padding-left: 10px;}
.sidebar-box {background: #eaeaeb; border: #dbdbdb solid 1px;}
.gt-sidebar h2, #commentform h3 {
	color: #497cab;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	padding: 10px 0 0 0px;
	background: none;
	text-transform: none;
}
.gt-sidebar ul {
list-style-type:none;
}
.gt-sidebar .widgettitle h2 a {color:#000;}

.gt-sidebar li {
	list-style-type: none;
	padding-left: 10px;
}
h1.gt {
	/*color: #1f7db1;*/
	color: #4f4f4f;
	font-size: 23px;
	font-weight: bold;
	padding-top: 0px;
}
.gt-sidebar-fR {
	float: right;
}

.gt-sidebar .sidebar-box ul li {
	list-style-type: none;
	margin: 0px 0 0 5px;
	padding: 0 5px 10px 10px;
	line-height: 1.4em; 
}

.gt-entry {margin: 20px 0 0 0; background: #f5f5f5; padding: 10px; border: #dbdbdb solid 1px;}

.gt-member-entry {margin: 20px 0 0 0;}

h3.gt-post-bottom {font-weight: normal; color: #4f4f4f;}

.gt-postcontent {
	padding: 0px 0;
	position: relative;
}

.countryinfo {
	background: #cfcdcd;
	padding: 0px;
	width: 460px;
	height: 200px;
	border: 1px solid #c5c4c4;
}
img.gt-blog {
	float:right;
	padding-right:10px;
}
img.gt {
	float:none;
}
.post p.gt-postmetadata{
	font-size: 80%;
	clear: both;
	margin: 0 0 0 0;
	padding: 25px 30px 10px 30px;
}

ul.gt {list-style-type: circle;}
ul.gt li {font-size: 100%; font-weight: bold; color:#292929; line-height:1.15em;}

li.gt-blog a {display: block; margin: 5px 0; text-indent: -9999px; margin-left: -27px; height: 45px; background: url(../global/images/static/global-team/buttons-together.png) 0 0 no-repeat;}
li.gt-blog a:hover {background: url(../global/images/static/global-team/buttons-on.png) 0 0 no-repeat;}

p.gt-apply {
	font-size: 13px;
	line-height: 22px;
	}

.gt-blog-content {padding: 0 0 0 10px;}

.margin-top-20 {margin-top: 20px;}

.gt-home {background: #fff url("http://tmcyouth.com/global/images/static/global-team/home-bg.jpg") no-repeat top center}

.gt-body p {color: #6f6f6f; font-size: 110%;}

.gt-top h4 {padding-top: 10px;}
.gt-comments {
	width: 690px;
	margin-top: 20px;
	background: #cecdcd;
	border: 1px solid #dfdfdf;
}
.gt-comments p {color:#414141;}

.gt-comments-list {
	margin: 10px 0 0 0px;
	
}
.gt-comment-list {
list-style-type: none;
}
.gt-comments-list li .top {
	color: #3b3c3d;
	font-family: 'Georgia';
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}
.gt-comments-list li .date,
.gt-comments-list li .edit {
	font-size: 11px;
	margin-top: -10px; /* undo margin from bottom paragraph in comment text */
}
.gt-comments-list li .date a:link,
.gt-comments-list li .date a:visited {
	color: #767778;
	text-decoration: none;
}
.gt-comments-list li .date a:hover {
	color: #00BEE2;
	text-decoration: underline;
}
.gt-comments .top {
	background: url('../images/comment-top.png') top left no-repeat;
	display: block;
	padding: 40px 20px 15px 75px;
}
.gt-comments .alt {
	margin-right: -12px; /* offset to make up for tab image */
	margin-left: 12px; /* offset to make up for tab image */
}
.gt-comments .alt .top {
	background: url('../images/comment-top-alt.png') top left no-repeat;
	padding: 40px 0 15px 40px;
}

.gt-comments .body {
	background: url('../images/comment-body-bg.png') repeat-y;
	color: #10375c;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	margin-left: 12px; /* offset to make up for tab image */
	overflow: auto;
	padding: 0 20px;
}
.gt-comments .alt .body {
	margin-left: 0px;
}
.gt-comments .body p {
	margin: 0 0 10px 0;
}
.gt-comments .bottom {
	display: block;
	background: url('../images/comment-bottom.png') bottom center no-repeat;
	margin-left: 12px;
	padding: 0 20px 10px 0;
	text-align: right;
}
.gt-comments .alt .bottom {
	margin-left: 0;
	margin-right: 12px;
}
.no-comments {
	width: 493px;
	margin-left: -12px;
	padding-top: 10px;
}
.no-comments .body {
	padding-top: 3px;
	padding-bottom: 0;
}
.no-comments .bottom {
	height: 14px;
}
.no-comments .top {
	margin: 0 0 0 12px;
}


.gt-share a{display: block;
	height: 55px;
	width: 320px;
	margin: 0;
	text-indent: -9999px;
	}
	
.gt-share a:hover {height:55px; width: 320px; display:block;}

.gt-applications {
	width: 260px;
	margin: 20px 0 0 15px;
	background: #d6d6d6;
	padding: 13px 20px 20px 20px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: -3px 3px 2px #cfcfcf;
	-webkit-box-shadow: -3px 3px 2px #cfcfcf;
	box-shadow: -3px 3px 2px #cfcfcf;
	}

.gt-applications h3 {
	color: #4c4d4c;
	}

.gt-applications a {
	color: #444;
	padding-left: 5px;
	}

.gt-blog-button {background: url(/global/images/static/global-team/global-team-blog-button-xs.png) no-repeat;}
.gt-blog-button a:hover {background: url(/global/images/static/global-team/global-team-blog-button-xs-on.png) no-repeat 0px 0px;}
.gt-contact-button {background: url(/global/images/static/global-team/contact-the-team-button-xs.png) no-repeat;}
.gt-contact-button a:hover {background: url(/global/images/static/global-team/contact-the-team-button-xs-on.png) no-repeat;}
.gt-apply-button {background: url(/global/images/static/global-team/global-team-apply-button-xs.png) no-repeat;}
.gt-apply-button a:hover {background: url(/global/images/static/global-team/global-team-apply-button-xs-on.png) no-repeat 0px 0px;}
.gt-apply-online-button {background: url(/global/images/static/global-team/global-team-apply-online-button-xs.png) no-repeat;}
.gt-apply-online-button a:hover {background: url(/global/images/static/global-team/global-team-apply-online-button-xs-on.png) no-repeat 0px 0px;}
.gt-question-button {background: url(/global/images/static/global-team/global-team-question-button-xs.png) no-repeat;}
.gt-question-button a:hover {background: url(/global/images/static/global-team/global-team-question-button-xs-on.png) no-repeat 0px 0px;}
.gt-download-button {background: url(/global/images/static/global-team/global-team-download-button-xs.png) no-repeat;}
.gt-download-button a:hover {background: url(/global/images/static/global-team/global-team-download-button-xs-on.png) no-repeat 0px 0px;}

.gt_member_blog {height: 68px;}
.gt_member_art {
	height: 36px;
	margin-bottom: 14px;
	}


/*Ten Commandments*/

.comm-box {display:block; float: right; height:89px; width:171px; margin-bottom: 20px; font-size:36px; color:#eee;}
.center {margin: 0 10px 0 10px;}
.right {float: right; margin-left: 10px;}
.left {float: left; margin-left: 0}
.banner {margin-bottom: 20px;}

.share10 a{display: block;
	height: 86px;
	margin: 0;
	text-indent: -9999px;
	}
	
.share10 a:hover {border: 3px solid #fff; height:86px; display:block;}

.first {background: url(http://tmcyouth.com/global/images/static/first-xs-off.jpg) no-repeat;}
.first a:hover {background: url(http://tmcyouth.com/global/images/static/first-xs.jpg) no-repeat -3px -3px;}
.second {background: url(http://tmcyouth.com/global/images/static/second-xs-off.jpg) no-repeat;}
.second a:hover {background: url(http://tmcyouth.com/global/images/static/second-xs.jpg) no-repeat -3px -3px;}
.third {background: url(http://tmcyouth.com/global/images/static/third-xs-off.jpg) no-repeat;}
.third a:hover {background: url(http://tmcyouth.com/global/images/static/third-xs.jpg) no-repeat -3px -3px;}
.fourth {background: url(http://tmcyouth.com/global/images/static/fourth-xs-off.jpg) no-repeat;}
.fourth a:hover {background: url(http://tmcyouth.com/global/images/static/fourth-xs.jpg) no-repeat -3px -3px;}
.fifth {background: url(http://tmcyouth.com/global/images/static/fifth-xs-off.jpg) no-repeat;}
.fifth a:hover {background: url(http://tmcyouth.com/global/images/static/fifth-xs.jpg) no-repeat -3px -3px;}
.sixth {background: url(http://tmcyouth.com/global/images/static/sixth-xs-off.jpg) no-repeat;}
.sixth a:hover {background: url(http://tmcyouth.com/global/images/static/sixth-xs.jpg) no-repeat -3px -3px;}
.seventh {background: url(http://tmcyouth.com/global/images/static/seventh-xs-off.jpg) no-repeat;}
.seventh a:hover {background: url(http://tmcyouth.com/global/images/static/seventh-xs.jpg) no-repeat -3px -3px;}
.eighth {background: url(http://tmcyouth.com/global/images/static/eighth-xs-off.jpg) no-repeat;}
.eighth a:hover {background: url(http://tmcyouth.com/global/images/static/eighth-xs.jpg) no-repeat -3px -3px;}
.ninth {background: url(http://tmcyouth.com/global/images/static/ninth-xs-off.jpg) no-repeat;}
.ninth a:hover {background: url(http://tmcyouth.com/global/images/static/ninth-xs.jpg) no-repeat -3px -3px;}
.tenth {background: url(http://tmcyouth.com/global/images/static/tenth-xs-off.jpg) no-repeat;}
.tenth a:hover {background: url(http://tmcyouth.com/global/images/static/tenth-xs.jpg) no-repeat -3px -3px;}

.10c-entry {margin: 0 0 0 0;}
.10c-entry img {margin-left:-20px;padding:0;}

.time4thinkers-live {background: #fff url("/global/images/static/time4thinkers-live-bg.jpg") repeat-y top left}
.dear-me {background: #fff url("/global/images/static/home-bg.jpg") no-repeat top left}
.strange {background: #fff url("/global/images/static/home-bg.jpg") no-repeat top left}

.social-box {
	margin-bottom: 20px;
	height: 30px;
	}
	
.custom-tweet-button{
	background: url("/images/icons/twitter-26x26.png");
	width: 26px;
	height: 26px;
	margin-right: 3px;
	float: left;
	}
	
.FBConnectButton_Simple {
	background-image: url("/images/icons/facebook-26x26.png");
	padding: 0 6px 10px 0;
	float: left;
	}
	
.facebook-like-button {
	border:none;
	overflow:hidden;
	width:450px;
	height:35px;
	margin: 1px 0 0 4px;
	}
.pullquote-left	{float:left;
	font-family:georgia;
	font-style:italic;
	margin:20px;
	font-size:24px;
	color:#64AFD5;
	font-weight: bold;
}
.pullquote-right	{
	float:right;
	font-family:georgia;
	font-style:italic;
	margin:20px;
	font-size:24px;
	color:#64AFD5;
	font-weight: bold;
}


