/* Body & Frequently Used Tags */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #bfe0f8  right bottom no-repeat fixed;
	font: .8em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 0px;
}
a {
	color: #2e597e;
	text-decoration: none;
}
a:hover {
	color: #ac4444;
	text-decoration: none;
}
a img {
	border: 0;
}
abbr {
	border-bottom-width: 0;
}
blockquote {
	background: #DBF3F6 url(light-corner.gif) left top no-repeat;
	border-bottom: 1px solid #28B5C6;
	border-right: 1px solid #28B5C6;
	margin: 20px 10px;
	padding: 10px 20px;
}
code {
	font-size: 1.2em;
}
dl {
	margin: 1em 0;
}
dt {
	border-bottom: 1px solid #28B5C6;
	font-weight: bold;
}
dd {
	background: #DBF3F6 url(light-corner.gif) left top no-repeat;
	border-bottom: 1px solid #28B5C6;
	border-right: 1px solid #28B5C6;
	margin-left: 75px;
	padding: 10px;
}

ul {
list-style-type: none;
}

form {
	margin: 1em 0;
}
h2 {
	font: bold italic 1.8em Georgia, "Times New Roman", sans-serif;
	margin: 0 0 10px;
	color: #7c5637;
}
h2 a {
	color: #963b3b;
}
h3 {
	border-bottom: 2px solid #000;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin: 2em 0 1em;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h3 a:hover {
	border: 0;
}
h4 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin: 1em 0;
}
h5, h6 {
	margin: 1em 0;
}
hr {
	border: 1px solid #28B5C6;
	color: #28B5C6;
	height: 0;
}
input {
	background: #DBF3F6;
	border: 1px solid #DBF3F6;
	border-right-color: #B7E6EC;
	border-bottom-color: #B7E6EC;
	font: 1em Georgia, "Times New Roman", sans-serif;
	padding: 2px;
}
input:focus {
	border-top: 1px solid #28B5C6;
	border-left: 1px solid #28B5C6;
}
p {
	line-height: 1.7em;
	margin: 1em 0;
}
pre {
	font-size: 1.2em;
}
small {
	font: .8em "Century Gothic", "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
textarea {
	background: #f7f7f7;
	border: 1px solid #28B5C6;
	border-right-color: #B7E6EC;
	border-bottom-color: #B7E6EC;
	font: 1.2em Georgia, "Times New Roman", sans-serif;
	padding: .2em;
}
textarea:focus {
	background: #fff;
}
#container {
	background: #fefefe;
	margin: 0 auto;
	padding-top: 116px;
	position: relative;
	text-align: left;
	width: 720px;
	border-left: 1px solid #bfe0f8;
	margin-bottom: 0px;
}

/* Header */
#header {
	background: #fefefe url(header-corner.gif) no-repeat;
	height: 68px;
	padding: 0 20px;
	text-align: right;
}
#header h1 {
	font: bold italic 3em Georgia, "Times New Roman", sans-serif;
	letter-spacing: -.1em;
	padding-top: 9px;
}
#header h1 a {
	color: #000;
}
#header h1 a:hover {
	border: 0;
}

/* Content */
#content {
	border-left: 1px solid #bfe0f8;
	padding-bottom: 30px;
}
.narrow {
	float: left;
	width: 90%;
}
.narrow #results {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
.narrow #results li {
	background: url(light-circles.gif) center bottom no-repeat;
	padding: 0 0 50px;
}
.wide {
	background: #fefefe;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
}
.wide #results {
	list-style-type: none;
	margin: 0 auto;
	text-align: left;
	width: 75%;
}
.wide #results li {
	background: url(light-circles.gif) center bottom no-repeat;
	padding-bottom: 50px;
}
.wide #results li ul li {
	background: none;
	padding-bottom: 5px;
}
.wide #no-results {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 60%;
}
.wide #no-results ul li ul.children {
	margin-top: 0;
}

/* Post */
.post {
	padding: 30px 30px 0;
}
.post h2#comments {
	background: url(dark-circles.gif) center top no-repeat;
	margin-top: 2em;
	padding-top: 60px;
}
* html .post input {
	padding: 0;
}
* html .post label input {
	padding: 2px;
}

/* Entry */
.entry a img {
	display: block;
}
.entry input[type="text"] {
	background: #fefefe;
	border-right-color: #B6BB68;
	border-bottom-color: #B6BB68;
	padding: 2px;
}
.entry input[type="submit"] {
	background: #28B5C6;
	border-right-color: #2197A5;
	border-bottom-color: #2197A5;
	font: 1em "Century Gothic", "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	padding: 1px;
	text-transform: uppercase;
}
.entry ul {
	list-style-type: disc;
	margin: 1em 0 1em 15px;
}
.entry ol {
	margin: 1em 0 1em 20px;
}
#linkslist {
	list-style-type: none;
	margin: 0 auto;
	text-align: left;
	width: 60%;
}
#linkslist ul li {
	list-style-type: disc;
}
.meta {
	font: .8em "Century Gothic", "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.feedback {
	background: url(dark-circles.gif) center bottom no-repeat;
	font: .9em "Century Gothic", "Trebuchet MS", sans-serif;
	height: 80px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Comments */
#commentlist {
	background: url(dark-circles.gif) center bottom no-repeat;
	list-style-type: none;
	margin: 20px 0 40px;
	padding-bottom: 55px;
}
#commentlist cite {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
}
#commentlist .comments-odd {
	background: #fefefe;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}
#commentlist .comments-even {
	padding: 10px 20px 0;
}
#commentlist .authorcomment {
	background: #fefefe;
	margin: 20px 0;
	padding: 10px 20px;
}
#commentlist li ul {
	list-style-type: disc;
	margin: 1em 0 1em 15px;
}
#postcomment {
	background: #fefefe;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px;
}
#postcomment h2 {
	margin-bottom: 2em;
	text-transform: none;
}
#commentform input {
	background: #FFFFFF;
	border: 1px solid #B6BB68;
	border-right-color: #B6BB68;
	border-bottom-color: #B6BB68;
	font-size: 1.2em;
	letter-spacing: 0;
	padding: 1px;
	text-transform: none;
}
#commentform input:focus {
	background: #fff;
}
#commentform input#submit {
	background: #B6BB68;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font: 1.1em "Century Gothic", "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#commentform label {
	font-size: 1.2em;
	float: left;
	width: 80px;
}
#commentform p {
	font: .8em "Century Gothic", sans-serif;
}
#commentform textarea {
	font-size: 1.2em;
	width: 435px;
}

/* Popup Comments */
#commentspopup {
	background: #fff url(circles.gif) 75px top  no-repeat;
	padding: 0 10px;
	text-align: left;
}
#commentspopup div p {
	margin: 1em 0;
}
#commentspopup h1 {
	font: small-caps bold italic 3.2em Georgia, "Times New Roman", sans-serif;
	letter-spacing: -.1em;
	padding: .5em 0;
	text-align: right;
}
#commentspopup textarea {
	width: 300px;
}

/* Top Menu */
#topmenu {
	background: #bfe0f8;
	background-image: url(retrogirl.gif);
	background-position: right;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	padding: 20px 0;
	top: 0;
	width: 735px;
}
#topmenu ul {
	font: 1em/76px "Century Gothic", "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	list-style-type: none;
	text-transform: uppercase;
	background-color: #bfe0f8;
}
#topmenu ul li {
	float: left;
	height: 76px;
	margin: 0 20px 0 0;
	overflow: hidden;
	text-align: center;
	width: 76px;
}
#topmenu ul li a {
	background: url(menu-circle.gif) 0 0 no-repeat;
	display: block;
	color: #000;
	height: 100%;
}
#topmenu ul li a:hover, #topmenu ul li a#current {
	background: url(menu-circle.gif) -78px 0  no-repeat;
	border: 0;
	color: #fff;
}

/* Side Menu */
#menu {
	background: url(circles.gif) center no-repeat;
	float: right;
	font-size: .9em;
	margin-top: 35px;
	width: 21%;
}
#menu h2 {
	font-size: 1em;
	font-style: normal;
	letter-spacing: 1px;
	margin: 20px 0 5px;
	text-transform: uppercase;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#menu ul ul {
	margin: 5px 0 20px;
}
#menu ul li ul li {
	font-weight: normal;
	letter-spacing: 0;
	margin: .2em 0;
	text-transform: none;
}
#menu #searchform {
	margin: 5px 0 20px;
}
#searchform input {
	background: #FFFFFF;
	border-right-color: #B6BB68;
	border-bottom-color: #B6BB68;
	font: .9em "Century Gothic", "Trebuchet MS", sans-serif;
	padding-bottom: 0;
	text-transform: uppercase;
}
#searchform input#s {
	background: #FFFFFF;
	border-top-width: 0;
	border-left-width: 0;
	border-right-color: #B6BB68;
	border-bottom-color: #B6BB68;
	font: 1em Georgia, "Times New Roman", sans-serif;
	letter-spacing: 0;
	margin-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: none;
}
#pages ul li ul li, #categories ul li ul.children {
	list-style-type: disc;
	margin-left: 20px;
}
#wp-calendar caption {
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 1em;
	text-align: left;
	text-transform: uppercase;
}
#wp-calendar #prev, #wp-calendar #next, #wp-calendar .pad {
	background: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#wp-calendar td {
	background: #DBF3F6 url(light-corner.gif) left top no-repeat;
	color: #ccc;
	font: .95em "Century Gothic", "Trebuchet MS", sans-serif;
	padding: .2em;
	text-align: right;
}
#wp-calendar td a, #wp-calendar #today a {
	color: #000;
	display: block;
}
#wp-calendar td a:hover {
	border: 0;
}
#wp-calendar #today {
	background: #28B5C6 url(light-corner.gif) left top no-repeat;
	color: #DBF3F6;
}

/* Footer */
#footer {
	background: #7c5637;
	color: #000000;
	clear: both;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #bfe0f8;
}
#footer a {
	color: #FF3333;
}
#footer a:hover {
	color: #FFFFFF;
	border: 0;
}
#footer cite {
	font-style: normal;
	font-weight: bold;
}
#footer p {
	margin: 0;
}

/* Portfolio Page */
/*division lines*/
.title {
	border-top: 1px solid #7c5637;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

.projects li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
}

.projects a:link {
   color: #000000;
   text-decoration: none;
   border-bottom: 1px dotted #333;
}

.projects a:visited {
   color: #000000;
   text-decoration: none;
   border-bottom: 1px dotted #333;
}

.projects a:hover {
   color: #3d72a2;
   text-decoration: none;
}

.projects a:active {
   color: #3d72a2;
   text-decoration: none;
}

.cv {
font-weight: bold;
font-size: 1.1em;
text-align: center;
}

.cv a {
	color: #4987C0;
	text-decoration: none;
}
.cv a:hover {
	color: #4987C0;
	text-decoration: none;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.largeimagebox {
	border: thin groove #000000;
}
