/* -------------------------------------------------------------- 
   
   typography Style by Visual Web Media
   * Sets up some sensible default typography.
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-top: 10px;}
h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 21px; margin-bottom: 0.75em; }
h3 { font-size: 17px; line-height: 1; margin-bottom: 1em;}
h4 { font-size: 100%; line-height: 1; font-weight: bold; margin-bottom: 1.25em; text-transform:uppercase; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1{color:#5C2946;}
h2{color:#5C2946;}
h3{color:#5C2946;}
h4{color:#5C2946;}
h5{color:#5C2946;}
h6{color:#5C2946;}

/* Text elements
-------------------------------------------------------------- */
p{padding:5px;padding-left:0;}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E2947;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #966E90;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.purple{color:#8e3f6e;}

/* Tables
-------------------------------------------------------------- */
thead th 		{ background: #c3d9ff; }
th,td,caption   { padding: 4px 10px 4px 5px; }
tr.even td  	{ background: #e5ecf9; }
tfoot       	{ font-style: italic; }
caption     	{ background: #eee; }

/* Lists
-------------------------------------------------------------- */

ul li {list-style: none;}
img {margin: 0; padding: 0;}
ol li {line-height: 180%; margin-left: 10px;}
.continut ul li {
	background: url(../img/typo/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {margin: 10px 0; padding: 0;}

#mainContent p {
	text-align: justify;
}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
/*   Mixt Clase 
---------------------------------------------------------------*/


a img { border: none }

.hr {
	height:10px;
	width:100%;
	background-image: url(../img/typo/horizontal_rule.gif);
	border:none;
	clear: both;
	background-repeat:no-repeat;
	background-position:center;
}

.intro_text {
	color:#444141;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
}

.mini_heading {
	color:#444141;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 30px;
}

.mini_heading2 {
	color:#444141;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 20px;
}

#centerColumn {
	width:960px;
	text-align:center;
	margin:0 auto;
}

.white_text {
color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:14px;
}
