/* MLP Design (http://www.mlpdesign.tk) */

body {
  background-color: #fff;
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 0.833em;
}

a:link, a:visited, a:active, a:focus {
  text-decoration: none;
  color: #cc0000;
}
a:hover {
  text-decoration: underline;
  color: #cc0000;
}

h1, h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
  font-size: 1.5em;
  color: #cc0000;
  margin: 1.5em 0 0;
}

h1:first-child {
	margin-top: 0;
}

h2 {
  font-size: 1.2em;
  color: black;
  margin-top: 5px;
}
  
h3 {
  margin: 0;
}

#sidebar h3 {
  font-size: 125%;
}

#sidebar h4 {
	margin-bottom: 0;
}

p {
	margin: 0 0 1em;
}

ul {
  margin: 0;
  padding-left: 1.5em;
}

li {
  list-style-image:url(images/arw.gif);
}

img {
  border: 0;
}

#header, #main {
  width: 56em;
  margin-left:auto;
  margin-right:auto;
  border: #ddd 1px solid;
}

#header {
  height: 11.26em;
  background: #ccccff url(images/bubbless.gif) top left repeat;
}
  
#header h1, #logo {
  font-size: 2.5em;
  margin: 1em;
}
#header h1 {
  font-weight: normal;
  margin-bottom: 0;
}
#header #logo {
  margin-top: 0;
}

#menu {
  font-size: 1.1em;
}

#main {
  margin-top: 1.2em;
  padding:0;
  background-color: #ccccff;
}

#content {
  width: 38em;
  float: left;
  padding: 1em;
  margin: -0.5em 0 0 0.25em;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align:justify;
}

#content h1, #content h2 {
  text-align: left;
}
  
#sidebar {
  width: 15.75em;
  float:left;
  margin: 0.5em 1em 0;
  font-size: 0.8em;
}
  
#footer {
  margin-top: 1.2em;
  padding: 1em 0;
  font-size: 0.8em;
  text-align: center;
}

.subside {
  padding: 1em 0;
  border-bottom: 1px dotted #cc0000;
}

#content img {
  float: right;
  margin: 1em 0 1em 1em;
}

.contact {
	padding: 6px 0;
}

.contact + * {
	clear: both;
}

.contact h2 {
	float:left;
	width:150px;
	margin: 0;
}

.contact p {
	float:left;
	margin:0;
}

.two-col div {
  float: left;
  width: 48%;
  margin-right: 4%;
  text-align: center;
}
#content .two-col h2 {
  text-align: center;
}
#content .two-col img {
  margin: 0;
  float: none;
}
.two-col .last-col {
  margin-right: 0;
}

/* See http://www.positioniseverything.net/easyclearing.html */
#wrapper:after, .two-col:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#wrapper, .two-col, .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper, * html .clearfix {height: 1%;}
#wrapper, .two-col, .clearfix {display: block;}
/* End hide from IE-mac */
