/*

	Theme Name: Map My Mind
	Theme URI: http://pixopoint.com/simplecms/
	Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
	Version: 0.1
	Author: swexican
	Author URI: http://ryanhellyer.net/


	This theme was coded by PixoPoint Web Development
	http://pixopoint.com/


	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php


*/
/* Body reset */

@import "css/reset.css";
@import "css/layout.css";
@import "css/dd-formmailer.css";

html, body {
	background-color: #c3c6c8;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

html {
	/*background: red;*/
}

body {
	/*background: yellow;*/
}

p {
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.2em;
}

h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
}

textarea {
    resize: none;
} 

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #bbb;
	text-decoration: underline;
}
