/**************************************************************************************
  *  Version:      $Id: template.css 656 2009-06-11 17:11:41Z arivera $
  *  Package:      Express Website Manager 1.0
  *  Copyright:    Copyright (c) 2008 Express Media, Inc.  All rights reserved.
  *  Website:      http://www.expresswebsitemanager.com
  *  License:      See license attached to distribution
  **************************************************************************************/

/* Layout Configuration */

/* HTML Tags */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
}

html { height: 100%; }

body {
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
	color: #000000;
}

a { text-decoration: underline; }

a:hover { text-decoration: none; }

img { border: 0px; }

p { margin-bottom: 1.3em; line-height: 1.3em; }

input { font-size: 1.1em; }

textarea { font-size: 1.1em; }

hr {
	border: none;
	height: 1px;
	width: 100%;
	margin-bottom: 5px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}
#logo { overflow: hidden; }

#logo h1 { padding: 15px 10px; }

#logo h1 a { text-decoration: none; }

/* Content Headers */
#content h1.title {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	margin-top: 10px;
	margin-bottom: .5em;
}

#content h1,
#content h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin-top: .8em;
	margin-bottom: .5em;
}

#content h3,
#content h4 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-top: .5em;
	margin-bottom: .3em;
}

#content h2, #content h4 { color: #494949; }

/* Lists */
#content ul, #content ol {
	list-style-position: outside;
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content li { padding: .3em 0; color: #494949; }

/* Useful CSS */
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.clearright {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
