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



body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
	background-color: #FFF;
}

#header {
	height: 104px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #1D1D1D;
}
#header_contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 151px;
}
#logo {
	text-align: left;
	width: 287px;
}
#quick_search {
	text-align: right;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
}
.qs_input{
	width:258px;
	height: 32px;
	border-right-style: none;
	border-top-color: #464646;
	border-bottom-color: #585858;
	border-left-color: #585858;
	background-color:#2b2b2b;
	outline:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #bdbdbd;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}
.qs_input:focus{
	background-color: #515151;
	color:#ffffff
}
.qs_button{
	width:34px;
	height:34px;
	background-image: url(/wp-content/themes/burning/images/search-dark-btn.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	outline:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding: 0px;
	float:left;
	cursor: pointer;
}
.qs_button:active{
	outline:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding: 0px;

}

.qs_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	display: none;
}
#nav-holder {
	height:47px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7ac142;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #66a435, #8abf60);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8abf60), to(#66a435));
}
#navigation_bar {
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#navigation_bar ul {
	height: 47px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -21px;
}
#navigation_bar li {
	list-style-type:none;
	white-space:nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #96CD69;
	float: left;
}
#navigation_bar li a {
	display:block;
	font-size:16px;
	text-transform:none;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 19px;
	line-height: 19px;
	text-shadow: 0 1px 0 #4b7c24;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
#navigation_bar li a:hover {
	color:#FFF;
}
#navigation_bar .selected,  #navigation_bar a:hover {
	background-color:#96CD69;
	color: #FFF;
}
* html #navigation_bar a {
	width:1%;
} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

/*----- Social sprites ----*/
#social_icons {
	height: 32px;
	width: 233px;
	padding-top: 15px;
	float: right;
	padding-right: 0px;
	margin-right: 0px;
}
.social-marker{
	float:left;
	display:block;
	width: 95px;
	height: 19px;
	margin-right:4px;
	padding:0px;
}
.social-flickr a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -0px 0;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}
.social-flickr a:hover{
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -19px 0;
}
.social-twitter a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -76px 0;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}
.social-twitter a:hover{
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -95px 0;
}

.social-facebook a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -38px 0;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}
.social-facebook a:hover{
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -57px 0;
}

.social-linkedin a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -114px 0;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}
.social-linkedin a:hover{
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -133px 0;
}

.social-delicious a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:4px;
	padding:0px;
	text-decoration: none;
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -152px 0;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}
.social-delicious a:hover{
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -171px 0;
}

.social-rss a{
	float:left;
	display:block;
	width: 19px;
	height: 19px;
	margin-right:0px;
	padding:0px;
	text-decoration: none;
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -190px 0;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
}
.social-rss a:hover{
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/social_sprites.gif);
	background-repeat: no-repeat;
	background-position: -209px 0;
}
#nav_buttons {
	float: right;
	padding-top: 15px;
	margin-right: 2px;
}
#intro{
	background-color: #C5CFBA;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(/wp-content/themes/burning/images/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#intro-contents{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#intro-text{
	width:630px;
	float:left;
}
#intro ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}
#intro li{
	list-style-type: none;
	display: block;

}
#intro li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #6A7C56;
	font-size: 10px;
	line-height: 30px;
	display: block;
}
#intro li a:hover{
	background-color: #DFE4DA;
}
#port-arrow{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height: 31px;
}
#hello-form{
	width:298px;
	margin-left:30px;
	float:left;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #d8dfd0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hello-form p{
	margin: 0px;
	padding: 0px;
}
#hello-form .input-text{
	background-color: #FFF;
	border: 1px solid #fff;
	color: #7A8E64;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-left:5px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#hello-form .input-text-multi{
	background-color: #FFF;
	border: 1px solid #fff;
	color: #7A8E64;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top:5px;
	padding-left:5px;
	height: 60px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#hello-form .input-text:focus{
	border: 1px solid #c5cfba;
	outline:none;
}
#hello-form .input-text-multi:focus{
	border: 1px solid #c5cfba;
	outline:none;
}
#hello-form .send_button {
	background-color: #7a8e64;
	color: #fff;
	background-image: -moz-linear-gradient(100% 100% 90deg, #7a8e64, #b1bea3);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1bea3), to(#7a8e64));
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-left:5px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 278px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-shadow: 0 1px 0 #4f5f3c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#container {
	width: 960px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
}
#column_1 {
	float: left;
	width: 300px;
}
#column_2 {
	float: left;
	width: 300px;
	margin-left: 30px;
	overflow: hidden;
}
#column_3 {
	float: left;
	width: 300px;
	margin-left: 30px;
	overflow: hidden;
}
#blog_column {
	float: left;
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	overflow: hidden;
}
#blog_sidebar {
	float: right;
	width: 302px;
	margin: 0px;
	padding: 0px;
}

.bs_box {
	width: 300px;
	padding: 0px;
	background-color: #F4FAEF;
	border: 1px solid #D7ECC6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
}
.bs_box_inner{
	margin-right: auto;
	margin-left: auto;
	padding: 10px;

}


#blog_sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -30px;
	font-size: 12px;
}

#blog_sidebar li a:link, #blog_sidebar li a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7ECC6;
	list-style-type: none;
	display: block;
	list-style-type: none;
}
#blog_sidebar ul {
	/*display: block;*/
	margin-left: 0px;
	list-style-type: none;

}
.port_item {
	height: 450px;
	width: 300px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.port_item_right {
	height: 450px;
	width: 300px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#sidebar {
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #333;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar_content {
	padding-top: 0;
	padding-bottom: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#footer ul {
	padding-left: 10px;
}
#footer-content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
	padding-bottom: 25px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	/*background-color: #333;*/
	margin-top: 0px;
	background: #3f3f3f; /* Old browsers */
	background: -moz-linear-gradient(top, #3f3f3f 0%, #333333 70%, #1e1e1e 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(70%,#333333), color-stop(92%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f3f3f 0%,#333333 70%,#1e1e1e 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f3f3f 0%,#333333 70%,#1e1e1e 92%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3f3f3f 0%,#333333 70%,#1e1e1e 92%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F3F3F', endColorstr='#1E1E1E',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #3f3f3f 0%,#333333 70%,#1e1e1e 92%); /* W3C */
}
#footer-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #333;
	margin-top: 0px;
}
#footer-column-1 {
	float: left;
	width: 300px;
}
#footer-column-2 {
	float: left;
	width: 300px;
	margin-left: 30px;
}
#footer-column-3 {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-left: 30px;
}

.generic-btn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	background-color: #7A8E64;
	background-image: -moz-linear-gradient(100% 100% 90deg, #7A8E64, #B1BEA3);
	border-style: none;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #4F5F3C;
	width: 278px;
	padding: 7px;
	text-decoration: none;
}

.generic-btn a:hover{
	background-color: #647452;
	background-image: -moz-linear-gradient(100% 100% 90deg, #5b7440, #9faf8e);
	color: #FFFFFF;
	text-decoration: none;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* -------------------- Font and text styles ---------------------- */

#intro h1 {
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	font-size: 75px;
	color: #1d1d1d;
	/*line-height: 40px;*/
	margin-top: 30px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(255, 225, 255, 0.8);
	text-transform: uppercase;
}

#intro h3 {
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	font-size: 40px;
	color: #7A8E64;
	line-height: normal;
	margin-top: 0px;
	margin-bottom:0px;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(255, 225, 255, 0.5);
	font-style: normal;
	padding-left: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}

#intro h2 a {
	color: #fff;
text-shadow: 0 1px 0 #7fa163;
}

h1 {
	/*font-family: "league-gothic-1","league-gothic-2", sans-serif;*/
	font-family: pragmatica-web-condensed-1, pragmatica-web-condensed-2, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #1d1d1d;
	line-height: 44px;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: pragmatica-web-condensed-1, pragmatica-web-condensed-2, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #000;
	line-height: 33px;
	margin-top: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #000;
	text-align: left;
	line-height: normal;
}

h4 {
	font-family: pragmatica-web-condensed-1, pragmatica-web-condensed-2, Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: 400;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	line-height: 34px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#blog_sidebar h4 {
	font-family: pragmatica-web-condensed-1, pragmatica-web-condensed-2, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #8fb757;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8fb757;
	line-height: 34px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #7db846;
	text-align: left;
	margin-bottom: 18px;
	margin-top: 0px;

}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #77BE40;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #D7ECC6;
	padding: 5px;
}

#blog_sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height: 18px;
}

#three_column_holder p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color: #666;
	text-align: left;
	line-height: normal;
	font-style: italic;
}
.description_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color: #000;
	text-align: left;
	line-height: normal;
	font-style: normal;
	margin-bottom: -5px;
}
#sidebar_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
	padding-right: 30px;
}

#footer-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul {
	padding-left: 10px;
}
#footer-content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	list-style-type: none;
	padding-bottom: 10px;
}
#small-print p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 0px;
}

.statement_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	line-height: 20px;
	text-align: left;
	font-style: italic;
}
#blog_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}
#blog_column ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
#small-print {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* -------------------- Wordpress ------------------- */



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #666;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #F9F9F9;
	border: 1px solid #cacaca;
	width: 580px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
}
#commentform input:focus, #commentform textarea:focus{
outline:none;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 10px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.alt {
	margin: 15px 0 50px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

#commentform input {
	width: 170px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 10px;
	color: #000;
	background-image: url(/wp-content/themes/burning/images/com-quotes.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
#commentform textarea:focus {
	background-color:#e9f0e0;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
/* -------------------- Captions ---------------------- */

.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}*/
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
/* -------------------- End captions ---------------------- */



/* -------------------- images ---------------------- */

img {
border-style: none;
}

.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.alignleft {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}
img.alignleft_cv {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: -15px;
	margin-bottom: 0px;
}
img.alignright {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: right;
}
img.alignleft_nav {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
}
/* -------------------- links ---------------------- */



a {
	color:#7ac142;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color:#7ac142;
	text-decoration: underline;
}

/* Code stuff */
pre{
	width: 630px;
	direction:ltr;
	text-align:left;
	overflow: auto;
}
code{
	width: 630px;
	direction:ltr;
	text-align:left;
	color:#0066cc;
}

/* mailchimp */
#mc_embed_signup_sb {
	width: 300px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.chimp-input-sb {
	width:300px;
	border:solid;
	border-width:1px;
	border-color: #d7ecc6;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.chimp-submit-sp{
	background-color: #91C166;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	height: 30px;
}
.chimp-label-sb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* ----- Date icon ---- */
.date-holder{
	width:71px;
	height:82px;
	float:left;
	background-image: url(http://www.burning.me/wp-content/themes/burning/images/calender-icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
	margin-right: 10px;
}
.month-holder{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ccc;
	font-size: 14px;
	padding-top: 1px;
	margin-left: 1px;
	text-align: center;
	width:53px;
}
.day-holder{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width:53px;
	padding-top: 7px;
	margin-left: 1px;
}
.simple-date{
	font-family: pragmatica-web-condensed-1, pragmatica-web-condensed-2, Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #a2a2a2;
	text-transform:uppercase;
}
.grey-head{
	color:#6f6f6f;

}
::selection {
        background: #000000; /* Safari */
	color: #7ca449;
        }
::-moz-selection {
        background: #000000; /* Firefox */
	color: #7ca449;
}

#share-links{
	margin-top:10px;
}

#share-twitter{
	float:left;
}
#share-fb{
	float:left;
	margin-left:-15px;
}
#share-google{
	float:left;
}

