/*  
 * CSS for EdgeAlert.com
 * Author: Evgueni Naverniouk, evgueni@linuxmagic.com
 * Copyright: 2010 LinuxMagic, Inc. All Rights Reserved.
 *
 * All style attributes in alpha-numeric order starting from 0
 *
 */

html, body {
	background: #FFF;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* Links */

a {
	color: #2A60D3;
	cursor: pointer;
	text-decoration: none;
}

	a:focus {color: #141414}
	a:hover {color: #141414}
	
p a {text-decoration: underline}

	p a:focus {
		background: #2A60D3;
		color: #FFF;
		margin: -1px -3px;
		-moz-border-radius: 4px;
		padding: 1px 3px;
		text-decoration: none;
		-webkit-border-radius: 4px;
	}
	
/* Typography */

.textcenter {text-align: center}
.textleft {text-align: left}
.textright {text-align: right}
.textjustify {text-align: justify}

em {
	color: #666;
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
	margin: 1.5em;	
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	line-height: 100%;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.3em;
}
		
h3 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
}
		
h4 {
	font-size: 1.0em;
	margin-bottom: 0.1em;
}

h5 {
	font-size: 0.9em;
	margin-bottom: 0.1em;
}

h6 {
	font-size: 0.8em;
	margin-bottom: 0.1em;
}

p {
	color: #000;
	font-size: 0.9em;
	line-height: 140%;
	text-align: justify;
}

/* Lists */

ul, ol {
	line-height: 180%;
	padding-left: 20px;
}

ul, dl {
	color: #666;
	font-size: 0.9em;
	list-style: square
}

ol {
	color: #999;
	font-style: italic;	
	font-size: 1.2em;
}

	ul li, ol p, dt {color: #222}

	ol p {
		font-size: 0.7em;
		font-style: normal;
		line-height: 160%;
	}
	
	li ul {
		font-size: 0.9em;
		list-style: circle
	}
	
	li ol {
		font-size: 0.8em;
		list-style: lower-roman
	}
	
/* Custom */
	
#Wrapper {
	margin: 20px auto;
	width: 1000px;
}

	#Logo {text-align: center}

#Content {
	border: 2px solid #360;
	-moz-border-radius: 10px;
	padding: 20px;
	-webkit-border-radius: 10px;
}

#Footer {
	border-top: 1px solid #999;
	margin: 20px 0 0;
	padding: 20px 0 0;
}

	#Footer p {
		font-size: 11px;
		margin: 0;
		text-align: center;
	}