/* CSS Document for the "Adiago" CoffeeCup Software HTML Editor Template
   Copyright 2008 CoffeeCup Software - coffeecup.com */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#5b5a5a; background:#fff url(../images/body_bg.jpg) left top repeat-x}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold; font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; color:#4781b6}
h2 {
	padding-bottom:20px;
	margin-bottom:25px;
	font-size:30px;
	line-height:1.15em;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	color:#5b5a5a;
	border-bottom:2px solid #f2f2f2
}
h3 {font-size:1.5em}
h4 {font-size:1.25em}
h5 {font-size:1.15em}
a {color:#1ab2c0; outline:none}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

/*#######################
  Classes 
#######################*/

.screenshot {float:left; margin:0}
.clear {clear:both}
.description {font-size:.85em; font-style:italic}

/*#######################
  Layout Styles 
#######################*/

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

#header {float:left; display:inline; width:100%; padding:20px 15px}
	h1 {float:left; display:inline; padding:2px 0 2px 25px; font-size:1.5em; color:#fff; font-weight:bold; font-style:italic; font-family:Georgia, Times, "Times New Roman", serif; background:url(../images/example_logo.png) left 50% no-repeat}
	#navigation {float:right; margin-top:7px}
	#navigation li {display:inline; margin-right:65px; font-size:1.15em}
		#navigation li a {text-decoration:none; color:#fff}
			#navigation li a:hover {text-decoration:underline}

#content {clear:both; float:left; display:inline; width:931px; padding:15px; background:#fff url(../images/content_bg.jpg) left top no-repeat}	
	#intro {float:right; width:455px}
		#intro p {font-size:18px}
	
	#content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
	#content .two_columns {float:left; display:inline; width:450px; margin-right:15px}
	#content .three_columns {float:left; display:inline; width:295px; margin-right:15px}	
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:gray}

