/* 
	Theme Name: Length Converter
	Theme URL: http://www.lengthconverter.org/
	Author: Kham Tran
	Author URL: http://www.khamtran.com/
	Version: 1.0
	
	Sequence: Top, Right, Bottom, Left
*/

body {
	width: 100%;
	background: #FFFFFF;
	color: #111111;
	font-family: Arial;
	font-size: 13px;
	margin: 25px auto 15px;
	padding: 0px;
	}

a {
	color: #D00000;
	font-size: 13px;
	}

p {
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
				
#logo {
	vertical-align: bottom;
	margin: 0px 0px 7px 0px;
	}

#top-link-unit {
	vertical-align: bottom;
	margin: 0px 0px 4px 0px;
	}


#content {
	vertical-align: top;
	margin: 15px 15px 15px 15px;
	}


#converter {
	margin: 15px 0px 15px 0px;
	}
	
	
#content-right {
	vertical-align: top;
	margin: 15px 15px 15px 15px;
	}
	
#content-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#content-right li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

	
.footer {
	color: #333333;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	}
	
.footer a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}
