/*
Theme Name: Gold Leaf
Theme URI: http://www.rogusdesign.com
Description: Custom Theme for my portfolio
Version: 2.0
Author: Michael Rogus
Author URI: http://www.rogusdesign.com
*/

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none }

body 									{background: #4d0101 url(images/red_damask_wallpaper.png) repeat-x; min-height: 100%; height: 100%;}
html 									{min-height: 100%; height: 100%;}
a:link									{color: #880000;}
a:visited								{color: #4d0101;}
.clear									{clear:both;}
.floatLeft								{float: left}
.floatRight								{float: right}
.test									{background-color: #0C6;}
.row									{margin: 30px 0px;}
.cell									{width: 200px; float: left; margin: 0px 25px;}
#contentContainer .row .cell p			{font-size: .7em;}
.clrLMargin								{margin-left: 0px;}
.clrRMargin								{margin-right: 0px;}
.cut									{background-color: #4d0101; padding: 10px 20px; margin-right: -50px; -moz-border-radius: 10px 0px 0px 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-radius: 10px 0px 0px 10px;}
.woodcut								{background-image:url(images/wood-bg.jpg); padding: 10px 50px 10px 20px; margin-right: -50px; -moz-border-radius: 10px 0px 0px 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-top-left-radius: 10px; /*-webkit-border-radius: 10px;*/ border-radius: 10px 0px 0px 10px;}
.screenshotLeft							{margin-right: 30px;}
.screenshotRight						{margin-left: 30px;}

#container 								{width: 800px; margin-left: auto; margin-right: auto; min-height: 100%; height: 100%;}

#header 								{width: 800px; height: 100px; background-image:url(images/masthead.png); background-repeat: no-repeat; margin-bottom: 4px; position: relative; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-radius: 0px 0px 10px 10px;}
#logo a h1.phark 						{width: 233px; height: 49px; background: url(images/logo.png); text-indent: -9999px; position: absolute; top: 26px; left: 30px;}
#menu 									{position:absolute; right: 30px; height:100px;}
#menu li 								{margin-left: 15px; float: left; line-height: 100px; font-family: Georgia, "Times New Roman", Times, serif; font-size: .9em;}
#menu li a:link, #menu li a:visited 	{text-decoration: none; color:#fff; padding: 6px;}
#menu li a:hover, #menu li a:active 	{text-decoration: none; background-color:#4d0101; padding: 6px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}

#contentContainer 						{width: 700px; padding: 20px 50px; background-color: #FFF; background-image: url(images/content-bg.png); background-repeat: repeat-y; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#contentContainer p 					{margin: 10px 0px 10px 0px; line-height: 1.5em; font-family: Verdana, Geneva, sans-serif; font-size: .9em;}
#contentContainer h2 					{font-family: Georgia, "Times New Roman", Times, serif; font-size: 2em; color: #880000; margin-top: 10px; margin-bottom: 10px;}
#contentContainer h3 					{font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; color: #666; margin-top: 10px; margin-bottom: 10px;}
#contentContainer h3.subtitle 			{margin-top: -15px;}
#contentContainer .cut p				{color: #FFF;}
#contentContainer .cut h2				{color: #FFF;}
#contentContainer .woodcut p			{color: #FFF;}
#contentContainer .woodcut h2			{color: #4d0101;}
#contentContainer .woodcut h3			{color: #6D0101;}

#footer									{width: 800px; height: 50px; margin: 4px 0px; position: relative; background-image:url(images/footer.png); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
#footer p								{font-family: Verdana, Geneva, sans-serif; font-size: .7em; line-height: 50px; position: absolute; left: 30px; color: #FFF;}