/*--------NOTES AND REFERENCE----------->>

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/

html,body {
	color: #61573b;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

p {
	font-size: 1em;
	line-height:1.45em;
	}
	
p.closer {
	font-size: 1em;
	line-height:1em;
	margin: 3px 0 3px 0;
}
	
a {
		text-decoration:none;
		color:#61573b;
	}
	
a.underlined {
	text-decoration:underline;
}
	
a:hover {
	text-decoration:underline;
}

a.toplinks {
	font-size: 1.5em;
	display:inline;
	margin: 0 10px 0 0;
	padding: 4px 8px 6px 8px;
	width:auto;
	background:#fff;
	color:#a49f8f;
	text-align:center;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	border: 1px solid #a49f8f;
}
a.toplinks:hover {
text-decoration:none;
	background-color: #a49f8f;
	color:#fff;
}

a.toplinks.fb {
	background: url(../images/FaceBook32.png) no-repeat bottom left;
	border:none;
	padding-left:34px;
	padding-top:10px;
}

a.toplinks.fb:hover {
	color:#4065ba;
}

h1, h2, h3 {
	color:#61573b;
	font-weight:normal;
	margin: 0 0 3px 0;
	letter-spacing: -1px;
}

h1 {
	font-size:2.5em;
}

h1.header {
	width:99%;
	padding: 8px 0 8px 8px;
	margin-top:30px;
	text-align:left;
	background: #b7b2a6;
	color:white;
	-moz-border-radius: 14px 14px 0 0;
	-webkit-border-radius: 14px 14px 0 0;
}

h2 {
	font-size:2em;
}

h3 {
	font-size:1.5em;
}

.small {
	font-size:.5em;
}

.morelink {
	font-size:11px;
}

.em {
	font-style:italic;
}


.left {
	text-align:left;
}

.right {
	text-align:right;
}

.middle {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.strong {
	font-weight:bolder;
}

.gray {
	color:#61573b;
}

.silver {
	color: #c6c6c6;
}

.white {
	color:#fff;
}

.black {
	color:#000;
}

.greengray {
	color:#a49f8f;
}

.red {
	color:red;
}

ul li {
	list-style: none outside;
}

ul li.marked {
	list-style: square outside;
	margin-bottom:4px;
}

ul li.markedmore {
	list-style: square inside;
	margin-bottom:8px;
}

ul li.projectslist {
height:108px;
width:auto;
margin: 0 0 10px -40px;
padding: 0 0 0 0;
text-align:left;
clear:both;
}

#smallthumbinside {
	clear:right;
	padding-top:6px;
	padding-bottom:16px;
}

ul li.projectslist img {
	position:relative;
	width:100px;
	height:100px;
	margin: 0 10px 0 0;
	float:left;
	padding:2px 2px 2px 2px;
	border: 1px solid #454545;
}

ul li.projectslist img.smallthumb {
	width:66px;
	height:66px;
	margin-left:2px;
}

ul li.projectslist p {
	margin-top:2px;
}

ul li.projectslist h3 {
	margin-bottom:2px;
}

.flat {
	display:inline;
}

.pushright {
	margin-right:6px;
}

#nudgedown {
	width:1px;
	height:8px;
}

/* unfinished */
div.blockquote {
	width:99%;
	height:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

span.highlighted {
	font-size:1.5em;
	color: #61573b;
	background: #f6f3ec;
	padding-bottom:1px;
margin: 2px 1px 2px 1px;
	border-bottom-color: #61573b;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
