/* 
Lingua 2.0 Base CSS 
*/

/* @group HTML Tags */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #000;
	background: #fff;
	}
a {
	text-decoration: none;
	color: #039;
	}
a:hover {
	color: #36b;
	}
select {
	width: 190px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 0 0 0px;
	padding: 5px 10px 5px 35px;
	font-family: times, serif;
	background: #f7f7f7 url(images/quote-l.gif) 10px 10px no-repeat;
	font-size: 11pt;
	line-height: 1.2;
	}
	
blockquote p {
	background:  url(images/quote-r.gif) bottom right no-repeat;
	padding-right: 20px;
	}
blockquote p+p {
	background: none;
	}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}
a img {
	border: none;
	}
	
	
/* @end Global */

/* @group General Classes */

.post-thumbnail {
	float:right;
	height: 75px;
	width:75px;
	margin: 0 5px 0 10px;
	padding: 1px;
	background: #e5e5e5;
	border: 1px solid #000;
	}
.center {
	text-align: center;
	}
.more-link {
	float: right;
	padding-bottom: 5px;
	clear: left; /*clear bth don't fix*/
	}
.warning {
	margin:10px 0 20px 0;
	padding:10px;
	border:1px solid #f60;
	background:#ffc; 
	font-size:9pt;
	color:#f60;
	text-align:center;
	}
.error {
	color: #e30000;
	background: #ffbec6;
	font-weight: bold;
	border:1px solid #e30000;

	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.clear {
	clear: both;
	}
	
/* 3D button class to wrap around links */	
.button a{
	padding: 4px;
	background: #ddd url(images/search-bg-hover.gif) repeat-x;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	color: #666;
	font-weight: bold;
	display: block;
	}
.button a:hover {
	border-color: #ccc;
	border-bottom-color: #bbb;
	background: #eee url(images/search-bg.gif) repeat-x top;
	}
		
.button a,
.button a:active,
.button a:visited,
.button a:hover {
	text-decoration: none;
	color: #666;
	}

	
/* 3D button class to apply to submit inputs*/	
input.button {
	padding: 4px;
	background: #ddd url(images/search-bg-hover.gif) repeat-x;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	color: #777;
	font-weight: bold;
	width: 75px;
	}
input.button:hover {
	border-color: #ccc;
	border-bottom-color: #bbb;
	background: #eee url(images/search-bg.gif) repeat-x top;
	}

.author-block {
	display: block;
	float: left;
	width: 220px;
	w\idth:216px; /* corrects box model bug in  ie 5 only */
	margin: 5px 15px 5px 15px;
	padding: 2px;
	font-size: 7pt;
	position:relative; 
	}
	html>body .author-block {
	position:static; /* correct value for everything but ie 5-6 */
	}
	.author-block b {
		display: block;
		margin: 0;
		padding: 0 0 2px 0;
		width: 166px;
		height: 11pt;
		overflow: hidden;
		font-size: 10pt;

		}
#sidebar .author-block {
	margin: 5px 0;
	}
#random-translators .author-block {
	width: auto;
	}
.author-block:hover {
	color: #fff;
	background: #ccc;
	}

.gallery-portrait {
	float: left;
	margin: 0 5px 0 0;
	padding:  0;
	height: 40px;
	width: 40px;
	border: 1px solid #999;
	}
	
/* Classes used inside posts (MUST NOT BE REMOVED) */	
.translation {
	font-size: 10pt;
	padding: 10px 15px;
	border: 10px solid #f7f7f7;
	border-width: 0 15px 10px 30px;
	margin: 0;
	text-align: left;
	}

.arabic { 
	font-family: tahoma;
	font-size: 12px;
	direction: rtl;
	text-align: right;
	margin: 10px;
	}
/* @end Various Tags & Classes*/

/* @group GV Breadcrumb */
#gvbreadcrumb {
	background: #66b7fc url(images/ctxbar-bg.gif) bottom repeat-x;
	width: 100%;
	text-align: center;
	margin-top: 0;
	padding-top: 1px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	border-bottom:1px solid #69d;
	color: #027;
	font-size: 9pt;
	direction: ltr;
}
#gvbreadcrumb p {
	margin: 8pt;
}
#gvbreadcrumb a {
	color: #fff;
	font-weight: bold;
	}
#gvbreadcrumb a:active, 
#gvbreadcrumb a:hover {
	text-decoration: underline;
	}

/* @group Also In */
#also-in {
	margin-top: 2px;
	position: relative;
	z-index: 5;
	direction: ltr;
	}
#also-in ul {
	display: inline;
	margin:0; 
	padding:0;
	}
	#also-in li {
	display: inline;
	}
	#also-in li+li:before {
	content: "";
	}
/* definitions for specific
  language titles so that they
  look right when listed together */
  
 #also-in .ar, 
 #also-in .fa {
	font-size: 9.5pt;
	position: relative;
	bottom: 1px;
	}
 #also-in .bn {
	font-size: 9.5pt;
	}
/* @end Also In */
/* @end GV Breadcrumb */

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0 ;
	width: 750px;
	font-size: 10pt;
	position: relative;
	z-index: 2;
	}

/* @group Header */
#header {
	padding: 0;
	position:relative;
	margin:0;
	}
#pagetitle {
	height: 145px;
	margin: 0 0 0px 0;
	position: relative;
	top:1px;
	padding:0;
	direction: ltr;
	border-bottom: 0px solid #ccc;
	}
#pagetitle #headerimg {
	position: absolute;
	top: 65px;
	left: 0;
	width: 400px;
	height: 75px;
	}
#pagetitle #gvlogo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 175px;
	height: 35px;
	}
#pagetitle #reuterslogo {
	position: absolute;
	top: 10px;
	left: 180px;
	width: 150px;
	height: 35px;
	}
#header h1, #header h1 a, h1 a:hover, h1 a:visited  {
	text-decoration: none;
	color: #ccc;
	position: relative;
	left: 125px; 
	top: 19px;
	font-size: 24px;
	width: 750px ;
	}
#pagetitle .description {
	font-size: 9pt;
	position: relative;
	left: 100px;
	top: 22px;
	color: #f60;
	width: 500px;
	}

#feed {
	margin: 5px 0 1px 0;
	color: #f60;
	float: right;
	width: 70px;
	text-align: left;
	float: left;
	}
	#feed img {
	float: left;
	margin: 0 5px 1px 0;
	position: relative;
	top: 0px;

	}
	#feed p {
	float: right;
	}
	#feed a {
	color: #f60;
	font-size: 11pt;
	}
/* @end */

/* @group Top Navbar */
#topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	
	}
	#topnav li {
		display: inline;
		margin: 0;
		padding: 0;
		float: right;
	}
	#topnav li a {
		display: block;
		float: left;
		margin: 4px 12px 0 2px;
		font-size: 10pt;
		padding-bottom: 1px;
		
		
	}
#externalsitenav {
	float: right;
}
#externalsitenav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;

	}
	#externalsitenav li {
		display: inline;
		}
	#externalsitenav li a {
		display: block;
		float: left;
		margin: 0 5px;
		font-size: 10pt;
		color: #999;
		vertical-align: top;
		position: relative;
	}
	#externalsitenav li span {
		display: block;
		float: left;
		margin: 0 9px;
		vertical-align: bottom;
	}
#regionlist {
	clear: both;
	}
/* @end Top Navbar */

/* @group Context Bar */

#ctxbar {
	margin: 2px 0 0 0;
	padding: 10px 0 10px 0;
/*		border: 1px solid #9d6;
	border-width: 1px 0;
	border-bottom-color: #beef8d;
background: #c3ff88 url(images/ctxbar-bg.gif) bottom repeat-x;*/
	border: 1px solid #ccc;
	border-width: 1px 0;
	border-bottom-color: #ddd;
	background: #a6dcff url(images/ribbon-bg.gif) bottom repeat-x;
	color: #027;

	}
#ctxtool {
	width:485px;
	margin: 0 0 0 10px;
	padding: 5px 0;
	position: relative;
	}
	#ctxtool h2 {
		margin: 0px 0 4px 0;
		padding: 0;
		font-size: 17pt;
		font-weight: normal;
		
		}
	#ctxtool h2.post-title {
		font-size: 13.5pt;
		margin: 0 0 5px 0;
		}
	#ctxtool h2 a {
		color: #000;
		}
	#ctxtool h3 {
		font-weight: normal;
		font-size: 8.5pt;
		margin: 6px 0 4px 0;
		padding: 0;
		}
	#ctxtool h4 {
		margin: 0;
		padding: 0 ;
		font-size:9pt;
		}
	#ctxtool h2 i {
		font-size:11pt;
		font-weight: normal;
		font-style: normal;
		line-height: 160%;
		padding-left: 1px;
		display: block;
		}
	#ctxtool #blurb {
		margin: 0px 0;
		padding:  0 0 0 0;
		font-size: 9pt;
		}
	#ctxtool #blurb a {
		color: #fff;
		font-weight: bold;
	}
	#ctxtool .archive-time {
		font-size: 11pt;
		vertical-align: top;
		padding: 0 0 0 3px;
		}
	#ctxtool ul {
		margin: 0;
		padding: 0;
		}
	#ctxtool li {
		display: inline;
		margin: 0;
		padding: 0;
		}
	#ctxtool li+li:before {
		content: "- "
		}
	#ctxtool h3.listheader {
		display: inline;
		float: left;
		margin: 0 4px 0 0;
		padding: 0;
		}	
	#ctxtool h3.listheader:after {
		content: ":"
		}
	#ctxtool form#archive-pulldown {
		margin: 0px 0 5px 0;
		float: left;
	}
	#ctxtool .rsslink {
		position: relative;
		top: 3px;
		padding: 0 0 0 20px;
		margin: 0 0 0 5px;
		background: url(images/rss-16.png) no-repeat left top;
		color: #015;
		background-repeat: no-repeat;
	}
	#ctxtool form#archive-pulldown label{
	}
	#ctxtool select {
	margin: 0;
	} 	
	
	#ctxtool .author-profile-pic {
	float: left;
	padding: 0px 10px 2px 0;
	height: 35px;
	width: 35px;
	}	
	
#media-listing {
	float: right;
	margin: 0px 0 0 0;
	text-align: center;
	}

#ctxtool #media-listing {
	padding: 0px 0 3px 0;
	}
	#media-listing li {
		display: inline;
		list-style-type: none;
		}
	#media-listing li+li:before {
		content: '';	
	}

	#media-listing li a {
		float: left;
		width: 50px;
		height: 47px;
		margin:  0 2px 0 5px;
		padding: 5px 2px 0;
		font-size: 8pt;
		color: #36b;
		border: 1px solid #69d;
		}

	#media-listing li a:hover {
		color: #36b;
		background: #fff;
		border: 1px solid #36b;
	}
	#media-listing li a#ml-video { 
		background: #f7f7f7 url(images/video.png) no-repeat 18px 23px; 
	}
	#media-listing li a#ml-podcasts { 
		background: #f7f7f7 url(images/podcasts.png) no-repeat 20px 21px; 
	}
	#media-listing li a#ml-photos { 
		background: #f7f7f7 url(images/photos.png) no-repeat 19px 23px; 
	}

	#media-listing li a#ml-video:hover { 
		background: #fff url(images/video.png) no-repeat 18px 23px; 
	}
	#media-listing li a#ml-podcasts:hover { 
		background: #fff url(images/podcasts.png) no-repeat 20px 21px; 
	}
	#media-listing li a#ml-photos:hover { 
		background: #fff url(images/photos.png) no-repeat 19px 23px; 
	}

#ctxnav {
	float: right;
	width: 245px;
	margin: 5px auto;
padding: 0;
	}
 .searchform {
	text-align: right;
	padding: 5px 10px 0 0; 
	}
 .searchform #s {
	color: #555;
	width: 140px;
	margin: 0;
	padding: 2px 0;
	}
 .searchsubmit {
	background: #ddd url(images/search-bg-hover.gif) repeat-x;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	color: #888;
	font-weight: bold;
	width: 75px;
	margin: 0 0 0 5px;
	position: relative;
	top: 2px;
	}
.searchsubmit:hover {
	border-color: #ccc;
	border-bottom-color: #bbb;
	background: #eee url(images/search-bg.gif) repeat-x top;
	}


/* @end */

/* @group Content */

#content {
	float: left;
	padding: 0px 0 0 0 ;
	margin: 0px 0 10px 0;
	width: 500px;
	overflow: hidden;
	}

.navigation {
	display: block;
	margin: 10px 10px 10px 0;
	
	clear: both;
	border-width: 1px 0;
	}
.navigation .button a{
	padding: 6px ;
	margin: 0 ;
	}

.navigation .next-posts {
	float: right;
	}
.navigation .previous-posts {
	float: left;
	}
#content .searchform {
	float: none;
	text-align: center;
	padding: 10px 0;
	}
#content .searchform #s {
	padding: 4px 2px;
	color: #555;
	width: 200px;
	}
#content .searchsubmit {
	color: #666;

	}
.datestamp {
	color:#333;
	font-size:11pt;
	margin:5px 15px 4px 0;
	padding:0pt 0pt 2px 0px;
	font-weight: normal;
	clear: right;

	}

.post {
	padding: 0 15px 0 0;
	margin: 10px 0 15px 0;
	text-align: left;
	line-height: 13pt;
	}
.excerpt-entry {
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 10pt;
	line-height: 12pt;
	color:  #333;
	padding-left: 5px;
	}
.excerpt-entry span.postmeta {
	font-size: 9pt;
	}
#content h2 {
	color: #36b;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	border: 1px solid #6e97da;
	margin: 15px 15px 15px 0;
	border-width: 1px 0;
	padding: 5px 0;
	background: #edf3ff;
	}
#content h2.recent-weblogs {
	text-align: left;
	background: none;
	border: none;
	}
#content li.recent-articles ul {
	list-style-type: none;
	margin: 2px 0 0 10px;
	padding: 0;
	}
#content li.recent-articles ul li{
	color: #555;
	margin: 1px 0 0 5px;
	}
#featured {
	border-top: 1px solid #9cf;
	margin-right: 15px;
	}

#featured h2 {
	margin: 10px 0 0 0
	}
#content .feature {
	background: #edf3ff;
	border: 1px solid #9cf;
	border-width: 1px 0;
	padding: 10px 8px 0 8px;
	margin: 15px 15px 15px 0;
	}
#featured .feature {
	margin: 0 0 0 0;
	border-width: 0 0 1px 0;
	}


#content .feature h3 {
	font-size: 15pt;
	}
#featured h3.headlinestitle, 
#content h2.recent-weblogs {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11pt;
	margin: 10px 0 5px 10px;
	padding: 0;
	font-weight: normal;
	color: #333;
	}
#featured #feature-headlines {
	margin: 2px 0 0 10px;
	padding: 0;
	list-style-type: none;
	}
#featured #feature-headlines li{
	margin: 1px 0 0 5px;
	color: #555;
	font-size: 11pt;
	}
#content .more-features {
	padding: 5px 15px 10px 5px;
	clear: both;
	display: block;
	float: none;
	text-align: right;
	}
h3.ptitle {
	margin:0;
	padding:0 0 2px 5px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14pt;
	font-weight:normal;
	line-height:120%;
	clear: right;

	}

	
h3 .media-type {
	padding-left: 3px;
	}
.entrytext {
	clear: both;
	padding-top: 1px;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.post p.postmetadata {
	padding: 0 0 0 5px;
	margin: 0 0 4px 0;
	font-size: 8.5pt;
	}

.post p.postmetadata {
	padding: 0 0 0 5px;
	margin: 0 0 4px 0;
	font-size: 8.5pt;
	}

	
.post .roundup {
	background: #f7f7f7 ;
	padding: 10px 10px 10px 10px;
	border: 1px solid ;
	border-color: #eee #ddd #ddd #eee ;
	font-size: 10pt;
	clear: both;
}
.post .roundup .edit a {
	float: none;
	padding: 1px 2px;
	margin-left: 5px;
	clear: left;
	}
.post .roundup .more-link {
	display: inline;
	float: none;
	}
.post .roundup .roundup-cats {
	background: #fff;
	padding: 5px;
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
	float: left;
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: 125px;
	color: #888;
	}
.post .roundup .roundup-cats .none {
	color: #bbb;
	}
.post .roundup .roundup-cats a{
	color: #888;
	}
.post .roundup .roundup-cats a:hover,
.post .roundup .roundup-cats a:active{
	text-decoration: underline;
	color: #666;
	}
.post .roundup h3 {
	margin: 2px 0 2px 5px;
	padding: 0;
	color: #999;
	font-weight: normal;
	font-size: 12pt;
	text-align: right;

	}
.post .roundup h3 a {
	color: #666;

	}
.post .roundup h3 a:hover,
.post .roundup h3 a:active{
	color: #36b;
	}
.post .excerpt-text {
	display: inline;
	font-size: 10pt;
	color: #555;
	}
.post .roundup h4 {
	text-align: right;
	color: #999;
	margin: 0;
	padding: 0 48px 10px 0;
	font-size: 9pt;
	}
.post .roundup p {
	display: inline;
	}
.post .roundup p a {
	font-size: 10pt;
	}
.post .roundup .link-icon {
	float: right;
	margin: 2px 8px 10px 8px;
	height: 30px;
	width: 30px;
	background: url(images/external-link-grey2.gif) no-repeat left top;
	}
.post .roundup .link-icon:hover,
.post .roundup .link-icon:active {
	background: url(images/external-link-blue.gif) no-repeat left top;
	}
.post .roundup p {
	margin: 0;
	color: #333;
	}
.post .roundup blockquote {
	background-color: #fff;
	padding: 15px 0 5px 40px;
	
	}
.post .roundup blockquote p {
	padding-right: 15px;
	margin: 0px 10px 5px 0;
	}
.post .roundup .translation {
	border: 10px solid #fff;
	border-width: 0 10px 10px 30px;
	margin-bottom: 10px;
	}
span.edit a,
 #ctxbar span.edit a {
	color: red;
	font-size: 10px;
	padding: 2px 3px;
	margin: 0 0 0 4px;
	
	}

p img {
	padding: 0;
	max-width: 100%;
	}
ul#aggregated-site-listing {
	margin: 0;
	padding: 0;
	}
ul#aggregated-site-listing .bookmark-feed{
	position: relative;
	top: 4px;
	float: right;
	padding-bottom: 5px;
	}
ul#aggregated-site-listing .bookmark-description{
	margin-left: 30px;
	padding: 5px 0 0 0;
	display: block;
	color: #444;
	}
ul#aggregated-site-listing li {
	list-style: none;
	padding: 8px 5px 8px 5px;
	border-bottom: 1px solid #ddd;
	}
ul#aggregated-site-listing li.odd {
	background: #f6f6f6;
	}
ul#aggregated-site-listing li a{
	font-size: 12pt;
	
	}
.ddfm .credits {
	display: none;
	}
	
.badgecode {
	border-top: 1px solid #aaa;
	padding: 15px 0;
	text-align: center;
	}
/* @end Content */

/* @group Sidebar */

#sidebar {
	padding: 0  ;
	float: right;
	width: 250px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f7f7f7;
	border-bottom: #ddd 1px solid;
	font-size: 8.5pt;
	color: #666;
	overflow: hidden;
	}
#sidebar .widget {
	background: url(images/widget-bg.gif) bottom repeat-x;
	position:relative;
	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11pt;
	margin: 0px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #333;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 10px 8px 10px 10px;
	clear: both;
	}

/* FOR IE borders on all bottoms*/
#sidebar ul li {
	border-bottom: 1px solid #ddd;
	}
/* FOR ALL OTHERS: borders on top if li+li */
html > body #sidebar ul li {
	border-top: none;
	border-bottom: none;
	}
html > body #sidebar ul li+li {
	border-top: 1px solid #ddd;
}
/* remove borders from any children ul's li's */
#sidebar ul li ul li {
	border-top: none;
	border-bottom: none;
	}
#sidebar ul li ul li+li {
	border-top: none;
	border-bottom: none;
	}
/* only for ie 6 */
#sidebar .more-link {
	float: none;
	text-align: right;
	width: 100%;
	}
/* for everyone else */
html > body #sidebar .more-link {
	float: right;
	width: auto;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar select {
	width: 230px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 2px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* @group Widgets */

#sidebar #recent-comments {
	font-size: 7.5pt;
	margin-bottom: 25px;
	}

#page #sidebar #recent-comments ul ul {
	margin: 0 0 8px 0;
	}
#page #sidebar div#recent-comments ul ul li {
	margin: 0 ;
	}
#sidebar #recent-comments  p {
	margin: 4px 0 0 0;
	clear: right;
	}

#sidebar .author-profile-pic {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #999;
	}
#sidebar #lingua-badge {
	font-size: 7.5pt;
	}
#sidebar #lingua-badge a {
	text-align: center;

	}
#sidebar ul.random-links {
	margin-bottom: 10px;
	}
#sidebar ul.cloud {
	list-style-type: none;
	text-align: center;
	margin: 2px 0 0 0;
	}
#sidebar ul.cloud  li {
	display: inline;
	}
#sidebar ul.cloud li:before {
	content: "";
	}
/* fixes problem in IE */
#sidebar #top-translators .author-block {
	float: none;
	}
#sidebar .submit a{
	font-size: 12pt;
	color: #36b;
	text-align: center;
	padding: 8px 0;
	margin-top: 8px;
	}
/* @end Widgets*/

#sidebar .recent-articles ul,
#sidebar #recent-links ul  {
	margin: 0;
	font-size:8.5pt
	}
#sidebar .recent-articles ul li,
#sidebar #recent-links ul li {
	margin-bottom: 5px;
	clear: right;
	}
#sidebar .recent-articles ul li:before,
#sidebar #recent-links ul li:before {
	content: '';
	}
#sidebar #recent-links ul  {
	list-style: none;
	color: #555;
	}
#sidebar #recent-links .link-icon {
	position: relative;
	top: 1px;
	}

#sidebar #recent-links p {
	display: inline;
	}
.author-profile {
	padding: 15px 0;
	color: #333;
	clear: both;
	}
.author-profile .gallery-portrait {
	height: 75px;
	width: 75px;
	margin: 2px 10px 5px 0;
	float: left;
	}
.author-profile h3 {
	font-size:11pt;
	margin: 0;
	padding: 0;
	display: inline;
	}
#content .author-profile p.author-meta {
	padding: 0;
	margin: 0 0 0 6px;
	color: #666;
	font-size: 8pt;
	display: inline;

	}
#sidebar .authorinfo p.author-meta {
	font-size: 10pt;
	margin: 0px 0 5px 0;
	padding: 0;
	
	}
.author-profile .author-description{
	padding: 4px 0 0 0;
	margin: 0;
	}

#sidebar #topic-cloud form,
#sidebar #country-cloud form {
	text-align:center;
	margin-top: 3px;
	}

* {
	
	}
#sidebar #media-listing {
	float: none;
	}
#sidebar #media-listing li {
	clear: none;

}
#sidebar #media-listing li a{
	margin-bottom: 10px;
	color: #666;
	border-color: #ccc;
	background-color: #fff;
	}
#sidebar #media-listing li a:hover{
	background-color: #eee;
	}
#sidebar #media-listing li:before {
	content: '';
	}
#author-email-form-contents input.security {
	width: 30px;
	}
#author-email-form-contents img.security {
	position: relative;
	top: 3px;
	}	
#author-email-form-trigger {
	background: #E6E6E6 url(images/letter.gif) no-repeat left;
	padding-left: 20px;
	color:#4D4D4D;
	}
#sidebar #author-email-form ul {
	margin: 0;
	padding: 0
	}
#sidebar #author-email-form li:before {
	content: '';
	}
#sidebar #author-email-form textarea {
	width: 93%;
	}
/* @end Sidebar*/

/* @group Footer */

#footer {
	padding: 0px 0 5px 1px;
	margin: 5px 0 0 0;
	clear: both;
	border-top: 1px solid #7cc3fd;
	font-size: 9pt;
	background: #66b7fc url(images/ribbon-bg.gif) repeat-x;
	text-align: center;
	color: #027;
	font-size: 9pt;
	}
#footer a {
	color: #fff;
	font-weight: bold;
	}
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
#footer .license {
	position: relative;
	top: 3px;
	}
/*podpress: hide the stupid footer */

#podPress_footer cite {
	display: none;
	}

/* @end */

/* @group Single */

#full-entry p.postmetadata {
	padding: 10px 0 0 0;
	}
.social-bookmarking ul {
	list-style: none;
	border: 1px dotted #E6E6E6;
	border-width: 1px 0;
	padding: 5px 0 4px 0;
	text-align: center;
	}
.social-bookmarking li {
	display: inline;
	padding: 0 3px;
	
	}
 #full-entry p.original-author {
	text-align: left;
	font-size: 10pt;
	border-top: 1px solid #ccc;
	padding-top: 1px;
	color: #666;
	}
 


/* @group Categories Lists */
#post-cat-list {
	padding: 10px 20px 0px 10px;
	border: 1px solid #eee;
	border-width: 1px 0;
	border-bottom-color: #ccc;
	font-size: 10pt;
	line-height: 1.3;
	background: #d5d5d5 url(images/cats-bg.gif) top repeat-x;
	}
	#post-cat-list dl {
		margin: 0;
		/*background: #def;*/
		}
	#post-cat-list dl dt {
		clear:  left;
		float: left;
		width: 80px;
		color: #555;
		text-align: right;
		}
	#post-cat-list dl dd {
		margin: 0 0 0 85px;
		}
	#post-cat-list dl a {
	}
 	#post-cat-list .media-listing {
		float: right;
		border: 1px solid #ccc;	
		background: white;
		margin:  0 3px 0 3px;
		padding: 2px 5px 5px 5px;
		position: relative;
		width: auto;
		text-align: center;
		font-size: 8pt;
		}
	#post-cat-list .media-listing a{
		color: #c2ba8f;
		}
	#post-cat-list .media-listing img {
		margin-top: 3px;
	}
	/* @end Categories Lists */
h3.listheader {
	color:#666666;
	font-size:12pt;
	font-weight:normal;
	margin:40px auto 20px;
	padding:0pt;
}

/* copied from .warning */
.recaptcha-error {
	margin:10px 0 20px 0;
	padding:10px;
	border:1px solid #f60;
	background:#ffc; 
	font-size:9pt;
	color:#f60;
	text-align:center;
	}


/* @end Single */

/* @group Comments */
#commentform {
	padding: 0  15px 10px 0;
	margin-bottom: 5px;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

h3#comments,
h3#respond  {
	font-size:12pt;
	font-weight:normal;
	color: #666;
	padding: 0;
	margin: 40px auto 20px ;
	}

ol.commentlist {
	padding: 0;
	text-align: left;
	margin:0 15px 0 0;

}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 130%;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentlist span.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	float:right;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist span.comment-author {
	display:block;
	margin-bottom:2px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 9pt;
	padding-bottom:3px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width:476px ;
	padding: 2px;
	}
#commentform #submit {
	float: right;
	padding: 6px ;
	font-size: 9pt;
	}

/* @end */

/* @group Calendar */
#gv-cal-pn {
	clear: both;
	float: right;
	width:190px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	}
	#gv-cal-pn li {
		display: inline;
		}
	#gv-cal-pn li.pad{
		padding: 0 10px;
		}
#gv-cal-strip {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
	font-size: 8pt;
	}
	#gv-cal-strip li {
		float: left;
		text-align: center;
		padding: 0 2px;
		}
	#gv-cal-strip li b {
		display: block;
		padding: 0;
		margin: 0;
		}
	#gv-cal-strip li.today {
		color: #000;
		background: #9cf;
		}
#wp-calendar #prev a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 10pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	/* @end */

/* @group Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* @end Entry Lists */



/* @group Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

	
 .wpcf7 input {
	width: 220px;
	}
.wpcf7 textarea {
	width: 380px;
	height: 300px;
}
.wpcf7 label {
	color: #666;
	}	
/* @end Form Elements */
/* @group Animated-Forms */



.animated-form-trigger {
	margin: 20px 0 0 0;
	padding: 3px 10px 3px 3px;
	display: block;
	border: 1px solid #ccc;
	position: relative;
	background:  #e6e6e6;
	cursor: pointer;
	}
	.animated-form-trigger span {
		background: url(images/triangle.gif) no-repeat right;
		width: 100%; /*nottheproblemwithie*/
		display: block;
	}
.animated-form {
	border: 1px solid #ddd;
	border-width: 0 1px 1px 1px;
	/*width: 433px;*/
	z-index: 999;
}

html>body .animated-form {
/*	width: 443px;*/
	}

.animated-form h3 {
	background: #999;
	margin:0;
	padding:5px;
	color:#fff;	
	font-size: 9pt;
	
}


.animated-form div.clear {
	clear: both;
	float: none;
}

.animated-form-contents {
	/* prev #gv-st_social, #gv-st_email */
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;
}
.animated-form-contents ul {
	/* prev #gv-st_social, #gv-st_email */

	list-style: none;
	margin: 0;
	padding: 0;
}
.animated-form-contents form, .animated-form-contents fieldset {
	/* prev gv-st_email */
	border: 0;
	margin: 0;
	padding: 0;
}
.animated-form-contents fieldset legend {
	display: none;
}

.animated-form-contents ul li label {
	color: #555;
	display: block;
	margin-bottom: 2px;
	margin-top: 3px;
}
.animated-form-contents ul li input,
.animated-form-contents ul li textarea {
	padding: 3px 5px;
}

/* @end */	
/* @group calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* @end */

/* @group Disambiguation */

.disambiguation {
	width: 400px;
	margin: 0 auto;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	}
.disambiguation .choice {
	float: left;
	margin: 20px;
	}
.disambiguation a {
	padding-bottom: 10px;
	color: #6b3;
	}

/* @end */
