@charset "utf-8";

/* CSS Document */

@import url("format.css");

/* blue #127ed5; red #a7020c; lightest grey #eeeeee; midgrey #cacaca; dark grey #545454 */

* {	
        text-decoration: none;
}

body {
	background: #fff;
	font-family: Century Gothic, Helvetica, sans-serif;
	color: #000;
}

img {
	border: none;
}

a:link {
	color: #127ed5;
}

a:visited {
	color: #127ed5;
}

a:hover {
	color: #a7020c;
}

a:active {
	color: #a7020c;
}

h1 {
	font-size: 24pt;
	font-weight: normal;
	color: #000;
        padding: 0px;
        margin: 0px;
        line-height: 26pt;
}

h1 a:link {
	font-size: 24pt;
	font-weight: normal;
	color: #000;
}

h1 a:visited {
	font-size: 24pt;
	font-weight: normal;
	color: #000;
}

h1 a:hover {
	font-size: 24pt;
	font-weight: normal;
	color: #127ed5;
}

h1 a:active {
	font-size: 24pt;
	font-weight: normal;
	color: #127ed5;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #127ed5;
	margin: 0px 0 0 0;
        line-height: 16pt;
}

h3 {
	font-size: 18pt;
	font-weight: normal;
	color: #000;
	margin: 0;
        line-height: 18pt;
}

p {
	font-size: 12pt;
	color: #000;
	margin: 0 0 10px 0;
        line-height: 13pt;
        text-align: justify;
}

ul, li {
	list-style-type: none;
}

#head {
	background: #eee;
}

#nav {
	font-weight: normal;
	color: #545454;
}

#nav ul {
	display: inline;
	padding: 15px 5px 5px 5px;
}

#nav li {
	display: inline;
	padding: 5px;
}

#nav a:link {
	color: #545454;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
}

#nav a:visited {
	color: #545454;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
}

#nav a:hover {
	color: #127ed5;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
}

#nav a:active {
	color: #127ed5;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
}

#search {
	width:215px;
	height:28px;
        position: relative;
        top: 15px;
        clear: both;
        float: right;
        right: 0px;
	background:transparent;	
        margin:0px 5px 0 0;
}

#search form {
	padding:0;
	margin:0;
}

#search .txtField {
	margin:5px 0px 0 0px;
	width:150px;
	color:#000;
	background: #cacaca;
	font-size: 8pt;
	font-weight: normal;
	border:none;
}

#search .btnSearch {
	width:auto;
	height:auto;
	border-style:none;
	right: 0px;
	background:transparent;
	cursor:pointer;
	color: #545454;
	font-size: 8pt;
	font-weight: normal;
	margin:3px 5px 0px 0px;
}

#port {
	background-color: #eee;
}

#maincontent p {
        font-size: 12pt;
}

#event {
        background-color: #eee;
        padding: 10px;
        margin-right: 50px;
}

#content a:link {
	color: #127ed5;
}

#content a:visited {
	color: #127ed5;
}

#content a:hover {
	color: #a7020c;
}

#content a:active {
	color: #a7020c;
}

label {
        display: block;
}

submit.wpcf7-form {
        background: transparent url("http://www.pointbrakedesign.com/graphiconfessions/wp-content/themes/cars/images/send.jpg");
}

h1#blogcontent {
	margin-bottom: 0px;
}

.entry img {
	padding: 5px 10px 30px 0;
}

.entry h1 {
	padding-bottom: 0px;
}

.entry ol li {
        list-style-type: decimal;
}

.meta {
	font-size: 10pt;
	color: #545454;
	padding: 0px;
}

#sidebar {
	background-color: #eeeeee;
	border: 1px solid #000;
        margin-bottom: 568px;
}

img.tbird {
	border-bottom: 1px solid #000;
}

#sidebar ul {
	padding: 0px 5px 0px 10px;
}

#sidebar li {
	padding-bottom: 5px;
}

#sidebar h2 {
	color: #000;
}

#sidebar a:link {
	color: #127ed5;
}

#sidebar a:visited {
	color: #127ed5;
}

#sidebar a:hover {
	color: #a7020c;
}

#sidebar a:active {
	color: #a7020c;
}

#wp-stats img {
	display: none;
}

#footer {
	font-size: 10pt;
	color: #000;
        text-align: right;
}
