/*
------------------------------------------------------------------------
Theme Name:    Delicate
Theme URI:     http://www.nattywp.com/view-natty-theme.php?theme_id=99900&theme_name=Delicate
Description:   Delicate is a free professional WordPress theme built on the NattyWP CMS framework.
Version:       3.4.3
Author:        NattyWP
Author URI:    http://www.nattywp.com
Tags:          light, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, theme-options
------------------------------------------------------------------------

Support:       NattyWP, contactus@nattywp.com
Updated:       Jun 10 2010
License:       This version licensed under the terms of GNU General Public License v2.0.
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/








/* Fade in animation */
@-webkit-keyframes reset {
0% {
    	opacity: 0;
}
100% {
    	opacity: 0;
}
}
 
@-webkit-keyframes fade-in {
0% {
    opacity: 0;
}
60% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

@-moz-keyframes reset {
0% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
 
@-moz-keyframes fade-in {
0% {
    opacity: 0;
}
60% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}


.fade-in, body {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: reset, fade-in;
    -moz-animation-duration: 1.2s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;

}
/*Fade in close*/












/*.blog_line {
    border-bottom: 1px solid #CCCCCC;
    height: 30px;
    margin-bottom: 40px;
    width: 520px;*/
}
.moretag {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 520px;
}

.twtr-hd,
.twtr-ft
{
display: none;
} 


body {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
font-size: 11px;
background: #fff;
color: #333;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
font-size: 1em;
margin: 0;
padding: 0;
}


div#banner {
background: transparent url(mega.gif) top left no-repeat;
padding-top: 12px;
padding-bottom: 36px;
}

div#banner h1, div#menu h2 {
margin: 0;
padding: 0;
}

div#banner h1 a {
display: block;
width: 270px;
height: 120px;
}

div#banner h1 a span, div#banner .skip {
position: absolute;
top: -10000px;
left: -10000px;
}

ul#menu {
background-image:url(images/navigation_bg.png);
color: #fff;
margin: 0;
padding: 0.3em 0em;
}


ul#menu li {
display: inline;
margin: 0.1em 1em;
position: relative;
}

ul#menu h2, ul#menu h3 {
font-size: 100%;
font-weight: normal;
display: inline;
}


ul#menu li a {
color: #fff;
text-decoration: none;
padding: 0 0.4em;
}

ul#menu li a:hover {
text-decoration: underline;
}

ul#menu li.mega a {
padding: 0 1.2em;
}

ul#menu li.mega a:hover {
text-decoration: underline;
}

ul#menu div {
display: none;
}

ul#menu li.mega div {
border: 1px solid #dda;
width: 18em;
position: absolute;
top: 1.6em;
left: 0em;
padding: 1.3em;
background: #ffc;
color: #930;
}

ul#menu li.hovering div {
display: block;
}

ul#menu li.mega div a {
color: #300;
padding: 0;
background-image: none;
text-decoration: underline;
}

ul#menu li div a.more {
color: #390;
font-weight: bold;
}


ul#menu div h3 {
color: #f70;
font-weight: bold;
font-size: 1.1em;
}
ul#menu div p {
margin: 0 0 0.8em 0;
padding: 0;
}








































/*UL top nav */

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	z-index: 99999;
	background: #344c00 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}
.sub {
	position					:absolute;
}

/*UL topnav end */



.headerimage {
	margin					:0px;
	height					:320px;
}

.headermovie {
	margin					:0px;
	height					:472px;
}





.blog-post-end {

		/* background-image:url(images/blog-line.png); */
		background-position:bottom left;
		background-repeat:no-repeat;
		padding-bottom: 10px;
		height:3px;
		width:520px;
}

.blog_padding {
	margin-top				:10px;	
}


#hoverlink,#hoverlink {
	margin					:0px;
	padding					:0px;
}

/* ------- Main color scheme -------- */
.topnav li.current_page_item a span, 
.topnav li.current-cat a span, 
.topnav li.current-cat-parent a, 
.topnav li.current_page_parent a {color: #01ADF1;}

.topnav a, 
.topnav li ul li a span, 
.topnav li.current_page_item ul li a span, 
.topnav li.current-cat ul li a span {color: #454545;}

.topnav a:hover {color: #ff0505;}

.post_padding {
	float				:left;
 	margin				:30px 0px 20px 20px;
}

.post h2, 
.post h2 a {color: #4D4D4F;}

.post p  {
	line-height: 		20px;
	margin-right: 		10px;
	/* width:			515px;*/
}

.large {
	Font-size: 16px;
	line-height: 24px;

}


.wpcf7 input[type="submit"] {
padding: 12px 20px;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #ffffff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
font-size: 14px;
font-weight: bold;
color: #646464;
width: auto;
text-decoration: none;
cursor: pointer;
-webkit-appearance: button;
line-height: 1;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.wpcf7 input[type="text"] {
padding: 5px 5px;
font-size: 15px;

}

.wpcf7 input[type="email"] {
padding: 5px 5px;
font-size: 15px;

}

.wpcf7 input[type="number"] {
padding: 5px 5px;
font-size: 15px;

}

.wpcf7 input[type="textarea"] {
padding: 5px 5px;
font-size: 15px;

}

textarea {
padding: 5px 5px;
font-size: 15px;
}

.archive .post p  {
	line-height: 		20px;
	margin-right: 		10px;
	width:				515px;
	padding-bottom: 	10px
}


.archive .post .entry img  {
    max-width: 515px;
}


.single .post p  {
	line-height: 		20px;
	margin-right: 		10px;
	width:				515px;
	padding-bottom: 	10px
}


.single .post .entry img  {
    max-width: 515px;
}

.tagline {color:#333333;}

.post {
		color: #4d4d4f;

}



.post a {color: #0e73b8; text-decoration:none;}
.post a:hover, 
.post .postmetadata a.comments-link:hover, 
.post .postmetadata .category a:hover, 
.post .postmetadata small .author {color: #ff0505;}

#sidebar h2 {color: #4D4D4F;}
#sidebar .widget {color: #454547;}
#sidebar .widget a {color: #4D4D4F;}
#sidebar .widget a:hover {color: #0e73b8;}

#sidebar .widget#widget_text, 
#sidebar .widget#widget_calendar, 
#sidebar .widget#widget_recent_comments, 
#sidebar .widget#googlemapWidget {color: #454547;}

#sidebar .widget#widget_text a, 
#sidebar .widget#widget_calendar a, 
#sidebar .widget#widget_recent_comments a, 
#sidebar .widget#googlemapWidget a {color: #0e73b8;}

#sidebar .widget#widget_text a:hover, 
#sidebar .widget#widget_calendar a:hover, 
#sidebar .widget#widget_recent_comments a:hover, 
#sidebar .widget#googlemapWidget a:hover {color: #ff0505;}

#sidebar .widget#widget_text, 
#sidebar .widget#widget_calendar, 
#sidebar .widget#widget_recent_comments, 
#sidebar .widget#googlemapWidget {}

#footer {color: #666666;}


.copyright-info {
    background-color: #EDEEEF;
    color: #000000;
    font-size: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 5px;
    text-align: left;
    width: 840px;
}

/* ------- END Main color scheme -------- */

.title {
	margin-top:0px;
}

* {margin: 0pt; padding: 0pt; }
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#EDEEEF;}
a { text-decoration: underline; color: #000; outline-color: -moz-use-text-color; outline-style: none; outline-width: medium; cursor: pointer; }
a:hover { color: #999; cursor: pointer; text-decoration: none; }
ul { list-style-type: none; }
li { list-style-type: none; }
.clear { display: block; clear: both; visibility: hidden; /*border-bottom:1px solid #cccccc;*/}
.tab-title {display:none; overflow:hidden; visibility:hidden;}

/* Fonts */
h1 {font-size: 30px;}
h2 {font-size: 1.6em; margin: 0;}
h3 {font-size: 1.3em; padding: 0; margin: 0;}
h1, h2, h3 { font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; line-height:20px; }
h2, h2 a { color:#4d4d4f; font-size:24px; font-weight:normal;}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {text-decoration: none;}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {text-decoration: none;}
code {margin: 0pt; padding: 1px 3px; background: rgb(255, 255, 225) none repeat scroll 0% 0%; font-family: Monaco,monospace; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;}
em { font-style: italic; }
hr { border: medium none ; margin: 0pt 0pt 1.4em; background: #999 none repeat scroll 0% 0%; color: #999; clear: both; float: none; width: 100%; height: 0.1em; }
pre { padding: 10px; background: rgb(249, 249, 212) none repeat scroll 0% 0%; overflow: auto; margin-bottom: 15px; }
acronym, abbr, span.caps {font-size: 0.9em;letter-spacing: .07em; cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}
blockquote {background:transparent url(images/blockquote_bg.gif) no-repeat scroll left top; color:#000000; font-style:italic; margin:0 0 1em; min-height:1.5em; overflow:auto;
padding:30px 10px 13px 18px;}
blockquote p.source {color:#999999; font-size:11px; font-style:normal;}
blockquote cite {margin: 5px 0 0; display: block;}
.center {text-align: center;}
.hidden { display: none;}
a img {border: none;}

.entry h2, .entry h4, .entry h5 {font-weight:normal; line-height:135%; margin:30px 0 10px; padding-bottom:5px;}
.notice {background: #FFF6BF; border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324; text-align: center; margin: 10px auto; padding: 5px 20px;}
.alert {background: #FCE4E0; border-top: 2px solid #EB6D59; border-bottom: 2px solid #EB6D59; text-align: center; margin: 10px auto; padding: 5px 20px;}
span.highlight {background:#F9F1ED none repeat scroll 0 0; color:#F75342; font-style:italic;}
span.highlight-bold {font-size:120%; font-weight:bold; line-height:150%;}
span.inset-left, span.inset-right {border:1px solid #E5E5E5; color:#333333; display:block; font-size:100%; font-style:italic; margin-top:25px; padding:12px 8px 8px; position:relative; text-align:center; width:30%;}
span.inset-right-title, span.inset-left-title {background:#FFFFFF none repeat scroll 0 0; color:#F75342; display:block; font-size:100%; font-weight:bold; left:10px; padding:3px 8px; position:absolute; top:-15px;}
span.inset-right {float:right; margin-left:15px;}
span.inset-left {float:left; margin-right:15px;}
span.dropcap {display:block;float:left;font-size:400%;line-height:100%;margin:0 4px 0 0;}
.important {border:1px solid #E5E5E5; margin:25px 0 10px;padding:15px; position:relative;}
span.important-title {background:#FFFFFF none repeat scroll 0 0; color:#F75342; display:block; font-size:120%; left:10px; padding:3px 8px; position:absolute; top:-0.8em;}

/* Begin Lists */
html > body .entry ul {margin: 65px 10px 5px 10px; padding: 0 0 0 0px; list-style: none; text-indent: 0px;}
.entry ol {padding: 0 0 0 35px; margin: 0;}
.entry ol li {margin: 0; padding: 0; list-style: decimal outside;}
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none;}
.entry dl { margin: 1.5em 0pt; }
.entry dd{margin:0; padding:0 15px 15px; }
.entry table { margin: 0pt auto;}
.entry th, .entry td { height: 1em; line-height: 18px; padding:10px; }
ol li, #sidebar ul ol li {list-style: decimal outside;}

ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6 {}
ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li, ul.bullet-6 li {list-style-image:none; list-style-position:outside; list-style-type:none; margin-bottom:5px !important; padding-bottom:3px !important; padding-left:22px !important;}
ul.bullet-1 li {background:url(images/bullets/3.gif) no-repeat 0 5px;}
ul.bullet-2 li {background:url(images/bullets/4.gif) no-repeat 0 5px;}
ul.bullet-3 li {background:url(images/bullets/1.gif) no-repeat 0 5px;}
ul.bullet-4 li {background:url(images/bullets/2.gif) no-repeat 0 5px;}
ul.bullet-5 li {background:url(images/bullets/5.gif) no-repeat 0 5px;}
ul.bullet-6 li {background:url(images/bullets/6.gif) no-repeat 0 5px;}
/* End Entry Lists */

#main {
	background-color				:#fff;
}

#header {height:25px;}
.content-pad {width: 840px; background-color:#edeeef; text-align: left; margin: 0pt auto; padding:0px 0px; position: relative; z-index: 1000;}
.top { margin: 6px 0px 29px 0px; float:left; /*width: 970px;*/}
.bot {background:url(images/main-bot.png) no-repeat; height:13px; clear:left; margin: 0px auto 0 auto; width: 995px;}
#logo {padding-top:13px; float:left;}
.tagline {position:relative; font-size:12px; font-weight:bold; text-transform:uppercase; padding:16px 17px 4px 12px; top:50%; right:0px;}
.head-img {margin:0px; height:340px;}

/* Search form */


.sm_container {
		width			:795px;
		height			:293px;
		margin			:5px 0 0 0;
		color			:#FFF;
		background-color:#1A1818;
		font-size		:10px;
		float			:left;
}

.sm_container a {
		text-decoration:none;
		margin:0px;
}

#col2_item {
		height			:50px;
}

.sm_col, .sm_col2, .sm_col3 {
		width			:250px;
		height			:298px;
		float			:left;
}

#showlinks a {
	font-size			:14px;
}

#showlinks {
	margin 				:20px 10px;
}

#showlinks p {
	margin:14px;
	width:100px;
	margin-bottom:solid 1px;
}

#showlinks img {
	margin		:0px;
}



.sm_head {
		font-size		:14p;
		font-weight		:bold;
		float			:left;
}

.sm_col2 {
		margin:0px 30px 0px 10px;	
}

.sm_col2 img, .sm_col3 img {
		margin			:0px 5px 0px 0px;
		float			:left;
}

.socialicons {
		float			:left;	
}

.socialicons img {
		margin-right	:5px;
}

.searchform2 {
		float			:left; 
		margin-right	:5px;
		margin-left		:606px;
}

.exhibitors {
		float			:left;
}


.exhibitors_toplink  {
		margin-left		:695px;
}


.exhibitors_toplink a {
		color			:#444;
		text-decoration		:none;
}

.exhibitors_toplink a:hover {
		color			:#777;
}

#headerimage {
		margin			:0px;
		padding			:0px;
}


#top_search {height:25px; position:absolute; float:right; top:10px; left: 0px; width:840px;}
.search-input {background:transparent url(images/search.png) no-repeat scroll 0 0; border:medium none; color:#9499A1; float:left; font-family:Arial; font-size:13px; height:17px; margin:0; padding:5px 10px 0 38px; width:240px;}
.search-submit {border:0 none; float:right; height:30px; margin-top:-2px; width:73px;}

.columns {
	width: 840px;
	background-color	:#fff;
	margin				:20px 0 0 0;
}



.thumb {float:left;}
.narrowcolumn {float: left; padding: 0px; margin: 0px; width: 560px; background-color: #ffffff;}
.post {text-align:left;}
.post .postmetadata img {float:left;width:30px;margin:0 5px 0 0;}
.post .postmetadata {font-size:11px; padding:0px; text-align:left; margin-top:0px; color:#878789;}
.post .postmetadata .category {margin:5px 0 6px 0; display:block;}
.post .postmetadata .category a {background:url(images/ico-category.gif) no-repeat 0px 2px; padding-left:12px; color:#878789; margin-right:5px;}
.post .postmetadata .category a:hover{}
.post .title {position:relative;}
.post .title h2 {line-height: 30px;margin-bottom: 20px; margin-top: 20px;}
.post .title h2 a {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}
.singlepage .post .title {position:relative; width:500px;}
.fullwidth.singlepage .post .title {width:865px;}
.singlepage .post .title h2 {line-height:36px; overflow:hidden; max-height:55px;
	font-size: 36px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;}
.post small {font-size:11px; color:#878789; margin-bottom:5px;}
.post small a.cat{ background:url(images/ico-meta.gif) 1px center no-repeat; padding:0 0 0 11px; color:#878789;}
.post .comments { position:absolute; top:0px; left:500px; background:url(images/comment-bg.gif) no-repeat; padding-left:13px; padding-top:3px; display:block; height:30px; width:74px;}
.post .comments a { font-size:11px; color:#FFF; text-decoration:none; }
.post .comments a:hover { color:#FFF; text-decoration:underline;}
.post .date {background:url(images/date_bg.jpg) no-repeat;  height:42px; width:77px; position:absolute; left:3px;} 
.post .post-month {color:#FFFFFF; display:block; font-size:11px; line-height:11px; margin-left:2px; padding-top:5px; text-align:center;}
.post .post-day {color:#FFFFFF; display:block; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; line-height:18px; margin-left:-3px; padding-top:4px; text-align:center;}


.post .entry {
	margin-top:0px; 

}

 .archive .post .entry {
	margin-top:0px; 
	margin-bottom:40px;

}

.single .post .entry {
	margin-top:0px; 
	margin-bottom:40px;

}




#sidebar {float:right; padding:0px; width:300px; color:#454547;}
#sidebar h2 {margin: 0px 0px 10px 0px; padding: 0; font-size:19px;}
#sidebar a {color:#878789; }
#sidebar ul li.widget {float:left; width:280px; padding:10px 10px 30px 10px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; margin-bottom:15px; background:url('images/wg-bottom.gif') repeat-x bottom;}
#sidebar ul #meta.widget  {background:none;}
#sidebar ul li.widget a {text-decoration:none;}
#sidebar ul li.widget a:hover {text-decoration:underline;}
#sidebar ul li.widget#widget_search .search-input {width: 150px;}
#sidebar ul li ul li{ float:none; width:auto; border-bottom:1px solid #e8e8e8; padding-bottom:5px !important;}
#sidebar ul li ul li ul {padding:0px !important; margin:0px !important;}
#sidebar ul li ul li ul li{ margin:0px 0px 0px 10px !important; padding:0px !important; border:0px !important;}
#sidebar ul p, #sidebar ul select {margin: 5px 0 8px;}
#sidebar ul ul ul, #sidebar ul ol {margin: 0 0 0 10px;}
#sidebar ul ul li, #sidebar ul ol li {margin: 5px 0 0; padding: 0;}
#sidebar .widget ul li a {background:url(images/ico-meta.gif) no-repeat 0 8px; padding:4px 0 4px 15px; line-height:16px;}
#sidebar #widget_tag_cloud h2 {margin:0px;}
#sidebar #widget_tag_cloud a {line-height:25px;}
#sidebar #widget_text .textwidget {margin-top:7px;}
#sidebar #widget_search h2 {float:left; padding-right:15px;}
#sidebar #widget_recent_comments ul li a {background:none;}
#sidebar #widget_text {line-height:18px;}
#meta .rss {background:url("images/rss.gif") no-repeat right;}
#meta .twitter {background:url("images/twitter-small.gif") no-repeat right;}

#twitter .rightlink {background:url("images/ico-twitter.png") no-repeat scroll 120px 5px transparent; display:block; height:22px; padding-top:10px;}
#sidebar .map {width:300px; height:300px; border:3px solid #FFF; margin-left:5px; margin-bottom:15px;}
#sidebar #widget_search .c_simg {top:8px;}


.entry img {
	margin-bottom:0px;	
}

.exhib_key {
 	text-align			:center;
	/*padding-right			:80px;*/
}

.exhib_text,#exhib_sum {
	text-align			:center;
	text-transform: uppercase;
}

#exhib_sum a:hover {
	color:#000;
}

#exhib_sum,.exhib_key {
	background-image			:url(images/slide_side.png);
	background-position		:left;
	background-repeat		:no-repeat;
}


.exhib_text,.exhib_key,#exhib_sum {
 	position				:relative;
    	display				:table-cell;
    	vertical-align			:middle;
}

.slide_single_mid_grey {
	background-color			:#E5E5E5;
	color				:#333333;
}

#slide_whwh {
	background-image			: url(http://www.thewellingtonweddingshow.co.nz/wp-content/themes/delicate/images/whwh.jpg);  /* was : url(http://www.thewellingtonweddingshow.co.nz/wp-content/themes/delicate/images/whwh.jpg);*/
}

#slide_whwh img {
	margin					:210px 80px 25px;	
}



#slide_inspiration {
	background-image			: url(http://www.thewellingtonweddingshow.co.nz/wp-content/themes/delicate/images/inspriation_title.png);
	width				:280px;
    height				:280px;
    float				:left;
    padding				:0px;
}


#slide_inspiration img {
	margin					:210px 80px 25px;	
}



.slides a img {
	 opacity: 1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}

.slides a img {
	 opacity: 1;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
}

.slides a img {
	 opacity: 1;
-o-transition: opacity;
-o-transition-timing-function: ease-out;
-o-transition-duration: 500ms;
}



.slides a:hover img {
opacity: .65;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}


.slides a:hover img {
opacity: .65;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
}


.slides a:hover img {
opacity: .65;
-o-transition: opacity;
-o-transition-timing-function: ease-out;
-o-transition-duration: 500ms;
}


.slides ul {
	margin-top: 10px  !important;
	bottom	 :45px;
}

.slides li {
    list-style-type: disc;
    padding-bottom: 10px;
    
}






#slide_single,#affordable_slide,#moderate_slide,#premium_slide {
	width					:280px;
	height					:280px;
	float					:left;
	position				:relative;
   	display					:table;
  	vertical-align			:middle;
	<!--text-transform			:uppercase;-->
	font-size				:14px;
	margin					:0px;
	padding					:0px;
}

#affordable_slide,#moderate_slide,#premium_slide {
	background-image		:url(images/dbl_line_bg.png);
	background-position		:center;
	background-repeat		:no-repeat;
}

#affordable_slide, #affordable_slide a {
	background-color		:#ffffff;
	color					:#333333;
	text-decoration			:none;
}

#moderate_slide, #moderate_slide a {
	background-color		:#ffffff;
	color					:#333333;
	text-decoration			:none;
}

#moderate_slide a:hover {
	color					:#999999;	
}

#affordable_slide a:hover {
	color					:#999999;	
}

#premium_slide a:hover {
	color					:#999999;	
}

#premium_slide, #premium_slide a {
	background-color		:#ffffff;
	color					:#333333;
	text-decoration			:none;
}

.contribute_text {
	float			: left; 
	width			: 215px; 
	margin			: 15px 30px 0px 35px; 
}


.contribute_text,.contribute_text p {
	line-height		: 20px;
}

.contribute_text p {
	margin-bottom		: 10px;
}

#footer { width: 840px; height: 320px; padding: 0px; margin-bottom:0px !important; font-weight: normal; font-size: 0.9em; line-height: 15px; color:#000;}
#footer a { color: #333; text-decoration:none;}
#footer a:hover { color: #000; text-decoration:underline;}
#footer .lt {float:left;}
#footer .rt {float:right;}
#footer .rt img.png {margin-top:-5px;}




#footer h3 {
	font-size		:12px;
	margin			:5px 0px 0px 0px;
}


.footerlinks,.footerlink_col,.contact_info {
	float			:left;
}

#footer img {
}

#footer p {
	margin-top		:0px;
}

.footerlinks {
}

.footerlinks ul {
	bottom			:45px;
	position		:absolute;
}

.footerlinks li {
}

.contact_info {
	position		:absolute;
	bottom			:45px;
	right			:30px;
}

.footerlink_col {
	height			:220px;
}
			  
			   
			   

/* Navigation */
#menu { font-family: 'Oswald', sans-serif; color: #fff; 
}

#menu a {color: #fff; text-decoration:none; font-weight: 300; padding: 0 45px; letter-spacing: 1px;
}

#menu a:hover {color: #999; 
}

.topnav { z-index:99; margin:0; padding:0; list-style:none; line-height:1;}
.topnav li { padding-right:30px;}
.topnav a  { position:relative; text-transform:uppercase; font-size:10px; display:block; z-index:100; padding:5px 0px; line-height:18px; text-decoration:none; }
.topnav a:hover {text-shadow:0 2px 4px rgba(0, 0, 0, 0.23);}
.topnav li  { float:left; width: auto; }
.topnav li a.sf-with-ul { padding-right:0px;}




.exhib_info {
	background-color	:#B2B2B2;	
}

.exhib_info a {
	color				:#666666;	
}

.exhib_info h3 {
	font-weight			:normal; 
	line-height			:135%; 
	margin				:30px 0 10px 20px; 
	padding-bottom		:5px;
	color				:#fff;
}


.slides_doub {
	width				:485px;
	padding				:30px 45px 30px 30px;
	float				:left;
}

.slides_quad {
	width				:485px;
	height				:500px;
	padding				:30px 45px 30px 30px;
	float				:left;
}

.slides_hex {
	width				:485px;
	height				:780px;
	padding				:30px 45px 30px 30px;
	float				:left;
}

.exhib_nav {
	margin				:150px 80px 120px 79px;	
	width				:130px;
	text-align			:center;
}

.exhib_nav_item {
	float				:left;	
}

.catering {
	background-image	:url(images/exhib_catering.png);
	background-repeat	:no-repeat;
}


.slides_quad p,.slides_hex p,.slides_doub p, .form_body  p {
	line-height			:25px;
	margin-top			:15px;	
}


.slides_quad p,.slides_hex p,.slides_doub p, .reg_form_body  p {
	line-height			:25px;
	margin-top			:15px;	
}




/* Static Navigation */

.navigation {
	float				:left;
	width				:840px;
	background-image	:url(images/navigation_bg.png);
	height				:30px;
}

.navigation ul {
	width				:840px;
	margin				:0px 0px 0px 0px;
}

.navigation ul li {
	display				:inline;
	margin				:0px 0px;
}



.homeslide_single {
	width				:280px;
	height				:280px;
	float				:left;
}

.homeslide_half {
	width				:280px;
	height				:140px;
	float				:left;
}

.homeslices {
	width				:840px;
	height				:1680px;
	float				:left;
}

.homeslices ul {
	display				:inline;
	float				:left;
	list-style			:none;
}

#slide_florists {
	background-image	:url(images/slides/florists.jpg);
	background-repeat	:no-repeat;
	width				:560px;
	height				:280px;
	left				:0;
}

#slide_florists a {
	width				:560px;
	height				:280px;
}


#slide_florists a:hover {
background: transparent url(images/slides/florists.jpg)
    0 -200px no-repeat;}




/*Home page stuff*/


.slides {
	width				:840px;
   	float				:left;
    padding				:0px;
}


.slide_single,.slide_single_mid_grey,#slide_whwh  {
	width				:280px;
    height				:280px;
    float				:left;
    padding				:0px;
}

.slide_single,.slide_single_mid_grey {
    margin				:0px;
}

.slide_single p {
	margin				:0px 20px 20px 20px;	
	line-height			:20px;
}

.slide_half {
	width				:280px;
    height				:140px;
    float				:left;
    padding				:0px;
    margin				:0px;
}

.slide_half {
	width				:280px;
    height				:140px;
    float				:left;
    padding				:0px;
    margin				:0px;
}


.welcome_border {
	background-image	:url(images/welcome_sidebar.png);
	background-position	:right;
	background-repeat	:no-repeat;
}	


.welcome_border_left {
	background-image	:url(images/welcome_sidebar.png);
	background-position	:left;
	background-repeat	:no-repeat;
}

#tweet_slide {
	width				:240px;
    height				:254px;
    float				:left;
    margin				:0px;
	background-image:none;
	background-color	:#fff;
	padding				:10px 0 10px 20px;
font-size				:11px;
}

#tweet_slide a {
	color				:#666;
	text-decoration		:none;
}

#tweet_slide a:hover {
	color				:#999;
	text-decoration		:none;

}

.slides_bundle1 {
	width				:560px;
    float				:left;
    padding				:0px;
    margin				:0px;
}

slides_bundle3 {
	width				:560px;
    float				:left;
    padding				:0px;
    margin				:0px;	
}

.slides_double_h {
	width				:560px;
    height				:280px;
    float				:left;
}

.slides_double_h a {
	width				:560px;
	height				:280px;
}

.slides_double_h a:hover {
	background-position:0 -280px no-repeat;
}

span {
}

.slides_double_v {
	width				:280px;
    height				:560px;
    float				:left;
}

.slides_form {
	width				:280px;
    height				:1500px;
    float				:left;
}

.form_body {
	width				:650px;
	height				:1500px;
	padding				:30px 45px 30px 30px;

}

.form_body ul {
    margin-top: 10px !important;
    padding-left: 254px !important;
    bottom: 45px;
}

.reg_slides_form {
	width				:280px;
    height				:3000px;
    float				:left;
}


.reg_form_body li {
    list-style-type: disc;
    padding-bottom: 10px;
}


.reg_form_left {
	width				:280px;
	height				:3000px;
  	float				:left;

}

.reg_form_body {
	width				:650px;
	height				:3000px;
	padding				:30px 45px 30px 30px;

}

.reg_form_body ul {
    margin-top: 10px !important;
    padding-left: 254px !important;
    bottom: 45px;
}



.form_body li {
    list-style-type: disc;
    padding-bottom: 10px;
}


.form_left {
	width				:280px;
	height				:1500px;
  	float				:left;

}



.comp_body {
	width				:650px;
	height				:800px;
	padding				:30px 45px 30px 30px;

}

.comp_body ul {
    margin-top: 10px !important;
    padding-left: 254px !important;
    bottom: 45px;
}


.comp_body li {
    list-style-type: disc;
    padding-bottom: 10px;
    line-height: 25px
}

.comp_body H3{
	padding-top: 40px;

}


.comp_left {
	width				:280px;
	height				:800px;
  	float				:left;

}

.comp_form {
	width				:280px;
    height				:800px;
    float				:left;
}


span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
  height: 20px;
	position: relative;
	top: 3px;
}

.slides_single_v {
	width				:280px;
    height				:280px;
    float				:left;
}

.slides_bundle2 {
	width				:280px;
    height				:1120px;
    float				:left;
}

.slides img {
	margin				:0px;
	float				:left;
}









/* 2015 homepage styles */



.half-square {

	width				:420px;
	height				:420px;
	text-align			:center; 
	float				:left;

}

h1 {
	font-family: 'Oswald', sans-serif; 
	font-weight: 300;
	text-transform: uppercase;
	line-height:135%;
	margin:30px 0 10px; 
	padding-bottom:5px;
		
}
	
	
.half-square p {

	padding: 10px 70px 10px 70px;
	margin-right: 0px; 

}

.half-square h1 {

	padding: 60px 0px 0px 0px;

}
	

.quote {
	font-size: 14pt;
	padding-top: 20px
	line-height: 25px;
}

	
.half-square  hr { border: medium none ; margin: 0px 0px 5px 168px; background: rgb(4, 4, 4) none repeat scroll 0% 0%; color: rgb(4, 4, 4); clear: both; float: none; width: 20%; height: 0.2em; }

/* double */

.double-square {

	width				:780px;
	height				:420px;
	text-align			:center; 
	background-color	:#ECECEC;
	margin				:30px;

}



	
.double-square p {

	padding: 10px 110px 10px 110px;
	margin-right: 0px; 

}

.double-square h1 {

	padding: 90px 0px 0px 0px;

}

.double-square  hr { border: medium none ; margin: 0px 0px 5px 348px; background: rgb(4, 4, 4) none repeat scroll 0% 0%; color: rgb(4, 4, 4); clear: both; float: none; width: 11%; height: 0.2em; }


/* double end */






/* Follow section */

.follow-section {

	width				:780px;
	height				:285px;
	text-align			:center; 
	background-image	:url(images/follow-bkgd-v2.jpg);
	background-repeat	:no-repeat;
    background-position: 50% 56%; 
	margin				:30px;

}


.follow-section h1 {

	padding: 20px 0px 30px 0px;

}

.icon-section {

	width				:100px;
	text-align			:center; 
	margin-left			:75px;
	float				:left;				

}


.icon-section p {
	margin-right: 0px; 

}


.follow-section hr {

	margin: 230px 0px 0px 0px;

}



/* Follow section end */



.footer-hrsection {

	width				:780px;
	height				:10px;
	text-align			:center; 
	margin				:30px;

}





/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}




/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 80%;
  left: 22%;
  height: 10px;
  width: 55%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



.nav-div-pad {
	padding-top:	5px;

}



.nav-div-line {
border-right: 1px solid #fff; 

}


/* 2015 homepage styles end */









.blog_ad_column {
	float				:left;
	width				:280px;
}

.blog_ad_lg {
	width				:280px;
	height				:280px;
}

.blog_ad_sm	{
	width				:280px;
	height				:140px;
}

.blog_padding {
	height				:5px;
}

.show_category {
	background-image	:url(images/label_bg.png);
	background-repeat	:no-repeat;
	text-align			:center;
}

.show_category p {
	display				:table-cell;
	position			:relative;
	vertical-align		:middle;
}

.show_category img {
	margin				:116px 0px 10px;	
}
 
.show_category a {
	text-decoration		:none;
	color				:#ccc;
}





.show_category_head {
	background-image	:url(images/label_bg.png);
	background-repeat	:no-repeat;
	text-align			:center;
}

.show_category_head p {
	display				:table-cell;
	position			:relative;
	vertical-align		:middle;
}

.show_category_head img {
	margin				:100px 36px 0 36px;	
}
 
.show_category_head a {
	text-decoration		:none;
	color				:#ccc;
}




/*inspiration page*/


#inspire_section {
	width				:840px;
   	float				:left;
    padding				:0px;
}

#inspire_section p {

    	padding				:10px 50px 10px 280px;
	line-height: 			20px;
}


#inspire_section img {
	margin				:0px 0px 20px;	
}
 

#inspire_sectiononmargin img {
	margin				:0px 0px 0px;	
}


/*----TP ADDITIONS----*/


.bottom-border{
border-bottom:3px solid white;
} 

.issue-2-head{

background-image:url(images/mr-mrs-march-2013/mr-mrs-2-1.jpg); 

height:560px;
width:840px;
}

.issue-7-head{

background-image:url(images/mr-mrs-7-1.jpg); 

height:560px;
width:840px;
}


.issue-8-head {
background-image:url(images/mr-mrs-8-1.jpg); 
height:560px;
width:840px;
}



.bestlink{

position:relative;
left:3px;
top:20px;
width:280px;


}

.bestlink:hover{
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

.flipbook:hover{
opacity:0.9;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

/*----END----*/





/* Drop-down menu */
.topnav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
.topnav li ul li  { background:#FFF; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb; padding-right:0px;}
.topnav li ul li a  { width:160px; font-size:11px; line-height:18px; padding:5px 10px; text-transform:none;}
.topnav li ul li a.sf-with-ul { padding:5px 10px; }
.topnav li ul li a:hover  { background:#FFF;}
.topnav li ul ul  { margin: -30px 0 0 180px; }
.topnav li ul ul li a  {}
.topnav li ul li ul li a  {}
.topnav li:hover,.topnav li.hover  { position:static; }
.topnav li:hover ul ul, .topnav li.sfhover ul ul,
.topnav li:hover ul ul ul, .topnav li.sfhover ul ul ul,
.topnav li:hover ul ul ul ul, .topnav li.sfhover ul ul ul ul { left:-999em; }
.topnav li:hover ul, .topnav li.sfhover ul,
.topnav li li:hover ul, .topnav li li.sfhover ul,
.topnav li li li:hover ul, .topnav li li li.sfhover ul,
.topnav li li li li:hover ul, .topnav li li li li.sfhover ul  { left:auto; }
.topnav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat; position:absolute; display:block; right:-0.8em; top:0.7em; width:10px; height:10px; text-indent:-999em; overflow:hidden;}
.topnav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat; right:0.4em; top:0.9em;}


/* TOP search bar*/
#search-block{width:302px; padding-top:40px; margin-right:17px;}
.c_simg {position:relative;}
.s_input {background:transparent url(images/s_input.png) no-repeat scroll 0 0; float:left; height:26px; width:195px;}
.s_input input {border:0 none; color:#9499a1; font-weight:normal; height:17px; margin-left:15px; margin-top:5px; width:180px;}
.s_submit {float:left; padding:0px; *margin:0px 0px 0px 0px; *padding:0px 0px 1px 0px;}

/* Flickr */
.flickr-pic {}
.flickr-pic .flickr_badge_image { float:left; padding-right:16px; padding-top:5px; padding-bottom:5px;}

/* Pagination */
#navigation {display: block; text-align: center; margin-top: 10px; margin-bottom: 0px;}
#navigation a,
#morepage-list a {border:1px solid #DDDDDD; color:#999999; font-size:11px; font-weight:normal; margin-right:2px; padding:2px 5px; text-decoration:none;}
#navigation .on {border:1px solid #666666; color:#AAAAAA; font-size:11px; font-weight:normal; margin-right:2px; padding:2px 5px;}
#navigation .alignleft { padding-left:20px;}
#navigation .alignright { padding-right:20px;}
/* End Pagination */

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}
#wp-calendar a {text-decoration: none;}
#wp-calendar caption {font: bold 1.3em 'Trebuchet MS', Verdana, Arial, Sans-Serif;text-align: center;}
#wp-calendar th {font-style: normal;text-transform: capitalize;}
#wp-calendar {empty-cells: show; margin: 10px auto 0; width: 230px;}
#wp-calendar thead {text-align:center;}
#wp-calendar #next a {padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left;}
#wp-calendar a {display: block;}
#wp-calendar caption { text-align: center; width: 100%;}
#wp-calendar td {padding: 3px 0; text-align: center;}
#wp-calendar td.pad:hover {background-color: #fff;}
/* End Calendar */

/* WP extention */
.aligncenter {display: block; margin-left: auto !important; margin-right: auto !important;}
.alignleft {float: left; margin: 5px 15px 10px 0px;}
.alignright {float: right; margin: 5px 0px 10px 15px;}
.wp-caption-text {color: #888;	font-size: 12px;	margin: 5px;}
.wp-caption {/* border: 1px solid #ddd; */  text-align: center; /* background-color: #f3f3f3; */	padding-top: 4px; /* margin: 10px; */	max-width:520px; /* -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px;	border-radius: 3px; */}
.wp-caption img { margin: 0; padding: 0 !important; border: 0 none;}
.wp-caption-dd {font-size: 11px; line-height: 17px; padding: 0 4px 5px;	margin: 0;}
.wp-smiley {margin:0;}
.gallery {margin: auto; padding-bottom: 30px;}
.gallery .gallery-item {float: left; margin-top: 0; text-align: left;	width: 33%;}
.gallery img { border: 2px solid #cfcfcf;}
.gallery .gallery-caption {	color: #888;	font-size: 12px; margin: 0 0 12px;}
.gallery dl { margin: 0;}
.gallery img { border: 1px solid #fff;}
.gallery br+br { display: none;}

/* Comment Form */
#comment-form {padding-top:20px;}
#commentform {margin-left:20px; padding-top:10px;}
#comment-form p {clear:both;}
#comment-form label { float: left; width: 200px; padding-top: 5px; font-size: .85em; font-weight: bold; margin-bottom:10px;}
#comment-form label .required {	font-size: .85em; font-weight: normal;}
#comment-form label .required {	color: #fff;}
#comment-form input, #comment-form textarea {width: 265px;	padding: 5px 5px;}
#searchforma .field {float:left;}
#searchforma .field input {width:89px; padding:5px 5px;}
#comment-form input, #comment-form textarea, #searchforma .field input {font: 12px Arial, Helvetica, Geneva, sans-serif; color: #727272; background: #EFEFEF; border-top: 1px solid #c1c1b7; border-right: 1px solid #fafaf6; border-bottom: 1px solid #fafaf6; border-left: 1px solid #c1c1b7;}
#comment-form input:focus, #comment-form textarea:focus {color: #53534c; border: 1px solid #C3D3DF;}
#comment-form #submit {	width: auto; border: none; padding: 4px 10px; text-transform: uppercase; cursor: pointer;}
#searchforma input#submit {width: auto; margin-left: 10px;border: none;	padding: 4px 10px; text-transform: uppercase; cursor: pointer;}	
#comment-form #submit, #searchforma input#submit { font: bold .95em Arial, Helvetica, Geneva, sans-serif; -moz-border-radius: 10px; -webkit-border-radius: 10px;}

/* Begin Comments*/
.alt { margin: 0; padding: 10px;}
.commentlist { margin:0px; padding: 0px; text-align: justify;}
.commentlist li {margin: 15px 0px 20px 0px; padding: 5px 5px 10px 10px; list-style: none;}
.commentlist li ul li { margin-right: -5px;	margin-left: 10px;}
.commentlist p {margin: 10px 5px 10px 0;}
.children { padding: 0;}
#commentform p {margin: 5px 0;}
.nocomments {text-align: center;margin: 0;padding: 0;}
.commentmetadata {margin: 5px 0px 15px 5px; display: block;}
.thread-alt {background-color: #FFFFFF;}
.commentlist p {display:block; background:#EFEFEF; padding:10px; -moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;}
.thread-even {background-color: #fff; -moz-border-radius:10px; -webkit-border-radius: 10px;}
.depth-1 {border: 0px;}
.even, .alt {border-left: 0px;}
.children .depth-1 { border-left:1px solid #CFCFCF; border-right:0px; border-top:0px; border-bottom:0px;}
.navigation {display: block; text-align: left; margin-top: 10px;}
.commentlist li .avatar { float: left; margin-right:10px;	border: 1px solid #eee;	padding: 2px !important; background: #fff;}
.commentlist cite, .commentlist cite a {font-weight: bold; font-style: normal; font-size: 1.1em;}
#respond:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#respond {color:#162F42;}

.comment-meta a { color:#162F42; font-size:11px; text-decoration:none;}
.comment-meta a:hover {text-decoration:underline;}
.comment-author cite {background:url(images/icons/autor-ico.png) no-repeat left center; padding-left:20px;}
.comment-author cite, .comment-author cite a{ font-size:13px; font-weight:bold;}

.reply { padding-left:24px; height:17px; float:right;}
.reply { background: url(images/icons/reply-ico.png) no-repeat left center;}
.reply a {font-size:11px;}
cite .note, cite .note a { font-size:10px; font-weight:bold; color:#454547;}
/* End Comments */

/* Natty */
.hid {display:none; position:absolute;}
.lin { position:absolute; color:#b0b09f; bottom:58px; right:0px; margin:0px; padding:0px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:11px;}
.lin img {vertical-align:middle;}

/* Image in post */
.entry img {padding:0px; max-width:840px; max-height:auto; height:auto;}
.entry .thumb img { padding:0px 10px 0px 0px;}
.fullwidth { width:100%; margin:0px;}

/* Author profile */
#entry-author-info { background:url("images/wg-bottom.gif") repeat-x scroll center top #F2F7FC; border-top: 0px solid #000;	padding: 18px 20px;	margin: 24px 0;	overflow: hidden;	clear: both;	font-size: 14px;	line-height: 20px;}
#entry-author-info #author-avatar {	background: #fff;	border: 1px solid #e7e7e7;	float: left;	margin: 0 -104px 0 0;	padding: 11px;	height: 60px;}
#entry-author-info #author-description {float: left;	margin: 0 0 0 104px;}
#entry-author-info h2 {	color: #000; font-weight: bold; font-size: 100%; margin-bottom: 0;}
#author-description .user-link {color:#0971B2; padding-bottom:10px;}
.entry-utility {color: #888; font-size: 12px; line-height: 18px; clear: both;}
.entry-meta a,
.entry-utility a {color: #888;}
.entry-meta a:hover,
.entry-utility a:hover {color: #FF4B33;}
#content .video-player {padding: 0;}

/* Addon */
.commentlist .post.pingback {border-bottom:1px solid #E7E7E7; margin-bottom:18px; padding-bottom:18px;}
.commentlist .post.pingback p {background:#ffffff; padding:0px; margin:0px;}
.commentlist .post.pingback a.comment-edit-link {color:#888888;}
.home .sticky {background: #F9f9f9; padding: 18px 20px;}

#respond {border-top: 1px solid #E7E7E7; margin: 24px 0; overflow: hidden; position: relative;}
#respond label {color: #888888; font-size: 12px;}
h3#reply-title {margin: 18px 0;}
h3#comments-title, h3#reply-title {color: #4D4D4F; font-size: 22px; font-weight: normal; margin-bottom: 0;}
#cancel-comment-reply-link {font-size: 12px; font-weight: normal; line-height: 18px;}
#respond textarea {width: 98%;}
#respond input[type="text"], #respond textarea {background: #F9F9F9; border: 1px solid #CCCCCC; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
#respond .form-allowed-tags { color: #888888; font-size: 12px; line-height: 18px;}
#respond .form-submit { margin: 12px 0;}
li.comment #respond .form-allowed-tags {display:none;}
li.comment #respond .comment-form-comment,
li.comment #respond .form-submit,
li.comment #respond .form-allowed-tags,
li.comment #respond .comment-form-author,
li.comment #respond .comment-form-email,
li.comment #respond .comment-form-url {background:#fff;}
li.comment #respond #comment-form p {padding:5px;}
#respond span.required {display:none;}
.commentlist .bypostauthor {}