/* -------------------------------------------------------------- 
   
   typography.css
  
-------------------------------------------------------------- */

body { 
	font-size:16px;
	color: #666; 
	font-family: 'Rockwell', 'AlexandriaFLF', Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #0099FF;
	line-height: 120%;  
	}

h1 { 
	font-size: 24px; 
	margin:0 0 10px; 
	letter-spacing: -1px;
	}
h1.title_two {
	margin:10px 0;
	padding:30px 0 0;
	border-top:1px solid #eee;
	}
h2 { 
	font-size: 20px; 
	margin:5px 0 10px; 
	color: #333; 
	}
h3 { 
	font-size: 24px; 
	margin:2px 0 10px; 
	color:#666;
	}
#right_col h3 a { 
	color:#666!important;
	}
h4 { 
	font-size: 14px; 
	margin:15px 0 10px; 
	color: #333; 
	font-weight:bold;
	color:#0099FF;
	}
h5, h6 { 
	margin:5px 0 0; 
	font-size: 14px; 
	color: #333; 
	}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin:0;
	}
	
#site_footer h4 {
	color:#fff;
	font-size:18px;
	margin:3px 5px 10px 48px;
	text-decoration:underline;
	font-weight:normal;
	}
#site_footer h4 a {
	color:#fff;
	}
#site_footer h4 a:hover,
#site_footer h4 a:focus {
	color:#0099FF;
	}
	

/* Text elements
-------------------------------------------------------------- */
p { 
	margin: 5px 0 15px; 
	font-size:14px;
	line-height: 145%;
	}
p.required_message {
	font-size:11px;
	margin: 10px 0 15px; 
	}
#site_header p {
	font-family: 'Rockwell', 'AlexandriaFLF', Helvetica, Arial, sans-serif;
	font-size:15px;
	margin:15px 0 20px;
	}
#site_footer p {
	font-family: 'Rockwell', 'AlexandriaFLF', Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:5px 5px 20px 48px;
	}
#site_footer p.registered {
	color:#999;
	font-size:12px;
	margin:30px 0 10px 48px;
	}
#site_footer p a {
	color:#fff;
	text-decoration:underline;
	}
#site_footer p a:hover,
#site_footer p a:focus {
	color:#0099FF;
	}
	
p.last { 
	margin: 5px 0 0; 
	}
p img,
p img.left { 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 0; 
	}
p img.right { 
	float: right; 
	margin: 0 0 10px 10px; 
	padding: 0; 
	}
p img.center { 
	float: none; 
	margin: 0 auto 10px auto; 
	padding: 0; 
	display: block;
	}
img { 
	margin: 0; 
	}

a:hover {
	color: #0099FF; 
	text-decoration: underline; 
	}
a:focus {
	color: #0099FF; 
	text-decoration: none; 
	}
a {
	color: #0099FF; 
	text-decoration: none; 
	}
a#vist_website {
	position:absolute;
	bottom:15px;
	right:15px;
	}

blockquote {
	margin: 5px 0 10px; 
	color: #666; 
	font-style: italic; 
	}
strong {
	font-weight: bold; 
	}
em,dfn {
	font-style: italic; 
	}
dfn {
	font-weight: bold; 
	}
sup, sub {
	line-height: 0; 
	}

abbr, 
acronym { 
	border-bottom: 1px dotted #666; 
	}
address { 
	margin: 5px 0 10px; 
	font-style: normal; 
	font-size:13px;
	}
/*del { 
	color:#666; 
	}*/

pre,code { 
	margin: 1.5em 0; 
	white-space: pre; 
	}
tt { 
	display: block; 
	margin: 10px 0; 
	line-height: 150%;
	}
pre,code,tt { 
	font: 14px 'andale mono', 'lucida console', monospace; 
	line-height: 150%;
	} 


/* Lists
-------------------------------------------------------------- */

ul { 
	list-style-type: disc; 
	margin: 5px 20px 15px; 
	font-size:14px;
	line-height: 145%;
	}
ol { 
	list-style-type: decimal; 
	margin: 5px 24px 15px; 
	font-size:14px;
	line-height: 145%;
	}
ul ul {
	margin:5px 10px;
	}
ul ul ul {
	margin:5px 10px;
	}
ol ol {
	font-size:100%;
	margin:5px 10px;
	}
ol ol ol {
	font-size:100%;
	margin:5px 10px;
	}

dl { 
	margin: 5px 20px 10px; 
	font-size:13px;
	}
dl dt { 
	font-weight: bold; 
	}
dd { 
	margin-left:10px;
	}


/* Tables
-------------------------------------------------------------- */
table { 
	margin:5px 0 10px; 
	width:100%;
	font-size:13px;
	}
th {
	border-bottom: 2px solid #ccc; 
	font-weight: bold; 
	}
td { 
	border-bottom: 1px solid #ddd; 
	}
th,td {
	padding: 4px 10px 4px 5px; 
	}
tr.even td {
	background: #eef; 
	}
tfoot {
	font-style: italic; 
	}
caption {
	background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { 
	padding-right: 0; 
	} 


/* Misc classes
-------------------------------------------------------------- */

.hide {
	display: none; 
	}

.quiet {
	color: #666; 
	}
.loud {
	color: #000; 
	}
.highlight {
	background:#ff0; 
	}
.added {
	background:#060; 
	color: #fff; 
	}
.removed {
	background:#900; 
	color: #fff; 
	}

.top {
	margin-top:0; 
	padding-top:0; 
	}
.bottom {margin-bottom:0; 
	padding-bottom:0; 
	}

del.diffdel {
	text-decoration: line-through;
	background-color: #FB8287;
	}
del.diffmod {
	text-decoration: line-through;
	background-color: #FFBF00;
	}
del.diffdel img {
	border: 2px solid #D75357;
	}
ins.diffins {
	text-decoration: none;
	background-color: #A3E78D;
	}
ins.diffmod {
	text-decoration: none;
	background-color: #FFBF00;
	}
ins.diffins img {
	border: 2px solid #6BC451;
	}
ins.diffmod img,
del.diffmod img {
	border: 2px solid #FF9000;
	}



/* Custom content styles
-------------------------------------------------------------- */
p.quote {
	color: #b02d61;
	display: block;
	padding: 12px 15px 12px 55px;
	margin: 5px 0 10px;
	font-size:15px;
	line-height: 130%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	background: #F6F6F6 url("/images/quote.gif") 12px 12px no-repeat;
	}
.callout-left {
	display: block;
	float: left;
	width: 32%;
	padding: 1%;
	margin-right: 2%;
	background-color: #ECECEC;
	clear: right;
	font-weight: bold;
	}
.callout-right {
	display: block;
	float: right;
	width: 32%;
	padding: 1%;
	margin-left: 2%;
	background-color: #ECECEC;
	clear: left;
	font-weight: bold;
	}
img.right {
    margin-left: 10px;
    margin-bottom: 10px;
	float:right;
    }
img.left {
    margin-right: 10px;
    margin-bottom: 10px;
	float:left;
    }

p.date {
	margin: 0 0 10px;
	color: #999;
	font-size:12px;
	}
p.return {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: 10px 0;
	font-size:12px;
	clear: both;
	}
p.commenting_closed {
	font-weight: bold;
	font-size:12px;
	}
p.tags {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: 10px 0;
	padding:5px;
	font-size:12px;
	background-color: #F7F7F7;
	clear: both;
	}
