

/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+


/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
#text .generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
#text p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
#text p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
#text h1{
	color:#000;
	font-size:2.7em;
	margin-bottom:0.6em;
	font-style:italic;
	line-height:1.2em;
}
#text h2{
	color:#000;
	font-size:1.7em;
	margin-bottom:0.9em;
	line-height:0.9em;
}
#text h3{
	color:#bc0b1d;
	font-size:1.8em;
	margin-bottom:1.2em;
	line-height:1.2em;
	font-variant:small-caps;
}
#text h4{
	color:#bc0b1d;
	font-size:1.4em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
#text h5{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
	font-variant:small-caps;
}
#text h6{
	color:#000;
	font-size:1em;
	margin-bottom:1.8em;
	line-height:1.8em;
}
#text p{
	font-size:1.4em;
	line-height:1.5em;
	margin-bottom:1.2em;
}


/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
#text img{
	font-size:1em;
}
#text img.left{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
#text img.right{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}

/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
#text ul{
	margin:0 0 1.8em 2em;
	list-style:disc outside;
}
#text ul li{
	font-size:1.4em;
	line-height:1.5em;
	padding-left:0.3em;
}
#text ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
#text li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
#text li > ul li, li > ol li{
	font-size:1em;
}
#text ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
#text ol li{
	font-size:1.2em;
	line-height:1.5em;
}

ul#menuright li
{
	font-size:1.2em;
}

#text #ullatestnews li p{
	font-size:1em;
}


table {
	width: 100%;
	border-collapse:collapse;
	border:1px solid #db6973;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(../images/bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
}
thead th {
	background: url(../images/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #db6973;
}
tbody tr {
background: url(../images/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #db6973;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(../images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

