
xmp { background: yellow; }
html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.65;
	color: #3c3730;
	background: #fff no-repeat;
	text-align: left;
}
html { 
	overflow-y: scroll;
	background:  fixed no-repeat;
}
body { 
	min-width: 1000px;
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
}
#preload-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 118px;
	height: 118px;
	margin: -159px 0 0 -59px;
	background: url(../images/loading2.gif) no-repeat;
}

hr {
		margin: 25px 0 35px  0;
		border: 1px solid #f4f1f1;
}

#photo {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	height: 900px;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
#photo img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -900px;
}

#diag1 {
	position: fixed;
	xtop: 0;
	xleft: 50%;
	margin-top: 280px;
	margin-left: -790px;
	z-index: -1;
	height: 160px;
	width: 1200px;
	background: white;
	-ms-transform:rotate(315deg);
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transform:rotate(315deg);
}
#diag2 {
	position: absolute;
	margin-top: 0px;
	margin-left: -600px;
	z-index: -1;
	height: 600px;
	width: 200%;
	background: white;
	border-top: 160px solid #f4f1f1;
	-ms-transform:rotate(315deg);
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transform:rotate(315deg);
}
/*
#diag2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 2000px;
	width: 100%;
	min-width: 1000px;
	xmax-height: 100%;
	background: url(../images/corner2.png) top center;
}
*/
#wrap2 {
	overflow: hidden;
}

em strong,
strong em {
	font-weight: bold;
	font-style: italic;
}

.clear { clear: both;}
.alignleft { float: left; }
.alignright { float: right; }

img[align=left],
img.alignleft {	margin: 0 25px 15px 0; }
img[align=right],
img.alignright { margin: 0 0 15px 25px; }

img.ad {
	border: 5px solid #f4f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a {
	color: #3c3730;
	text-decoration: none;
}
a:hover {
	color: #64b151;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 0.25em 0;
	line-height: 1.2;
	font-family: "brandon-grotesque", sans-serif;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
th, td {
	border: 0;
}

.cta {
	line-height: normal;
	display: block;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	color: #aaa;
	background: #64b151;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 15px;
	
}

.smaller {
	color: #df1f33;
	font-size: 80%;
}
input[type="submit"],
input[type="button"],
button,
.button,
.reply a {
	position: relative;
	display: inline-block;
	padding: 8px;
	margin: 0;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; /* border radius */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background: #64b151;
	background-clip: padding-box;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	border: 0;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	text-decoration: underline;
	color: white;
}

button.green,
.button.green {
	background-color: #64b151;
}
button.blue,
.button.blue {
	background-color: #0096c7;
}
button.orange,
.button.orange {
	background-color: #ff8100;
}
button.red,
.button.red {
	background-color: #ff0028;
}
button.purple,
.button.purple {
	background-color: #5f3b55;
}

button.unstyled,
.button.unstyled {
	padding: 3px 5px;
	background: none;
	color: #363636;
	font-size: 100%;
	font-family: arial,sans-serif;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background-image:    -moz-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background-image:      -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:     -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); 
	background-image:         linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.unstyled:hover {
	background: #eeeeee;
	text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	line-height: 1;
	margin: 0;
	padding: 8px;
	border: 1px solid #9f9f9f;
	background: #f7f7f7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f7f7f7',GradientType=0 );
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#f7f7f7));
	background-image:    -moz-linear-gradient(top, #ededed 0%,#f7f7f7 100%); 
	background-image: -webkit-linear-gradient(top, #ededed 0%,#f7f7f7 100%);
	background-image:      -o-linear-gradient(top, #ededed 0%,#f7f7f7 100%); 
	background-image:     -ms-linear-gradient(top, #ededed 0%,#f7f7f7 100%); 
	background-image:         linear-gradient(top, #ededed 0%,#f7f7f7 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Lato,sans-serif;
}

button.alignleft,
.button.alignleft {
	margin: 0 15px 15px 0;
} 
button.alignright,
.button.alignright {
	margin: 0 0 15px 15px;
} 


.expandable {
	cursor: pointer;
	position: relative;
}
.expandable > .i {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 4px 0 0 10px;
	background: url(../images/sprites.png) 5px -118px;
}
.expandable.opened > .i {
	background-position: 5px -88px;
}
.expand-content {
	display: none;
	margin: 0 0 20px 0;
}

/* @group Grid Layout */

.row {
	position: relative;
	xxmargin-left: -2.352941176%;
	margin-left: -36px;
	margin-left: -3.529411764%;
	margin-bottom: 20px;
	zoom: 1;
}
.row.group {
	margin-bottom: 0;
}
.row::before, .row::after {
	display: table;
	line-height: 0;
	content: "";
}
.row::after {
	clear: both;
}

[class*="span"] {
	float: left;
	xxmargin-left: 2.352941176%;
	margin-left: 36px;
	margin-left: 3.409090909%;
}

/*
.offset1 { margin-left: 111px; }
.offset2 { margin-left: 198px; }
.offset3 { margin-left: 285px; }
.offset4 { margin-left: 372px; }
.offset5 { margin-left: 459px; }
.offset6 { margin-left: 546px; }
.offset7 { margin-left: 633px; }
.offset8 { margin-left: 720px; }

*/

.span1 { width: 52px; }
.span2 { width: 140px; }
.span3 { width: 228px; }
.span4 { width: 316px; }
.span5 { width: 404px; }
.span6 { width: 492px; }
.span7 { width: 580px; }
.span8 { width: 668px; }
.span9 { width: 756px; }
.span10 { width: 844px; }
.span11 { width: 932px; }

.span1 { width: 4.924242424%; }
.span2 { width: 13.257575757%; }
.span3 { width: 21.5909090909%; }
.span4 { width: 29.9242424242%; }
.span5 { width: 38.2575757576%; }
.span6 { width: 46.5909090909%; }
.span7 { width: 54.9242424242%; }
.span8 { width: 63.2575757576%; }
.span9 { width: 71.5909090909%; }
.span10 { width: 79.9242424242%; }
.span11 { width: 88.2575757576%; }



.offset1 { margin-left: 124px; }
.offset2 { margin-left: 212px; }
.offset3 { margin-left: 300px; }
.offset4 { margin-left: 388px; }
.offset5 { margin-left: 476px; }
.offset6 { margin-left: 564px; }
.offset7 { margin-left: 652px; }
.offset8 { margin-left: 740px; }
.offset9 { margin-left: 828px; }
.offset10 { margin-left: 916px; }
.offset11 { margin-left: 1004px; }

.offset1 { margin-left: 11.7424242424%; }
.offset2 { margin-left: 20.0757575758%; }
.offset3 { margin-left: 28.4090909091%; }
.offset4 { margin-left: 36.7424242424%; }
.offset5 { margin-left: 45.0757575758%; }
.offset6 { margin-left: 53.4090909091%; }
.offset7 { margin-left: 61.7424242424%; }
.offset8 { margin-left: 70.0757575758%; }
.offset9 { margin-left: 78.4090909091%; }
.offset10 { margin-left: 86.7424242424%; }
.offset11 { margin-left: 95.0757575758%; }

.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #578ec8;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
}

/* @end */



#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 210px 0 0 0;
}

#header {
	position: fixed;
	top: 0;
	z-index: 100;
}

#tagline {
	position: absolute;
	top: 650px;
	left: +1000px;
	width: 240px;
	line-height: 1.4;
	font-size:11px;
}

#tagline strong {
	font-weight: normal;
	color: #f26522;
}


#logo {
	position: fixed;
	top: 29px;
}


#nav {
	position: fixed;
	top: 350px;
	z-index: 100;
	font-family: "brandon-grotesque", sans-serif;
}
#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
#nav > ul {
	position: relative;
	margin:0 0 6px 0;
	width: 160px;
	xborder-top: 30px solid #71801c;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 14px;
}
#nav > ul > li {

	margin: 0 0 3px 0;
	color: white;
}
#nav > ul > li > a {
	display: block;
	padding: 8px 5px 8px 12px;
	color:white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #71801c;
	-o-transition: background-color .1s linear, border-color .1s linear;
	-moz-transition: background-color .1s linear, border-color .1s linear;
	-webkit-transition: background-color .1s linear, border-color .1s linear;
	transition: background-color .1s linear, border-color .1s linear;
}

#nav > ul.primary > li:first-child > a {
	margin-top: -30px;
	border-top: 30px solid #71801c;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
}

#nav > ul > li:last-child > a{
	padding-bottom: 11px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#nav > ul > li > a:hover,
#nav > ul > li.selected > a,
#nav > ul > li.current-menu-item > a{
	background-color: #898989;
}

#nav > ul.primary > li.purpose > a:hover,
#nav > ul.primary > li.selected.purpose > a {
	background-color: #8abd4f;
	border-top: 30px solid #8abd4f;
}
#nav > ul.primary > li.speakers > a:hover,
#nav > ul.primary > li.selected.speakers > a {
	background-color: #f68a1f;
}

#nav > ul.primary > li.schedule > a:hover,
#nav > ul.primary > li.selected.schedule > a {
	background-color: #df1f33;
}
#nav > ul.primary > li.register > a:hover,
#nav > ul.primary > li.selected.register > a {
	background-color: #0091c6;
}
#nav > ul.secondary {
	font-size: 14px;
	border-top: 0;
}
#nav > ul.secondary > li:first-child > a {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#nav > .social {
	position: relative;
	padding: 5px 0 0 12px;
	height: 33px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white;
	background-color: rgba(255,255,255,0.6);
}
#nav > .social > a {
	position: relative;
	display: block;
	margin: 0 5px 0 0;
	float: left;
	width: 28px;
	height: 28px;
	background:  url(../images/sprites.png) no-repeat;
	text-indent: -10000px;
}
#nav > .social > a.fb {
	background-position: 0 -178px;
}
#nav > .social > a.tw {
	background-position: -36px -178px;
}
#nav > .social > a.sh {
	background-position: -72px -178px;
}


#nav > .widget {
	position: relative;
	margin: 10px 0;
	padding: 5px 0 0 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white;
	background-color: rgba(255,255,255,0.6);
}
#nav > #nav-like {
	position: fixed;
	width: 110px;
	margin-top: 10px;
	
}

#section {
	position: absolute;
	top: -165px;
	left: 495px;
	padding: 0 0 0 70px;
	width: 212px;
	height: 57px;
	background:  url(../images/sprites.png) 0 0;
	line-height: 57px;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

#search {
	position: absolute;
	top: 60px;
	left: 860px;
	width: 150px;
	height: 50px;
}
#search input[type="text"] {
	opacity:0;
	padding: 5px;
	border: 1px solid #ffffff;
	width: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	transition: opacity .5s linear;
}
#search button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	border: 0;
	background: url(../images/sprites.png) 0 -137px ;
	text-indent: -10000px;
	cursor: pointer;
	-o-transition: margin .2s linear;
	-moz-transition: margin .2s linear;
	-webkit-transition: margin .2s linear;
	transition: margin .2s linear;
}
#search.hover input[type="text"],
#search:hover input[type="text"] {
	opacity: 1;
	border: 1px solid #898989;
}
#search.hover button,
#search:hover button {
	margin-left: 110px;
}
#main {
	position: relative;
}
#content {
	float: left;
	margin: 0 0 0 280px;
	width: 500px;
	min-height: 1100px;
}
#content > h1.section {
	margin-bottom: 50px;
}
#content .meta {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #959595;
	font-size: 11px;
	max-width: 150px;
}
#content .meta > div {
	margin: 0 0 8px 0;
}
#content .meta > div:last-child {
	margin-bottom: 0;
}

.hentry {
	margin: 0 0 50px 0;
}
.post-share {
	position: relative;
	height: 30px;
	margin: 0 0 30px 0;
}
.post-share ul, .post-share ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-share > ul > li {
	display: block;
	margin: 0 30px 0 0;
	float: left;
}
.post-share > ul > li > a {
	position: relative;
	display: block;
	margin: -5px 5px 0 -20px;
	width: 28px;
	height: 28px;
	background:  url(../images/sprites.png) no-repeat  -72px -178px;
	text-indent: -10000px;
}



#sidebar {
	float: right;
	width: 135px;
	min-height: 500px;
}
#sidebar .widget {
	margin: 0 0 30px 0;
}
#sidebar .topics {
	padding: 20px 10px 5px 13px;
	background: #f4f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#sidebar .topics h4 {
	text-transform: uppercase;
	font-size: 18px;
}
#sidebar .topics ul, 
#sidebar .topics ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .topics > ul > li {
	position: relative;
	margin: 0 -10px 0 -13px;
	padding: 5px 10px 5px 13px;
	border-top: 3px solid white;
}
#sidebar .topics > ul > li > a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#sidebar .topics > ul > li > a:hover {
	text-decoration: underline;
}
#sidebar .topics > ul > li.current-cat {
	background: #898989;
	color: white;
}
#sidebar .topics > ul > li.current-cat > a {
	color: white;
}
#sidebar .widget.ad {
	color: #636363;
	font-size: 11px;
}
#sidebar .widget.ad > strong.label {
	display: block;
	margin: 0 0 5px 0;
}
#sidebar .widget.ad img {
	border: 5px solid #f4f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar .widget.twitter {
	position: relative;
	padding: 40px 0 0 0;
	background: #f4f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#sidebar .widget.twitter a.i {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 36px;
	height: 33px;
	background: url(../images/sprites.png) -109px -176px ;
}
#sidebar .widget.twitter .twtr-hd,
#sidebar .widget.twitter .twtr-ft,
#sidebar .widget.twitter .twtr-avatar {
	display: none !important;
}
#sidebar .widget.twitter .twtr-tweet-text {
	margin-left: 0 !important;
}
#sidebar .widget.twitter #twitter-updates {
	padding: 0 0 5px 0;
}
#sidebar .widget.twitter .follow {
	position: relative;
	display: block;
	padding: 10px 0 10px 32px;
	background: #64b151;
	color: white;
	font-size: 11px;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#sidebar .widget.twitter .follow:hover {
	text-decoration: underline;
}
#sidebar .widget.twitter .follow .i {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 17px;
	height: 17px;
	background:  url(../images/sprites.png) -3px -222px;
}


#sidebar .widget.instagram {
	position: relative;
	padding: 50px 0 0 0;
	background: #f4f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
#sidebar .widget.instagram a.i {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 36px;
	height: 33px;
	background: url(../images/sprites.png) -150px -176px;
}
#sidebar .widget.instagram .follow {
	position: relative;
	display: block;
	padding: 10px 0 10px 10px;
	background: #64b151;
	color: white;
	font-size: 11px;
	text-decoration: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 1;
}
#sidebar .widget.instagram .follow:hover {
	text-decoration: underline;
}
#sidebar .widget.instagram #instagram-updates img {
	display: block;
}

#sidebar .widget.facebook {
	position: relative;
	padding: 50px 0 10px 8px;
	background: #f4f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
#sidebar .widget.facebook a.i {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 36px;
	height: 33px;
	background: url(../images/sprites.png) -0px -176px;
}

#footer {
	clear: both;
	margin: 0 0 0 280px;
	position: relative;
	padding: 30px 0 30px;
	font-size: 10px;
}
#footer a {
	color: #3c3730;
}
form.search {
	clear: both;
	margin: 30px 0;
}
#switcher {
	position: absolute;
	top: 30px;
	right: 0;
	width: 135px;
}
/* @group Paging */
.posts-nav {
	clear: both;
	margin: 0 0 40px 0;
}
.posts-nav ul {
	margin: 0;
	padding: 0;
}
.posts-nav ul li {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
	color: #aaa;
}
.posts-nav ul li.page_info,
.posts-nav ul li.ends {
	display: none;
}
.posts-nav ul li a,
.posts-nav ul li .a {
	line-height: normal;
	display: block;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	color: #aaa;
	background: #898989;
	color: white;
	font-size: 14px;
}
.posts-nav ul li.active_page {
	background: #252525;
	color: #fff;
}
.posts-nav ul li.active_page a {
	color: #fff;
	background: #252525;
}
.posts-nav ul li.prev a,
.posts-nav ul li.prev .a {
	padding-left: 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.posts-nav ul li.next a,
.posts-nav ul li.next .a {
	padding-right: 15px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* @end */

/* @group Comments */
#comments {
	padding: 40px 0 0 0;
}
#comments h3 {
	margin-bottom: 20px;
}
#comments {
}
#comments .commentlist {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}
#comments .commentlist li {
	position: relative;
	padding: 0 0 20px 0;
	list-style: none;
}
#comments .commentlist li .comment-body {
	margin: 0 0 0 0px;
	padding: 0 0 0 05px;
	border-bottom: 1px solid #eee;
}
#comments .commentlist li .avatar,
#comments .commentlist li .says {
	display: none;
}
#comments .commentlist li .comment-author {
	line-height: normal;
}
#comments .commentlist li cite a {
	text-decoration: none;
}
#comments .commentlist li .comment-meta {
	line-height: normal;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#comments .commentlist li .comment-meta a {
	font-size: 85%;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
#comments .commentlist li .reply {
	position: absolute;
	top: 0;
	right: 0;
}
#comments .commentlist li .reply a {
	font-size: 80%;
	text-transform: uppercase;
	color: white;
}
#comments .commentlist li .reply a:hover {
	text-decoration: underline;
}
#comments .children {
	margin: 0 0 20px 30px;
	padding: 20px 0 0 0;
}
#comments .children li {
	list-style: none;
}
#comments li.bypostauthor cite {
	font-weight: bold;
}
#respond h3 {
	text-transform: uppercase;
}
#respond h3 em {
	margin-left: 5px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#commentform {
	clear: both;
}
#commentform label {
	padding-left: 5px;
	color: #999;
}
#commentform input[type="text"] {
	width: 150px;
}
#commentform input#submit {
	display: block;
	padding: 10px 20px;
	font-size: 20px;
}
#commentform textarea {
	width: 90%;
}
/* @end */

/* @group Captions */


.wp-caption {
	margin-bottom: 1em;
	padding-top: 4px;
	background: #ccc;
	text-align: center;
}
.wp-caption img {
	display: block;
	margin:0 auto;
	float:none;
}
.wp-caption.alignright {
	margin: 0 0 1.5em 1.5em;
}
.wp-caption.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.wp-caption.alignnone {
	margin: 1.5em 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	font-size: 10px;
}
.wp-caption .wp-caption-text p {
	margin: 0;
}

/* @end */


/* @group Overlay */

#overlay {
	z-index:1000;
	display:none;
	background:none;
	width:640px;		
	font-size:11px;
	-moz-box-shadow:0 0 30px #000;
	-webkit-box-shadow:0 0 30px #000;
	box-shadow:0 0 30px #000;
}
#overlay iframe {display:block;}
#overlay .content .ajax {
	display:block;
	padding: 2em;
	background: white;
}
#overlay .close {
	background-image:url(images/close.html);
	position:absolute; 
	right:-40px; 
	top:-10px;
	z-index:1000;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* @end */

