/*  
Theme Name: Grido
Theme URI: http://themify.me/themes/grido
Version: 1.0.6
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
.post img {
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .75em/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*	background: #dadee0 url("../../../patterns/old_mathematics.png") !important;*/
	color: #444;
	border-top: 3px solid #FF3452;

}
a {
	text-decoration: none;
	outline: none;
	color: #FF3452;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size:14px !important
}
p.img{
    width: 500px;
    margin: 10px auto;}
pre{font-size: 13px}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* list */
ul, ol {
    line-height: 140%;
    list-style: none outside none;
    padding: 0;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 10px 0 .4em;
	font-family: Oswald, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #323D46;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}

/* form input */
input, textarea, select, input[type=search] {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #fff;
	border: solid 1px #ddd;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	border-color: #4ec6f6;
	-webkit-box-shadow: 0 0 10px rgba(78,198,246,.3);
	-moz-box-shadow: 0 0 10px rgba(78,198,246,.3);
	box-shadow: 0 0 10px rgba(78,198,246,.3);
}

/* form button */
input[type=reset], input[type=submit] {
	color: #ccc;
	line-height: 100%; 
	border: none;
	padding: 8px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #323D46 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#323D46));
	background: -webkit-linear-gradient(top, #333333 0%,#323D46 100%);
	background: -o-linear-gradient(top, #333333 0%,#323D46 100%);
	background: -ms-linear-gradient(top, #333333 0%,#323D46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#323D46',GradientType=0 );
	background: linear-gradient(top, #333333 0%,#323D46 100%);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
}

/* form input:hover */
input[type=reset]:hover, input[type=submit]:hover {
	background: #111;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewidth {
	width: 100% important;
	margin: 0 auto;
}
#pagewrap {
        -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    width: 100%;
}
#body {
	padding: 0 0 40px;
}

/* content */
#content {
	margin: 20px 0 60px;
}
.sidebar1 #content {
	width: 676px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 250px;
	float: right;
	margin: 20px 0 60px;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar-none content */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 100px;
	z-index: 100;
}

div.bsap_1243888 {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 560px !important;
}
div.bsap_1234623 a.adhere{
	float: right;
	margin-top: 80px;
}
div.bsap_1234623 a.adhere{
	margin-top: 0px !important;
}
.right-col {
        -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 24%;
}
a.submit {
    -moz-transition: height 1s ease-out 0s, opacity 1s ease 0s;
/*    background: none repeat scroll 0 0 rgba(1, 201, 169, 0.3);*/
    bottom: 0;
    box-shadow: -2px 1px 0 #01C9A9, 2px 2px 0 #FF3452, -2px 1px 2px #01C9A9, 2px 2px 3px #FF3452 !important;
    color: #323D46;
    display: inline-block;
    font: bold 12px Helvetica,Arial,sans-serif;
    height: 20px;
    margin: 20px auto 0;
    padding: 19px 13px 14px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    width: 200px;
	/* Firefox */
	-moz-transition: height 1s ease-out, opacity 1s ease;
	/* WebKit */
	-webkit-transition: height 1s ease-out, opacity 1s ease;
	/* Opera */
	-o-transition: height 1s ease-out, opacity 1s ease;
	/* Standard */
	transition: height 1s ease-out, opacity 1s ease;
}

a.submit:hover {
	height: 30px;
	opacity: 1;
}

a.follow {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(1, 201, 169);
    background: none repeat scroll 0 0 rgba(1, 201, 169, 0.3);
    border-color: -moz-use-text-color #FFFFFF #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-style: none solid solid;
    border-width: medium 2px 2px;
    box-shadow: -2px 1px 0 #01C9A9, 2px 2px 0 #FF3452 !important;
    color: #323D46;
    display: inline-block;
    font: bold 12px Helvetica,Arial,sans-serif;
    left: 50%;
    margin-left: -100px;
    padding: 16px 13px 14px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    top: -10px;
    width: 200px;
}
/* site logo */
#site-logo {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    position: absolute;
    text-indent: -9000px;
    top: 10px;
    width: 287px;
    left: 10px;
}

#site-logo a {
    color: #323D46;
    display: block;
    height: 40px;
    text-decoration: none;
    width: 287px;
}
#site-logo a:hover {
	text-decoration: none;
}

/* site description */
#site-description {
    color: #666666;
    font: italic 100%/130% "Times New Roman",Times,serif;
    position: absolute;
    text-shadow: none;
    text-transform: none;
    top: 50px;
    left: 10px;
}
/* nav bar */
#nav-bar {
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,.04);
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}
.admin-bar #nav-bar {
	top: 26px; /* push down for admin bar */
}

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	float: right;
	margin-top: -1px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 5px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font: bold 100% Arial, Helvetica, sans-serif;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -3px;
}

/* rss */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 3px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
ul li.search #searchform {
    margin: 0 auto;
    text-align: center;
    z-index: 4;
}

ul li.search #searchform #s {
    -moz-transition: width 0.7s ease 0s;
    background-color: #01C9A9;
    background-image: url("images/search.png");
    background-position: 8px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    margin: 7px auto;
    padding: 3px 5px 3px 28px;
    width: 130px;
}
ul li.search #searchform #s:focus {
	width: 217px;
	color: #333;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
    background: none repeat scroll 0 0 #323D46;
    margin: 0 10px 0px 0px;
    padding: 5px 0;
    width: 250px;
    z-index: 1;
}
#main-nav li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
/* main level link */
#main-nav a {
    background: url("images/icon-link.png") no-repeat scroll 40px 3px transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	    color:#01C9A9
	
}

/* sub-levels link */
#main-nav ul a, #main-nav li:hover > ul a  {
	color: #666;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #323D46;
	color: black;
}
/* dropdown ul */
#main-nav ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    width: 80%;
    z-index: 100;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
a.switch_thumb {
    background: url("images/switch.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    line-height: 26px;
    margin: 4px 0;
    outline: medium none;
    padding: 0;
    text-indent: -9999px;
    width: 61px;
    float: left;
}
a.switch_thumb:hover {
    opacity: 0.75;
    border-bottom:none !important
}
a.swap {
    background-position: left bottom;
}
/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 0 0 25px;
	padding: 0;
	font-size: 360%;
	line-height: 110%;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
}

/************************************************************************************
LOOP WRAPPER
*************************************************************************************/
.loops-wrapper {
	width: 1008px; /* pagewidth + 30px gutter */
	margin-left: -30px; /* shift -30px (gutter) */
	overflow: visible !important;
}
.sidebar1 .loops-wrapper {
	width: 696px;
	margin-left: -20px;
}
.list-post .loops-wrapper {
	margin-left: 0 !important;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 20px;
	position: relative;
}
.post-inner {
	padding: 0 15px 10px;
/* 	box-shadow:-2px 1px 0 #06FAFF, 2px 2px 0 #FFF200!important; */
	border-color: #01C9A9 !important;
}

/* post title */
.post-title {
	margin: 8px 20px 10px 0;
	padding: 0;
	font: 230%/130% Oswald, "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
}
.post-title a {
	color: #323D46;
	text-decoration: none;
}

/* post image */
.post-image {
	margin: 0 0 10px;
}
code, pre{font-family: monospace;
white-space: pre-line;
word-wrap: break-word;
background: #FEFEEC;}
/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}

/* post meta */
.post-meta {
	font-size: 85%;
	margin: 20px 0 0;
}
.post-meta span {
	margin-right: 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding-left: 16px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding-left: 16px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 2px;
	padding-left: 16px;
}
.post-meta .post-comment {
	background: url(images/post-comment.png) no-repeat 0 2px;
	padding-left: 16px;
}

/* post date */
.post-icon{
	background-color:  #FF3452!important;
}
.post-date {
    background:  #01C9A9!important;
	font-size: 10px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
	background: #a3d39c;
	padding: 5px 10px;
	display: inline-block;
	zoom:1;
	*display:inline;
	position: absolute;
	top: -1px;
	-webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.2), inset 0 1px 0 rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.2), inset 0 1px 0 rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 2px 0 rgba(255,255,255,.2), inset 0 1px 0 rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.08);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 70px;
	text-align: center;
}
.post-date a{
	color: #fff;
}

/* grid4 post */
.grid4 .post {
	width: 222px;
	margin-left: 30px;
	float: left;
}
.sidebar1 .grid4 .post {
	width: 154px;
	margin-left: 20px;
}
.grid4 .post-title {
	font-size: 145%;
	padding: 0;
}

/* grid3 post */
.grid3 .post {
	width: 306px;
	margin-left: 30px;
	float: left;
}
.sidebar1 .grid3 .post {
	width:285px;
	margin-left: 20px;
}
.grid3 .post-title {
	font-size: 160%;
	padding: 0;
}

/* grid2 post */
.grid2 .post {
	width: 474px;
	float: left;
	margin-left: 30px;
}
.sidebar1 .grid2 .post {
	width: 328px;
	margin-left: 20px;
}
.grid2 .post-title {
	font-size: 170%;
	padding: 0;
}
.grid2 .post-comment {
	font-size: 70%;
}
.inner .post-inner{overflow:hidden}
.inner .post-content p:first-child {
    font-size: 14px !important;
    line-height: 150%;
}

.google-inner {
margin: 0 auto;
width: 300px;
}
.inner .post-meta {
    float: left;
    font-size: 85%;
    margin: 20px;
}
.inner .custom-image{display:none}
/* list post */
.list-post .post {
	width: 100% !important;
	float: left !important;
}
.list-post .post-icon{
	left: 0 !important;
	top: 0 !important;
}
.list-post .post-content {
    float: left !important;
    margin-left: 20px !important;
    width: 600px !important;
}
.list-post .post-image{
	float:left !important
}
.list-post .post-inner{
	overflow: hidden !important;
}
/************************************************************************************
POST COLORS
*************************************************************************************/
/* default post color */
.post-inner {
	border: solid 1px #c1bfbf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.1);
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#ededed 100%);
}

/* orange */
.post.orange .post-inner {
	border-color: #d6c2ab;
	background: #fff4e9;
	background: -moz-linear-gradient(top, #fff4e9 0%, #ffe1c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4e9), color-stop(100%,#ffe1c0));
	background: -webkit-linear-gradient(top, #fff4e9 0%,#ffe1c0 100%);
	background: -o-linear-gradient(top, #fff4e9 0%,#ffe1c0 100%);
	background: -ms-linear-gradient(top, #fff4e9 0%,#ffe1c0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4e9', endColorstr='#ffe1c0',GradientType=0 );
	background: linear-gradient(top, #fff4e9 0%,#ffe1c0 100%);
}

/* green */
.post.green .post-inner {
	border-color: #b8ce9a;
	background: #effcdd;
	background: -moz-linear-gradient(top, #f3fee5 0%, #e2f7c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3fee5), color-stop(100%,#e2f7c5));
	background: -webkit-linear-gradient(top, #f3fee5 0%,#e2f7c5 100%);
	background: -o-linear-gradient(top, #f3fee5 0%,#e2f7c5 100%);
	background: -ms-linear-gradient(top, #f3fee5 0%,#e2f7c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fee5', endColorstr='#e2f7c5',GradientType=0 );
	background: linear-gradient(top, #f3fee5 0%,#e2f7c5 100%);
}

/* pink */
.post.pink .post-inner {
	border-color: #ebbdd1;
	background: #ffebfe;
	background: -moz-linear-gradient(top, #fff2fe 0%, #ffe6fe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff2fe), color-stop(100%,#ffe6fe));
	background: -webkit-linear-gradient(top, #fff2fe 0%,#ffe6fe 100%);
	background: -o-linear-gradient(top, #fff2fe 0%,#ffe6fe 100%);
	background: -ms-linear-gradient(top, #fff2fe 0%,#ffe6fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2fe', endColorstr='#ffe6fe',GradientType=0 );
	background: linear-gradient(top, #fff2fe 0%,#ffe6fe 100%);
}

/* lavender */
.post.lavender .post-inner {
	border-color: #c5c1de;
	background: #eeedff;
	background: -moz-linear-gradient(top, #f4f3ff 0%, #e4e2ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f3ff), color-stop(100%,#e4e2ff));
	background: -webkit-linear-gradient(top, #f4f3ff 0%,#e4e2ff 100%);
	background: -o-linear-gradient(top, #f4f3ff 0%,#e4e2ff 100%);
	background: -ms-linear-gradient(top, #f4f3ff 0%,#e4e2ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3ff', endColorstr='#e4e2ff',GradientType=0 );
	background: linear-gradient(top, #f4f3ff 0%,#e4e2ff 100%);
}

/* yellow */
.post.yellow .post-inner {
	border-color: #cecaa0;
	background: #fdfad5;
	background: -moz-linear-gradient(top, #fdfade 0%, #fdf5a2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfade), color-stop(100%,#fdf5a2));
	background: -webkit-linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
	background: -o-linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
	background: -ms-linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfade', endColorstr='#fdf5a2',GradientType=0 );
	background: linear-gradient(top, #fdfade 0%,#fdf5a2 100%);
}

/* blue */
.post.blue .post-inner {
	border-color: #b7d2dd;
	background: #e6f8ff;
	background: -moz-linear-gradient(top, #ecfaff 0%, #cff1ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecfaff), color-stop(100%,#cff1ff));
	background: -webkit-linear-gradient(top, #ecfaff 0%,#cff1ff 100%);
	background: -o-linear-gradient(top, #ecfaff 0%,#cff1ff 100%);
	background: -ms-linear-gradient(top, #ecfaff 0%,#cff1ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecfaff', endColorstr='#cff1ff',GradientType=0 );
	background: linear-gradient(top, #ecfaff 0%,#cff1ff 100%);
}

/* gray */
.post.gray .post-inner {
	border-color: #b8b7b7;
	background: #dddcdc;
	background: -moz-linear-gradient(top, #e0dede 0%, #d4d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0dede), color-stop(100%,#d4d3d3));
	background: -webkit-linear-gradient(top, #e0dede 0%,#d4d3d3 100%);
	background: -o-linear-gradient(top, #e0dede 0%,#d4d3d3 100%);
	background: -ms-linear-gradient(top, #e0dede 0%,#d4d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#d4d3d3',GradientType=0 );
	background: linear-gradient(top, #e0dede 0%,#d4d3d3 100%);
}

/* black */
.post.black .post-inner {
	border-color: #111;
	background: #222;
	background: -moz-linear-gradient(top, #494949 0%, #171717 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#171717));
	background: -webkit-linear-gradient(top, #494949 0%,#171717 100%);
	background: -o-linear-gradient(top, #494949 0%,#171717 100%);
	background: -ms-linear-gradient(top, #494949 0%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#171717',GradientType=0 );
	background: linear-gradient(top, #494949 0%,#171717 100%);
}
.post.black {
	color: #999;
}
.post.black a {
	color: #d0f2ff;
}

/************************************************************************************
POST FORMATS
*************************************************************************************/
/* audio format */
.format-audio .audio-image img {
	float: left;
	margin: 0 20px 10px 0;
}
.format-audio .audio-player {
	padding: 8px 0 10px;
}
.post audio {
	max-width: 100%;
}

/* quote format */
.format-quote .quote-content {
	font: italic 120%/130% "Baskerville", Georgia, Times, serif;
}
.format-quote .quote-author {
	margin: 0 0 10px;
	font-style: normal;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: .1em;
	font-family: "Baskerville", Georgia, Times, serif;
}

/* video format */
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* format link */
.format-link .post-title a, a.url_page {
	background: url(images/ext-link.png) no-repeat right center;
	padding-right: 23px;
     padding-bottom: 2px;
}

/************************************************************************************
POST ICON
*************************************************************************************/
.post-icon {
	background: #a3d39c url(images/icon-post.png) no-repeat center center;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	top: -20px;
	-webkit-border-radius: 20em;
	-moz-border-radius: 20em;
	border-radius: 20em;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}
.post-icon {
    border-radius: 0 0 0 0;
    left: 50%;
    margin-left: -20px;
    z-index: 99999;
}
.format-audio .post-icon  {
	background-image: url(images/icon-audio.png);
}
.format-gallery .post-icon {
	background-image: url(images/icon-gallery.png);
}
.format-link .post-icon {
    background: url("images/icon-link.png") no-repeat scroll center center #FFFFFF !important;
    border: 1px solid #323D46;
}
.format-quote .post-icon {
	background-image: url(images/icon-quote.png);
}
.format-status .post-icon {
	background-image: url(images/icon-status.png);
}
.format-aside .post-icon {
	background-image: url(images/icon-aside.png);
}
.format-video .post-icon {
	background-image: url(images/icon-video.png);
}
.format-image .post-icon {
	background-image: url(images/icon-image.png);
}
.format-chat .post-icon {
	background-image: url(http://devsnippets.com/wp-content/themes/grido/images/icon-chat.png);
}

/************************************************************************************
ISOTOPE
*************************************************************************************/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
       -webkit-font-smoothing: antialiased;
}
/* Prevent Post box container cropping */
.isotope {
   overflow:visible !important;
}

.isotope-hidden {
	display: none !important;
}
/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	min-width: 24px;
	min-height: 20px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
	padding: 4px 0 0;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 0 2em 2em 2em;
	-moz-border-radius:0 2em 2em 2em;
	border-radius: 0 2em 2em 2em;
}
.pagenav a {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	border: solid 1px #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
}
.pagenav a:hover {
	background: #fff;
}
.pagenav .current {
	color: #fff;
	background: #666;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.5);
	text-decoration: none;
}
#top {
        -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #CCCCCC;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#top h4{
	padding-left:30px
}
#top h3 {
    font-size: 20px;
    margin-top: 20px;
    padding-top: 5px
}
#top .latest-post-date {
    margin-left: 0;
    position: absolute !important;
    left: 0 !important;
    top: 0;
    background: none repeat scroll 0 0 #01C9A9 !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    line-height: 100%;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    width: 70px;
}
#top .post-icon {
    border-radius: 0 0 0 0;
    float: left;
    position: relative;
    z-index: 111;
    left:0;
    margin-left:0;
    top:0
}
#top .post-cat {
    background-color: #323D46;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    left: 0;
    line-height: 100%;
    margin-left: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
    z-index:2;
}#top .post-cat a{
    color: #FFFFFF;
}
#top .col {
        -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: right;
    margin-left: 0;
    padding-left: 10px;
    position: relative;
    width: 40%;
    overflow: hidden;
}
.sticky {
    background: url("images/sticky.png") no-repeat scroll center center transparent;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    text-align: center;
    width: 25%;
}
.sticky h4 {
    background: url("images/sticky-title.png") no-repeat scroll center center transparent;
    display: block;
    height: 55px;
    margin: 0 auto;
    padding: 0 !important;
    text-indent: -99999px;
    width: 180px;
}
.sticky .latest-date {
    color: #888888;
    display: inline-block;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    line-height: 100%;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}
.sticky h3 {
	margin:0 !important;
	font-size:16px

}
.sticky h3 a{
	font-size:15px;
	display:block;
	color:#323D46;
	margin:0 !important;
}
.sticky h3 a:hover{ color:#FF3452
}

.more {
/*    border-radius: 90px 90px 0 0;
    box-shadow: -2px 1px 0 #01C9A9, 2px 2px 0 #FF3452, -2px 1px 2px #01C9A9, 2px 2px 3px #FF3452 !important;*/
    display: block;
    height: 20px;
    margin: 5px auto 0px auto;
    position: relative;
    width: 70px;
}
.more a {
    font-weight: bold;
    position: absolute;
    right: 16px;
    text-shadow: 0 1px 0 #333333;
    top: 2px;
}
#subForm {
overflow: hidden;
text-align: left;
width: 280px;
padding-top: 5px;
margin-left: 10px;
background: #FEFEEC;
padding-left: 10px;
border: 1px dashed #DDD;
}
h4.email{
	background:url("images/email.png") no-repeat scroll 0 7px transparent;
	padding-left:25px
}
form#subForm input[type="text"] {
    float: left;
    margin-right: 10px;
    max-width: 90%;
    padding: 8px 10px;
    width: 180px;
}

form#subForm input[type="submit"] {
    color: #fff;
    cursor: pointer;
    float: left;
    text-transform:uppercase

}
.topsite {
    border-bottom: 1px dashed #CCCCCC;
    border-right: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
    float: left;
    position: relative;
    width: 50%;
}
.topsite .screenshot {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    border-right:1px dashed #CCC;
    float: left;
    height: 260px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 60%;
}
.topsite p {
    margin: 0 0 10px;
}
.topsite p.info {
    font-size: 12px;
}
.topsite p a {
    color: #44484B;
}

.displaybuttons {
    float: right !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.menu-header{width:200px; float:left; display:block; font:16px Oswald, "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif}
#menu-left-nav li a {background: #b9f9ef; border-bottom: 2px solid #01C9A9; width:150px; color:#01C9A9;padding-left:10px; }
.sub-menu a {background:none !important; border-bottom: none !important; width:auto; padding: 5px}
.menu{
    border-bottom: 1px dashed #CCCCCC;
    height: 38px;
    line-height: 38px;
    overflow: inherit !important;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-block !important;
    background: #323D46;
    margin: 0 0 23px 0px;
    z-index: 4;
}
.single .menu{background:none !important;}
.menu li{
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.menu li a{
    color: #a8e5db;
    display: inline-block;
}
.menu li a.current {
    border-bottom: 5px solid #EFEFEF;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 33px;
    margin-left: 10px;
}
.menu li a:hover, .menu li a.current{
    border-bottom: 5px solid #01C9A9;
}
.menu li.col1 {
    width: 218px;
}
.menu li.col2 {
    width: 459px;
}
.menu li.filters .dropdown {
    float: left;
    width: 150px;
}
.menu li .buttondd {
    background-color: #D95B44;
    background-image: url("http://devsnippets.com/images/bgdropdown.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-style: italic;
    height: 25px !important;
    line-height: 25px;
    margin-top: 7px;
    text-align: center;
    text-transform: none;
    width: 150px;
}
.menu li .buttondd.left {
    float: left;
    margin-left: 10px;
}
.menu li .buttondd.list {
    background-image: url("http://devsnippets.com/images/ico_list.png");
}
.menu li .buttondd:hover {
    background-color: #44484B;
}
.menu li.submenu {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    z-index: 5;
}

.submenu ul li:hover a {
    border: medium none;
    color: #01C9A9;
}
.submenu ul li:hover div {
    display: block;
}
.submenu ul li:hover div a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
}
.submenu > ul {
    position: relative;
}
.submenu ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
}
.submenu ul li .dropdown {
    display: none;
    left: 0;
    position: absolute;
    top: 32px;
    width: 104px;
}
.submenu ul li.search .dropdown {
    width: 218px;
}
.submenu ul li.search .dropdown #searchform {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 28px;
    position: relative;
    width: 218px;
}
.submenu ul li.search .dropdown #searchform .searchtext {
    color: #45494C;
    font-size: 12px;
    font-style: italic;
    height: 28px;
    left: 0;
    line-height: 28px;
    padding: 0 38px 0 15px;
    position: absolute;
    top: 0;
    width: 165px;
    z-index: 1;
}
.submenu ul li.search .dropdown #searchform .searchbt {
    background: none repeat scroll 0 0 #44484B;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-style: italic;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    width: 28px;
    z-index: 2;
}
.submenu ul li.search .dropdown #searchform .searchbt:hover {
    background-color: #D95B44;
}
.submenu ul li .dropdown ul {
    list-style-type: none;
    width: 100%;
}
.submenu ul li .dropdown li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    float: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-transform: none;
    z-index: auto;
}
.submenu ul li .dropdown li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 0 0;
    color: #45494C;
    display: block;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 4px 0 4px 10px;
    position: static;
    width: auto;
}
.submenu ul li .dropdown li a:hover {
    padding-left: 12px;
}
.submenu ul li .dropdown li:last-child {
    border-bottom: medium none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.submenu ul li .dropdown li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.submenu ul li .dropdown li a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	color: #666;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	border: solid 1px #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#dbdbdb 100%);
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
	box-shadow: inset 0 -1px 1px rgba(255,255,255,.4);
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #fff;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 40px 0 20px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title {
	font-size: 170%;
	margin: 0 0 15px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font: italic 19px/120% "Times New Roman", Times, serif;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 90px;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 10px;
	top: 16px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* comment form */
#respond {
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 75%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 12px;
	display: block;
	color: #fff;
	border: solid 1px #9b3313;
	background: #e83903;
	background: -moz-linear-gradient(top, #fd3c00 0%, #c53407 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd3c00), color-stop(100%,#c53407));
	background: -webkit-linear-gradient(top, #fd3c00 0%,#c53407 100%);
	background: -o-linear-gradient(top, #fd3c00 0%,#c53407 100%);
	background: -ms-linear-gradient(top, #fd3c00 0%,#c53407 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3c00', endColorstr='#c53407',GradientType=0 );
	background: linear-gradient(top, #fd3c00 0%,#c53407 100%);
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 0 rgba(0,0,0,.1);
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;
	font-size: 150%;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% "Times New Roman", Times, serif;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
ul li.search #searchform {
	position: static;
}
ul li.search  #searchform #s {
	width: 90px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	background: url("../../../patterns/project_papper.png") repeat scroll 0 0 transparent;
	border-top: solid 1px #babdbf;
}
#footer {
	clear: both;
	padding: 20px 0 40px;
}

/* footer widget */
#footer .widget li {
	border: none;
}

/* footer logo */
#footer-logo {
	font: 32px/100% Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	clear: both;
	margin: 5px 0 0px;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
}
#footer-logo a {
	color: #323D46;
	text-decoration: none;
}
#footer-logo a:hover {
	text-decoration: none;
}

/* footer nav */
.footer-nav {
	float: left;
	margin: 5px 0 25px;
	padding: 0;
}
.footer-nav li {
	padding: 0;
	margin: 0 15px 0 0;
	display: inline;
	list-style: none;
}
.footer-nav a {
	font: 16px/100% Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #718792;
}

/* back to top */
.back-top {
	float: left;
	margin-right: 15px;
}
.back-top a {
	background: #FF3452 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #323d46;
}

/* footer text */
.footer-text {
	font-size: 85%;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font: italic 95%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
}

/* ***********************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img, 
.widget .feature-posts-list .post-img, 
.widget .flickr_badge_image img, 
.commentlist .avatar, 
.recent-comments-list .avatar, 
#body .gallery img, 
.attachment img {
	padding: 2px;
	background: #fff;
	border-bottom-color: #ddd;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 10px 0;
}
#body .gallery img {
	border: none;
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }