/*
Custom Styles
Not Limesharp Code HAHA
*/

body {
	background: #4c4c51 url('media/upload/image/misc/background-jan10.jpg') no-repeat top center;
	}

.roundedbox {
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	padding: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 15px;
	}
	
.about-box {
	background: #f6f6f6;
	border: 1px solid #adadad;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px 0px 20px 0px;
	font-size: 0.9em;
	margin-bottom: 20px;
	}
	
.about-box b {
	color: #9e1d67;
	font-size: 1.4em;
	font-weight: normal;
	}
	
#contact-form label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}

#contact-form input, textarea, select {
	padding: 3px;
	color: #999;
	background: white;
	border: 1px solid #999;
	font-family: Helvetiva, Arial, Tahoma;
	margin: 0px 0px 10px 0px;
	}

#contact-form input:focus, textarea:focus, select:focus {
	color: black;
	border: 1px solid black;
	}

#contact-form input .submit-button {
	width: 150px;
	color: black;
	border: 1px solid black;
	font-weight: 900;
	}

.heading1 {
	margin: 0;
	line-height: o;
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	}
	
.smallred {
	color: red;
	text-align: left;
	}

.footerboxouter {
	position: absolute;
	width: 100%;
	text-align: center;
	}

.footerboxinner {
	width: 950px;
	margin: 0px auto;
	text-align: center;
	}

.footertext {
	font-size: 0.8em;
	color: #7b7b7b;
	text-align: center;
	}
	
.notice {
	border: 1px solid #fcd344;
    padding:8px 8px 8px 32px;
    font-size:.95em;
    color:#3d6611;
    background-color:#fafaec;
    }

.noticepurple {
	padding: 10px;
	display: block;
	color: #9e1d67;
	background-color: rgb(249, 240, 245);
	border: 1px solid rgb(225, 184, 207);
	}
	
.noticepurple a {
	font-weight: bold;
	}

.customlist ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;
	}

.customlist ul li:before {
	content: "\00BB \0020";
	}
	
.category-description b {
	color: #9e1d67;
	font-size: 1.4em;
	margin-right: 10px;
	font-weight: normal;
	}

.category-description {
	font-size: 0.9em;
	padding-bottom: 5px;
	}
	
.socialnetworkz a img {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 0;
	}