/*
Theme Name: deLuxe
Theme URI: http://themeshift.com/deluxe
Description: An Elegant WordPress Theme by Simon Rimkus
Version: 0.9.7
Author: ThemeShift
Author URI: http://themeshift.com
Tags: elegant, red, blue, green, pink, grey, lifestyle, deluxe
*/

/*
	- RESET
	- GENERAL
	- HEADINGS
	- LISTS
	- FORMS
	- BASIC LAYOUT
	- HEADER
	- SUBHEADER (HOME)
	- MENU
	- MAIN
	- CONTENT
	- CONTENT BOX
	- PREDEFINED CSS CLASSES
	- PAGING
	- SIDEBAR
	- COMMENTS
	- COMMENTFORM
	- FOOTER
	- CLEARING
	- WORDPRESS CSS
	- WIDGET CSS

*/


/*	##################################
   	RESET
	################################## */

html, body, ul, ol, li, img, hr, input, textarea, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}


/*	##################################
   	GENERAL
	################################## */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

body.grey, body.blue, body.pink {
	background: #cfcfcf url(img/bg-body-grey.jpg) repeat left top;
	color: #4a4a4a;
}

body.red, body.green {
	background: #d4d2c4 url(img/bg-body-red.jpg) repeat left top;
	color: #6b5727;
}

a {
	color: #2a2a2a;
}

p, ul, ol, dl, blockquote, address {
	margin: 0 0 20px 0;
}

blockquote, address {
	padding: 0 0 0 40px;
	background: url(img/bg-blockquote.png) no-repeat left top;
	font-style: italic;
}

pre {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f8f8f8;
	border: 1px dotted #eee;
	font-family: "Courier New", Courier, serif;
	overflow: auto;
}

code {
	font-family: "Courier New", Courier, serif;
}


/*	##################################
   	HEADINGS
	################################## */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	color: #6d8719;
	font-weight: normal;
	/*text-transform: uppercase;*/
        font-family: Georgia, "Times New Roman", Times, serif;
}

h4, h5, h6 {
	margin: 0 0 10px;
}


/*	##################################
   	LISTS
	################################## */

#content ul,
#sidebar ul {
	margin: 0 0 20px 10px;
	padding: 0px;
}

#content ul li,
#sidebar ul li {
	padding: 0 0 0 20px;
	background: url(img/bg-list-item.png) no-repeat 0px 6px;
}

#content li ul,
#sidebar li ul {
	margin: 0px;
	padding: 0px;
}

#content ol,
#sidebar ol {
	margin: 0 0 20px 25px;
	padding: 0px;
}

#content li ol,
#sidebar li ol {
	margin: 0 0 0 25px;
	padding: 0px;
}

#content ol li,
#sidebar ol li {
 	list-style: decimal;
}

#content ol li li,
#sidebar ol li li {
 	list-style: lower-alpha;
}

#content ol li li li,
#sidebar ol li li li {
 	list-style: lower-roman;
}

#content dt,
#sidebar dt {
	font-weight: bold;
}

#content dd,
#sidebar dd {
	padding: 0 0 0 20px;
}


/*	##################################
   	FORMS
	################################## */

form {
	margin: 0 0 20px;
}

input.text,
textarea.text {
	width: 75%;
	height: 12px;
	margin: 0 0 20px;
	padding: 9px 10px;
	background: #d8d8d8;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
}

input.text,
textarea.text {
	background: #d8d8d8 url(img/bg-input-text.png) repeat-x left top;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.red input.text,
.red textarea.text,
.green input.text,
.green textarea.text {
	background: #fff url(img/bg-input-text.png) repeat-x left top;
	border-right: 1px solid #c8c6b9;
	border-left: 1px solid #c8c6b9;
}

textarea.text {
	width: 95%;
	height: 100px;
}

input.submit {
	height: 30px;
	padding: 0 10px;
	background: #d8d8d8;
	color: #502d15;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

input.submit {
	background: #d8d8d8 url(img/bg-button-grey.jpg) repeat left top;
}

.red input.submit {
	background: #47101a url(img/bg-button-red.jpg) repeat left top;
}

#searchform {
	width: 260px;
}

#searchform input.text {
	float: left;
	width: 188px;
	margin: 0 0 10px;
}

#searchform input.submit {
	float: right;
	width: 40px;
	padding: 0px;
}

#searcherror {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(img/bg-question.png) no-repeat left center;
	clear: both;
}

#searchform input.fielderror {
	color: #3e0e17;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position: relative;
	width: 980px;
	height: 150px;
	margin: 0 0 -12px;
	padding: 0px 0 0;
	/* padding: 40px 0 0;*/
}

#display {
	position: relative;
	width: 980px;
	height: 299px;
	margin: 0 auto;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding: 1px 50px;
	background: url(img/bg-main.png) repeat-y top left;
	z-index: 1;
}

#content {
	float: left;
	width: 560px;
}

#sidebar {
	float: right;
	width: 260px;
}

#footer {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 10px 0;
	/*padding: 40px 10px 0; */
	background: url(img/bg-footer.png) no-repeat center top;
}

.grey #footer {
	color: #484848;
}

.red #footer {
	color: #900c2c;
}

.blue #footer {
	color: #4C566F;
}

.green #footer {
	color: #FFFFFF;
}

.pink #footer {
	color: #ac597e;
}


/*	##################################
   	HEADER
	################################## */

#header-wrap {
	z-index: 2;
}

.grey #header-wrap, .pink #header-wrap {
	background: url(img/bg-header-wrap-grey.png) repeat-x left top;
}

.red #header-wrap {
	background: url(img/bg-header-wrap-red.png) repeat-x left top;
}

.blue #header-wrap {
	background: url(img/bg-header-wrap-blue.png) repeat-x left top;
}

.green #header-wrap {
	background: url(img/bg-header-wrap-green.png) repeat-x left top;
}

.pink #header-wrap {
	background: url(img/bg-header-wrap-pink.png) repeat-x left top;
}

#home #header-wrap {
	height: 637px;
}

#header-wrap-inner {
	height: 637px;
}

.grey #header-wrap-inner {
	background: url(img/bg-header-grey.jpg) no-repeat center top;
}

.red #header-wrap-inner {
	background: url(img/bg-header-red.jpg) no-repeat center top;
}

.blue #header-wrap-inner {
	background: url(img/bg-header-blue.jpg) no-repeat center top;
}

.green #header-wrap-inner {
	background: url(img/bg-header-green.jpg) no-repeat center top;
}

.pink #header-wrap-inner {
	background: url(img/bg-header-pink.jpg) no-repeat center top;
}

#logo {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

#description {
	width: 300px;
	margin: 0 auto;
	padding: 0 0 18px;
	background: url(img/bg-description.png) repeat-x left bottom;
	color: #fff!important;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	text-shadow: 1px 1px 0px #40500E;
	letter-spacing: 1px;
}


/*	##################################
   	SUBHEADER (HOME)
	################################## */

.display-special {
	position: absolute;
	top: 30px;
}

#special1 {
	left: -10px;
}

#special2 {
	left: 330px;
}

#special3 {
	left: 670px;
}

.display-special img {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.display-special .overlay1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 240px;
	z-index: 2;
}

.grey .display-special .overlay1,
.blue .display-special .overlay1,
.green .display-special .overlay1,
.pink .display-special .overlay1 {
	background: url(img/overlay1-grey.png) no-repeat left top;
}

.red .display-special .overlay1 {
	background: url(img/overlay1-red.png) no-repeat left top;
}

.display-special h2 {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 280px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0 10px;
	text-align: center;
	z-index: 3;
}

.display-special h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}


/*	##################################
   	MENU
	################################## */

.ts-menu {
	width: 980px;
	margin: 135px auto;
	text-align: center;
}

.ts-menu ul {
	margin: 0px!important;
}

.ts-menu li {
	display: inline;
}

.ts-menu li ul {
	background: url(img/bg-menu-sub-grey.jpg) repeat left top;
}

.red .ts-menu li ul,
.green .ts-menu li ul {
	background: url(img/bg-menu-sub-color.jpg) repeat left top;
}

.ts-menu a {
	line-height: 50px;
	margin: 0 5px;
	padding: 30px 10px 30px 10px;
	color: #293009;
	font-size: 16px;
	text-decoration: none;
	/*text-transform: uppercase;
	text-shadow: 1px 1px 0px #40500E;*/
        font-family: Verdana, Geneva, sans-serif;
}

.ts-menu a:hover {
	background: url(img/state.jpg);
        height: 73px;
        color: #fff;
        text-shadow: 1px 1px 0px #000;
}

.ts-menu li li a {
	display: block;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px;
	color: #3e0e17;
	font-size: 12px;
	text-align: left;
	text-transform: none;
	text-shadow: none;
}

.ts-menu li li a:hover {
	text-decoration: underline;
}

/** see also /lib/superfish/superfish.css */


/*	##################################
   	MAIN
	################################## */

#main-inner {
	margin: 40px 0 19px;
}

#main-inner {
	background: transparent url(img/bg-main-inner-grey.png) repeat-y 600px 0px;
}

.red #main-inner,
.green #main-inner {
	background: transparent url(img/bg-main-inner-red.png) repeat-y 600px 0px;
}

#main-inner-full {
	margin: 40px 0 19px;
}


/*	##################################
   	CONTENT
	################################## */

h1.archive-title {
	margin: 0 0 10px;
	padding: 0 0 40px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h1.archive-title {
	background: transparent url(img/bg-space-grey.png) no-repeat center bottom;
}

.red h1.archive-title,
.green h1.archive-title {
	background: transparent url(img/bg-space-red.png) no-repeat center bottom;
}

.search-results .post,
.search-results .page {
	margin: 0 0 20px;
	padding: 0 0 40px;
}

.search-results .post,
.search-results .page {
	background: transparent url(img/bg-space-grey.png) no-repeat center bottom;
}

.red.search-results .post,
.red.search-results .page,
.green.search-results .post,
.green.search-results .page {
	background: transparent url(img/bg-space-red.png) no-repeat center bottom;
}

h2.post-title {
	font-size: 18px;
}

.single .post,
.archive .post,
.home .post,
.blog .post {
	margin: 0px;
	padding: 0 0 20px;
	background: none;
}

.single h2.post-title,
.page h2.post-title {
	margin: 0 0 10px;
	padding: 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.single h2.post-title,
.page h2.post-title {
	background: transparent url(img/bg-space-grey.png) no-repeat center bottom;
}

.red.single h2.post-title,
.red.page h2.post-title,
.green.single h2.post-title,
.green.page h2.post-title {
	background: transparent url(img/bg-space-red.png) no-repeat center bottom;
}

.search-results .page h2.post-title {
	margin: 0px;
	padding: 0 0 20px;
	background: none;
	font-weight: normal;
	text-align: left;
}

h3.comments-title,
h3.gallery-title {
	margin: 0 0 10px;
	padding: 0 0 40px;
	background: transparent url(img/bg-space-grey.png) no-repeat center bottom;
	font-size: 14px;
	text-align: center;
}

.red h3.comments-title,
.green h3.comments-title,
.red h3.gallery-title,
.green h3.gallery-title {
	background: transparent url(img/bg-space-red.png) no-repeat center bottom;
}

.meta-date {
	margin: 0 0 5px;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align: center;
}

.meta-date {
	color: #d8d8d8;
}

.red .meta-date,
.green .meta-date {
	color: #FFF;
}

.meta {
	text-align: center;
}

.more-link {
	margin: 0px;
}

#welcome .more-link,
.search-results .more-link {
	margin: 0 0 20px;
}

.button {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #d8d8d8;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: left;
}

.button {
	background: #d8d8d8 url(img/bg-button-grey.jpg) no-repeat left top;
}

.red .button {
	background: #47101a url(img/bg-button-red.jpg) no-repeat left top;
}

.post-image {
	position: relative;
}

.post-image img {
	margin: 0 0 20px;
	z-index: 1;
}

.post-image .overlay3 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}

.content-space {
	height: 40px;
	margin: 0 0 20px;
	clear: both;
}

.content-space {
	background: transparent url(img/bg-space-grey.png) no-repeat center center;
}

.red .content-space,
.green .content-space {
	background: transparent url(img/bg-space-red.png) no-repeat center center;
}

.subpages h3 {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	z-index: 3;
}

.subpages h3 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.post-edit-link {
	clear: both;
}

#gallery {
	margin: -20px 0 0;
}


/*	##################################
   	CONTENT BOX
	################################## */

.box {
	position: relative;
	float: left;
	width: 560px;
	margin: 0 0 20px;
}

.box-alt {
	float: right;
}

.box h3 {
	margin: 0 0 10px;
}

.box img {
	margin: 0 0 10px;
	z-index: 1;
}

.box .overlay2 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 280px;
	height: 160px;
	background: url(img/overlay2.png) no-repeat left top;
	z-index: 2;
}

.box .overlay4 {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 280px;
	height: 160px;
	background: url(img/overlay4.png) no-repeat left top;
	z-index: 2;
}


/*	##################################
   	PREDEFINED CSS CLASSES
	################################## */
	
.checked, .doc, .download, .mail, .plus, .love {
	padding: 10px 10px 10px 35px;
}
	
.checked {
	background: #fffdeb url(img/bg-checked.png) no-repeat 10px 13px;
}

.doc {
	background: #fffdeb url(img/bg-doc.png) no-repeat 10px 13px;
}

.download {
	background: #fffdeb url(img/bg-download.png) no-repeat 10px 13px;
}

.mail {
	background: #fffdeb url(img/bg-mail.png) no-repeat 10px 13px;
}

.plus {
	background: #fffdeb url(img/bg-plus.png) no-repeat 10px 13px;
}

.love {
	background: #fffdeb url(img/bg-love.png) no-repeat 10px 13px;
}


/*	##################################
   	PAGING
	################################## */
	
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi .pages {
	width: auto;
	float: right;
}

.wp-pagenavi .current,
.wp-pagenavi a.page,
.wp-pagenavi span.extend {
	margin: 0 5px;
}

.search-results .wp-pagenavi .page {
	margin: 0 5px;
	padding: 0px;
	background: none;
}


/*	##################################
   	SIDEBAR
	################################## */

.sb-box {
	margin: 0 0 10px;
	padding: 0 0 30px;
}

.sb-box {
	background: transparent url(img/bg-sb-box-grey.png) no-repeat center bottom;
}

.red .sb-box,
.green .sb-box {
	background: transparent url(img/bg-sb-box-red.png) no-repeat center bottom;
}

.sb-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: normal;
}


/*	##################################
   	COMMENTS
	################################## */

ul#commentlist {
	margin: 0 0 40px;
	padding: 0px;
}

#content .comment {
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: none;
}

#content .comment {
	border-bottom: 1px solid #f8f8f8;
}

.red #content .comment,
.green #content .comment {
	border-bottom: 1px solid #f5f4ee;
}

#content .comment ul {
	margin: 0px;
	padding: 0 0 0 20px;
}

#content .comment li {
	margin: 10px 0 0;
	padding: 20px 0 0;
	border-bottom: none!important;
}

#content .comment li {
	border-top: 1px solid #f8f8f8;
}

.red #content .comment li,
.green #content .comment li {
	border-top: 1px solid #f5f4ee;
}

.comment p {
	margin: 0 0 10px;
}

.comment-meta a {
	font-weight: bold;
}

.comment .comment-avatar {
	position: relative;
	float: right;
	width: auto;
	margin: 0 0 20px 20px;
}

.comment .comment-avatar img {
	z-index: 1;
}

.comment .comment-avatar .overlay5 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}

#content .comment p.reply {
	margin: -10px 0 0;
	text-align: right;
	clear: right;
}

.reply a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#cancel-reply {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0 0 0 20px;
	background: url(img/bg-question.png) no-repeat left center;
}

.moderation {
	padding: 0 0 0 20px;
	background: url(img/bg-info.png) no-repeat left center;
}

.no-comments {
	margin: 0 0 40px;
	padding: 0 0 20px;
	text-align: center;
}

.no-comments {
	border-bottom: 1px solid #f8f8f8;
}

.red .no-comments,
.green .no-comments {
	border-bottom: 1px solid #f5f4ee;
}

ul#trackbacklist {
	margin: 0 0 40px;
	padding: 0 0 20px 20px;
}

ul#trackbacklist {
	border-bottom: 1px solid #f8f8f8;
}

.red ul#trackbacklist,
.green ul#trackbacklist {
	border-bottom: 1px solid #f5f4ee;
}

#content .trackback {
	margin: 0 0 20px;
}


/*	##################################
   	COMMENTFORM
	################################## */

#respond {
	position: relative;
}

#respond input.text {
	float: left;
	width: 238px;
	clear: left;
}

#comment-logged {
	float: left;
	width: 260px;
	height: 110px;
	clear: left;
	padding: 20px 0 0;
	text-align: center;
}

#comment-logged {
	background: transparent url(img/bg-comment-logged-grey.png) repeat-x left top;
}

.red #comment-logged,
.green #comment-logged {
	background: transparent url(img/bg-comment-logged-red.png) repeat-x left top;
}

#commentlist .depth-2 input.text {
	width: 228px;
}

.depth-2 #comment-logged {
	width: 250px;
}

#commentlist .depth-3 input.text {
	width: 218px;
}

.depth-3 #comment-logged {
	width: 240px;
}

#commentlist .depth-4 input.text {
	width: 208px;
}

.depth-4 #comment-logged {
	width: 230px;
}

#commentlist .depth-5 input.text {
	width: 198px;
}

.depth-5 #comment-logged {
	width: 220px;
}

#commentlist .depth-6 input.text {
	width: 188px;
}

.depth-6 #comment-logged {
	width: 210px;
}

#respond textarea.text {
	float: right;
	width: 258px;
	height: 121px;
}

#commentlist .depth-2 textarea.text {
	width: 248px;
}

#commentlist .depth-3 textarea.text {
	width: 238px;
}

#commentlist .depth-4 textarea.text {
	width: 228px;
}

#commentlist .depth-5 textarea.text {
	width: 218px;
}

#commentlist .depth-6 textarea.text {
	width: 208px;
}

#respond input.fielderror,
#respond textarea.fielderror {
	color: #3e0e17;
}

#respond input.submit {
	float: right;
	width: auto;
	margin: 0 0 20px;
	clear: both;
}

#commenterror {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(img/bg-commenterror.png) no-repeat left center;
	clear: both;
}


/*	##################################
   	FOOTER
	################################## */

.grey #footer-wrap {
	background: url(img/bg-footer-wrap-grey.png) repeat-x left bottom;
}

.red #footer-wrap {
	background: url(img/bg-footer-wrap-red.png) repeat-x left bottom;
}

.blue #footer-wrap {
	background: url(img/bg-footer-wrap-blue.png) repeat-x left bottom;
}

.green #footer-wrap {
	background: url(img/bg-footer-wrap-green.png) repeat-x left bottom;
}

.pink #footer-wrap {
	background: url(img/bg-footer-wrap-pink.png) repeat-x left bottom;
}

.grey #footer-wrap-inner {
	background: url(img/bg-footer-wrap-inner-grey.jpg) no-repeat center bottom;
}

.red #footer-wrap-inner {
	background: url(img/bg-footer-wrap-inner-red.png) no-repeat center bottom;
}

.blue #footer-wrap-inner {
	background: url(img/bg-footer-wrap-inner-blue.jpg) no-repeat center bottom;
}

.green #footer-wrap-inner {
	background: url(img/bg-footer-wrap-inner-green.jpg) repeat-x center bottom;
}

.pink #footer-wrap-inner {
	background: url(img/bg-footer-wrap-inner-pink.jpg) no-repeat center bottom;
}

.grey #footer a {
	color: #484848;
}

.red #footer a {
	color: #900c2c;
}

.blue #footer a {
	color: #4C566F;
}

.green #footer a {
	color: #41490c;
}

.pink #footer a {
	color: #ac597e;
}

#legal, #credits {
	position: absolute;
	bottom: 0px;
	width: 480px;
	margin: 0px;
	line-height: 40px;
}

#legal {
	left: 10px;
}

#credits {
	right: 10px;
	text-align: right;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#credits a {
text-decoration: none
}

/*	##################################
   	CLEARING
	################################## */

.clear {
        clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	width: auto;
	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 10px;
	padding-top: 4px;
	background: #d4d2c4 url(img/bg-body.jpg) repeat left top;
	border-right: 1px solid #bfbdb3;
	border-bottom: 1px solid #bfbdb3;
	text-align: center;
}

.wp-caption img {
	float: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

.wp-caption p.wp-caption-text {
	padding: 0px;
	margin: 0px;
}

.gallery {
	margin: 0 0 20px!important;
}


dl.gallery-item,
#content dd.gallery-caption {
	margin: 0px;
	padding: 0px;
}

.attachment-thumbnail {
	padding: 9px;
	background: #f8f8f8;
	border: 1px solid #e8e8e8!important;
	border-top: none!important;
	border-left: none!important;
}

.red .attachment-thumbnail,
.green .attachment-thumbnail {
	padding: 9px;
	background: #e3e0cf;
	border: 1px solid #bfbdb3!important;
	border-top: none!important;
	border-left: none!important;
}

.attachment-image {
	text-align: center;
}

.mu_register {
	width: 560px!important;
	margin: 0 0 20px!important;
}

.mu_register form {
	margin-top: 0px!important;
}

.mu_register #blog_title,
.mu_register #user_email,
.mu_register #blogname,
.mu_register #user_name {
	width: 75%!important;
	height: 12px;
	padding: 9px 10px;	
	background: #d8d8d8 url(img/bg-input-text.png) repeat-x left top;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px!important;
	font-style: italic;
}

.red .mu_register #blog_title,
.red .mu_register #user_email,
.red .mu_register #blogname,
.red .mu_register #user_name,
.green .mu_register #blog_title,
.green .mu_register #user_email,
.green .mu_register #blogname,
.green .mu_register #user_name {
	background: #d5d3c5 url(img/bg-input-text.png) repeat-x left top!important;
	border-right: 1px solid #c8c6b9;
	border-left: 1px solid #c8c6b9;
}

.mu_register input[type="submit"] {
	width: auto!important;
	height: 30px;
	padding: 0 40px;
	background: #d8d8d8 url(img/bg-button-grey.jpg) repeat left top;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px!important;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.red .mu_register input[type="submit"] {
	background: #47101a url(img/bg-button-red.jpg) repeat left top;
}


/*	##################################
   	WIDGET CSS
	################################## */

#calendar_wrap table {
	width: 100%;
	margin: 0 0 10px;
}

#calendar_wrap td,
#calendar_wrap th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	margin: 0 0 10px;
	background: #d8d8d8 url(img/bg-calendar-caption.png) repeat-x left top;
	border-right: 1px solid #c8c6b9;
	border-left: 1px solid #c8c6b9;
	font-size: 12px;
	font-weight: bold;
}

.red #wp-calendar caption,
.green #wp-calendar caption {
	background: #d5d3c5 url(img/bg-calendar-caption.png) repeat-x left top;
}

/* Tag cloud widget has no class */
#sidebar #tag_cloud-1 div,
#sidebar #tag_cloud-2 div,
#sidebar #tag_cloud-3 div,
#sidebar #tag_cloud-4 div,
#sidebar #tag_cloud-5 div,
#sidebar #tag_cloud-6 div {
	padding: 0 0 20px;
	line-height: normal;
}

#sidebar .textwidget {
	padding-bottom: 20px;
}

#sidebar select#cat {	
	width: 260px;
	margin-bottom: 20px;
}

#flickr_badge_wrapper {
	margin: 0 -20px 4px 0;
}

.flickr_badge_image {
	float: left;
	margin: 0 16px 16px 0;
}


/*	##################################
   	PLUGIN CSS
	################################## */
	
.wpcf7-text,
.wpcf7 textarea {
	width: 75%;
	height: 12px;
	padding: 9px 10px;	
	background: #d8d8d8 url(img/bg-input-text.png) repeat-x left top;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
}

.red .wpcf7-text,
.red .wpcf7 textarea,
.green .wpcf7-text,
.green .wpcf7 textarea {
	background: #ffffff url(img/bg-input-text.png) repeat-x left top!important;
	border-right: 1px solid #c8c6b9;
	border-left: 1px solid #c8c6b9;
}

.wpcf7 textarea {
	width: 95%;
	height: 100px;
}

.wpcf7-submit {
	height: 30px;
	padding: 0 40px;
	background: #d8d8d8 url(img/bg-button-grey.jpg) repeat left top;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.red .wpcf7-submit {
	background: #47101a url(img/bg-button-red.jpg) repeat left top;
}

.wpcf7-validation-errors {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url(img/bg-commenterror.png) no-repeat left center;
	clear: both;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 10px;
	color: red;
}

.wpcf7 .wpcf7-file {
	height: 25px;
	background: #fff!important;
	border: 1px solid #e4e4e4;
}