/* Color Scheme
 *  Dark Teal	#248887 (36, 136, 135)
 *  Light Teal	#7df9f8 (125, 249, 248)
 *  Pink		#e6654c (230, 101, 76)
 */

/* Global
 */
html, body {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	height: 100%;
	background: #248887;
}

a {
	text-decoration: none;
	color: #E6654C;
	border-bottom: 1px dotted #E6654C;
}

a:hover {
	color: #ff3333;
	border-bottom: 1px dotted #ff3333;
}

p {
	text-indent: 1em;
	text-align: justify;
	margin: 1em 0 0 0;
}

hr {
	text-align: right;
	width: 99%;
	height: 1px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: .5em 0;
}

/* Header
 */
div.header {
}

div.slogan {
	color: #7DF9F8;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	clear: right;
	position: relative;
	top: -.3em;
}

div.slogan strong {
	text-decoration: underline;
	font-size: 14pt;
}

/* Menu
 */
div.menu {
	background: gray url(img/graybar.gif) repeat-x;
	text-align: right;
	height: 45px;
	line-height: 45px;
}

div.menu div {
	float: right;
	position: relative;
	left: -1px;
	text-align: center;
	height: 100%;
}

div.menu a {
	display: block;
	height: 100%;
	padding: 0 1em;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: none;
	color: white;
}

div.menu a:hover,
div.menu div.active a {
	background: #999999;
}

/* Main
 */
div.mainWrapper {
	margin: 1em;
	background: white;
}

div.main {
	padding: 1em;
	text-align: center;
	border: 1px solid black;
}

div.sidebar {
    float: left;
    width: 250px;
    font-size: smaller;
    border: 1px dashed #999999;
    background: #dddddd;
    padding: 1em;
}

/* Footer
 */
div.footer {
	height: 2em;
	top: 1em;
	position: relative;
	margin: 0 -1em;
	color: white;
	background: #003399;
}

div.footer p {
	text-align: center;
	text-indent: 0;
	font-size: 10pt;
	margin: 0;
	padding: .5em 0 0 0;
}

/*
 * Headings
 */
h1 {
	margin: .5em 0 0 .5em;
}

h2 {
	text-align: left;
	border-bottom: 1px solid black;
}

h3 {
	margin: 0;
	text-decoration: underline;
}

/* Buttons
 */
ul.buttonRow {
	text-align: center;
	margin: 0 auto;
	list-style: none;
	width: 570px; /* = (bigButton width + bigButton margins) * 3 */
}

li.bigButton {
	float: right;
	margin: 0 5px;
	width: 180px;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
}

li.bigButton a {
    display: block;
	margin: 0 auto;
	font-size: 14pt;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: white;
	border: none;
	cursor: default;
}

li.bigButton a:hover {
	text-decoration: underline;
}

/* Popup
 */
div.popup {
	display: none;
	background: white;
	text-align: center;
	width: 320px;
	height: 260px;
	overflow: hidden;
	border: 2px solid black;
	padding: .1em .5em;
}

div.popup_content {
}

div.x {
	float: right;
}

div.popup p {
	text-align: center;
	text-indent: 0;
}

div.popup ul {
	text-align: left;
	margin-top: 0;
}

/* Blog
 */
div.blog {
    padding: 1em;
    margin: 0 1em;
}

div.subtitle {
    margin: 0;
    font-size: 8pt;
    text-align: right;
    position: relative;
    top: -1em;
    font-style: italic;
    font-weight: bold;
}

div.blog h3 {
    text-decoration: none;
    text-align: left;
}

div.blog p {
    font-size: smaller;
}

div.blog-item p.blog-date {
    font-size: 8pt;
    margin-bottom: 2em;
}

/* Support
 */
div.problem {
	padding: .5em;
	clear: right;
}

img.problem_icon {
	float: right;
	margin-left: 1em;
}

/* Web Design
 */
ul.experience {
	text-align: left;
	width: 22em;
	margin: 1em auto;
}

ul.portfolio li {
	text-align: left;
	padding: 1em 0;
	border-bottom: 1px dashed black;
	clear: right;
	width: 100%;
	vertical-align: middle;
}

a.screenshot {
	display: block;
	float: right;
	border: 1px solid black;
}

a.screenshot:hover {
	border: 1px solid #60dcdc;
}

/* Contact
 */
table.contact {
	width: 20em;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contact td.l {
	text-align: right;
	padding: 0 .5em;
}

/* Misc
 */
em.quote {
	font-size: 16pt;
	line-height: 14pt;
}