/*-----------------------------------------------------------------------------
CommuniChi Style Sheet 

version:   1.0
author:    shezad morani
email:     shezad@joistudios.com
website:   http://www.joistudios.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
html {
	height: 100%;
}

/* Remove padding and margin */
* {
  	margin: 0;
  	padding: 0;
}

body {
	text-align: center;
	background: #f9f9e3 url(../img/bg.gif) repeat-y 50% 0;
	margin-top: 20px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 852px;
	text-align: left;
	
}

#header {
	min-height: 150px;
}

#content {
padding-bottom: 40px;
}

#contentleft {
	width: 590px;
	float: left;
	margin-top: 20px;
	padding-bottom: 100px;
}

#contentleft p, #contentleft ul, #contentleft h1, #contentleft h2, #contentleft h3 {
	margin-left: 20px;
}

#contentright {
	float: right;
	width: 234px;
	padding-right: 10px;
	margin-top: 20px;
	padding-bottom: 50px;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	font-size: 120%;
}

.special {
	font-size: 120%;
}

em {
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
}

em.fancy {
	text-decoration: none;
	color: #ec9444;
	font-weight: bold;
	font-size: 120%;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: small;
  line-height: 1.75em;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

p.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	text-align: center;
	border: 1px solid #d8f0eb;
	margin-left: 20px;
	margin-top: 30px;
	padding: 20px;
}

p.border {
	border-bottom: 1px solid #d8f0eb;
	padding-bottom: 20px;
}

p.right {
	text-align: right;
	float: none;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 150%;
	color: #ec9444;
}

h2 {
	font-size: 125%;
	color: #9dc8bf;
	border-bottom: 1px solid #9dc8bf;
}

h2.borderless {
	border: none;
}

h1.logo {
	text-indent: -5000px;
	background: url(../img/logo.gif) no-repeat top left;
	width: 399px;
	height: 142px;
	margin: 0;
}

h2.definition {
	text-indent: -5000px;
	background: url(../img/definition.gif) no-repeat top left;
	width: 852px;
	height: 44px;
	margin: 0;
	border: none;
}

h3 {
	font-size: 125%;
	color: #ec9444;
	padding-top: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ec9444;
	padding-bottom: 10px;
}




/* =Main Nav
-----------------------------------------------------------------------------*/

#nav  {
	float: right;
	height: 120px;
	list-style: none;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
	padding-top: 10px;
}

#nav li {
	display: inline;
	list-style: none;
}

#nav a {
	float: left;
	padding: 120px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 120px; /* for IE5/Win only */
	text-decoration: none;
	display: block;
}

#nav a:hover {
	background-position: 0 -120px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -120px;
}

#home a {
	width: 70px;
	background: url(../img/nav/home.gif) top left no-repeat;
}

#about a {
	width: 70px;
	background: url(../img/nav/about.gif) top left no-repeat;
}

#forms a {
	width: 70px;
	background: url(../img/nav/forms.gif) top left no-repeat;
}

#contact a {
	width: 70px;
	background: url(../img/nav/contact.gif) top left no-repeat;
}

#blog a {
	width: 70px;
	background: url(../img/nav/blog.gif) top left no-repeat;
}




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#contentleft ul {
	list-style-type: none;
	list-style-position: outside;	
}

#contentleft li {
	padding: 5px 0 5px 20px;
	background: url(../img/asterisk.gif) no-repeat left 0.9em;
}

#contentleft p img.left {
	padding: 5px;
	border: 1px solid #ffefcb;
	margin: 0 10px 2px 0;	
}

ul li p {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

.imgborder, #contentleft p img.imgborder {
border: 1px solid #ffefcb;
padding: 5px;
}

.caption {
font-size: 80%;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/

#phrasebox {
	background-color: #f8f8eb;
	text-align: center;
	padding: 30px;
}

#phrasebox p {
	color: #ec9444;
	font-size: 160%;
	line-height: 1.25em;
}

#schedulebox {
	background-color: #d8f0eb;
	padding: 10px;
	margin-top: 5px;
	color: #666;
	font-weight: bold;
}

#apptbox {
	background-color: #f0f2c0;
	padding: 10px;
	margin-top: 5px;
	color: #666;
	font-weight: bold;
	text-align: center;
}

#apptbox a {
	font-size: 125%;
}

blockquote {
	padding: 5px 10px 0 10px;
	width: 200px;
	font-size: 110%;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #d8f0eb url(../img/quotes.gif) no-repeat top left;
}

blockquote p {
	background: url(../img/lillogo.gif) no-repeat bottom right;
	padding: 18px 5px;
}

blockquote.right {
	float: right;
	margin: 5px 0 3px 10px;
}

blockquote.left {
	float: left;
	margin: 5px 10px 3px 20px;
}

.highlight {
	background-color: #f8f8eb;
	text-align: center;
	padding: 20px;
	border: 1px solid #d8f0eb;
	margin-top: 50px;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #f8f8eb url(../img/biglogo.gif) no-repeat bottom right;
	color: #888;
	padding: 20px 20px 20px 20px;
	font-size: 85%;
	min-height: 100px;
	border-top: 1px solid #f0f1cf;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 40px;
}

td {
  text-align: left;
	font-weight: normal;
}

.datatable {
	border: 1px solid #D6DDE6;
	width: 97%;
	margin-left: 20px;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
	text-align: center;
}
.datatable td.lft {
	border: 1px solid #D6DDE6;	
	padding: 4px;
	text-align: left;
}
.datatable th {
	border: 1px solid #828282;
	background-color: ##d8f0eb;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable tr.head {
	background-color: #CDE4DF;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.datatable tr.head td {
	border: 1px solid #b9c4d2;
}

.datatable tr {
	background-color: #F8F8EB;
}

.datatable tr.altrow, td.active {
	background-color: #d8f0eb;
}

td.active {
	background-color: #d8f0eb;
}
/* =Links
-----------------------------------------------------------------------------*/


a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #d57621;
	color: #d57621;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px dotted #9dc8bf;
	color: #9dc8bf;
}

#header a {
	border: none;
}

#schedulebox a:link, #schedulebox a:visited {
	text-decoration: underline;
	border: none;
	color: #CC0000;
}

#schedulebox a:hover, #schedulebox a:active {
	text-decoration: underline;
	color: #d57621;
	border: none;
}

#phrasebox a {
	display: block;
	text-decoration: none;
	color: #ec9444;
	border: none;
	
}

#phrasebox a:hover, #phrasebox a:active, #phrasebox a.selected {
	color: #9DC8BF;
}

a.pdf {
	background: url(../img/pdf.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 5px;
}

a.external {
	background: url(../img/external.gif) no-repeat right 50%;
	padding-right: 15px;
}