html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus,
.acffocus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


form {
	margin: 0 0 20px;
}

form div {
	clear: left;
	margin: 0 0 20px;
}

.input label {
	float: left;
	margin: 4px 15px 0 0;
	width: 120px;
	font-weight: bold;
	text-align: right;
}

.form_caption {
	clear: left; float: left;
	margin: 0.3em 0 0.9em 135px;
}


/*	::::: Text fields :::::
*/

.text input,
input.text,
.textarea textarea,
#recaptcha_response_field,
.MailPressFormEmail {
	padding: 6px;
	border: 1px solid #c4cfba !important;
	background: #fff url(../images/textfield_bg.gif) repeat-x;
	font-size: 1em;
}


/*	::::: Checkboxes and radio buttons :::::
*/

div.checkbox,
div .radio {
	margin: 0 0 15px;
}

.checkbox legend,
.radio legend {
	display: none;
}

.checkbox fieldset {
	margin: 0 0 0 135px;
}

/* These labels need to be beside the field */
.checkbox fieldset label,
.radio fieldset label {
	float: none;
	width: auto;
	font-weight: normal;
	text-align: inherit;
	vertical-align: top;
	cursor: pointer;
}

.checkbox input,
.radio input {
	margin: 2px 0.3em 0 0;
}

.checkbox-grid label {
	width: 100px !important;
}


/*	::::: Select boxes :::::
*/

.select select,
.date select {
}


/*	::::: Buttons / submit :::::
*/

.submit input,
input.submit,
#searchsubmit,
.MailPressFormSubmit {
	margin: 0 0 0 135px;
	padding: 4px;
	border: 3px solid #b5b5a2;
	background-color: #486c59;
	font-weight: bold;
	font-size: 0.8461em;
	font-family: Georgia, "Times New Roman", Times,serif;
	color: #fff;
	cursor: pointer;
	width:auto;
	overflow:visible;
}


/* ReCAPTCHA */

#recaptcha_widget_div {
	float: left;
	clear: none;
	margin: 0;
}
#recaptcha_area {
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
}


/*	::::: Overlabel :::::
*/

.overlabel-wrapper {
	position: relative;
	float: left;
}

label.overlabel {
	color: #7b7b7b;
}

label.overlabel-apply {
	position:absolute;
	top:4px;
	left:7px;
	z-index:1;
}


/*	::::: Search :::::
*/

#searchform {
	position: absolute;
	top: 21px; 
	right: 0;
	margin: 0px;
}

#searchform div {
	margin: 0;
	padding: 1px;
	border: 1px solid #c4cfba !important;
	background: #fff url(images/textfield_bg.gif) repeat-x;
}

#searchform input.text {
	margin: 0 30px 0 0;
	padding: 6px;
	border: 0 !important;
	background: none;
	font-size: 1em;
}

#searchform #searchsubmit {
	position: absolute;
	top: 0; right: 0;
	margin: 0 !important;
	width: 30px; height: 30px;
	text-indent: -999em;
	background: transparent url(images/search_button.gif) no-repeat 1px 1px;
	border: 0;
}

#searchsubmit.jhover {
	background-position: 1px -27px !important;
}

#searchcancel {
	display: block;
	float: left;
	width: 28px; height: 28px;
	text-indent: -999em;
	background: url(../images/search_button.png) no-repeat -28px 0;
}


.media_list {}

.media_list li {
	display: inline;
	float: left;
	width: 300px;
}

.media_list .left {
	margin: 0 15px 15px 0;
}

.media_thumb {
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
}
.media_thumb img {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}

.media_summary {
	float: left;
	width: 170px;
}

.flv,
.youtube,
.video {
	padding: 10px 10px 8px;
	background: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* 	::::: MEDIA :::::
*/

.ngg-gallery-thumbnail-box {
	float: left;
	margin: 0 15px 15px 0;
}

.ngg-gallery-thumbnail img {
	display: block;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff;
}


/* IE */
.clearfix {
	zoom: 1;
	display: block;
}

#intro img {
	margin: -35px 10px 0 5px !important;
}
/* IE */

body {
	background: #f1f2e5;
}

#wrapper {
	width: 975px;
	margin: 0 auto;
}

#header,
#footer {
	position: relative;
	float: left;
	width: 975px;
}

#header {
	height: 140px;
}

#content {
	float: left;
	display: inline;
	margin: 20px 0 0;
	width: 615px;
}
.page.events #content {
	width: 975px;
}

#sidebar {
	float: left;
	display: inline;
	margin: 20px 0 0 15px;
	width: 345px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */


/* HEADER */

h1 {
	float: left;
	width: 386px; 
	height: 48px;
	margin: 15px 0 0 !important; padding: 0 10px 0 0;
	background: url(images/logo.gif) no-repeat;
	border-right: 1px solid #c4cfba;
	text-indent: -999em;
}

h1 a {
	display: block;
	float: left;
	width: 386px; 
	height: 48px;
}

#header p {
	float: left;
	margin: 20px 0 0; 
	padding: 0 0 0 10px;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-size: 0.923em;
	text-transform: uppercase;
	line-height: 1.1667;
	color: #808170;
}
#header p em {
	text-transform: none;
}

#qtranslate-chooser { display: none; }

#navi,
#footer_navi {
	position: absolute;
	top: 89px; left: 0;
	width: 975px;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-size: 1.1538em;
	font-weight: bold;
	text-transform: uppercase;
	border-style: solid;
	border-color: #000 #f1f2e5 #c4cfba #f1f2e5;
	border-width: 2px 0 1px;
}
#footer_navi {
	position: relative;
	top: 0;
	float: left;
}

#navi li,
#footer_navi li {
	float: left;
	display: inline;
}

#navi a,
#footer_navi a {
	float: left;
	display: block;
	line-height: 49px; height: 49px;
	padding: 0 19px;
	letter-spacing: 1px;
}

#nav_home a,
#fnav_home a { padding-left: 0; }
#nav_contact a,
#fnav_contact a { padding-right: 0; }

.home #nav_home a, .home #fnav_home a,
.about-shashi #nav_about a, .about-shashi #fnav_about a,
.articles #nav_articles a, .articles #fnav_articles a,
.vote #nav_vote a, .vote #fnav_vote a,
.events #nav_events a, .events #fnav_events a,
.speeches #nav_speeches a, .speeches #fnav_speeches a,
.media #nav_media a, .media #fnav_media a,
.press #nav_press a, .press #fnav_press a,
.contact #nav_contact a, .contact #fnav_contact a {
	color: #000;
}

#navi em,
#footer_navi em { font-weight: normal; }
#navi span,
#footer_navi span { text-transform: lowercase; }

#qtrans_language_chooser {
	display: none;
	position: absolute;
	right: 0; top: 33px;
	padding: 0 0 0 10px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-size: 1.0769em;
	border-left: 2px solid #c4cfba;
}

#qtrans_language_chooser li {
	line-height: 1.308;
}

#qtrans_language_chooser a {
	font-size: 0.929em;
	text-decoration: underline;
}

#qtrans_language_chooser .active a {
	color: #000;
	font-style: italic;
	text-decoration: none;
}


/* CONTENT */

#intro {
	padding: 5px 0 0;
}

#intro img {
	position: relative; z-index: 2;
	float: left;
	margin: -35px 10px 0 5px !important;
}
#intro h2,
#intro p {
	position: relative;
	z-index: 2;
}

#intro p {
	font-size: 1.0769em;
}

.block {
	clear: left;
	margin: 0 0 13px;
	width: 100%;
}

.block h2 {
	margin: 0 0 9px; padding: 9px 0;
	/*line-height: 39px;*/
	text-align: center;
	border-style: solid;
	border-color: #000 #f1f2e5 #c4cfba #f1f2e5;
	border-width: 2px 0 1px;
}

.block_meta {
	float: left;
	margin: 0 !important;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-style: italic;
}

.tweetmeme_button {
	height: 18px;
}

.diggthis {
	float: left;
	margin: 2px 0 0;
	height: 18px;
}

.block_more {
	float: right;
	margin: 5px 0 0;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-style: italic;
	text-decoration: underline !important;
}


/* WHAT'S NEW */

.news_pic img {
	float: left;
	margin: 0 15px 0 0 !important;
	/*border: 5px solid #a6a791;*/
}

#news_tabbed ul {
	float: left;
	clear: left;
	margin: 9px 0 0;
}

#news_tabbed li {
	float: left;
	display: inline;
	width: 159px; height: 83px;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-weight: bold;
	text-align: center;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #c4cfba;
	background: #ecede0;
}

#news_tabbed li a {
	float: left;
	display: block;
	padding: 10px 15px;
	text-decoration: underline;
}

#news_more {
	width: 135px !important;
	font-weight: normal !important;
	border-right: 0 !important;
}
#news_more a {
	padding: 0 !important;
	width: 135px !important;
	line-height: 85px; height: 85px;
	text-align: center;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs-selected {
	border-top-color: #f1f2e5 !important;
	background-color: #f1f2e5 !important;
}


/* SHASHI ON CNN */

#shashi_cnn {
	float: left;
	margin-right: 15px;
	width: 405px;
}


/* CAMPAIGN SONGS */

#campaign_songs {
	float: left;
	clear: none;
	width: 195px;
}

#campaign_songs_download {
	clear: left;
	padding: 10px 0 0;
	width: 195px; height: 50px;
	background: url(../images/chalkboard_minor.gif) no-repeat;
	text-align: center;
}

#campaign_songs_download a {
	font-weight: normal;
	font-style: italic;
	font-size: 1.0714em;
	font-family: Georgia, "Times New Roman", Times,serif;
	letter-spacing: 0;
	color: #fff;
}

#campaign_songs_download strong {
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/* ARCHIVES */

#archives_un,
#archives_articles,
#archives_media {
	float: left;
	margin: 0 15px 0 0;
	width: 195px;
	height: 100px;
}
#archives_media {
	margin: 0 !important;
}


/* POSTS, ARTICLE */

.posts,
.article {
	float: left; clear: left;
	margin: 20px 0;
}

.post {
	margin: 0 0 20px;
	border-bottom: 1px solid #c4cfba;
}

.post .news_pic {
	float: left;
	margin: 0 0 20px;
}



/* SIDEBAR */

.chalkboard {
	position: relative;
	margin: 5px 0 24px;
	width: 345px; height: 125px;
	background: url(../images/chalkboard_major.gif) no-repeat;
}

.chalkboard h2,
.chalkboard p,
.chalkboard strong { color: #fff; }

.chalkboard h2 {
	padding: 0;
	width: 345px; height: 55px; line-height: 55px;
	text-align: center;
	border: 0;
}

.chalkboard span { text-transform: uppercase; }


/* PROMISES */

#promises_slides {
	height: 40px;
}

#promises_slides p {
	width: 345px;
	font-size: 1.1538em;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-style: italic;
	text-align: center;
}


/* TWITTER UPDATES */

#twitter_updates ul {
	margin: -10px 0 0;
}

#twitter_updates li {
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid #c4cfba;
	background: url(../images/icons/comment.gif) no-repeat 0 11px;
}

.tweet_date {
	font-family: Georgia, "Times New Roman", Times,serif;
	font-style: italic;
	text-decoration: underline !important;
}


/* SUPPORT SHASHI */

#support_shashi ul {
	margin: -10px 0 0;
}

#support_shashi li {
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid #c4cfba;
	background-position: 0 11px;
	background-repeat: no-repeat;
}

.support_sms { background-image: url(../images/icons/mobile_phone__arrow.png); }
.support_email { background-image: url(../images/icons/mail__arrow.png); }
.support_blog { background-image: url(../images/icons/blog__pencil.png); }
.support_read { background-image: url(../images/icons/blog.png); }
.support_friends { background-image: url(../images/icons/document_text.png); }
.support_subscribe { background-image: url(../images/icons/inbox_document_text.png); }


/* NEWSLETTER */

#mp-container {
	margin: 10px 0 0 -22px !important;
	height: 30px;
}
#mp-container div { margin: 0 !important; }

#mp-form {
	float: left;
	position: relative;
}

.MailPressFormEmail {
	width: 230px;
}

.MailPressFormSubmit {
	margin: 0 !important;
}

#mp-loading,
#mp-message {
	right: 0;
	font-family: Georgia, "Times New Roman", Times,serif;
	font-style: italic;
	color: #000;
}
#mp-message .success {
	padding: 0 0 0 22px;
	background: url(../images/icons/tick.png) no-repeat 0 50%;
}
#mp-message .error {
	padding: 0 0 0 22px;
	background: url(../images/icons/cross.png) no-repeat 0 50%;
}


/* SHASHI'S BOOKS */

#shashi_books ul {
	float: left;
	margin: 5px 0 0;
}

#shashi_books li {
	float: left;
	display: inline;
	width: 68px;
	text-align: center;
}

#book_carousel {
	position: relative;
}

#book_carousel #belt {
	margin: 0 0 0 38px;
}

#shashi_books .prev,
#shashi_books .next {
	position: absolute; top: 35px;
	float: left; display: block;
	width: 19px; height: 19px;
	text-indent: -999em;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
}
#shashi_books .prev {
	left: 5px;
	background-position: 0 0;
}
#shashi_books .prev:hover { background-position: -19px 0; }
#shashi_books .next {
	right: 5px;
	background-position: 0 -19px
}
#shashi_books .next:hover { background-position: -19px -19px }

#shashi_books img {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}


/* ARTICLES */

.more_articles ul {
	margin: -5px 0 0;
}

.more_articles li {
	padding: 10px 0;
	border-bottom: 1px solid #c4cfba;
}

.more_articles li a {
	display: block;
	padding: 0 0 0 22px;
	background: url(../images/icons/document_text.png) no-repeat;
}


/* FOOTER */

#footer {
}

#footer p {
	float: left;
	clear: left;
	margin: 20px 0 0; padding: 0 0 50px;
	width: 975px;
	font-size: 1.0769em;
	font-family: Georgia, "Times New Roman", Times,serif;
	text-align: center;
}

#tooltip{
	position: absolute;
	top: 0; left: 0;
	z-index: 99;
	display: none;
	float: left;
	padding: 6px 10px;
	font-size: 1.2em;
	background: #fff;
}


#intro p { margin: 0; }

.press {
	margin: 0 0 20px;
}

.press th,
.press td {
	padding: 10px 0;
	border-bottom: 1px solid #c4cfba;
}

.press th {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #000;
}

.press_title {
	padding-right: 20px !important;
	width: 330px;
	text-align: left;
	font-weight: bold;
}

.press_title a {
	display: block;
	padding: 0 0 0 22px;
	background: url(../images/icons/document_text.png) no-repeat;
}

.press_source {
	padding-right: 20px !important;
	width: 145px;

	text-align: left;
}
.press_date {
	width: 100px;
	text-align: right;
}


body {
	font-size: 62.5%; 						/* For use with em units */
	line-height: 1.5;
	color: #424236;
}

#header,
#footer,
#content,
#sidebar {
	font-size: 1.3em;
	line-height: 20px;
}

body,
input, textarea, select, option, button {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #778f39;
	text-decoration: none;
}
a:visited {
	color: #5C751C;
	text-decoration: none;
}
a:hover {
	color: #5C751C;
	text-decoration: underline;
}
a:active {
	color: #778f39;
	text-decoration: none;
}

p a {
	font-family: Georgia, "Times New Roman", Times,serif;
	font-style: italic;
	text-decoration: underline !important;
}


/* 	::::: Content Type :::::
	with vertical rhythm
*/

#content p,
#sidebar p {
	margin: 0 0 1.5384em;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1.0714em;
	font-family: Georgia, "Times New Roman", Times,serif;
	letter-spacing: 0;
}

h2 strong {
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #000;
}

.article h3,
#eventDisplayDiv_content h3 {
	font-size: 1.0714em;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #000;
}

.news_summary h3 {
	font-size: 1.0769em;
	line-height: 20px;
}
.home .news_summary h3 a { color: #000; }

.news_meta {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times,serif;
}

.media_summary h3 {
	font-size: 0.9230em;
	line-height: 1.3333;
}

.media_summary h3 a { text-decoration: underline; }

.media_meta {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times,serif;
}

code {
	font-family: Monaco, "Lucida Console", "Courier New", Courier, mono-space, monospace;
}

.alignleft,
.alignright,
.alignnone {
	padding: 9px;
	border: 1px solid #C4CFBA;
	background: #fff;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.article ul,
.article ol {
	margin: 0 0 1.5384em 25px;
	font-family: Georgia, "Times New Roman", Times,serif;
}
.article ul { list-style: disc; }
.article ol { list-style: decimal; }

.article p strong { color: #000; }



/* 	::::: About COMA :::::
*/

#table-services {
	margin: 0 0 20px;
	width: 100%;
	border-collapse: collapse;
}

#table-services td {
	font-size: 1.0666em;
	line-height: 1.5625;
	color: #555;
}


/* 	::::: Miscellaneous :::::
*/

.highlight {
margin: 0 -0.2em; padding: 0 0.2em 0;
background-color: #fcf6bd;
border-bottom: 1px solid #f0f099;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
white-space: nowrap; }


/* TEMP STYLES */

.articles-list {
	margin: 0 0 20px 20px;
	list-style-position: inside;
}

.articles-list li {
	list-style: disc;
}