/*
 * Design by Free CSS Templates
 * http://www.freecsstemplates.org
 * Released for free under a Creative Commons Attribution 2.5 License
*/

/*
 * Common settings.
 */
html {
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
}

a {
	color:#5a1547 !important;
}

a:hover, a:active {
	text-decoration:none;
}

a:after {
    content:" (URL: "attr(href)")";
}

img.left {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

img.right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

/*
 * Wrapper
 */
#wrapper {
}

/*
 * Header
 */
#header {
	display:none;
}

/*
 * Menu
 */
#menu {
	display:none;
}

/*
 * Page
 */
#page {
}

/*
 * Content
 */
#content {
	font-size:1.3em;
}

/*
 * Sidebar
 */
#sidebar {
	display:none;
}

/*
 * Content areas.
 */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*
 * Footer
 */
#footer {
	display:none;
}

/*
 * Gallery
 */
ul.gallery {
	list-style:none;
	margin-left:0;
	margin-right:0;
}

ul.gallery li {
	width:175px;
	float:left;
	padding:10px;
	text-align:center;
}

p.description {
	font-size:0.8em;
}

/*
 * Forms
 */
table.formtable {
	width:100%;
	border:none;
}

table.formtable th, table.formtable td {
	border:none;
	vertical-align:top;
}

.formfield {
	width:250px;
}

.asterisk {
	color:#A01417;
}

.error {
	color:#A01417;
}

.success {
	color:#98FA28;
}
