/* #Site Styles
================================================== */

.inside {
	padding: 20px 10px;
}

.like_button, .reblog_button,
.like_button iframe, .reblog_button iframe {
	float: right;
	display: inline-block;
	width: 15px !important;
	height: 15px !important;
	margin-left: 10px;
}

iframe, img, embed, object, video {
	max-width: 100%;
}

img {
	width: 100%;
	height: 100%;
}

.avatar_frame img {
	width: auto;
}

.chat ul {
	list-style: none !important;
	margin: 0 !important;
}

.chat p {
	margin-bottom: 10px !important; 
}

#notes {
	float: left;
	width: 100%;
}

#notes ol {
	margin: 0;
	list-style: none;
}

/* #Page Styles
================================================== */

.navigationSelect {
	display: none;
}

#header {
	text-align: center;
}

#header h1.heading-top {
	font-family: "Crete Round", serif;
	color: #38aecb;
	font-size: 24px;
	text-align: center;
	line-height: 130%;
}

#header .avatar {
	width: 80px;
	border-radius: 50%;
	border: 3px solid white;
	margin-top: 20px;
}

#header p.about {
	color: #dfdfdf;
	font-size: 12px;
	width: 100%;
	margin: 0 auto;
}

#header .icons {
	width: 100%;
	margin: 10px 0 40px 0;
}

#header .icons a {
	color: #dfdfdf;
	font-size: 16px;
	margin: 0 5px;
	transition: color 0.2s ease;
}

#header .icons a:hover {
	color: #38AECB;
}

#content {
	background: white;
	width: 100%;
	float: left;
}

#content .article {
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

#content .article ul {
	list-style: circle inside;
	margin-left: 30px;
}

#content .article ol {
	list-style-position: inside;
}

#content .article .promo {
	max-width: 100%;
}

#content .tags {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	list-style: none !important;
	margin-left: 0 !important;
}

#content .tags li {
	float: left;
	color: #38aecb;
	margin-bottom: 0;
}

#content .tags li a {
	color: #38aecb;
	margin-right: 15px;
}

#content .bottom-article {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#content .bottom-article .date {
	float: left;
}

#content .bottom-article .links {
	float: right;
}

#content a:hover img {
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.right .navigation {
	margin-bottom: 50px;
}

.right .insideSiderbar {
	margin-left: 20px;
	padding-top: 20px;
}

.right .navigation ul li {
	margin-bottom: 3px;
}

.right .navigation ul li a {
	color: #2c2c2c;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: color 0.2s ease;
}

.right .navigation ul li a:hover {
	color: #38aecb;
}

.right .sidebarBlock {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.right .sidebarBlock a img {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 10px;
}

.right .tweets a:link,
.right .tweets a:visited {
	color: #444;
	display: block;
	border-top: 1px solid #eee;
	margin: 10px 0;
	padding-top: 5px;
	transition: color 0.2s ease;
}

.right .tweets a:hover {
	color: #38aecb;
}

.right .search form {
	margin-right: 10px;
}

.right .search input[type=text] {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
	background: url('http://static.tumblr.com/cbn1ez0/mfUn3kh1v/search.png') no-repeat 5px;
	background-size: 16px;
	padding: 5px 5px 5px 26px;	
}

.right .search input[type=text]:focus {
	box-shadow: 0 0 5px rgba(56, 174, 203, 1);
	border: 1px solid rgba(56, 174, 203, 1);
}

#pagination {
	width: 100%;
	float: left;
}

#pagination ul li {
	float: right;
	margin-left: 10px;
}

#pagination ul li a {
	display: block;
	padding: 6px 10px;
	color: white;
	background: #38aecb;
	border-radius: 3px;
}

#footer {
	color: white;
	margin: 40px 0 20px 0;
	float: left;
	text-align: center;
}

#footer a:link,
#footer a:visited {
	transition: color 0.2s ease;
	color: white;
}

#footer a:hover {
	color: #38aecb;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.navigation {
			display: none;
		}

		.navigationSelect {
			display: inline-block;
		}

		.right .insideSiderbar {
			padding-right: 20px;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}