/*
Theme Name: MySQL in AIR
Theme URI: http://mysqlonair.gruchalski.com
Description: Custom template.
Version: 1.0
Author: Radek Gruchalski
Author URI: http://gruchalski.com
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Georgia,"Times New Roman",Times,serif;
	background: white;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	}

h1 {
	margin: 50px 0 50px 0;
	text-align: center;
	font-size: 40px;
	}

h2 {
	font-weight: normal;
	font-size: 18px;
	}

.contentdiv {
	padding: 10px 40px 20px 40px;
	}

.numeric {
	font-size: 22px;
	font-weight: bold;
	}

div > p {
	font-size: 14px;
	font-style: italic;
	margin: 20px 60px 10px 60px;
	padding: 0;
	}
div > ul {
	font-size: 14px;
	font-style: italic;
	margin: 20px 0 20px 60px;
	padding: 0;
	}

#pageinner {
	border-top: 3px solid #46ea13;
	border-bottom: 3px solid #46ea13;
	color: white;
	background-image: url(pattern.png);
	padding-top: 20px;
	}
h2 {
	background-image: url(hbg2.png);
	padding: 5px 20px 5px 10px;
	display: inline;
	}

p > a {
	color: #46ea13;
	text-decoration: none;
	}
p > a:visited {
	text-decoration: underline;
	color: #729867;
	}
p > a:hover {
	background-color: #103306;
	}

#footer {
	background-color: #0b2323;
	padding: 10px 0 20px 0;
	text-align: center;
	}

img.min {
	border: 10px solid white;
	margin: 20px 30px 0 0;
	}

#ul_images > li {
	display: inline;
	}
