/* webdev.adamfinlayson.com */



/****** Body ******/

body,
td {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

body {
	margin: 0;
	
	background-color: #ffffff;
	color: #000000;
}


a, a:link {
	color: #243CB2;
	
}

a:visited {
	color: #5424B2;
}

a:active, a:hover {
	color: #B2243C;
}

a img {
	border: none;
}



p {
	margin: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px 0;
	color: #000000; 
	font-weight: normal;
}

h1 {
	font-size: 24px; 
	font-weight: normal;
	margin-top: 48px;
}

h2 {
	font-size: 18px; 
	margin-top: 24px;
	color: #006224; /* dark green */
	color: #3cb024; /* bright green */
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
	font-style: italic;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
	margin-bottom: 0px;
}

strong {
	/*color: #7b3b19;*/
}

hr {
	border:none;
	height: 2px;
	background: #3cb024; /* bright green */
	margin: 24px 0;
}


/****** Body ******/

#container-top,
#container-bottom {
	clear: both;
}

#container-top .border-top,
#container-bottom .border-bottom {
	height: 24px;
	background: #3cb024; /* bright green */
}

#container-top .border-bottom,
#container-bottom .border-top {
	/*height: 6px;*/
	background: #3cb024; /* bright green */
}

#container-top .border-top,
#container-bottom .border-top {
	/*border-bottom: 1px solid #fff;*/
}



/****** Main ******/

#container-bottom {
}

#main {
	padding: 36px 24px;
	max-width: 912px;
	margin: 0px auto;
}

#leftbar,
#content {
	float: left;
	/*background: #ccc;*/
	padding-bottom: 24px;
}

#leftbar {
	width: 218px;
	margin-right: 24px;
}

#content {
	width: 670px;
}



/****** Left Bar ******/

#leftbar {
}

#leftbar #logo {
	margin-bottom: 24px;
}

#leftbar #founder {
	font-size: 14px;
}

#left-content {
	text-align: left;
	color: #000;
	margin-bottom: 48px;
}

#left-content h2 {
	color: #000;
	text-transform: none;
	font-size: 16px;
}

#left-content h2 .identity {
	display: block;
}



/****** Navigation ******/

#navigation {
	text-align: left;
	font-size: 15px;
}

#navigation ul,
#navigation li {
	margin:0;
	padding:0;
	list-style-type: none;
}

#navigation li {
	margin-bottom: 12px;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
	color: #006224; /* dark green */
	color: #3cb024; /* bright green */
	text-decoration: none;
}

#navigation ul li a:active,
#navigation ul li a:hover {
	color: #243CB2;
	text-decoration: underline;
}

#navigation ul li a.highlight {
	color: #000000;
	color: #006224; /* dark green */
}



/****** Right Bar ******/

#content #rightbar {
	float: right;
	border: 1px dotted #7b3b19;
	width: 202px;
	margin: -36px 0 12px 12px;
	/*margin: -36px 0 12px 12px;*/
	padding: 6px;
	/*
	*/
	text-align: center;
}

#content #rightbar h2 {
	font-size: 16px;
	color: #000;
}

#content #rightbar h2 .identity {
	display: block;
}

#content #rightbar h2:first-child {
	margin-top: 0;
}



/****** Content ******/

#content h1:first-child,
h1.top-head {
	margin-top: 0;
}

.note,
.caption {
	font-size: 11px;
	color: #999;
	font-style: italic;
}

.note,
p.caption {
	margin-top: 12px;
}

.caption a {
	color: #9999cc;
}

.caption a:hover {
	color: #0000cc;
}

h2 a .note, 
h2 a:link .note, 
h2 a:visited .note {
	text-decoration: none;
}



/****** Footer ******/

#footer {
	margin-top: 60px;
	border-top: 1px solid #999;
	clear: both;
	padding-top: 10px;
	font-size: 10px;
	color: #666;
}

#footer a {
	color: #669;
}

#footer a:hover {
	color: #00c;
}



/****************** Wide ******************/


#main-wide {
	
}
