@charset "utf-8";
/* CSS Document */

/* Main color:  c03739 */
/* Second color:  a62c2e */
/* Text color:  878475 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/* Main settings */
body {

	font-size: 13px;
    line-height: 16px;
	font-family: Georgia, Times, serif;
    margin: 0;
    padding: 0;

}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
	margin-bottom: 10px;
    color: #878475;
}

h1 { font-size: 34px; line-height: 40px;}
h2 { font-size: 30px; line-height: 36px;}
h3 { font-size: 26px; line-height: 32px;}
h4 { font-size: 22px; line-height: 28px;}
h5 { font-size: 18px; line-height: 24px;}
h6 { font-size: 14px; line-height: 20px;}

ol, ul {
	list-style:none
}

pre, code, tt {
	font: 12px 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
	padding: 20px;
	display: block;
	word-wrap: break-word; 
	color: #3e3e3e; 
	background-color: #eeeeee;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
	border: solid 1px #c7c7c7;
}

.highlight_red
{
	background: #c02323;
	color: #fff;
}

.highlight_black
{
	background: #000;
	color: #fff;
}

/* DEFAULT CONTENT CSS */
.dropcap {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding-top: 6px;
	font-size: 40px;
	line-height: 30px;
}

p, strong {
	margin: 0;
	line-height: 20px;
	font-size: 14px;
	color: #878475;
	font-weight: normal;
	margin-bottom: 10px;
}

p a {
	text-decoration: none;
	color: #c03739;
}

p a:hover {
	color: #c03739;
	text-decoration: underline;
}

blockquote {
	font-style: italic;
	font-size: 14px;
	color: #878475;
	line-height: 22px;
	margin: 0;
	padding: 0;
	padding-left: 55px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: transparent url(../images/images/quote_bg.png) no-repeat top left;
}

.highlight {
	color: #878475;
}

a {
	color: #c03739;
	text-decoration: none;
}

a:hover {
	color: #a62c2e;
	text-decoration: none;
}

.title h6 {
	padding-bottom: 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}
.image-left {
    float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 9px;
	border: solid 1px #cdcdcd;
}

.image-right {
    float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 9px;
	border: solid 1px #cdcdcd;
}

/* Menu */
#navigation {
	height: 41px;
	width: 920px;
	float: left;
	margin-bottom: 30px;
	background-color: #a099cb;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

#menu{	
    height: 41px;
	float: left;
}

#menu_left {
	height: 41px;
	width: 10px;
	float: left;
}

#menu_right {
	height: 41px;
	margin: 0;
	float: left;
}

#nav { 
	margin: 0;
	padding: 0px;
	display: block;
}

#nav, #nav ul{
	padding: 0px;
	padding-top: 0px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 100;
}


#nav a{
	display: block;
	padding: 12px 20px;
	color: #fff;
	height: 17px;
	text-shadow: 1px 1px 1px #2e2e2e;
	font-size: 16px;
	text-decoration: none;	
	
}

#nav li{
	float: left;
	position: relative;
	height: 41px;
	z-index: 100;
}

#nav li:hover{
	background-color: #a62c2e;
}

#nav ul {
	position: absolute;
	display: none;
}

#nav li ul a {
	color: #fff;
	height: 17px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #2e2e2e;
	width: 127px;
	float: left;
	display: block;
	z-index: 100;
}

#nav ul ul{
	top: auto;
}	

#nav li ul ul {
	left: 100%;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display: block;
}

.sub-menu {
	display: block;
	padding-top: 10px;
	background-image: url(../images/images/transparent_menu.png);
}

/* Footer navigation */
#footer_nav { 
	margin: 0;
	padding: 0px;
	display: block;
}

#footer_nav, #footer_nav ul{
	padding: 0px;
	padding-top: 0px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 100;
}


#footer_nav a {
	color: #d2d3c0;
}

#footer_nav li {
	font-size: 14px; 
	line-height: 20px;
	color: #d2d3c0;
	text-shadow: 0px 1px 1px #4d4c45;
	font-weight: normal;
	padding-right: 30px;
	float: left;
}

#footer_nav li a:hover {
	color: #fff;
}

#footer_nav ul {
	position: absolute;
	display: none;
}
/* end */

#piecemakerWrapper {	
    width: 1000px;
	margin: auto;
	padding-bottom: 20px;
	position: relative;
}

#piecemaker {	
    width: 1000px;
	height: 430px;
	position: relative;
}

#wrapper {	
    width: 920px;
	margin: auto;
	position: relative;
}

#wrapperContent {	
    width: 920px;
	margin: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

#header {	
    height: 140px;
	width: 920px;
}

#logo {	
	width: auto;
	float: left;
	margin-top: 29px;
}

#top_social_media {
	float: right;
	margin-top: 54px;
}

#moto {	
    height: 130px;
	width: 730px;
	float: right;
}

#intro{	
	width: 920px;
	float: left;
}

#intro_header{	
	width: 920px;
	height: 10px;
	background-image: url(../images/images/intro_header.png);
	background-repeat: no-repeat;
	float: left;
}

#intro_content{	
	width: 920px;
	height: 320px;
	background-image: url(../images/images/intro_content.png);
	background-repeat: repeat-y;
	float: left;
}

#intro_slide_header{	
	width: 920px;
	height: 20px;
	background-image: url(../images/images/intro_slide_header.png);
	background-repeat: no-repeat;
	float: left;
}

#intro_slide_header_blog{	
	width: 920px;
	height: 20px;
	background-image: url(../images/images/intro_slide_header_blog.png);
	background-repeat: no-repeat;
	float: left;
}

#intro_slide_content{	
	width: 920px;
	height: 150px;
	background-image: url(../images/images/intro_slide_content.png);
	background-repeat: repeat-y;
	float: left;
}

#slide_header {
	width: 920px;
	height: 30px;
}

#slide_header h6 {
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #4ba199;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 0;
	float: left;
}


#slide_buttons {
	width: 60px;
	height: 30px;
	margin-right: 12px;
	float: right;
}

#prev_bttn {
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	background-image: url(../images/images/prev_bttn.png);
	background-repeat: no-repeat;
}

#prev_bttn:hover {
	background-position: 0 -30px;
}

#next_bttn {
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	background-image: url(../images/images/next_bttn.png);
	background-repeat: no-repeat;
}

#next_bttn:hover {
	background-position: 0 -30px;
}

#intro_footer{	
	width: 920px;
	height: 40px;
	background-image: url(../images/images/intro_footer.png);
	background-repeat: no-repeat;
	float: left;
}

#content{	
	width: 920px;
	float: left;
}

.rounded-block {
	padding: 30px;
	width: 860px;
	background-color: #fff;
	
	-moz-border-radius-topleft: 7px; 
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	
	-moz-border-radius-topright: 7px; 
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	
	float: left;
}

.content {
	width: 890px;
	overflow: hidden;
	margin-left: -30px;
	padding: 0;
	float: left;
}

#contentWrap_header{	
	width: 920px;
	height: 10px;
	background-image: url(../images/images/footer_widget_header.png);
	background-repeat: no-repeat;
	float: left;
}

#contentWrap_content {	
	width: 920px;
	padding: 20px;
	padding-top: 12px;
	background-image: url(../images/images/footer_widget_content.png);
	background-repeat: repeat-y;
	float: left;
}

#contentTwoThird {	
	width: 562px;
	float: left;
	padding-right: 30px;
}

#contentTwoThirdRight {	
	width: 562px;
	float: right;
	padding-left: 30px;
}

#contentTwoThirdRightBlog {	
	width: 592px;
	float: right;
	margin-left: -30px;
}

#contentTwoThirdLeftBlog {	
	width: 592px;
	float: left;
	margin-left: -30px;
	margin-right: 30px;
}

/*
.more {
	font-size: 14px;
	margin-right: 10px;
	color: #878475;
	float: right;
}

.more:hover {
	color: #c03739;
}
*/

#footer {	
	width: 860px;
	padding: 30px;
	padding-bottom: 20px;
	border-top: solid 5px #646259;
	background-color: #7d7b6f;
	
	-moz-border-radius-bottomleft: 7px; 
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	
	-moz-border-radius-bottomright: 7px; 
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	
	float: left;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #cccccc;
}

#footer p {
	color: #cccccc;
	text-shadow: 0px 1px 1px #525252;
}

.shadow {
	
	width: 920px;
	height: 20px;
	margin-bottom: 20px;
	
	background-image: url(../images/images/shadow.png);
	background-repeat: no-repeat;
	float: left; 
}

.shadow_footer {
	
	width: 920px;
	height: 20px;
	
	background-image: url(../images/images/shadow.png);
	background-repeat: no-repeat;
	float: left; 
}

.shadow-one-third {
	
	width: 263px;
	height: 6px;
	margin-bottom: 10px;
	
	background-image: url(../images/images/shadow-one-third.png);
	background-repeat: no-repeat;
	float: left; 
}

.shadow-two-third {
	
	width: 562px;
	height: 12px;
	margin-bottom: 10px;
	
	background-image: url(../images/images/shadow-two-third-blog.png);
	background-repeat: no-repeat;
	float: left; 
}

.shadow-one-fourth {
	
	width: 189px;
	height: 4px;
	margin-bottom: 10px;
	
	background-image: url(../images/images/shadow-one-fourth.png);
	background-repeat: no-repeat;
	float: left; 
}

.shadow-project {
	
	width: 500px;
	height: 11px;
	margin-bottom: 10px;
	
	background-image: url(../images/images/shadow-project.png);
	background-repeat: no-repeat;
	float: left; 
}

.shadow-two-columns {
	
	width: 415px;
	height: 9px;
	margin-bottom: 10px;
	
	background-image: url(../images/images/shadow-two-columns.png);
	background-repeat: no-repeat;
	float: left; 
}

.shadow-one-column {
	
	width: 860px;
	height: 19px;
	margin-bottom: 10px;
	
	background-image: url(../images/images/shadow-one-column.png);
	background-repeat: no-repeat;
	float: left; 
}

#copyright {
	width: 920px;
	height: 16px;
	padding-bottom: 20px;
	float: left;
}

.small_logo {
	display: block;
	width: 25px;
	height: 16px;
	margin-right: 10px;
	background-image: url(../images/images/small_logo.png);
	background-repeat: no-repeat;
	float: left;
}

/* sizez */
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.two-fifth{ width:37.6%; }
.three-fifth{ width:58.4%; }
.four-fifth{ width:79.2%; }
.one-sixth{ width:13.33%; }
.five-sixth{ width:82.67%; }

.one-half,.one-third,.two-third,.three-fourth,.one-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth,.one-sixth,.five-sixth{ position:relative; margin-right:4%; float:left; }

.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.full {
	width: 100%;
	float: left;
}

.img-one-third {
	width: 249px;
	height: 150px;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
}

.img-one-third-v {
	width: 240px;
	height: 340px;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
}

.img-two-third {
	width: 542px;
	height: 200px;
	padding: 9px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
}

.img-one-fourth {
	width: 175px;
	height: 106px;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
}

.project-one-column {
	width: 500px;
	height: 250px;
	float: left;
}

.img-project {
	width: 486px;
	height: 236px;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}

.img-project-two-columns {
	width: 401px;
	height: 236px;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}


/* Portfolio */
/* Three Columns */
ul.grid {
	width: 890px;
	overflow: hidden;
	margin-left: -30px;
	margin-bottom: 0;
	padding: 0;
}

ul.grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

ul.grid li {
	width: 263px;
	margin: 0;
	margin-left: 33px;
	margin-bottom: 20px;
	float: left;
}
/* end */

/* One Column */
ul.grid-one-column {
	width: 890px;
	overflow: hidden;
	margin-left: -30px;
	padding: 0;
}

ul.grid-one-column:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

ul.grid-one-column li {
	width: 890px;
	margin: 0;
	margin-left: 33px;
	margin-bottom: 40px;
	float: left;
}
/* end */

/* Two Columns */
ul.grid-two-columns {
	width: 890px;
	overflow: hidden;
	margin-left: -30px;
	padding: 0;
}

ul.grid-two-columns:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

ul.grid-two-columns li {
	width: 415px;
	margin: 0;
	margin-left: 30px;
	margin-bottom: 40px;
	float: left;
}
/* end */

/* Four Columns */
.grid-four-columns-gallery {
	width: 894px;
	overflow: hidden;
	margin-left: -4px;
	padding: 0;
}

.grid-four-columns-gallery-img {
	width: 189px;
	margin: 0;
	margin-left: 34px;
	margin-bottom: 24px;
	float: left;
}

ul.grid-four-columns {
	width: 894px;
	overflow: hidden;
	margin-left: -34px;
	padding: 0;
}

ul.grid-four-columns:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

ul.grid-four-columns li {
	width: 189px;
	margin: 0;
	margin-left: 34px;
	margin-bottom: 40px;
	float: left;
}
/* end */

ul.filter-nav {
	width: 100%;
	overflow: hidden;
	padding: 0;
	padding-bottom: 10px;
}

ul.filter-nav li {
	float:left;
	margin: 0 20px 0 0;
	color: #c03739;
	font-size: 22px;
}

ul.filter-nav li a:hover {
	text-decoration: none;
}

ul.filter-nav li .title-filter {
	color: #878475;
	font-size: 18px; 
	line-height: 24px;
	margin: 0px;
}

ul.filter-nav li a .title-set {
	color: #878475;
	font-size: 18px; 
	line-height: 24px;
	margin: 0px;
	margin-bottom: 10px;
}

.title-project {
	width: 100%;
	font-size: 22px; 
	line-height: 28px;
	margin: 0px;
	margin-bottom: 10px;
	float: left;
}

ul.filter-nav li a:hover .title-set, ul.filter-nav li.selected-1 a .title-set {
	text-decoration: none;
	color: #c03739;
}

.project {
	width: 263px;
	margin-left: 33px;
	float: left;
}

.project h4 {
	margin-bottom: 10;
}

.project-info {
	width: 330px;
	float: right;
	margin-right: 30px;
}

/* Gallery */
#contentSidebr {
	width: 66%;
	float: left;
}

.gallery a {
	float: left;
}

.gallery_third {
	width: 164px;
	height: 114px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}

.gallery_third a {
	width: 170px;
	height: 114px;
	float: left;
}

.gallery_third img {
	float: left;
	padding: 6px;
	border: solid 1px #cdcdcd;
	margin-bottom: 10px;
}

.img-gallery-two-columns {
	width: 401px;
	height: 236px;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}

.img-post-two-columns {
	width: 401px;
	height: 236px;
	padding: 6px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}

.img-post-one-column {
	width: 840px;
	height: 250px;
	padding: 9px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}

/* two columns */
.two-column-gallery {
	width: 415px;
	margin: 0;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
/* end */

/* three columns */
.three-column-gallery {
	width: 263px;
	margin: 0;
	margin-left: 33px;
	margin-bottom: 20px;
	float: left;
}
/* end */

.youtube_video {
	background: url(../images/gallery/video.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
}

.vimeo_video {
	background: url(../images/gallery/video.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
}

.image {
	background: url(../images/gallery/photo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
}

/* Homepage posts */
.homepage_post {
	width: 263px;
	margin-left: 33px;
	margin-bottom: 2px;
	float: left;
}

.homepage_post h4 {
	margin-bottom: 10px;
	padding: 0;
}

.homepage_post p {
	margin-bottom: 20px;
	float: left;
}

.homepage_post_meta {
	width: 263px;
	margin-bottom: 20px;
	float: left;
}

.homepage_post_comm {
	padding-left: 30px;
	background: transparent url(../images/images/comments.png) no-repeat top left;
	float: right;
	font-size: 14px;
	color: #878475;
	line-height: 20px;
	margin: 0;
}

.comments {
	width: 100%;
	float: left;
}

/* Backgrounds */
.bg_clock {
	background-image: url(../images/images/clock.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.bg_design {
	background-image: url(../images/images/dsgn.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.bg_service {
	background-image: url(../images/images/service.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/* Sitemap */
.sitemap {
	margin-top: 10px;
	float: left;
}

.sitemap ul {
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 14px; 
	line-height: 20px;
}

.sitemap li {
    background:url(../images/images/li_1.png) no-repeat left 5px;
    list-style:none;
    padding: 0 0 12px 20px; 
}

.sitemap ul li a {
	font-size: 16px; 
    font-weight:bold;
}

.sitemap ul li a:hover { 
	text-decoration: underline;
}

.sitemap li ul {
    background:url(../images/images/li_ul.png) no-repeat left 5px;
    margin:7px 0 0 -20px;
}

.sitemap li ul li {
    margin-left:20px;
    padding-bottom:11px;
}

.sitemap li:last-child { 
	padding:0 0 0 20px;
}

.sitemap ul li li a { 
	font-weight:normal;
}

img.frame {
	padding: 8px;
	background: #fff;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ebebeb;
 	-webkit-box-shadow: 0 1px 5px #ebebeb;
 	box-shadow: 0px 1px 5px #ebebeb;
}

.frame_left {
	padding: 8px;
	background: #fff;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
 	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ebebeb;
 	-webkit-box-shadow: 0 1px 5px #ebebeb;
 	box-shadow: 0px 1px 5px #ebebeb;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption {
	margin: 7px 0 2px 0;
	display: block;
	color: #999;
}

.frame_right {
	padding: 8px;
	background: #fff;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ebebeb;
 	-webkit-box-shadow: 0 1px 5px #ebebeb;
 	box-shadow: 0px 1px 5px #ebebeb;
}

.frame_center {
	padding: 8px;
	background: #fff;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
 	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 1px 5px #ebebeb;
 	-webkit-box-shadow: 0 1px 5px #ebebeb;
 	box-shadow: 0px 1px 5px #ebebeb;
}

.icon_left {
	padding: 8px;
	background: #fff;
 	float: left;
 	margin: 0 10px 5px 0;
 	text-align: center;
}
/* end */

/* Blog */
#blog {
	width: 592px;
	float: left;
}

.post {
	padding-right: 30px;
	float: left;
}

.post h3 {
	margin-bottom: 10px;
}

.post_info {
	font-size: 14px;
	color: #878475;
	font-weight: normal;
	margin-bottom: 20px;
	float: left;
}

.post p {
	margin-bottom: 16px;
}

.post_info p {
	margin: 0;
	padding: 0;
}

.post_right {
	padding-left: 30px;
	float: left;
}

.post_right h3 {
	margin-bottom: 10px;
}

.post_right p {
	margin-bottom: 16px;
}

.post-thumb {
	width: 537px;
	height: 220px;
	margin-bottom: 20px;
	float: left;
}

.post-preview-text {
	width: 100%;
	float: left;
}

/* Three Columns */
.three_column_post {
	width: 263px;
	margin-left: 33px;
	margin-bottom: 33px;
	float: left;
}

.three_column_post h4 {
	margin-bottom: 10px;
	padding: 0;
}

.meta {
	font-size: 14px;
	color: #878475;
	float: left;
}

.meta p {
	margin: 0;
	padding: 0;
}

.three_column_post_meta {
	width: 263px;
	margin-bottom: 10px;
	float: left;
}

.three_column_post_comm {
	float: right;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #878475;
	background: transparent url(../images/images/comments.png) no-repeat top left;
}
/* end */

/* two columns */
.two-column-post {
	width: 415px;
	margin: 0;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.two-column-post h4 {
	margin-bottom: 10px;
	padding: 0;
}

.two-column-post_meta {
	width: 415px;
	float: left;
	margin-bottom: 10px;
}

.two-column-post_comm {
	float: right;
	padding-left: 30px;
	font-size: 14px;
	color: #878475;
	line-height: 20px;
	background: transparent url(../images/images/comments.png) no-repeat top left;
}

.two-column-post_comm p{
	margin: 0;
}
/* end */

/* one column */
.one-column-post {
	width: 860px;
	margin: 0;
	margin-bottom: 30px;
	margin-left: 30px;
	float: left;
}
.one-column-post h4 {
	margin-bottom: 10px;
	padding: 0;
}

.one-column-post p {
	margin-bottom: 20px;
}

.one-column-post_meta {
	width: 860px;
	float: left;
	margin-bottom: 10px;
}

.one-column-post_meta p {
	margin: 0;
}
/* end */

/* Two Columns Post Right */
.two_column_post_right {
	width: 263px;
	margin-left: 33px;
	margin-bottom: 33px;
	float: left;
}

.two_column_post_right h4 {
	margin-bottom: 10px;
	padding: 0;
}

.two_columne_post_right p {
	margin-bottom: 20px;
}

.two_column_post_meta_right {
	width: 263px;
	float: left;
	margin-bottom: 10px;
}

.two_column_post_comm_right {
	float: right;
	padding-left: 30px;
	background: transparent url(../images/images/comments.png) no-repeat top left;
}
/* end */

/* Right Sidebar */
#sidebar { 
	width: 237px; 
	float: left;
}

#sidebar-top {
	height: 32px;
	width: 100%;
	background-image: url(../images/images/sidebar_top_bg.png);
	background-repeat: no-repeat;
	float: left;
}

#sidebar-content {
	width: 237px;
	padding-left: 30px;
	background-image: url(../images/images/sidebar_bg.png);
	background-repeat: repeat-y;
	float: left;
}

#sidebar-bottom {
	height: 100px;
	width: 100%;
	background-image: url(../images/images/sidebar_bottom_bg.png);
	background-repeat: no-repeat;
	float: left;
}
/* end */

/* Left Sidebar */
#leftsidebar { 
	width: 267px;
	float: left;
}

#leftsidebar-top {
	height: 32px;
	width: 100%;
	background-image: url(../images/images/left_sidebar_top_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

#leftsidebar-content {
	width: 237px; 
	padding-right: 30px;
	background-image: url(../images/images/left_sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
}

#leftsidebar-bottom {
	height: 100px;
	width: 100%;
	background-image: url(../images/images/left_sidebar_bottom_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}
/* end */

.widget {
	width: 237px;
	margin-right: 30px;
	margin-bottom: 40px;
	float: left;
}

.widgettitle {
	padding-bottom: 10px;
}

.widget ul {
	list-style:none;
	padding: 0;
	margin: 0;
	float: left;
}

.widget ul li {
	list-style:none;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}

.widget img {
	width: 50px;
	height: 50px;
	padding: 4px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}

.widget .header {
	width: 167px;
	padding-left: 10px;
	padding-bottom: 1px;
	float: left;
}

.widget strong {
	margin-bottom: 0;
}

.widget p {
	padding-left: 70px;
}

.widget h4 {
	line-height: 36px;
}

.widget .textwidget {
	width: 267px;
	float: left;
}

.widget .textwidget p {
	width: 267px;
	padding-left: 0;
}

.widget .menu li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 207px;
	border-bottom: dashed 1px #cdcdcd;
	background-image: url(../images/images/arrow_menu_sidebar.png);
	background-repeat: no-repeat;
	float: left;
}

.tagcloud a {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 207px;
	float: left;
}

#footer .widget {
	width: 266px;
	margin-right: 30px;
	margin-bottom: 0;
	float: left;
}

#footer .widget .header {
	width: 187px;
	padding-left: 10px;
	padding-bottom: 5px;
	float: left;
	text-shadow: 1px 1px 1px #525252;
}

#footer .widget img {
	width: 50px;
	height: 50px;
	padding: 4px;
	background-color: #fff;
	border: solid 1px #fff;
	float: left;
}

#footer .widget p {
	padding-left: 70px;
	text-shadow: 1px 1px 1px #525252;
}

#footer a {
	color: #d9d9d9;
}

#footer a:hover {
	color: #fff;
}

/* Social Media Widget */
#media_widget {
	width: 236px;
	height: 25px;
	float: left;
	padding-top: 5px;
} 

#media_widget_icons {
	margin-top: 20px;
	width: 236px;
	float: left;
} 

.sm_facebook {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_facebook.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_facebook:hover {
	background-position: 0px -32px;
}

.sm_twitter {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_twitter.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_twitter:hover {
	background-position: 0px -32px;
}

.sm_rss {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_rss.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_rss:hover {
	background-position: 0px -32px;
}

.sm_behance {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_behance.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_behance:hover {
	background-position: 0px -32px;
}

.sm_deviantart {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_deviantart.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_deviantart:hover {
	background-position: 0px -32px;
}

.sm_dribble {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_dribble.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_dribble:hover {
	background-position: 0px -32px;
}

.sm_flickr {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_flickr.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_flickr:hover {
	background-position: 0px -32px;
}

.sm_forrst {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_forrst.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_forrst:hover {
	background-position: 0px -32px;
}

.sm_linkedin {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_linkedin.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_linkedin:hover {
	background-position: 0px -32px;
}

.sm_vimeo {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_vimeo.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_vimeo:hover {
	background-position: 0px -32px;
}

.sm_youtube {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_youtube.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_youtube:hover {
	background-position: 0px -32px;
}

.sm_myspace {
	display:block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/sm_myspace.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

.sm_myspace:hover {
	background-position: 0px -32px;
}

/* calendar */
#wp-calendar {
	width: 237px;
	color: #9a9a9a;
	text-align: center;
}

#wp-calendar pad {
	height: 0;
}

caption {
	color: #c02323;
	padding-bottom: 10px;
}

.quotebox-left {
    border-left:6px solid #DDDDDD;
    float:left;
    font-size:15px;
    line-height:22px;
    margin:22px 22px 22px 0;
    padding:0 0 0 15px;
    width:22%;
}

#recentcomments li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 207px;
	border-bottom: dashed 1px #cdcdcd;
	background-image: url(../images/images/arrow_menu_sidebar.png);
	background-repeat: no-repeat;
	float: left;
}

/* footer widgets */
#footer-sidebar {
	width: 891px;
	float: left;
}
#footer-sidebar .widget {
	width: 267px;
	margin-right: 30px;
	margin-bottom: 0;
	float: left;
}

#footer-sidebar .widget p {
	width: 187px;
	padding-left: 10px;
	float: left;
}

#footer-sidebar .widget .textwidget p {
	width: 267px;
	padding-left: 0;
}

#footer-sidebar  .widget img {
	width: 50px;
	height: 50px;
	padding: 5px;
	background-color: #fff;
	border: 0;
	float: left;
}


/* Flickr widget */
.widgetflickr {
	width: 237px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}

.widgetflickr ul {
	list-style:none;
	padding: 0;
	margin: 0;
	float: left;
}

.widgetflickr ul li {
	list-style:none;
	padding: 0;
	margin: 0;
	float: left;
}

.widgetflickr img {
	width: 50px;
	height: 50px;
	padding: 4px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}

ul.flickr {
	width: 261px;
	float: left;
}
.flickr li {
	width: 84px;
	height: 84px;
}

.flickr img {
	width: 60px;
	height: 60px;
	padding: 4px;
	background-color: #fff;
	border: solid 1px #cdcdcd;
	float: left;
}
/* End */
/* comment block */
.comment_block {
	float: left;
    width: 100%;
	margin-top: 30px;
}

.comment_block h6 {
	margin: 0px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 104px;
}

.comment_block h6 a{
	color: #00adb3;
	text-decoration: none;
}

.comment_block h6 a:hover{
	color: #00adb3;
	text-decoration: underline;
}

.comment_block p {
	font-size: 12px;
	margin: 0px;
	margin-left: 104px;
	padding: 0px;
}

.comment_date {
	font-size: 14px;
	margin-left: 20px;
	padding: 0px;
}

.comment_block img {
	padding: 4px;
	border: solid 1px #cdcdcd;
	float: left;
}

.comment_here {
	font-size: 20px;
	 font-family: 'PT Serif', arial, serif;
	color: #666;
	float: left;
    width: 542px;
	margin-top: 40px;
}

.comment_input {
	height: 280px;
	margin-top: 20px;
}

.comment-reply-link {
	color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
	margin-top: 10px;
	font-size: 14px;
    display: inline-block;
	background-color: #c03739;
	padding: 7px 20px;
	height: 20px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
	
    border: none;
	cursor: pointer;
	float: right;
}

.comment-reply-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a62c2e;
}

.post ul.children {
	list-style: none;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;
	float: right;
	width: 85%;
}
.post ul.children .comment {
	width: 100%;
	margin: 0;
	padding: 20px 0 10px 15px;
	float: left;
}

/* Share this style */
#share_widget {
	margin-right: 0;
	padding: 20px;
	padding-left: 0;
	padding-right: 0;
	width: 562px;
	float: left;
	
}

#share_widget h4 {
	padding-top: 0px;
	padding-left: 0px;
}

#share_this {
	width: 180px;
	height: 25px;
	float: left;
} 

#share_this_icons {
	width: 322px;
	height: 30px;
	float: right;
}

#share_this_icons_rss {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/share/rss.png);
	background-repeat: no-repeat;
	float: right;
}

#share_this_icons_rss:hover {
	background-position: -30px 0px;
}

#share_this_icons_facebook {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/share/facebook.png);
	background-repeat: no-repeat;
	float: right;
}

#share_this_icons_facebook:hover {
	background-position: -30px 0px;
}   

#share_this_icons_diig {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/share/digg.png);
	background-repeat: no-repeat;
	float: right;
}

#share_this_icons_diig:hover {
	background-position: -30px 0px;
}  

#share_this_icons_delicious {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/share/delicious.png);
	background-repeat: no-repeat;
	float: right;
}

#share_this_icons_delicious:hover {
	background-position: -30px 0px;
}

#share_this_icons_reddit {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/share/reddit.png);
	background-repeat: no-repeat;
	float: right;
}

#share_this_icons_reddit:hover {
	background-position: -30px 0px;
}

#share_this_icons_stumbleupon {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/share/stumbleupon.png);
	background-repeat: no-repeat;
	float: right;
}

#share_this_icons_stumbleupon:hover {
	background-position: -30px 0px;
}

#share_this_icons_twitter {
	display:block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/share/twitter.png);
	background-repeat: no-repeat;
	float: right;
}

#share_this_icons_twitter:hover {
	background-position: -30px 0px;
}

/* Error 404 */
.error404 {
	width: 860px;
	text-align: center;
	padding-bottom: 140px;
	padding-top: 140px;
	font-size: 160px;
    font-family: 'PT Serif', arial, serif;
    color: #c03739;
	float: left;
}

/* Thank you */
.thank-you {
	width: 860px;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 140px;
	font-size: 80px;
	line-height: 120px;
    font-family: 'PT Serif', arial, serif;
    color: #c03739;
	float: left;
}

/* Search form */
.searchForm {
	margin-top: 40px;
	margin-bottom: 40px;
}

#searchform {
	margin: 0px;
	font-size: 16px;
	color: #333333;
	width: auto;
}

#searchsubmit {
	width: 44px;
	height: 40px;
	background-color: #666;
	color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    border: none;
	cursor: pointer;
}

#searchsubmit:hover {
	background-color: #c03739;
}

#s {
	padding: 10px;
	border: 1px solid #d2d1cf;
	width: 167px;
	height: 18px;
	font-size: 14px;
	color: #333333;
	background-color: #eee;
	color: #666;
}

/* pagination left */
.pagination {
	clear:both;
	padding:20px;
	padding-left: 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	padding: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 5px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#878475;
	background: #ececec;
	border: 1px solid #d1d1d1;
}

.pagination a:hover{
	background-color: #cdcdcd;
    color: #fff;
    text-decoration: none;
    border: 1px solid #cdcdcd;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background-color: #cdcdcd;
    color: #fff;
    text-decoration: none;
    border: 1px solid #cdcdcd;
}

.pagination  span.pagination_pages {
    padding:6px 9px 5px 9px;
	background-color: #fff;
    color:#878475;
    text-decoration: none;
    border: 1px solid #fff;
}

/* pagination right*/
.pagination_right {
	margin-left: 30px;
}

/* Buttons */
a.bttn {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 36px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.bttn span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 10px;
}

a.bttn:hover {
    text-decoration: none;
	background-color: #a62c2e;
}

/* Small Button */
a.small_button {
    font-size: 11px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 25px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.small_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 24px;
	height: 19px;
    padding: 1px 20px 6px 10px;
}

a.small_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Medium Button */
a.medium_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.medium_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 10px;
}

a.medium_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Big Button */
a.big_button {
    font-size: 18px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 45px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.big_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 44px;
	height: 39px;
    padding: 1px 20px 6px 10px;
}

a.big_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Small Button alt */
a.small_button_alt {
    font-size: 11px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 25px;
	background-image: url(../images/images/small_bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.small_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 24px;
	height: 19px;
    padding: 1px 20px 6px 10px;
}

a.small_button_alt:hover {
    text-decoration: none;
	background-position: 0 -25px;
}
/* End */

/* Medium Button alt */
a.medium_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.medium_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 10px;
}

a.medium_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Medium Button alt */
a.big_button_alt {
    font-size: 18px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 45px;
	background-image: url(../images/images/big_bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.big_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 44px;
	height: 39px;
    padding: 1px 20px 6px 10px;
}

a.big_button_alt:hover {
    text-decoration: none;
	background-position: 0 -45px;
}
/* End */

/* Settings Button */
a.settings_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.settings_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/settings.png);
	background-repeat: no-repeat;
}

a.settings_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Settings Button alt */
a.settings_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.settings_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/settings.png);
	background-repeat: no-repeat;
}

a.settings_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Twitter Button */
a.twitter_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.twitter_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/twitter.png);
	background-repeat: no-repeat;
}

a.twitter_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Teitter widget */

#twitter-widget li {
	background-image: url(../images/images/twitter_bg.png);
	background-repeat: no-repeat;
}
#twitter-widget li p {
	padding-left: 40px;
}
/* end */

/* Twitter Button alt */
a.twitter_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.twitter_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/twitter.png);
	background-repeat: no-repeat;
}

a.twitter_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Facebook Button */
a.facebook_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.facebook_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/facebook.png);
	background-repeat: no-repeat;
}

a.facebook_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Facebook Button alt */
a.facebook_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.facebook_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/facebook.png);
	background-repeat: no-repeat;
}

a.facebook_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Play Button */
a.play_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.play_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/play.png);
	background-repeat: no-repeat;
}

a.play_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Play Button alt */
a.play_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.play_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/play.png);
	background-repeat: no-repeat;
}

a.play_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Plus Button */
a.plus_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.plus_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/plus.png);
	background-repeat: no-repeat;
}

a.plus_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Plus Button alt */
a.plus_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.plus_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/plus.png);
	background-repeat: no-repeat;
}

a.plus_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Check Button */
a.check_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.check_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/check.png);
	background-repeat: no-repeat;
}

a.check_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Check Button alt */
a.check_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.check_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/check.png);
	background-repeat: no-repeat;
}

a.check_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* House Button */
a.house_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.house_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/house.png);
	background-repeat: no-repeat;
}

a.house_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* House Button alt */
a.house_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.house_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/house.png);
	background-repeat: no-repeat;
}

a.house_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Star Button */
a.star_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.star_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/star.png);
	background-repeat: no-repeat;
}

a.star_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Star Button alt */
a.star_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.star_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/star.png);
	background-repeat: no-repeat;
}

a.star_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Hearth Button */
a.heart_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.heart_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/heart.png);
	background-repeat: no-repeat;
}

a.heart_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Hearth Button alt */
a.heart_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.heart_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/heart.png);
	background-repeat: no-repeat;
}

a.heart_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Arrow Button */
a.arrow_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.arrow_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/arrow.png);
	background-repeat: no-repeat;
}

a.arrow_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Arrow Button alt */
a.arrow_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.arrow_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/arrow.png);
	background-repeat: no-repeat;
}

a.arrow_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Cross Button */
a.cross_button {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.cross_button span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/cross.png);
	background-repeat: no-repeat;
}

a.cross_button:hover {
    text-decoration: none;
	background-image: url(../images/images/bg_bttn.png);
}
/* End */

/* Cross Button alt */
a.cross_button_alt {
    font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;
	height: 35px;
	background-image: url(../images/images/bttn_alt.png);
	background-repeat: repeat-x;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
}

a.cross_button_alt span {
    color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	height: 29px;
    padding: 1px 20px 6px 20px;
	background-image: url(../images/images/cross.png);
	background-repeat: no-repeat;
}

a.cross_button_alt:hover {
    text-decoration: none;
	background-position: 0 -35px;
}
/* End */

/* Pricing box */
.pricing_box {
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
	background-color: #eeeeee;
	font-size: 12px;
	padding: 10px;
}

.pricing_box strong {
	font-weight: normal;
}

.pricing_box .header {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 30px;
}

.pricing_box .header span {
	position: relative;
	top: 10px;
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
}

.pricing_box h2 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 30px;
}

.pricing_box ul {
	list-style: none;
	margin: 5px 0 15px 0;
}

.pricing_box.large {
	margin-top: -2%;
	background: #fff;
	border: solid 5px #c03739;
 	padding: 10px 10px 30px 10px;
}

.pricing_box.three {
	width: 30.6%;
}

.pricing_box.four {
	width: 22.4%;
	font-size: 1em;
}

.pricing_box.four h2 {
	font-size: 2em;
}

.pricing_box.four.large {
	margin-top: -1.5%;
}

.pricing_box.five {
	width: 17.5%;
	font-size: 0.9em;
}

.pricing_box.five h2 {
	font-size: 1.7em;
}

.pricing_box.five.large {
	margin-top: -1.5%;
}

.pricing_box.five .header span  {
	font-size: 1.2em;
	top: 9px;
}
/* end */

/* Lists */
.wpcrown_list ul {
	margin-top: 15px;
}

.wpcrown_list ul li {
	margin: 5px 0 0 0;
	padding-left: 22px;
	padding-bottom: 5px;
	color: #878475;
}
/* end */

/* Styled lists */
.arrow_down ul li {
	display: block;
	background: url(../images/images/icons/arrow_down.png) no-repeat top left;
	
}

.arrow_up ul li {
	display: block;
	background: url(../images/images/icons/arrow_up.png) no-repeat top left;
}

.arrow_left ul li {
	display: block;
	background: url(../images/images/icons/arrow_left.png) no-repeat top left;
}

.arrow_right ul li {
	display: block;
	background: url(../images/images/icons/arrow_right.png) no-repeat top left;
}

.bookmark ul li {
	display: block;
	background: url(../images/images/icons/bookmark.png) no-repeat top left;
}

.calendar ul li {
	display: block;
	background: url(../images/images/icons/calendar.png) no-repeat top left;
}

.check ul li {
	display: block;
	background: url(../images/images/icons/check.png) no-repeat top left;
}

.clipboard ul li {
	display: block;
	background: url(../images/images/icons/clipboard.png) no-repeat top left;
}

.clock ul li {
	display: block;
	background: url(../images/images/icons/clock.png) no-repeat top left;
}

.cross ul li {
	display: block;
	background: url(../images/images/icons/cross.png) no-repeat top left;
}

.crosshair ul li {
	display: block;
	background: url(../images/images/icons/crosshair.png) no-repeat top left;
}

.email ul li {
	display: block;
	background: url(../images/images/icons/email.png) no-repeat top left;
}

.favorite ul li {
	display: block;
	background: url(../images/images/icons/favorite.png) no-repeat top left;
}

.unfavorite ul li {
	display: block;
	background: url(../images/images/icons/unfavorite.png) no-repeat top left;
}

.heart ul li {
	display: block;
	background: url(../images/images/icons/heart.png) no-repeat top left;
}

.house ul li {
	display: block;
	background: url(../images/images/icons/house.png) no-repeat top left;
}

.lock ul li {
	display: block;
	background: url(../images/images/icons/lock.png) no-repeat top left;
}

.minus ul li {
	display: block;
	background: url(../images/images/icons/minus.png) no-repeat top left;
}

.plus ul li {
	display: block;
	background: url(../images/images/icons/plus.png) no-repeat top left;
}

.musical ul li {
	display: block;
	background: url(../images/images/icons/musical.png) no-repeat top left;
}

.settings ul li {
	 display: block;
	background: url(../images/images/icons/settings.png) no-repeat top left;
}

.speech ul li {
	display: block;
	background: url(../images/images/icons/speech.png) no-repeat top left;
}

.tag ul li {
	display: block;
	background: url(../images/images/icons/tag.png) no-repeat top left;
}

.vcard ul li {
	display: block;
	background: url(../images/images/icons/vcard.png) no-repeat top left;
}
/* end */


/* contact */
#contact {
	width: 542px;
	margin-top: 20px;
	float: left;
}

#map {
	width: 288px;
	height: 278px;
	margin-left: 30px;
	margin-top: 20px;
	float: left;
}

.contact_form {
	font-size: 20px;
	color: #666;
	float: left;
}

.contact {
	padding: 20px;
}

.padding {
	padding: 20px;
}

.contact-img {
	padding: 5px;
	background-color: #fff;
}

.contactform {
	font-size:16px;
	color:#333333;
	width: 100%;
	text-align: left;
	float: left;
}

.contactform textarea {
	padding: 5px;
	border: 1px solid #d2d1cf;
	width: 532px;
	height: 150px;
	font-size: 14px;
	color: #333333;
	background-color: #fff;
	float: right;
}

.contactform label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 0px;
	color: #666;
}

.input-submit {
	width: 120px;
	color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
	margin-top: 10px;
	font-size: 14px;
    display: inline-block;
	background-color: #c03739;
	height: 34px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
	
    border: none;
	cursor: pointer;
	float: right;
}

.input-submit:hover {
	color: #fff;
	background-color: #a62c2e;
}

.input-textarea {
	padding: 5px;
	border: 1px solid #d2d1cf;
	width: 532px;
	height: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	background-color: #fff;
	color: #666;
	float: right;
}

/* comanda */
#comanda {
	width: 250px;
	margin-top: 20px;
	float: left;
	margin-left: 25px;
}

.contact_form {
	font-size: 20px;
	color: #666;
	float: left;
}

.contact {
	padding: 20px;
}

.padding {
	padding: 20px;
}

.contact-img {
	padding: 5px;
	background-color: #fff;
}

.comandaform {
	font-size:16px;
	color:#333333;
	width: 100%;
	text-align: left;
	float: left;
}

.comandaform textarea {
	padding: 5px;
	border: 1px solid #d2d1cf;
	width: 250px;
	height: 150px;
	font-size: 14px;
	color: #333333;
	background-color: #fff;
	float: right;
}

.contactform label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 0px;
	color: #666;
}

.input-submit {
	width: 120px;
	color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
	margin-top: 10px;
	font-size: 14px;
    display: inline-block;
	background-color: #c03739;
	height: 34px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
	
    border: none;
	cursor: pointer;
	float: right;
}

.input-submit:hover {
	color: #fff;
	background-color: #a62c2e;
}

.input-textarea2 {
	padding: 5px;
	border: 1px solid #d2d1cf;
	width: 250px;
	height: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	background-color: #fff;
	color: #666;
	float: right;
}

/* Contatc widget */
.contactformwidget {
	font-size:16px;
	color:#333333;
	width: 267px;
	text-align: left;
	float: left;
}

.contactformwidget textarea {
	padding: 6px;
	border: 0;
	width: 255px;
	height: 70px;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	color: #666;
	background-color: #fff;
	float: right;
}

.contactformwidget label {
	min-width: 100px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-left: 0px;
	color: #666;
}

.input-submit-widget {
	width: 120px;
	color: #fff;
	text-shadow: 1px 1px 1px #2e2e2e;
	margin-top: 10px;
	font-size: 14px;
    display: inline-block;
	background-color: #c03739;
    padding-left: 10px;	
	height: 34px;
	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 1px 1px #2e2e2e;
	-moz-box-shadow: 0px 1px 1px #2e2e2e;
	box-shadow: 0px 1px 1px #2e2e2e;
	
    border: none;
	cursor: pointer;
	float: right;
}

.input-submit-widget:hover {
	color: #fff;
	background-color: #a62c2e;
}

.input-textarea-widget {
	padding: 5px;
	border: 0;
	width: 257px;
	height: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	color: #333333;
	background-color: #fff;
	color: #666;
	float: right;
}
/* end */

/* hr */
.hr-line {
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #cdcdcd;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hr-dashed {
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: dashed 1px #878475;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hr-dashed-post {
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: dashed 1px #878475;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hr-line-post {
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: solid 1px #878475;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hr-footer {
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #646259;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hr-footer-title {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #646259;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.divider {
	width: 100%;
	height: 30px;
	float: left;
}

.divider-footer {
	width: 100%;
	height: 20px;
	float: left;
}

/* TABS */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	color: #6e6e6e;
}
ul.tabs li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	background: #e8e8e8;
}

ul.tabs li a {
	display: block;
	position: relative;
	padding: 5px 15px 5px 15px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	text-shadow: none;
}

ul.tabs li a:hover {
	text-shadow: none;
	text-decoration: none;
	color: #FFF;
}

ul.tabs li a:hover, ul.tabs li.active a {
	text-decoration: none;
	color: #FFF;
	background: #c03739;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	margin: 10px 0;
	background: #e8e8e8;
}

.tab_content {
	padding: 15px 15px 5px 15px;
}


.panes {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	margin: 10px 0;
	background: #e8e8e8;
}

.pane {
	padding: 15px 15px 5px 15px;
}

/* TOGGLE */
.toggle {
	width: 100%;
	margin-bottom: 10px;
	color: #6e6e6e;
}

.toggle-wrapper {
	padding-bottom:5px;
}

h4.trigger {
	width:auto;
	padding: 10px 15px;
	clear:both;
	margin:0px;
	display: block;
	cursor: pointer;
	background: #e8e8e8;
}

h4.trigger:hover, h4.trigger.active:hover {
	color: #79accd;
}

h4.trigger.active {
	color: #79accd;
}

.togglebox {
	width:auto;
	height: auto;
	background: #e8e8e8;
	overflow: hidden;
	margin: 10px 0;
}

.togglebox div {
	padding: 15px;
}

.togglebox p {
	line-height: 22px;
}

/* Social Icons */
.facebook_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/facebook.png);
	background-repeat: no-repeat;
	float: left;
}

.behance_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/behance.png);
	background-repeat: no-repeat;
	float: left;
}

.deviantart_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/deviantart.png);
	background-repeat: no-repeat;
	float: left;
}

.dribble_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/dribble.png);
	background-repeat: no-repeat;
	float: left;
}

.flickr_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/flickr.png);
	background-repeat: no-repeat;
	float: left;
}

.forrst_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/forrst.png);
	background-repeat: no-repeat;
	float: left;
}

.linkedin_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/linkedin.png);
	background-repeat: no-repeat;
	float: left;
}

.twitter_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/twitter.png);
	background-repeat: no-repeat;
	float: left;
}

.vimeo_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/vimeo.png);
	background-repeat: no-repeat;
	float: left;
}

.youtube_sm {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	text-indent: -9999px;
	background-image: url(../images/social-media-icons/youtube.png);
	background-repeat: no-repeat;
	float: left;
}

.facebook_sm:hover, .behance_sm:hover, .deviantart_sm:hover, .dribble_sm:hover, .flickr_sm:hover, .forrst_sm:hover, .linkedin_sm:hover, .twitter_sm:hover, .vimeo_sm:hover, .youtube_sm:hover {
	background-position: bottom left;
}

/*  Header thumbs */
#preview {
	width: 920px; 
	float: left;
	
	/*
	-moz-border-radius-bottomleft: 7px; 
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	
	-moz-border-radius-bottomright: 7px; 
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	*/
}

#preview_wrap {
	width: 900px; 
	height: 342px;
	float: left;
	padding: 10px;
	background-color: #fff;
}
 
#preview_outer {
	overflow: hidden;
	width: 900px;
	height: 350px;
	position: relative;
}
 
#preview_inner {
	text-align: left;
	height: 100%;
	position: relative;
}
 
#preview_inner div {
	float: left;
	width: 900px;
	height: 342px;
	position: relative;
}
 
#preview_inner div a {
	position: absolute;
	bottom: 0;
	left: 0;	
	display: block;
	width: 100%;
	text-indent: 20px;
	padding: 20px 0;
	color: #fff;
	background: url(../images/header%20thumbs/bg_trans.png);
	text-decoration: none;
	font-size: 18px;
}
 
#thumbs {
	position: relative;
	width: 900px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
 
#thumbs span {
	width: 85px;
	height: 85px;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	background-color: #fff;
}
 
#arrow {
	position: absolute;
	top: -20px;
	background: url('../images/header thumbs/arrow.png') top center no-repeat;
	width: 93px;
	height: 15px;
	display: none;
}

/* featured list */
div#featured {
	width: 900px;
	height: 320px;
	float: left;
	padding: 10px;
	background-color: #fff;
}

div#feature_list {
	width: 900px;
	height: 320px;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #eee;
}

.title {
	margin: 0px;
	padding-bottom: 20px;
    font-family: 'PT Serif', arial, serif;
    color: #c03739;
	font-weight: normal;
	font-size: 24px;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

ul#tabs li {
	font-size: 12px;
}
		
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #666;
	text-decoration: none;	
	display: block;
	padding-left: 20px;
	padding-top: 20px;
	height: 60px;
	outline: none;
}

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

ul#tabs li a.current {
	background: url(../images/featured%20list/feature-tab-current.png);
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 613px;
	height: 320px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 613px;
	height: 320px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}
		
ul#output li a:hover {
	background: #c03739;
}

/* Icons */
.icon-phone {
	height: 16px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #d2d3c0;
	text-shadow: 0px 1px 1px #4d4c45;
	font-weight: bold;
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	float: left;
}

.icon-email {
	height: 16px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #d2d3c0;
	text-shadow: 0px 1px 1px #4d4c45;
	font-weight: bold;
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	float: left;
}

.icon-email a {
	color: #d2d3c0;
	text-decoration: none;
}

.icon-email a:hover {
	color: #c03739;
	text-decoration: none;
}

.icon-address {
	height: 16px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #d2d3c0;
	text-shadow: 0px 1px 1px #4d4c45;
	font-weight: bold;
	background-image: url(../images/icons/house.png);
	background-repeat: no-repeat;
	float: left;
}


/* Align */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width: 0;
	height: 0;
}

.clear:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
    text-align: center;
}

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

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

.bttn_center {
    text-align: center;
	margin-bottom: 10px;
}

.text_shadow {
	text-shadow: 0px 1px 1px #b2b1a4;
}

/* Slogan */
.slogan {
	
	margin-top: 20px;
	margin-bottom: 40px;
	width: 920px;
	float: left;
	text-align: center;
	font-style: italic;
}

/* infoboxes */
div.box-download {
	width: 100%;
	float: left;
}

div.box-download-content {
    background: url("../images/icons/box-download.png") no-repeat 15px 16px #E3F4DE;
    border: 1px solid #a4d794;
    color:#599847;
    padding: 20px 15px 20px 60px;
	width: auto;
    font-size: 11pt;
}

div.box-download a {
    color: #599847;
    text-decoration: none;
}

div.box-download a:hover {
    color: #599847;
     text-decoration: underline;
}

div.box-information {
	width: 100%;
	float: left;
}

div.box-information-content {
    background: url("../images/icons/box-info.png") no-repeat 15px 16px #DEEEF7;
    border: 1px solid #8fbed9;
    color:#2F81B0;
   	padding: 20px 15px 20px 60px;
	width: auto;
    font-size: 11pt;
}

div.box-information a {
    color: #2F81B0;
    text-decoration: none;
}

div.box-information a:hover {
    color: #2F81B0;
    text-decoration: underline;
}


div.box-notification {
	width: 100%;
	float: left;
}

div.box-notification-content {
    background: url("../images/icons/box-note.png") no-repeat 15px 16px #FFFBCC;
    border: 1px solid #e0da97;
    color: #8f8838;
    padding: 20px 15px 20px 60px;
	width: auto;
    font-size: 11pt;
}

div.box-notification a {
    color: #8f8838;
    text-decoration: none;
}

div.box-notification a:hover {
    color: #8f8838;
    text-decoration: underline;
}


div.box-error {
	width: 100%;
	float: left;
}

div.box-error-content {
    background: url("../images/icons/box-error.png") no-repeat 15px 16px #FFCECE;
    border: 1px solid #e19191;
    color:#883333;
    padding: 20px 15px 20px 60px;
	width: auto;
    font-size: 11pt;
}

div.box-error a {
    color: #883333;
    text-decoration: none;
}

div.box-error a:hover {
    color: #883333;
    text-decoration: underline;
}

/* Twitter */
#twitter {
	text-align: center;
	margin: auto;
	position: relative;
}

#twitter p {
	padding-left: 50px;
}

#twitter_update_list {
   	overflow: hidden;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	color: #878475;
	font-weight:bold;
}

#twitter_update_list li {
	list-style: none;
	margin-bottom: 20px;
}

#twitter_update_list li a {
	border-bottom: dotted 1px;
	text-decoration: none;
}

/* ie fix image border */
a img {
	border: 0px;
}
