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

/* CSS reset */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
img { 
	border:0;
}
/* main */
body {
	background-color: #3767c9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width:100%;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: underline;
	color: #00F;
}
#main{
width:780px;
height:560px;	
margin:25px auto 0px;
background-color:#92ABED;
padding:10px;
border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
box-shadow: inset 0px 0px 10px black,0px 0px 12px 18px #fabd0c; 
-webkit-box-shadow: inset 0px 0px 10px black,0px 0px 12px 18px #fabd0c; 
-moz-box-shadow: inset 0px 0px 10px black,0px 0px 12px 18px #fabd0c;
}
.rnddrop{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 3px 3px 3px #666666;
-webkit-box-shadow: 3px 3px 3px #666666;
-moz-box-shadow: 3px 3px 3px #666666;
}
.rnddropsm{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 1px 1px 3px #666666;
-webkit-box-shadow: 1px 1px 3px #666666;
-moz-box-shadow: 1px 1px 3px #666666;
}
.rnddropsmbottom{
width: 50px;
height: 50px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 2px 2px 2px #666666;
-webkit-box-shadow: 2px 2px 2px #666666;
-moz-box-shadow: 2px 2px 2px #666666;
margin-top:13px; 
margin-right:1px;
border: 0;
}
.rnd{
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
.grav {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;

}

.grav:hover {
-webkit-transform: scale(1.5) rotate(720deg);
-moz-transform: scale(1.5) rotate(720deg);
-o-transform: scale(1.5) rotate(720deg);
-ms-transform: scale(1.5) rotate(720deg);
transform: scale(1.5) rotate(720deg);
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}

.da-thumbs {
text-align:center;
}

span.link_post{
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-image:url(../images/link_post_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-right:10px;
}

span.zoom{
overflow:hidden;
display:block;
width:35px;
height:35px;
background-color:#DF6232;
border-radius:50px;
cursor:pointer;
background-image:url(../images/zoom_icon.png);
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
}

/* Image Grid */
.image_grid {
	margin:0 auto;
	overflow:hidden;
	width:476px;
	position:relative;

}

.image_grid div{
	float: right;
	overflow:hidden;
	margin-bottom:3px;
	margin-right: 4px;
	text-align:center;
}
.da-thumbs div ,
.da-thumbs div  img {
	display: block;
	position: relative;
}
.da-thumbs div  {
	overflow: hidden;
}
.da-thumbs div  article {
	position: absolute;
	color:#fabd0c;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 468px;
	height: 60px;
}
.da-thumbs div  article.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gravinbanner{
margin:5px 0 0 8px;
box-shadow: 0px 0px 2px 3px #fabd0c; 
-webkit-box-shadow: 0px 0px 2px 3px #fabd0c; 
-moz-box-shadow: 0px 0px 2px 3px #fabd0c;
	}