/**** Base styles ****/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300);

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	overflow-y: auto;
}

body { 
	font-family: 'Roboto', sans-serif;
	background: #000000;
	color: #fff;
	line-height: 1.6em;
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

a:active {
	background: hsla( 0, 100%, 100%, 0.5 );
}
h1 {
	font-size: 1.8em;
	color:#fbdb76;
	margin:10px 0;
	line-height:22px;
}
h1 a{
	color:#fbdb76;
}
h2 {
	font-size:2.2em;
	color:#d0a42e;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1em;
}

h3 {
	font-size:1.2em;
	color:#fff;
	margin-top:30px;
	margin-bottom:10px;
	line-height:1em;
}

p {
	margin:10px 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

#wapper {
	margin:0 auto;
	width:1030px;
}
#header {
	position:relative;
	margin:0 auto;
	width:1020px;
	padding:0;
	text-align:center;
}

/**** Content ****/

#content {
	padding: 10px 10px 10px 10px;
}

/* screens smaller than 640 */
@media screen and (max-width: 640px) {
  
  #content {
	  margin:0 auto;
	  width:1020px;
  }

}

a img {
	border: none;
}



#site-footer {
	clear: both;
	margin: 0 auto;
	width:1010px;
	border-top: 2px solid #444;
	padding-top: 10px;
	line-height: 30px;
	font-size: 0.7em;
	text-align:center;
}

#container {
	width:1020px;
	margin:0 auto;
	margin-bottom: 20px;
	clear: both;
}


.box {
	margin: 9px;
	padding: 10px;
	background: #111;
	font-size: 0.8em;
	line-height: 1.8em;
	float: left;
}

.highlight {
	background: #02637f;
}

.act {
	background: #df1d90;
}

.box img,
#tumblelog img {
	display: block;
	width: 100%;
}

.rtl .box {
	float: right;
	text-align: right; 
	direction: rtl;
}

.col1 {
	width: 300px;
}

.a-content {
	position:relative;
	display: block;
	width: 640px;

}

.col1 img {
	max-width: 300px;
}

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	   -moz-transition-duration: 0.7s;
		-ms-transition-duration: 0.7s;
		 -o-transition-duration: 0.7s;
			transition-duration: 0.7s;
}

.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
		-ms-transition-property: height, width;
		 -o-transition-property: height, width;
			transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
	-webkit-transition-property: left, right, top;
	   -moz-transition-property: left, right, top;
		-ms-transition-property: left, right, top;
		 -o-transition-property: left, right, top;
			transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
	-webkit-transition-property: none;
	   -moz-transition-property: none;
		-ms-transition-property: none;
		 -o-transition-property: none;
			transition-property: none;
}



/* Tumblelog example */

#tumblelog {
	background: #FFF;
	padding: 1.0em;
}

#tumblelog .story {
	margin: 10px;
	border-top: 4px solid #DCB;
	padding-top: 10px;
	background: #FFF;
	float: left;
}

#tumblelog h1, #tumblelog h2, #tumblelog h3 {
	font-weight: bold;
}

#tumblelog .col1 {
	width: 220px;
}

#tumblelog .col1 img {
	max-width: none;
}

/* Infinite Scroll loader */
#infscr-loading { 
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 45%;
	bottom: 40px;
	width: 200px;
	padding: 10px;
	background: #000; 
	opacity: 0.8;
	color: #FFF;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}


/**** Clearfix ****/
.clearfix:before, .clearfix:after {
	content: ""; display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

#social_count{
	position:relative;
	margin-top:10px;
	padding-top:10px;
	font-size:0.9em;
	border-top:1px solid #666;
}

#icon_coment {
	position:relative;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:5px;
	vertical-align:text-top;
	background-image:url(../images/socialset.png);
	background-position:-255px -344px;
}

#icon_like {
	position:relative;
	float:left;
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:20px;
	margin-right:5px;
	vertical-align:text-top;
	background-image:url(../images/socialset.png);
	background-position:-16px -257px;
}

#fb_coment_count {
	position:relative;
	float:left;
}
#fb_like_count {
	position:relative;
	float:left;
}

#social-icons {
    list-style: none;
    position: absolute;
    background: transparent;
	margin-top:50px;
}

#social_box {
	position:relative;
	float:right;
	z-index:10;
}

#banner_side {
	position:relative;
	margin:0 auto;
	margin-right:11px;
	width:980px;
	height:250px;
	padding:10px;
	background:#222;
}