/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body { font: normal 15px/20px  Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5 {
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

h1 { font-size: 22; line-height: 22px; }
h2 { font-size: 20px; line-height: 20px; }
h3 { font-size: 18px; line-height: 18px; }
h4 { font-size: 16px; line-height: 16px; }
h5 { font-size: 12px; line-height: 12px; }

h2,
h5 { color: #444; }

small { color: #aaa; }

hr { border-top-color: #e2e2e2; }

pre {
	border: 1px solid #e2e2e2;
	background: #fafafa;
}
.img1{
 width: 170px;
 height: 250px;
  border:1px solid #666;
  border-radius:6px;
   cursor: url(/images/zoomin.gif), pointer;
   transition:all .35s ease-in-out;
 -webkit-transition:all .35s ease-in-out;
 -moz-transition:all .35s ease-in-out;
 -o-transition:all .35s ease-in-out;
 -ms-transition:all .35s ease-in-out;
}
.img1:hover{
 width: 340px;
 height: 500px;
 margin: -70px 0px auto;
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}