/* Basics */
body {
	background-color: #DCDCDC;
	font-family: verdana;
	padding: 0;
	margin: 0;
}
table {
	font-size: 11px;
}
img {
	border: 0;
}
.sidebar {
	color: #70004B;
	background-color: #FFFFFF;
	font-size: 10px;
	width: 196px;
	text-align: justify;
	vertical-align: top;
}
.content {
	vertical-align: top;
	color: #486FA7;
	background-color: #FFFFFF;
	width: 649px;
	font-size: 11px;
}
.left_1 {
	width: 67px;
	background: #FFFFFF url(http://meaghanmartin.net/index_01.png) repeat-y;
}
.middle_1 {
	width: 12px;
	background: #FFFFFF url(http://meaghanmartin.net/index_02.png) repeat-y;
}
.right_1 {
	width: 76px;
	background: #FFFFFF url(http://meaghanmartin.net/index_03.png) repeat-y;
}

/* Headers */
h1 {
	color: #000000;
	border-bottom: 1px dotted #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}
h2 {
	color: #320642;
	font-size: 16px;
	font-family: arial;
	border-bottom: 1px solid #320642;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 3px;
	margin-top: 2px;
}
h3 {
	color: #7E2A34;
	font-size: 14px;
	font-weight: normal;
	font-family: arial;
	text-align: right;
	border-bottom: 1px dashed #7E2A34;
}
.postinfo {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: tahoma;
	color: #BF226D;
	line-height: 13px;
}

/* Links */
a:link, a:visited, a:active {
	color: #B44C98;
	text-decoration: none;
}
a:hover {
	color: #801A64;
	text-decoration: none;
}
a img {
	border: 1px solid #B44C98;
}
a:hover img {
	border: 1px dotted #801A64;
}

/* Forms */
input, textarea, select {
	color: #1B0C20;
	background-color: #F0CEFD;
	border: 1px solid #1B0C20;
	font-size: 11px;
	font-family: verdana;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}