﻿/*
Theme Name: Trevor Dodson As Elvis
Theme URI: http://www.trevordodsonaselvis.co.uk
Description: Theme design by Phil Matthews (Weymouth Web Design)
Version: 1.0
Author: Phil Matthews
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin: 0 auto;
	width: 950px;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

li {
font-size: 12px;	
}

ul {
	font-size: 12px;
}

h1 {
	font-size: 16px; margin-bottom: 15px; margin-top: 15px;
}

h2 {
	font-size: 15px; margin-bottom: 15px;margin-top: 15px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

p {
	font-size: 12px;
}

a:link {color: #2145c3; text-decoration : underline; font-weight: bold; font-size: 12px;}
a:visited {color: #2145c3; text-decoration: underline; font-weight: bold;font-size: 12px; }
a:hover {color: #5474e4; text-decoration: underline; font-weight: bold; font-size: 12px;}
a:active {color: #2145c3; text-decoration: underline; font-weight: bold; font-size: 12px;}


img {
	padding: 0px;
	border-width: 0px;
	
}

#sidebar {
	margin: 70px 0 0 25px;
}


