/*----------------------------------------------------------------------------
RESET CSS
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*----------------------------------------------------------------------------
GENERAL CSS
-----------------------------------------------------------------------------*/

body {
	background: url(../images/hintergrund.png) repeat-x #fff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
}

p {
	margin: 0 0 11px 0;
}

img {
	border: none;
	padding: 2px;
	margin:  0px;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	outline:none;
	font-weight: 400;
}


a:focus,a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
	margin:0;
	padding: 0;
}

ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

h3 {
	color: #E10000;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	text-shadow: 0 1px #ffffff;
	border-bottom: 1px #d4d4d2 dashed;
	text-align: left;
}

h3.top {
	margin: 7px 0 10px 0;
}

hr {
	width: 100%;
	border: 0;
	overflow: hidden;
	border-bottom: 1px #d4d4d2 dashed;
	margin: 10px 0;
}


#bodyContainer {
	overflow: hidden;
}

#body {
	width: 960px;
	margin: 10px auto;
	overflow: hidden;
}


/*----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/

#headerContainer {
	width: 100%;
	overflow: hidden;
	/*background: #ffffff url('../images/gradient.png') repeat-x;*/
}

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 15px;
}

#logo img {
	padding: 0;
	margin: 0;
}

a.originalLogo {
	background: url('../images/simply-colorful-logo.png') top center;
	padding: 0;
	border: 0;
	height: 50px;
	width: 281px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

a.originalLogo:hover, a.originalLogo:active {
	background: url('../images/simply-colorful-logo.png') bottom center;
	padding: 0;
	border: 0;
	height: 50px;
	width: 281px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

a.customLogo {
	padding: 0;
	border: 0;
	height: 50px;
	width: 281px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

a.customLogo:hover, a.customLogo:active {
	padding: 0;
	border: 0;
	height: 50px;
	width: 281px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

#menu {
	float: right;
	list-style:	none;
	text-align: center;

}

#menu li {
	float: left;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 5px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

#menu li a {
	color: #393939;
	display: block;
	text-decoration: none;
	padding: 25px 0 10px 0;
	width: 100px;
	overflow: hidden;
	border-right: #f1f1f1 1px solid;
	border-left: #f1f1f1 1px solid;
}

#menu li a:hover, .hoverClass a, #menu .current_page_item a {
	background: #ffffff;
}

#menu li a:hover {
	text-decoration: underline;
}

#rssMini {
	float: left;
	border: 0;
	padding: 0;
	margin: 4px 5px 0 0;
}

	/*----------------------------------------------------------------------------
	FEATURED SLIDE SHOW
	-----------------------------------------------------------------------------*/
	
	#featuredHeaderContainer {
		width: 100%;
		height: 230px;
		margin: 0 auto;
		overflow: hidden;
		/*background: #393939 url("../images/featuredBG.png") bottom center repeat-x;*/
	}
	
	#featuredHeaderContainerInner {
		width: 960px;
		height: 230px;
		margin: 0 auto 0 auto;
		position: relative;
		overflow: hidden;
	}
	
	.featuredContainer {
		overflow: hidden;
		position: absolute;
		top: 0;
	    left: 0;
	    z-index: 8;
	    opacity: 0.0;
	    filter:alpha(opacity=0); /* for IE */
	    width: 960px;
	}
	
	.featuredContainerImage {
		height: 185px;
		width: 350px;
		float: left;
		margin: 19px 30px 19px 0;
	}
	
	.featuredContainer img {
		height: 175px;
		background: #ffffff;
		padding: 5px;
		border: 1px #383838 solid;
	}
	
	.featuredContainer img:hover {
		background: #ffffff;
		opacity: 0.80;
	}
	
	.featuredHeaderTitle {
		color: #ffffff;
		font-size: 30px;
		font-weight: 400;
		margin-top: 25px;
		height: 75px;
		line-height: 1.2;
		text-shadow: 1px 1px #303030;
	}
	
	.featuredHeaderDes {
		color: #333333;
		font-size: 14px;
		font-weight: 400;
		height: 65px;
		overflow: hidden;
		margin: 0 0 10px 0;
	}
	
	a.featuredHeaderMore {
		background: url('../images/readmore.png') bottom center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 90px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	a.featuredHeaderMore:hover, a.featuredHeaderMore:active {
		background: url('../images/readmore.png') top center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 90px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	.active {
	    z-index:10;
	    opacity:1.0;
	    filter:alpha(opacity=100); /* for IE */
	}
	
	.last-active {
	    z-index:9;
	}

/*----------------------------------------------------------------------------
LEFT CONTENT AREA CSS
-----------------------------------------------------------------------------*/

#leftColumn,#rightcolumn {
	position: relative;
}

#leftColumn {
	float: left;
	width: 655px;
	margin: 10px 20px 0 0;
}

	/*----------------------------------------------------------------------------
	CUSTOM FRONT CSS
	-----------------------------------------------------------------------------*/
	
	#welcome {
		margin: 0 0 30px 0;
	}
	
	#welcome h1 {
		font-size: 36px;
		margin-bottom: 10px;
		font-weight: 400;
		line-height: 1.2;
	}
	
	.miniRow {
		background: #fdfdfd;
		border: 1px #d4d4d2 solid;
		padding: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	.recentArticle {
		width: 100%;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		overflow: hidden;
		border-bottom: 1px #c8c8c8 dashed;
	}
	
	#recentpostsIcon {
		background: url('../images/recentposts.png') 0px 2px no-repeat;
		padding-left: 20px;
	}
	
	.recentArticle img {
		width: 75px;
		height: 75px;
		float: left;
		background: #ffffff;
		margin: 0 10px 0 0;
		padding: 5px;
		border: 1px #e8e8e8 solid;
	}
	
	.miniTitle {
		margin: 5px 0 0 0;
	}
	
	.miniTitle a {
		font-family: "Myriad Pro","Trebuchet MS",Arial,Helvetica,sans-serif !important;
		color: #383838;
		font-weight: 400;
		font-size: 20px;
		overflow: hidden;
	}
	
	.miniContent {
		margin: 10px 0 0 0;
		
	}
	
	a.miniMore {
		font-weight: 400;
	}	
	/*----------------------------------------------------------------------------
	BLOG CSS
	-----------------------------------------------------------------------------*/
	
	.postPageContainer {
		width: 100%;
		border-bottom: dashed 1px #d4d4d2;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
	
	.postPageContainer img {
		background: #ffffff;
		padding: 5px;
		border: 1px #e8e8e8 solid;
	}
	
	.postPageTitle {
		font-size: 30px;
		margin-top: 10px;
	}
	
	.postPageContent {
		margin: 10px 0 0 0;
		overflow: hidden;
	}
	
	.postPageDate, .postPageDate a {
		color: #737373;
		font-size: 12px;
		font-weight: 400;
		margin: 0;
	}
	
	.postPageDate a {
		text-transform: uppercase;
		color: #737373;
		font-size: 12px;
		font-weight: 400;
	}
	
	#pageNavContainer {
		margin: 20px 0;
	}
	
	#pageNavLeft a {
		float: left;
		background: url('../images/previouspage.png') bottom center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 132px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	#pageNavLeft a:hover, #pageNavLeft a:active {
		background: url('../images/previouspage.png') top center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 132px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	#pageNavRight a {
		float: right;
		background: url('../images/nextpage.png') bottom center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 101px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	#pageNavRight a:hover, #pageNavRight a:active {
		background: url('../images/nextpage.png') top center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 101px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
		
	/*----------------------------------------------------------------------------
	PAGE CSS
	-----------------------------------------------------------------------------*/
	
	.page {
		min-height: 200px !important;
	}
	
	.page ul {
		margin: 5px;
		padding: 10px;
		list-style: disc;
	}
	
	.page ul li {
		padding: 5px;
	}
	
	.page h1, .page h2, .page h3, .page h4, .page h5  {
		color: #303030;
		font-weight: 400;
		text-transform: uppercase;
		margin: 0 0 10px 0;
		padding: 0 0 7px 0;
		text-shadow: 0 1px #ffffff;
		border-bottom: 1px #d4d4d2 dashed;
	}
	
	.page h1 {
		font-size: 20px;
	}
	
	.page h2 {
		font-size: 16px;
	}
	
	.page h3 {
		font-size: 13px;
	}
	
	.page h4 {
		font-size: 12px;
	}
	
	.page h5 {
		font-size: 8px;
	}


	/*----------------------------------------------------------------------------
	POST CSS
	-----------------------------------------------------------------------------*/
	
	.postContainer {
		margin-top: 10px;
		min-height: 200px !important;
	}
	
	.postTitle {
		font-size: 30px;
	}
	
	.postDate, .postDate a {
		color: #737373;
		font-size: 12px;
		font-weight: 400;
		margin: 0;
	}
	
	.postContent {
		margin: 10px 0;
	}
	
	.postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5  {
		color: #303030;
		font-weight: 400;
		margin: 0 0 10px 0;
		padding: 0 0 7px 0;
		text-shadow: 0 1px #ffffff;
		border-bottom: 1px #d4d4d2 dashed;
	}
	
	.postContent h1 {
		font-size: 24px;
	}
	
	.postContent h2 {
		font-size: 20px;
	}
	
	.postContent h3 {
		font-size: 16px;
	}
	
	.postContent h4 {
		font-size: 12px;
	}
	
	.postContent h5 {
		font-size: 8px;
	}
	
	.postContent ul {
		margin: 5px;
		padding: 10px;
		list-style: disc;
	}
	
	.postContent ul li {
		padding: 5px;
	}

	.size-thumbnail  {
		padding: 3px;
		border: 3px solid #9e9e9e;
		margin: 5px;
		overflow: hidden;
	}
	
	.size-thumbnail, .size-medium, .size-large, .size-full {
		vertical-align: middle;
	}
	
	.borderMedium {
		padding: 3px;
		border: 3px solid #9e9e9e;
		margin: 5px;
		vertical-align: middle;
		overflow: hidden;
	}
	
	.borderFull {
		padding: 5px;
		border: 5px solid #9e9e9e;
		overflow: hidden;
	}
	
	.postContent pre {
		background: #fdfdfd url('../images/gradient.png') repeat-x;
		border:1px solid #DADADA;
		font-size:11px;
		line-height:1.3em;
		overflow: hidden;
		padding:10px;
		margin: 10px 0;
		font-style: normal;
		width: 630px;
	}
	
	.postContent code {
		font-size: 13px;
		font-family: Courier, "Courier New", mono;
		background: #fdfdfd;
	}
		
	.postContent blockquote, .page blockquote {
		color: #888888;
		margin: 10px;
		border-left: 3px #888888 solid;
		padding: 10px;
	}
	
	/*----------------------------------------------------------------------------
	POST FOOTER CSS
	-----------------------------------------------------------------------------*/
	
	#rssReminder {
		width: 450px;
		margin: 20px auto;
		border: 1px solid #9e9e9e;
		padding: 12px 0 10px 45px;
		background: url(../images/rssmini.png) no-repeat 17px 50%;
	}
	
	#rssReminder a {
		font-weight: 700;
	}
	
	#postFooter {
		color: #333333;
		margin: 0;
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		padding: 10px;
		margin-bottom: 20px;
		clear: both;
		overflow: hidden;
		height: auto !important;
	}
	
	#postCategorys {
		float: left;
		padding: 3px 0 3px 0;
		margin: 0;
		width: 450px;
	}
	
	#postTags {
		float: left;
		height: auto;
		padding: 3px 0 3px 0;
		margin: 0;
		width: 450px;
	}
	
	#postLink {
		float: left;
		padding: 3px 0 3px 0;
		margin: 0;
		width: 450px;
	}
	
	#postDigg {
		float: right;
		margin: 0;
	}
	
	#postTwitter {
		float: right;
		margin: 10px 10px 0 10px;
	}
	
	/*----------------------------------------------------------------------------
	COMMENTS CSS
	-----------------------------------------------------------------------------*/
	
	#commentContainer {
		width: 650;
	}
	
	#commentForm {
		margin-bottom: 20px;
	}
	
	#commentLoggedIn {
		margin: 10px 0;
	}
	
	ul.commentList, ul.commentList li {
		list-style: none;
		list-style-type: none;
	}
	
	#authorFieldContainer, #emailFieldContainer {
		float: left;
		width: 50%;
		margin: 10px 0;
	}
	
	#websiteFieldContainer, #commentFieldContainer {
		clear: both;
		margin: 10px 0;
	}
	
	#authorFieldContainer input, #emailFieldContainer input {
		width: 250px;
		border: 1px solid #cdcdcd;
		height: 17px;
		padding-top: 4px;
		padding-left: 3px;
		display: inline;
		color: #545454;
	}
	
	#websiteFieldContainer input {
		width: 580px;
		border: 1px solid #cdcdcd;
		height: 17px;
		padding-top: 4px;
		padding-left: 3px;
		display: inline;
		color: #545454;
	}
	
	#commentForm label {
		font-size: 12px;
		display: block;
		text-transform: uppercase;
	}
	
	#commentFieldContainer textarea {
		width: 650px;
		height: 150px;
		border: 1px solid #cdcdcd;
		padding-top: 4px;
		padding-left: 3px;
		display: inline;
		color: #545454;
	}
	
	a.commentSubmit {
		background: url('../images/submitcomment.png') bottom center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 133px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	a.commentSubmit:hover, a.commentSubmit:active {
		background: url('../images/submitcomment.png') top center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 133px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	.commentHead {
		background: #efefef;
		overflow: hidden;
		padding: 5px;
	}
	
	.commentHead img {
		margin-right: 10px;
		float: left;
	}
	
	.authorHead  {
		font-size: 18px;
		display: block;
		margin-top: 1px;
	}
	
	.dateHead  {
		font-size: 9px;
		text-transform: uppercase;
	}
	
	.commentApproval {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #F7E5E5;
		border: 1px solid #F0C7C7;
		text-align: center;
		font-size: 14px;
		color: #852B3B;
		padding: 5px 0;
		margin: 10px auto;
		width: 650px;
	}



/*----------------------------------------------------------------------------
RIGHT CONTENT AREA (SIDEBAR) CSS
-----------------------------------------------------------------------------*/

#rightColumn {
	float: right;
	width: 275px;
	margin: 10px 0 0 0;
}

#rightColumn a {
	font-weight: 400;
}

.sidebarWidget {
	background: #fdfdfd;
	border: 1px #d4d4d2 solid;
	padding: 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.sidebarWidget ul {
	list-style: square;
	margin: 0 0 0 15px;
}

#searchIcon {
	background: url('../images/search.png') 0px 2px no-repeat;
	padding-left: 20px;
}

#advertisementsIcon {
	background: url('../images/advertisements.png') 0px 2px no-repeat;
	padding-left: 20px;
}

#popularPostsIcon {
	background: url('../images/popularposts.png') 0px 2px no-repeat;
	padding-left: 20px;
}

#connectIcon {
	background: url('../images/connect.png') 0px 2px no-repeat;
	padding-left: 20px;
}

#friendsIcon {
	background: url('../images/friends.png') 0px 2px no-repeat;
	padding-left: 20px;
}

#tagsIcon {
	background: url('../images/tags.png') 0px 2px no-repeat;
	padding-left: 20px;
}

#twitterIcon {
	background: url('../images/twitter.png') 0px 2px no-repeat;
	padding-left: 20px;
}

	/*----------------------------------------------------------------------------
	SEARCH WIDGET
	-----------------------------------------------------------------------------*/

	a.searchSubmit {
		float: right;
		background: url('../images/go.png') bottom center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 40px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	a.searchSubmit:hover, a.searchSubmit:active {
		background: url('../images/go.png') top center;
		padding: 0;
		border: 0;
		height: 20px;
		width: 40px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	
	#searchInput {
		border: 1px solid #cdcdcd;
		height: 16px;
		width: 195px;
		padding-top: 3px;
		padding-left: 5px;
	}

	/*----------------------------------------------------------------------------
	ADVERTISEMENTS WIDGET
	-----------------------------------------------------------------------------*/

	#advertisements {
		margin: 0;
		text-align: center;
	}
	
	/*----------------------------------------------------------------------------
	SUBSCRIBE WIDGET
	-----------------------------------------------------------------------------*/

	#rssFeed {
		height: 40px;
		font-size: 20px;
		padding: 0 30px;
	}
	
	#rssFeedText {
		padding: 8px 0;
	}
	
	#rssFeed img {
		float: left;
	}
	
	/*----------------------------------------------------------------------------
	POPULAR POST WIDGET
	-----------------------------------------------------------------------------*/

	#popularPosts {
		margin: 10px 0 0 0;
	}
	
	#popularPosts ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#popularPosts li {
		margin: 3px 0 0 0;
	}

	/*----------------------------------------------------------------------------
	LINKS WIDGET
	-----------------------------------------------------------------------------*/

	#leftLinks {
		clear: both;
		float: left;
		width: 110px;
		background: #fdfdfd;
		border: 1px #d4d4d2 solid;
		padding: 10px;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
	
	#rightLinks {
		float: right;
		width: 110px;
		background: #fdfdfd;
		border: 1px #d4d4d2 solid;
		padding: 10px;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
	
	.sidebarList {
		list-style: none;
	}
	
	ul.sidebarList li {
		margin: 3px 0 0 0;
	}

	/*----------------------------------------------------------------------------
	TAG CLOUD WIDGET
	-----------------------------------------------------------------------------*/

	.tagcloud {
		text-align: justify;
	}

	/*----------------------------------------------------------------------------
	TWITTER WIDGET
	-----------------------------------------------------------------------------*/
	
	#tweet {
	}
	
	#tweet ul {
		list-style: none;
	}
	
	#tweet ul li {
		list-style: none;
		clear: both;
		overflow: hidden;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px #d4d4d2 dashed;
	}
	
	.tweet_avatar {
		float: left;
		margin: 0 5px 0 0;
	}
	
	.tweet_avatar img {
		padding: 3px;
		border: 1px #e8e8e8 solid;
	}
	
	.tweet_text {	
	}
	
	.tweet_date {
		float: right;
		font-size: 10px;
	}
	
	/*----------------------------------------------------------------------------
	RECENT COMMENTS WIDGET
	-----------------------------------------------------------------------------*/
	
	#recentComments {
		background: #fdfdfd;
		border: 1px #d4d4d2 solid;
		padding: 10px;
		overflow: hidden;
		margin: 10px 0 0 0;
	}
	
	.recentComment {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px #d4d4d2 dashed;
	}
	
	#recentCommentsIcon {
		background: url('../images/recentcomments.png') 0px 2px no-repeat;
		padding-left: 20px;
	}
	
	.recentCommmentAvatar {
		float: left;
		margin: 0 5px 2px 0;
	}
	
	.recentCommmentAvatar img {
		padding: 3px;
		border: 1px #e8e8e8 solid;
	}
	
	.recentCommmentText {
	}
	
	.frontPageAdvertisement  {
		width: 270px;
		overflow: hidden;
		margin: 20px 0 0 0;
		text-align: center;
	}


/*----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/

#footerContainer {
	width: 960px;
	margin: 30px auto 0 auto;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
    border-top: 1px solid #ccc;
}

/*----------------------------------------------------------------------------
ARCHIVES PAGE CSS
-----------------------------------------------------------------------------*/

.archiveContainer {
	margin: 0 0 30px 0;
	overflow: hidden;
	clear: both;
}

#archiveStats {
}

#archiveCloud {
}

#archivePost {
}

#archiveMonth {
	float: left;
	margin: 0;
	list-style-type: none;
}
 
#archiveMonth li {
	float: left;
	width: 180px;
	height: 30px;
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------------------------------
SIMPLY COLORFUL CONTACT FORM CSS
-----------------------------------------------------------------------------*/

.formField {
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}

.formField label.field {
	font-size: 14px;
	width: 175px;
	float: left;
}

.field {
	float: left;
}

.field input {
	border: 1px solid #cdcdcd;
	height: 17px;
	padding-top: 4px;
	padding-left: 3px;
	display: inline;
}

.field textarea {
	border: 1px solid #cdcdcd;
	height: 100px;
	width: 350px;
	padding: 3px;
}

#securityQuestion {
	font-size: 20px;
	margin: 0 0 10px 0;
}

a.contactSubmit {
	background: url('../images/submit.png') bottom center;
	padding: 0;
	border: 0;
	height: 20px;
	width: 65px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

a.contactSubmit:hover, a.contactSubmit:active {
	background: url('../images/submit.png') top center;
	padding: 0;
	border: 0;
	height: 20px;
	width: 65px;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.processing {
	margin: 90px 0;
	width: 100%;
	text-align: center;
}

#successNotify {
	background: #D6FFD8;
	border: 1px solid #A0D997;
	text-align: center;
	font-size: 14px;
	color: #436213;
	padding: 10px 0;
	margin: 10px auto;
	width: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#errorNotify {
	background: #F7E5E5;
	border: 1px solid #F0C7C7;
	text-align: center;
	font-size: 14px;
	color: #852B3B;
	padding: 10px 0;
	margin: 10px auto;
	width: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}