/*
Theme Name: Adera Online Theme
Theme URI:
Description: Tema ofisial dari Adera Online
Author: Ragamaya
Author URI: http://ragamaya.com
Template:
Version: 1.0
.
General comments/License Statement if any.
.
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; } /* tables still need cellspacing="0" in the markup */
hr { display:block; height:1px; border:0; border-top:1px solid #ddd; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */

/* ----------------------------------------------------------- */
/* =BASE STYLING
-------------------------------------------------------------- */
html { overflow-y: scroll; }
p,ul,ol,dl,table,fieldset,pre,address,blockquote { margin-bottom:24px;}
hr { margin-bottom:24px; margin-top:24px;}
ul, ol { margin-left: 30px; }
li>ul, li>ol { margin-bottom:0px; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
th[scope="row"] {text-align:left;}
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; line-height:0; }
sup { vertical-align: super; font-size: smaller; line-height:0; }
pre { 
  padding: 6px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
table {
	width:100%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	font-size:12px;
	}
th, td {
	padding:6px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
th {
	color:#000;
	background:#ececec;
	text-align:left;
	}

/* Helper Classes */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.floatwrap { overflow:auto; }
.alignleft {float:left; text-align:left;}
.alignright {float:right; text-align:right;}
.aligncenter {display:block; text-align:center; margin:0 auto; clear:both;}
.alignnone {display:block; text-align:left; clear:both;}

/* Base FONT Styling */
body { font:13.5px/1.4 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body, select, input, textarea { 
  color: #444;
  font-family:sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; margin-bottom:24px; margin-top:48px; line-height:1.1; color:#000; letter-spacing:-0.03em;}
h1 {font-size:30px;}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #5e483b; }
a:hover { color: #FF5E99; }
a:link { -webkit-tap-highlight-color: #FF5E99; } 
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration:none;}
::-moz-selection{ background: #FF5E99; color:#f0f0f0; text-shadow: none; }
::selection { background:#FF5E99; color:#f0f0f0; text-shadow: none; } 

/* ----------------------------------------------------------- */
/* =BODY & WRAPPER
-------------------------------------------------------------- */
body {
	background:#706961 url(images/bg-body.png) 0 0 repeat-x;
	}
#wrap {
	width:888px;
	margin:24px auto 24px auto;
	position:relative;
	background:#050505 url(images/bg-main.png) 0 0 repeat-y;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
#browsersniff p {
	background:#f3c0c0;
	border:1px solid #f00;
	padding:24px;
	margin:0;
	display:none;
	}
	.ie6 iesucks,
	.ie7 iesucks,
	.ie8 iesucks
	.ie9 iesucks {
		display:block;
		}
	
/* ----------------------------------------------------------- */
/* =STRUCTURE
-------------------------------------------------------------- */
#header { /* =HEADER-CONTENT */
	height:444px;
	background:#050505;
	position:relative;
	}
#main {
	}
	#posts { /* =POSTS-CONTENT */
		float:left;
		width:600px;
		}
		.hentry { /* =ARTICLE-CONTENT */
			margin:0 24px 24px 24px;
			border-bottom:1px solid #ddd;
			}
	#sidebar { /* =SIDEBAR-CONTENT */
		background:url(images/bg-sidebar.jpg) 0 0 no-repeat;
		padding-top:48px;
		float:left;
		width:288px;
		font-size:12px;
		}
#extras { /* =EXTRAS-CONTENT */
	background:#050505;
	font-size:12px;
	padding:24px 0 24px 24px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}
#footer { /* =FOOTER-CONTENT */
	font-size:11px;
	width:888px;
	margin:0 auto 12px auto;
	}
	
/* ----------------------------------------------------------- */
/* =HEADER CONTENT
-------------------------------------------------------------- */
/* Banner */
#header-img {
	display:block;
	}
	#header-img img {
		display:block;
		margin:0;
		width:100%;
		height:auto;
		}
		
/* Logo */
#logo {
	background:url(images/bg-logo.png) 0 0 no-repeat;
	height:144px;
	margin:0;
	position:absolute;
	bottom:36px;
	left:0;
	right:0;
	}
	#logo a {
		height:144px;
		width:432px;
		}
		
/* Menu */
.menu {
	font-size: 12px;
	font-weight:bold;
	background:#100404;
	background:rgba(15,4,4,0.9);
	border-top:1px solid #211716;
	border-top:1px solid rgba(255,255,255,0.07);
	margin: 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	}
.menu ul {
	list-style: none;
	margin: 0;
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	line-height: 36px;
	padding: 0 12px;
	text-decoration: none;
	}
.menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	width: 80px;
	z-index: 99999;
	}
.menu ul ul li {
	min-width: 80px;
	}
.menu ul ul ul {
	left: 100%;
	top: 0;
	}
.menu ul ul a {
	background:#100404;
	background:rgba(15,4,4,0.9);
	line-height: 1em;
	padding: 10px;
	/*width: 160px;*/
	width:80px;
	height: auto;
	}
.menu li:hover > a,
.menu ul ul :hover > a {
	background: #FF5E99; /* old browsers */
	background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
	color: #000;
	}
.menu ul li:hover > ul {
	display: block;
	}
.menu ul li.current_page_item > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-parent > a {
	background: #5D5851; /* old browsers */
	background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */	
	color: #f0f0f0;
	}
* html .menu ul li.current_page_item a,
* html .menu ul li.current-menu-ancestor a,
* html .menu ul li.current-menu-item a,
* html .menu ul li.current-menu-parent a,
* html .menu ul li a:hover {
	color: #f0f0f0;
	}
	
/* Special */
.special {
	position:absolute;
	right:24px;
	bottom:-48px;
	width:240px;
	height:240px;
	z-index:3;
	}
	.special a {
		display:block;
		background: #5D5851; /* old browsers */
		background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */	
		width:96px;
		position:absolute;
		top:0;
		right:0;
		font-weight:bold;
		font-size:13px;
		text-align:center;
		line-height:1.1;
		text-decoration:none;
		color:#000;
		-moz-box-shadow:0 0 5px #000;
		-webkit-box-shadow:0 0 5px #000;
		box-shadow:0 0 5px #000;
		}
		.special a:after {
			content:"";
			position:absolute;
			bottom:-12px; /* value = - border-top-width - border-bottom-width */
			left:50%; /* controls horizontal position */
			border-width:12px 20px 0; /* vary these values to change the angle of the vertex */
			border-style:solid;
			border-color:#11100F transparent;
			/* reduce the damage in FF3.0 */
			display:block; 
			width:0;
			}
		.special a span {
			padding:9px;
			display:block;
			}
		.special a:hover {
			background: #FF5E99; /* old browsers */
			background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
			color:#f0f0f0;
			}
		.special a:hover:after {
			border-color:#A41E4F transparent;
			}

/* ----------------------------------------------------------- */
/* =POSTS CONTENT
-------------------------------------------------------------- */
/* Page Title */
#page-title {
	background:#050505 url(images/bg-page-title.jpg) 0 0 no-repeat;
	padding:24px;
	margin-bottom:24px;
	}
.hentry #page-title {
	margin-left:-24px;
	margin-right:-24px;
	}
	#page-title h1,
	#page-title h2,
	#page-title p {
		margin:0;
		}
	#page-title h1 {
		color:#5d5851;
		font-size:48px;
		line-height:1;
		}
	#page-title h2,
	#page-title p {
		color:#5D5851;
		font-weight:normal;
		font-size:18px;
		margin-top:12px;
		letter-spacing:0;
		}
/* Home Block */	
.home-block {
	}
	.home-block .pagination h1{
		margin-top:0;
		border-bottom:1px solid #ddd;
		overflow:hidden;
		}
	.home-block-title {
		color:#5D5851;
		}
#home-block-gallery {
	background: #f0f0f0; /* old browsers */
	background: -moz-linear-gradient(top, #d0d0d0 0%, #f0f0f0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#f0f0f0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#f0f0f0',GradientType=0 ); /* ie */	
	padding-top:24px;
	}
	#home-block-gallery .hentry {
		margin-bottom:0;
		border-bottom:none;
		}
/* Pagination */
.pagination {
	margin:0 24px 24px 24px;
	}
.pagination a {
	font-weight:normal;
	}
#page-title .pagination {
	margin:0;
	}
#comments .pagination {
	margin-right:0;
	margin-left:0;
	}
	.pagination small {
		font-size:14px;
		max-width:40%;
		letter-spacing:0px;
		}
	#page-title .pagination small {
		font-size:12px;
		}
	#comments .pagination small {
		font-size:10px;
		text-transform:uppercase;
		letter-spacing:1px;
		}
		.pagination small a {
			display:block;
			padding:6px 12px;
			text-decoration:none;
			background: #5D5851; /* old browsers */
			background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */	
			color: #f0f0f0;
			}
		#page-title .pagination small a{
			padding:0;
			background:none;
			}
			.pagination small a:hover {
				background: #FF5E99; /* old browsers */
				background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
				color:#000;
				}
			#page-title .pagination small a:hover{
				background:none;
				color:#FF5E99;
				}
			.pagination small a span {
				display:block;
				}
			.pagination small .meta-nav {
				font-size:10px;
				color:#000;
				text-transform:uppercase;
				letter-spacing:1px;
				}
			#page-title .pagination small .meta-nav {
				color:#5D5851;
				}

/* ----------------------------------------------------------- */
/* =ARTICLE CONTENT
-------------------------------------------------------------- */
/* Article Thumbnail */		
.hentry-image {
	margin-right:24px;
	margin-bottom:24px;
	}
	.hentry-image img {
		width:100%;
		height:auto;
		display:block;
		}
.hentry-image-medium {
	width:264px;
	height:auto;
	}
.hentry-image-large {
	width:100%;
	height:auto;
	margin-right:0;
	}
.hentry-image-thumbnail {
	width:120px;
	height:120px;
	line-height:120px;
	background:#000;
	}
	.hentry-image-thumbnail img {
		display:inline;
		vertical-align:middle;
		}

/* Article Header */		
.hentry-header {
	}
	.hentry-title {
		line-height:1;
		font-size:30px;
		margin-top:0;
		margin-bottom:12px;
		}
	.search .hentry-title {
		font-size:22px;
		}
		
/* Article Entry */		
.hentry-entry {
	}
.single .hentry-entry,
.page .hentry-entry {
	margin-bottom:24px;
	}
	.hentry-excerpt {
		margin-bottom:24px;
		}
	/* =CONTENT STYLING */
						
/* Article Footer */		
.hentry-footer {
	clear:both;
	background: #EEEEEE; /* old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #DDDDDD 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#DDDDDD)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#DDDDDD',GradientType=0 ); /* ie */
	border:1px solid #ddd;
	border-bottom:1px solid #ccc;
	line-height:1.2;
	padding:9px;
	margin-bottom:24px;
	}
	/* Article Credit */
	.hentry-credit {
		color:#888;
		display:block;
		border-bottom:1px solid #ccc;
		margin-bottom:6px;
		}
		.hentry-credit p {
			margin-bottom:6px;
			} 
	/* Article Meta */       
	.hentry-share {
		color:#888;
		border-bottom:1px solid #ccc;
                padding-bottom:6px;
		margin-bottom:6px;
		overflow:hidden;
		}
                .hentry-share .fb-like {
                        margin-bottom:6px;
                        }
                        .hentry-share .fb-like iframe {
				width:100%!important;
                        	}
		.hentry-share .FB_share_button {
			display:block;
			float:left;
			margin-right:12px
			}
		.hentry-share .twitter-share-button  {
			float:left;
			}
	/* Article Meta */
	.hentry-meta {
		color:#888;
		display:block;
		}
		.hentry-meta a {
			color:#888;
			}
			.hentry-meta a:hover {
				color:#444;
				}
			
/* ----------------------------------------------------------- */
/* =SIDEBAR CONTENT
-------------------------------------------------------------- */
/* Global Styling */
.sb-obj {
	margin:0 24px 24px 24px;
	}
	.sb-obj a {
		text-decoration:none;
		}
	.sb-obj iframe {
		width:100%!important;
		}
	.sb-title {
		font-size:12px;
		font-weight:normal;
		text-transform:uppercase;
		line-height:1;
		letter-spacing:2px;
		margin:0 0 12px 0;
		padding-bottom:12px;
		color:rgba(255,255,255,0.8);
		border-bottom:1px dotted rgba(255,255,255,0.1);
		}
		
/* Search Form */
#searchform {
	}
	#searchform input {
		background:#cecece;
		background:rgba(255,255,255,0.8);
		padding:10px;
		width:90%;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow: inset -2px 2px 10px #000;
		-webkit-box-shadow: inset -2px 2px 10px #000;
		box-shadow: inset -2px 2px 10px #000;
		}
	#searchform input:hover {
		background:#363636;
		background:rgba(255,255,255,0.2);
		color:#f0f0f0;
		border-color:inherit;
		}
	#searchform input:focus {
		background:#202020;
		background:rgba(255,255,255,1);
		color:#444;
		-moz-box-shadow: 0px 0px 10px #f0f0f0;
		-webkit-box-shadow: 0px 0px 10px #f0f0f0;
		box-shadow: 0px 0px 10px #f0f0f0;
		}
		
/* RBT */
#rbt,
.rbt {
	width:100%;
	background:#0e0e0e;
	margin-bottom:0;
	font-size:11px;
	border:none;
	}
#rbt th,
#rbt td,
.rbt th,
.rbt td {
	text-align:left;
	padding:3px 6px;
	vertical-align:middle;
	border:none;
	background:none;
	}
#rbt th,
#rbt strong,
.rbt th,
.rbt strong {
	color:#aaa;
	}
#rbt tr.alt,
.rbt tr.even {
	background:#0a0a0a;
	}
	#rbt tr:hover,
	.rbt tr:hover {
		background:#444;
		color:#f0f0f0;
		}
		
/* ----------------------------------------------------------- */
/* =EXTRAS CONTENT
-------------------------------------------------------------- */
.ex-obj {
	float:left;
	width:264px;
	margin-right:24px;
	margin-bottom:0;
	}
	.ex-obj a {
		height:110px;
		background:url(images/bg-extras.png) center 0 no-repeat;
		}
	#fb { background-position: center 0 }
	#fb:hover { background-position: center -110px }
	#tw { background-position: center -220px }
	#tw:hover { background-position: center -330px }
	#yt { background-position: center -440px }
	#yt:hover { background-position: center -550px }

/* ----------------------------------------------------------- */
/* =FOOTER CONTENT
-------------------------------------------------------------- */
/* Footer Right */	
#footer-right {
	width:408px;
	float:right;
	display:inline;
	margin-right:24px;
	}
	
/* Footer Left */	
#footer-left {
	margin-left:24px;
	width:408px;
	float:left;
	display:inline;
	position:relative;
	z-index:0;
	}
	#credit {
		background:url(images/bg-creditlogo.png) 0 -96px no-repeat;
		padding-left:84px;
		margin-left:60px;
		min-height:108px;
		line-height:1.2;
		}
		#credit h5,
		#credit p {
			margin-top:0;
			margin-bottom:6px;
			font-size:11px;
			}
	#ragamaya a,
	#isomoto a {
		background:#C93;
		width:48px;
		height:48px;
		margin-bottom:12px;
		position:absolute;
		left:0;
		}
	#ragamaya a {
		background:url(images/bg-creditlogo.png) 0 0 no-repeat;
		top:0;
		}
		#ragamaya a:hover {background-position:0 -48px;}
	#isomoto a {
		background:url(images/bg-creditlogo.png) -48px 0 no-repeat;
		top:60px;
		}
		#isomoto a:hover {background-position:-48px -48px;}

/* Twitter */
#twitter {
	font-size:12px;
	}
	#twitter h2 {
		font-size:14px;
		margin-top:0;
		margin-bottom:6px;
		}
	#twitter_update_list {
		list-style:none;
		margin-bottom:24px;
		margin-left:0;
		color:#797673;
		color:rgba(255,255,255,0.3);
		}
		#twitter_update_list a {
			color:#eee;
			}
			#twitter_update_list a:hover {
				color:#000;
				}
		#twitter_update_list li {
			padding:12px;
			margin:6px 0;
			background:#413D38;
			background:rgba(0,0,0,0.4);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			}
		#twitter_update_list li.firstTweet {
			margin-top:0;
			}
		#twitter_update_list li.lastTweet {
			margin-bottom:0;
			}
		.profileLink {
			display:none;
			}

/* ----------------------------------------------------------- */
/* =COMMENTING SYSTEM
-------------------------------------------------------------- */
/* Comments */
#comments {
	}
	#comments-title {
		margin-top:48px;
		font-size:48px;
		color:#5D5851;
		border-bottom:1px dashed;
		padding-bottom:12px;
		}
	.commentlist {
		list-style:none;
		margin-left:0;
		margin-bottom:0;
		font-size:12px;
		}
	.commentlist li {
		}
	.commentlist .children {
		list-style:none;
		margin-left:12px;
		}	
	.comment-inside {
		background: #dddddd; /* old browsers */
		background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* ie */
		border:1px solid #ccc;
		border-bottom:1px solid #ddd;
		padding:12px;
		margin-bottom:12px;
		position:relative;
		}
	.byuser > .comment-inside {
		background: #cccccc; /* old browsers */
		background: -moz-linear-gradient(top, #cccccc 0%, #dddddd 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#dddddd)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dddddd',GradientType=0 ); /* ie */
		border:1px solid #bbb;
		border-bottom:1px solid #ccc;
		}
		.comment-author {
			margin-bottom:12px;
			position:relative;
			padding-right:60px;
			color:#000;
			}
			.comment-author .avatar {
				position:absolute;
				top:0;
				right:0;
				}
			.comment-author cite {
				display:block;
				font-style:normal;
				font-weight:bold;
				font-size:22px;
				letter-spacing:-0.03em;
				line-height:1.1;
				}
			.comment-author time {
				font-size:11px;
				text-transform:uppercase;
				letter-spacing:1px;
				}
				.comment-author time a {
					text-decoration:none;
					color:#888;
					}
		.comment-body {
			padding-right:60px;
			}
                        .comment-body .comment-awaiting-moderation {
                                padding:6px;
                                color:#f0f0f0;
                                background:#f00;
                                }
			.comment-body p {
				margin-bottom:12px;
				}
		.reply {
			}
			.reply a {
				position:absolute;
				bottom:12px;
				right:12px;
				display:block;
				width:48px;
				line-height:24px;
				background: #5D5851; /* old browsers */
				background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */	
				color: #f0f0f0;
				text-align:center;
				text-decoration:none;
				}
				.reply a:hover {
					background: #FF5E99; /* old browsers */
					background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
					color:#000;
					}
		.pingback .comment-inside {
			background: #050505; /* old browsers */
			background: -moz-linear-gradient(top, #222222 0%, #050505 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#050505)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#050505',GradientType=0 ); /* ie */
			border:1px solid #ccc;
			border-bottom:1px solid #ddd;
			}
			.pingback .comment-inside p {
				margin-bottom:0;
				}
/* Respond */
#respond {
	}
.commentlist #respond {
	background: #eeeeee; /* old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* ie */
	border:1px solid #ddd;
	border-bottom:1px solid #ccc;
	padding:12px;
	margin-bottom:12px;
	}
	#reply-title {
		margin-top:48px;
		font-size:48px;
		color:#5D5851;
		border-bottom:1px dashed;
		padding-bottom:12px;
		}
	.commentlist #reply-title {
		padding-bottom:0px;
		margin-top:0px;
		font-size:24px;
		margin-bottom:12px;
		border-bottom:none;
		color:#000;
		position:relative;
		}
		#cancel-comment-reply-link {
			position:absolute;
			top:0;
			right:0;
			display:block;
			font-weight:normal;
			letter-spacing:0px;
			font-size:12px;
			padding:6px;
			text-align:right;
			background: #5D5851; /* old browsers */
			background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */	
			color: #f0f0f0;
			}
			#cancel-comment-reply-link:hover {
				background: #FF5E99; /* old browsers */
				background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
				color:#000;
				}
	#commentform {
		}
	.commentlist #commentform {
		border-top:1px solid #ccc;
		padding-top:12px;
		}
		#commentform p {
			overflow:hidden;
			margin-bottom:12px;
			}
			#commentform label {
				display:block;
				padding:9px 0;
				width:15%;
				float:left;
				}
			#commentform .required {
				display:inline;
				padding:9px 0;
				width:10px;
				text-align:center;
				float:left;
				margin-left:-12px;
				position:relative;
				color:#f00;
				font-weight:bold;
				}
			#commentform input {
				float:left;
				width:50%;
				}
			#commentform textarea {
				width:95%;
				font-size:12px;
				}
			#commentform .comment-form-comment label {
				display:none;
				}
			#commentform .comment-notes .required {
				float:none;
				position:static;
				margin-left:0;
				display:inline;
				}
			#commentform .form-allowed-tags {
				display:none;
				}
		.commentlist #commentform p {
			margin-bottom:12px;
			}
/* ----------------------------------------------------------- */
/* =FORMS
-------------------------------------------------------------- */
label {
	color:#666;
	}
input,
textarea {
	padding:10px;
	border:1px solid #bbb;
	background:#f0f0f0;
	line-height:1.4;
	color:#666;
	}
input:hover,
textarea:hover {
	border:1px solid #FF5E99;
	color:#444;
	}
input:focus,
textarea:focus {
	border:1px solid #5D5851;
	color:#000;
	}
input[type="submit"],
input#submit {
	background: #FF5E99; /* old browsers */
	background: -moz-linear-gradient(top, #FF5E99 0%, #A41E4F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5E99), color-stop(100%,#A41E4F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5E99', endColorstr='#A41E4F',GradientType=0 ); /* ie */
	color:#f0f0f0;
	border:none;
	width:auto;
	}
input[type="submit"]:hover,
input#submit:hover {
	background: #5D5851; /* old browsers */
	background: -moz-linear-gradient(top, #5D5851 0%, #11100F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5851), color-stop(100%,#11100F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5851', endColorstr='#11100F',GradientType=0 ); /* ie */	
	color:#f0f0f0;
	}
/* ----------------------------------------------------------- */
/* =CONTENT STYLING
-------------------------------------------------------------- */
/* Text */
.hentry-entry h1,
.hentry-entry h2,
.hentry-entry h3,
.hentry-entry h4,
.hentry-entry h5,
.hentry-entry h6,
.hentry-entry pre,
.hentry-entry dl,
.hentry-entry hr {
	clear:both;
	}
.hentry-entry h1:first-child,
.hentry-entry h2:first-child,
.hentry-entry h3:first-child,
.hentry-entry h4:first-child,
.hentry-entry h5:first-child,
.hentry-entry h6:first-child {
	margin-top:0;
	}
.hentry-entry blockquote {
	margin-left:24px;
	margin-right:24px;
	padding-top:24px;
	padding-bottom:0px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-style:italic;
	}
	.hentry-entry blockquote em {
		font-style:normal;
		font-size:11px;
		color:#888;
		}
        .hentry-entry blockquote cite {
                font-weight:bold;
                }
.hentry-entry pre {
	background:#ddd;
	}
.hentry-entry dl { }
.hentry-entry dt {
	font-weight: bold;
	color:#000;
	}
.hentry-entry dd {
	margin-bottom: 12px;
	margin-left:24px;
	font-size:12px;
	}

/* Images */
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom:24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin-right:24px;
}
img.alignright,
.wp-caption.alignright {
	margin-left:24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin-bottom:24px;
}
img.alignnone,
.wp-caption.alignnone {
	margin-bottom:24px;
}

.wp-caption {
	font-size:11px;
	line-height:1.2;
	color:#888;
	position:relative;
	}
	.wp-caption img {
		display:block;
		margin-bottom:0;
		width:100%;
		height:auto;
		}
	.wp-caption-text {
		background:#888;
		background:rgba(0,0,0,0.5);
		color:#f0f0f0;
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		font-size:11px;
		line-height:1.1;
		padding:6px;
		}
img.size-thumbnail,
.wp-caption.size-thumbnail {
	width:100%;
	max-width:120px;
	height:auto;
	}
img.size-medium,
.wp-caption.size-medium {
	width:100%;
	max-width:264px;
	height:auto;
	}
img.size-large,
.wp-caption.size-large,
img.size-full,
.wp-caption.size-full {
	width:100%!important;
	max-width:552px!important;
	height:auto!important;
	clear:both!important;
	float:none!important;
	display:block!important;
	margin-left:0!important;
	margin-right:0!important;
	text-align:left!important;
	}
/* WP Gallery */
.gallery {
	margin-bottom:24px;
	}
.gallery-item {
	position:relative;
	float:left;
	width:20%;
	}
	.gallery-icon {
		}
		.gallery-icon img {
			display:block;
			width:100%;
			height:auto;
			}
	.gallery-caption {
		background:#888;
		background:rgba(0,0,0,0.5);
		color:#f0f0f0;
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		font-size:11px;
		line-height:1.1;
		padding:6px;
		}	
	


/* ----------------------------------------------------------- */
/* =MEDIA QUERIES. 
-------------------------------------------------------------- */
@media only screen and (max-width: 959px) { /* 768 -- 959 */
/* ----------------------------------------------------------- */
/* =BASE STYLING
-------------------------------------------------------------- */
p,ul,ol,dl,table,fieldset,pre,address,blockquote { margin-bottom:12px;}
h1,h2,h3,h4,h5,h6 { margin-bottom:12px; margin-top:24px;}
/* ----------------------------------------------------------- */
/* =BODY & WRAPPER
-------------------------------------------------------------- */
#wrap {
	margin-top:12px;
	width:744px;
	background-position:-112px 0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
/* ----------------------------------------------------------- */
/* =STRUCTURE
-------------------------------------------------------------- */
#header {
	height:372px;
	}
	#posts {
		width:488px;
		}
	#sidebar {
		float:left;
		width:256px;
		}
#extras {
	padding:12px 0 12px 12px;
	}
#footer {
	width:744px;
	}
/* ----------------------------------------------------------- */
/* =HEADER CONTENT
-------------------------------------------------------------- */
/* Special */
.special {
	right:12px;
	}
/* ----------------------------------------------------------- */
/* =POSTS CONTENT
-------------------------------------------------------------- */
/* Page Title */
#page-title {
	background-position:right top;
	padding:12px;
	margin-bottom:12px;
	}
.hentry #page-title {
	margin-left:-12px;
	margin-right:-24px;
	}
	#page-title h1 {
		font-size:40px;
		}
/* Pagination */
.pagination {
	margin:0 12px 12px 12px;
	}
#page-title .pagination {
	margin-right:12px;
	}
/* ----------------------------------------------------------- */
/* =ARTICLE CONTENT
-------------------------------------------------------------- */
/* Article Thumbnail */		
.hentry-image {
	margin-right:12px;
	margin-bottom:12px;
	}
.hentry-image-medium {
	width:50%;
	height:auto;
	}
/* Article Entry */		
.hentry {
	margin:0 12px 12px 12px; 
	}
/* Article Entry */		
.hentry-entry {
	}
.single .hentry-entry,
.page .hentry-entry {
	margin-bottom:12px;
	}
	.hentry-excerpt {
		margin-bottom:12px;
		}
/* Article Footer */		
.hentry-footer {
	margin-bottom:12px;
	}
/* ----------------------------------------------------------- */
/* =SIDEBAR CONTENT
-------------------------------------------------------------- */
/* Global Styling */
.sb-obj {
	margin:0 12px 24px 12px;
	}
/* ----------------------------------------------------------- */
/* =EXTRAS CONTENT
-------------------------------------------------------------- */
.ex-obj {
	width:232px;
	margin-right:12px;
	}
/* ----------------------------------------------------------- */
/* =FOOTER CONTENT
-------------------------------------------------------------- */
/* Footer Right */	
#footer-right {
	width:354px;
	margin-right:12px;
	}
/* Footer Left */	
#footer-left {
	margin-left:12px;
	width:354px;
	}
/* ----------------------------------------------------------- */
/* =COMMENTING SYSTEM
-------------------------------------------------------------- */
/* Comments */
#comments-title {
	padding-bottom:0px;
	font-size:40px;
	}
/* Respond */
#reply-title {
	padding-bottom:0px;
	font-size:40px;
	}
/* ----------------------------------------------------------- */
/* =CONTENT STYLING
-------------------------------------------------------------- */
/* Text */
.hentry-entry blockquote {
	margin-left:12px;
	margin-right:12px;
	padding-top:12px;
	}
/* Images */
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom:12px;
}
img.alignleft,
.wp-caption.alignleft {
	margin-right:12px;
}
img.alignright,
.wp-caption.alignright {
	margin-left:12px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin-bottom:12px;
}
img.alignnone,
.wp-caption.alignnone {
	margin-bottom:12px;
}
img.size-medium,
.wp-caption.size-medium{
	width:48.5%;
	}
.wp-caption.size-medium img{
	width:100%;
	}
/* WP Gallery */
.gallery {
	margin-bottom:12px;
	}
.gallery-item {
	width:25%;
	}	
}	
	
@media only screen and (max-width: 767px) { /* 640 -- 767 */
/* ----------------------------------------------------------- */
/* =BASE STYLING
-------------------------------------------------------------- */
p,ul,ol,dl,table,fieldset,pre,address,blockquote { margin-bottom:24px;}
h1,h2,h3,h4,h5,h6 { margin-bottom:24px; margin-top:48px;}
/* ----------------------------------------------------------- */
/* =BODY & WRAPPER
-------------------------------------------------------------- */
#wrap {
	margin-top:12px;
	width:600px;
	background-position: 0 0;
	}
/* ----------------------------------------------------------- */
/* =STRUCTURE
-------------------------------------------------------------- */
#header {
	height:300px;
	}
	#posts {
		float:none;
		width:auto;
		}
	#sidebar {
		background:#000;
		float:none;
		width:auto;
		padding:24px 0 0px 12px;
		border-bottom:1px solid #0a0a0a;
		font-size:13px;
		}
#extras {
	padding:12px 0 12px 12px;
	}
#footer {
	width:600px;
	}
/* ----------------------------------------------------------- */
/* =HEADER CONTENT
-------------------------------------------------------------- */
/* Special */
.special {
	right:12px;
	bottom:16px;
	width:192px;
	height:192px;
	z-index:0;
	}
	.special img {
		width:192px;
		height:192px;
		}
	.special a {
		top:-26px;
		}
/* ----------------------------------------------------------- */
/* =POSTS CONTENT
-------------------------------------------------------------- */
/* Page Title */
#page-title h1 {
	font-size:36px;
	}
.hentry #page-title {
	margin-left:-12px;
	margin-right:-12px;
	}
/* Pagination */
#page-title .pagination {
	margin-right:0;
	}
/* ----------------------------------------------------------- */
/* =ARTICLE CONTENT
-------------------------------------------------------------- */
/* Article Thumbnail */		
.hentry-image-medium {
	width:264px;
	}
/* Article Entry */		
.single .hentry-entry {
	margin-right:12px;
	margin-left:12px;
	padding-top:12px;
	}
/* ----------------------------------------------------------- */
/* =SIDEBAR CONTENT
-------------------------------------------------------------- */
/* Global Styling */
.sb-obj {
	margin:0 12px 24px 0;
	float:none;
	width:auto;
	}
	.sb-title {
		font-size:22px;
		font-weight:bold;
		text-transform:none;
		line-height:1;
		letter-spacing:0;
		margin:0 0 12px 0;
		padding-bottom:12px;
		color:rgba(255,255,255,0.8);
		border-bottom:1px dotted rgba(255,255,255,0.1);
		}
/* RBT */
#rbt {
	font-size:13px;
	}
/* ----------------------------------------------------------- */
/* =EXTRAS CONTENT
-------------------------------------------------------------- */
.ex-obj {
	width:282px;
	margin-right:12px;
	}
/* ----------------------------------------------------------- */
/* =FOOTER CONTENT
-------------------------------------------------------------- */
/* Footer Right */	
#footer-right {
	float:none;
	display:block;
	width:auto;
	margin-right:0;
	}
/* Footer Left */	
#footer-left {
	float:none;
	display:block;
	width:auto;
	margin-left:0;
	}
/* ----------------------------------------------------------- */
/* =COMMENTING SYSTEM
-------------------------------------------------------------- */
/* Comments */
#comments-title {
	padding-bottom:12px;
	font-size:36px;
	}
/* Respond */
#reply-title {
	padding-bottom:12px;
	font-size:36px;
	}
/* ----------------------------------------------------------- */
/* =CONTENT STYLING
-------------------------------------------------------------- */
/* Text */
.hentry-entry blockquote {
	margin-left:24px;
	margin-right:24px;
	padding-top:24px;
	}
/* Images */
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom:24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin-right:24px;
}
img.alignright,
.wp-caption.alignright {
	margin-left:24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin-bottom:24px;
}
img.alignnone,
.wp-caption.alignnone {
	margin-bottom:24px;
}
img.size-medium,
.wp-caption.size-medium{
	width:100%;
	}
.wp-caption.size-medium img{
	width:100%;
	}
/* WP Gallery */
.gallery {
	margin-bottom:24px;
	}
.gallery-item {
	width:20%;
	}	
}	
	
@media only screen and (max-width: 639px) { /* 480 -- 639 */
/* ----------------------------------------------------------- */
/* =BASE STYLING
-------------------------------------------------------------- */
p,ul,ol,dl,table,fieldset,pre,address,blockquote { margin-bottom:12px;}
h1,h2,h3,h4,h5,h6 { margin-bottom:12px; margin-top:24px;}
/* ----------------------------------------------------------- */
/* =BODY & WRAPPER
-------------------------------------------------------------- */
#wrap {
	width:456px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	}
/* ----------------------------------------------------------- */
/* =STRUCTURE
-------------------------------------------------------------- */
#header {
	height:228px;
	}
#extras {
	padding:12px 0 12px 12px;
	}
#footer {
	width:456px;
	}
/* ----------------------------------------------------------- */
/* =HEADER CONTENT
-------------------------------------------------------------- */
/* Logo */
#logo {
	background-position:0 -264px;
	height:96px;
	bottom:30px;
	}
	#logo a {
		height:96px;
		width:264px;
		}
/* Menu */
.menu {
	font-size:11px;
	}
.menu ul ul {
	top: 30px;
	}
	.menu a {
		padding-left:6px;
		padding-right:6px;
		line-height:30px;
		}
/* Special */
.special {
	right:0px;
	}
	.special a {
		top:-20px;
		}
/* ----------------------------------------------------------- */
/* =POSTS CONTENT
-------------------------------------------------------------- */
/* Page Title */
#page-title h1 {
	font-size:30px;
	}
#page-title {
	background-position:left top;
	}
/* ----------------------------------------------------------- */
/* =ARTICLE CONTENT
-------------------------------------------------------------- */
/* Article Thumbnail */		
.hentry-image-medium {
	width:50%;
	}
/* Article Entry */		
.single .hentry-entry {
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	}
/* ----------------------------------------------------------- */
/* =EXTRAS CONTENT
-------------------------------------------------------------- */
.ex-obj {
	float:none;
	width:auto;
	margin-right:12px;
	}
/* ----------------------------------------------------------- */
/* =COMMENTING SYSTEM
-------------------------------------------------------------- */
/* Comments */
#comments-title {
	padding-bottom:0px;
	margin-top:24px;
	font-size:30px;
	}
	.commentlist .children {
		margin-left:0px;
		}
		.comment-author {
			padding-right:0px;
			}
			.comment-author .avatar {
				display:none;
				}
		.comment-body {
			padding-right:0px;
			}
		.reply {
			display:none;
			}
/* Respond */
#reply-title {
	padding-bottom:0px;
	margin-top:24px;
	font-size:30px;
	}
/* ----------------------------------------------------------- */
/* =CONTENT STYLING
-------------------------------------------------------------- */
/* Text */
.hentry-entry blockquote {
	margin-left:12px;
	margin-right:12px;
	padding-top:12px;
	}
/* Images */
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom:12px;
}
img.alignleft,
.wp-caption.alignleft {
	margin-right:12px;
}
img.alignright,
.wp-caption.alignright {
	margin-left:12px;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin-bottom:12px;
}
img.alignnone,
.wp-caption.alignnone {
	margin-bottom:12px;
}	
img.size-medium,
.wp-caption.size-medium{
	width:48.5%;
	}
.wp-caption.size-medium img{
	width:100%;
	}
/* WP Gallery */
.gallery {
	margin-bottom:12px;
	}
.gallery-item {
	width:25%;
	}	
}

@media only screen and (max-width: 479px) {
/* ----------------------------------------------------------- */
/* =BASE STYLING
-------------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* =BODY & WRAPPER
-------------------------------------------------------------- */
#wrap {
	margin-top:0px;
	width:100%;
	background-position: 0 0;
	}
/* ----------------------------------------------------------- */
/* =STRUCTURE
-------------------------------------------------------------- */
#header {
	height:auto;
	}
#extras {
	padding:12px 0 12px 12px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	}
#footer {
	width:100%;
	}
/* ----------------------------------------------------------- */
/* =HEADER CONTENT
-------------------------------------------------------------- */
/* Banner */
#header-img {
	display:none;
	}
/* Logo */
#logo { 
	background-position:0 -144px;
	position:static;
	border-bottom:1px solid #0a0a0a;
	height:120px;
	}
	#logo a {
		width:auto;
		height:120px;
		}
/* Menu */
.menu {
	position:static;
	}
/* Special */
.special {
	position:static;
	width:auto;
	height:auto;
	}
	.special img {
		width:140px;
		height:auto;
		margin-right:12px;
		float:left;
		}
	.special a {
		display:block;
		background:none;
		width:auto;
		height:auto;
		text-indent:0;
		position:static;
		top:0;
		right:0;
		font-size:22px;
		line-height:1;
		padding-top:12px;
		font-weight:bold;
		text-decoration:none;
		text-align:left;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		color:#f0f0f0;
		}
		.special a span {
			padding:0;
			}
		.special a:after {
			display:none;
			}
		.special a:hover {
			background:none;
			color:#FF5E99;
			}
/* ----------------------------------------------------------- */
/* =ARTICLE CONTENT
-------------------------------------------------------------- */
/* Article Thumbnail */	
.floatwrap {
	overflow:visible;
	}
.hentry-image {
	}
.hentry-image-medium {
	width:100%;
	max-width:264px;
	float:none;
	margin-right:0;
	}
/* ----------------------------------------------------------- */
/* =SIDEBAR CONTENT
-------------------------------------------------------------- */
/* RBT */	
#rbt {
	font-size:11px;
	}
/* ----------------------------------------------------------- */
/* =EXTRAS CONTENT
-------------------------------------------------------------- */
.ex-obj {
	float:none;
	width:auto;
	margin-right:12px;
	}
/* ----------------------------------------------------------- */
/* =FOOTER CONTENT
-------------------------------------------------------------- */
/* Footer Left */	
#footer-left {
	padding:0 12px;
	}
	#ragamaya a,
	#isomoto a {
		left:12px;
		}
/* Twitter */	
#twitter_update_list li {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
/* ----------------------------------------------------------- */
/* =CONTENT STYLING
-------------------------------------------------------------- */
/* Images */
img.alignleft,
img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright,
img.aligncenter,
img.alignnone,
.wp-caption.aligncenter,
.wp-caption.alignnone {
	text-align:left;
	float:none;
	display:block;
	width:100%;
	margin:0 0 12px 0;
}
/* WP Gallery */
.gallery-item {
	width:50%;
	}	
}	
	
	
	