

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, .caption>ol, .caption>ul, .permalinkleft ul li, .permalinkleft ol li{
	margin-left:20px;
	margin-bottom:10px;
}
blockquote, .permalinkleft ul, .permalinkleft ol{
	padding:20px;
	font-style: italic;
}

body{
	//background-image: url("http://static.tumblr.com/szanjxb/Bahlplh1c/bg.jpg") ;
	//background-repeat: repeat;
	color: #444;
	background: #fff;
	font-family: Fenix, Arial, Helvetica, sans-serif;
	//font-family: 'Gentium Book Basic', Georgia, serif;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 400;	
}

h1, h2, .h1, .h2 {
	font-weight: 400;
	line-height: 1.25;
	margin-top: .5em;
}

h1, .h1 {
	font-size: 48px;
}

h2, .h2 {
	font-size: 40px;
}

h3, .h3 {
	font-size: 24px;
}

h1+h2 { margin-top: 0; }

p, .p, ul, ol {
	font-size: 14px;
}

small, .small {
	font-size: 10px;
}

strong, .strong {
	font-weight: 700;
}

p, ul, ol {
	margin-top: 1em;
}

@media screen and (min-width: 801px) {
	body {
  		line-height: 1.2;
	}
	h1, .h1 {
		font-size: 48px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	p, .p, ul, ol {
		font-size: 16px;
	}
	small, .small {
		font-size: 12px;
	}
}      

.wrap {
	width: 90%;
	padding: 0 5%;
	max-width: 48em;
	margin: 0 auto;
	overflow: hidden;
}

article {
	margin-top: 4em;
}


header {
	width: 90%;
	padding: 0;
	max-width: 48em;
	margin: 0 auto;
}

header:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


h1 {
	font-size: 18px;
	color:#9f1e11;
	margin-bottom:10px;
	font-weight: normal;
	
}
h1 a{
	text-decoration:none;
}
h2 {
	color:#2f2f2f;
	margin-bottom:5px;
	font-weight:normal;
}
h2 a, .textpost p a{
	color:#2f2f2f;
	text-decoration:none;
}
.caption>ol, .permalinkleft ol li{
	list-style: decimal;
}
.caption>ul, .permalinkleft ul li{
	list-style: disc;
}
a, a:visited{
	color:#9f1e11;
	text-decoration:underline;
}
a:hover{
	color:#444;
	text-decoration:none;
}
a.overlaylink{
    font-size: 12px;
	text-decoration:none;
	color:#fff;
}
.header {
	margin:50px 15px 100px 15px;
	width:300px;
	float:left;
}
ol.notes{
	margin-top: 10px;
}
ol.notes li.note{
	margin-bottom:5px;
	list-style: none;
	font-size: 10px;
}
li.note a{
    text-decoration: none;
    color: #aaa;
}
li.note a:hover{
    color: #000;
}
li.note a.avatar_frame{
    display: none;
}
ul.chat li{
	margin-bottom:5px;
}
.permalinkleft{
	padding: 30px 0px;
}
img.permalinkimg, .permalinkleft iframe{
	padding:10px;
	max-width:100%;
	margin: 0 auto;
	display:block;
	background-color:#fff;
}
p.description{
	color:#444;
	line-height: 1.6;
}
.caption{
	font-weight:normal;
	color:#444;
}
.caption p{
	line-height: 1.4;
	margin-bottom:15px;
}
.nav{
	margin:85px 15px 100px 15px;
	width:300px;
	float:right;
	text-align:right;
}
.nav ul li{
	margin-bottom:5px;
	text-transform: capitalize;
}
.nav ul li a{
	text-decoration:none;
}
.label{
	font-weight:bolder;
}
.next{
	background: url("http://static.tumblr.com/szanjxb/IzUlpbzw0/next.gif") no-repeat right center;
	width:10%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	float:left;
	overflow:none;
	border-right:0px solid #eee;
}
.previous{
	background: url("http://static.tumblr.com/szanjxb/mCDlpbzy4/prev.gif") no-repeat left center;
	width:10%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	float:left;
	overflow:none;
	border-left:0px solid #eee;
}
.shadow {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.75), 0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.75), 0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.75), 0 1px 4px rgba(0, 0, 0, 0.3);
}

		  	@media screen and (min-width: 861px) {
		    .next:hover{
		        background-color: #999;
		    	border-right:20px solid #ccc;
		    }

		  	.previous:hover{
		  	    background-color: #999;
		  		border-left:20px solid #ccc;
		  	}
		  	}
		  	
		  	.content{
		  		width:780px;
		  		margin:0 auto;
		  		overflow:hidden;
		  	}
		  	.textpost {
		  		width:148px; height:148px;
		  		margin:10px;
		  		overflow:hidden;
		  		color:#444;
		  	}
		  	.textpost>p{
		  		color:#444;
		  		line-height: 1.6;
		  	}
		  	.textpost h2 a, .textpost h2, .textpost a{
		  		color:#2f2f2f;
		  		
		  	}
		  	.postrow{
		  		clear:both;
				overflow: hidden;
				padding-bottom:250px;
		  	}
		  	@media screen and (min-width: 480px) {

		  	    .post{
		  	    	width:168px; height:168px;
		  	    	margin: 12px 12px;
		  	    	position:relative;
		  	    	float:left;
		  		    background-color:white;
		  		
		  	    }
		  	    
		  	    .postrow:hover .post{
		  	        height:208px;
		  	    }
		  	}
		  	@media screen and (max-width: 800px) {

		  	    .post{
		  	    	width:168px; height:208px;
		  	    	margin: 15px 15px;
		  	    	position:relative;
		  	    	float:top;
		  	    	clear: top;
		  		    background-color:white;
		  		
		  	    }
		  	}
		  	.post embed{
		  		width:148px; height:148px;
		  		padding:10px;
		  	}
		  	.post img{
		  		min-width:148px; min-height:148px;
		  		max-width: 100%;
		  		padding:10px;
		  		position:absolute;
		  		top:0; left:0;
		  		clip:rect(0px 158px 158px 0px);
		  	}
		  	.permalinkdesc{
		  		
		  		margin: 0 auto;
		  		margin-bottom:15px;
		  		max-width:500px;
		  	}
		  	.permalinkleft p{
		  		color:#fff;
		  		line-height: 1.4;
		  	}
		  	.overlaylink{
		  		opacity:0;
		  		position: absolute;
		  		top:10px; left:10px; right:10px;
		  		background-color:black;
		  		text-align:center;
		  		padding: 67px 0;
		  		padding-left: 48px;
		  		padding-right: 47px;
		  		z-index:10;
		  		max-width:148px; max-height: 148px;
		  		color:#FFF;
		  		overflow: hidden;
		  	}
		  	
		  	.overlaylink .caption{
		  		text-align:center;
		  		color:#FFF;
		  		overflow: hidden;
		  		font-size: 12px;
		  	}
		  	
		  	@media screen and (min-width: 480px) {
    		  	.post:hover .overlaylink{
		  		    opacity: .75;
		  	    }
		  	}
		  	
		  	.tags{
		  		overflow:hidden;
		  	}
		  	.tags ul li{
		  		float:left;
		  		margin-right:5px;
		  	}
		  	.tags ul li a{
		  		text-decoration: none;
		  		color:#aaa;
		  	}
		  	.tags ul li a:hover, .meta a:hover{
		  		text-decoration:none;
		  		font-weight: bold;
		  		color:#999;
		  	}

    /* VijayArunkumar.com look n feel */
.curl {background-image: url("http://www.vijayarunkumar.com/images/curl-bottom-right.png");width: 100px;height: 100px;bottom: -20px;right: -20px;position: absolute;}
.tapeTop {background-image: url("http://www.vijayarunkumar.com/images/tape.png");background-repeat: no-repeat;width: 77px;height: 27px;position: absolute;top: -15px;left: 150px;}
.tapeLeft {background-image: url("http://www.vijayarunkumar.com/images/tape-vert.png");background-repeat: no-repeat;width: 27px;height: 77px;left: -15px;position: absolute;top: 100px;}.tapeRight {background-image: url("http://www.vijayarunkumar.com/images/tape-vert.png");background-repeat: no-repeat;width: 27px;height: 77px;right: -13px;position: absolute;top: 100px;}.bizcardtape {background-image: url("http://www.vijayarunkumar.com/images/work.png");background-repeat: no-repeat;width: 110px;height: 70px;left: 110px;position: absolute;top: -45px;-webkit-transform: rotate(-5deg);
}
.lifetape {background-image: url("http://www.vijayarunkumar.com/images/life.png");background-repeat: no-repeat;width: 110px;height: 70px;left: 110px;position: absolute;top: -45px;-webkit-transform: rotate(45deg);
}
#title {    font-family: Helvetica, sans-serif;    font-size: 36px;    color: #666666;    padding-top: 20px;    padding-bottom: 5px;    }
#subtitle {    font-family: Helvetica, sans-serif;    font-size: 12px;    color: #999999;    padding-left: 50px;    float:left;}
#header {height: 75px;width: 780px;background-image: url("http://www.vijayarunkumar.com/images/hr-shadow.png");background-repeat: no-repeat;background-position: bottom center;padding-bottom: 20px;}
#container {top: 0px;left: 0px;margin-left: auto;margin-right: auto;max-width: 780px;position: relative; overflow: visible;}
#menubar {    vertical-align:text-bottom;    float: right;}
#bubbles {    top:76px;    left: 1px;    }
.menuItem {color: #666666;float: left;padding-left: 10px;    font-family: Helvetica, sans-serif;    font-size: 12px;vertical-align:text-bottom;}
.menuItem A {color: #666666;text-decoration: none;width: 100%;}
.menuItem A:hover {color: #333333;text-decoration: none;width:100%;}
#menuResume A {color: #FF0000;}
#bizcard {border: 1px solid #999999;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333333;background-color:#FAFAFA;position: relative;float: left;width: 300px;height: 150px;-webkit-transform: rotate(5deg);margin-top: 200px;margin-left: 100px;}
#lifepic {border: 1px solid #999999;font-family: Verdana, Arial, Helvetica, sans-serif;background-image: url("http://www.vijayarunkumar.com/images/life-pic.png");background-repeat: no-repeat;font-size:12px;color:#333333;position: relative;float: left;width: 230px;height: 303px;-webkit-transform: rotate(-10deg);margin-top: 200px;margin-left: 20px;}
#bizcard span {position: absolute;}
#bizfname {float: left;margin-left:20px;margin-top:20px;}
#bizlname {float: left;margin-left:5px;margin-top: 20px;}
#biztitle {clear:both;float:left;margin-left: 20px;font-size: 9px;}
#bizphone {clear:both;float: right;font-size:9px;margin-top: 20px;margin-right: 15px;}
#bizemail {clear: both;float: right;font-size:9px;margin-right: 15px;margin-bottom: 20px;}
#bizaddress {position: absolute;bottom: 10px;left: 0px;}
#bizstreet {clear: both;float: left;font-size:9px;margin: 3px 3px 3px 20px;}
#bizcity {clear: right;float: left;font-size:9px;margin: 3px;}
#bizstate {display: none;font-size:9px;clear: right;float: left;}
#bizstateabbr {clear: right;font-size:9px;float: left;margin: 3px;}
#bizzip {float: left;font-size:9px;clear: right;margin: 3px;}
.test {position: relative;height: 500px;background-image: url("http://www.vijayarunkumar.com/images/pencil-vert.png");background-position: center;background-repeat: repeat-y;}
#homepage {position: relative;margin-top: 10px;}
.resumePromo {background-image: url("http://www.vijayarunkumar.com/images/resume-promo.png");background-repeat: no-repeat;width: 200px;height: 60px;right: 90px;position: absolute;top: 0px;}
.appPromo {background-image: url("http://www.vijayarunkumar.com/images/app-promo.png");background-repeat: no-repeat;width: 200px;height: 120px;left: 10px;position: absolute;top: 0px;}
#fotoyaki {font-family: Verdana, Arial, Helvetica, sans-serif;background-image: url("http://www.vijayarunkumar.com/images/fotoyaki.png");background-repeat: no-repeat;font-size:12px;color:#333333;position: absolute;top: 20px;left: 210px;width: 100px;height: 100px;-webkit-transform: rotate(10deg);}
#zdo {font-family: Verdana, Arial, Helvetica, sans-serif;background-image: url("http://www.vijayarunkumar.com/images/zdo.png");background-repeat: no-repeat;font-size:12px;color:#333333;position: absolute;top: 20px;left: 320px;width: 100px;height: 100px;-webkit-transform: rotate(-7deg);}

      .wrap {
        width: 90%;
        padding: 0 5%;
        max-width: 48em;
        margin: 0 auto;
        overflow: hidden;
      }
          
            @media screen and (min-width: 861px) {
                div.wrap {width: 780px;}
            }
            
            @media screen and (max-width: 860px) {
                #header {width: auto; background-image: none; border-bottom: solid 1px #aaa;}
    		  	.postrow .like_reblog
    		  	{
		  	        display: block;
		  	        position: absolute;
		      	    bottom: 30px; right: 0px;
	    	  	    height: 20px;
    		  	}
            }
            
            ul.like_and_reblog_buttons {
                list-style: none;
                margin-top: 0px;
            }

            .like_and_reblog_buttons li {
                float:right;
                margin: 0;
                padding: 0px 15px;
            }
            
            .like_reblog .like_and_reblog_buttons li {
                    padding: 7px 7px;
            }

            
.sublife
{
    background-color:#aaa;
    color: white;
    padding: 10px;
    margin-right: 10px;
    font-family: Courier;
}

.sublife_selected
{
    background-color:black;
    color:white;
    padding: 10px;
    margin-right: 10px;
    font-family: Courier;
}

.lifeButton
{
    background-color:#eee;
    color: #666;
    padding: 50px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: Courier;
    font-size: 24px;
    max-width: 200px;
    text-align: center;
}

.lifeButton:hover {
	background-color: black;
	color: white;
}

.lifePadding {
	height: 100px;
}
#portfolio {
border: 1px solid #eee;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#FEFEFE;
position: relative;
margin-top: 10px;
overflow: visible;
}

@media screen and (max-width: 800px) {
                 #header {padding-bottom: 25px;}
    #menubar {   margin: 0px 0px; clear:left; vertical-align:text-bottom;    float: left; clear: left;}
    #subtitle { display: none;}
	.menuItem {color: #666666; background-color: #EEEEEE; padding: 0px; float: left; border-radius: 2px; font-size: 16px;vertical-align:middle; margin: 0px 5px;}
	.menuItem A {color: #666666; text-decoration: none;padding: 5px;}
	.menuItem A:hover {color: #000000;text-decoration: none;}
	#menuResume {background-color: #FFEEEE;}
	#menuResume A {color: #666666;}
	#menuResume A:hover {color: #000000;}
	.appPromo {display:none;}
	.resumePromo {display:none;}

	#bizcard {border: 1px solid #999999;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333333;background-color:#FAFAFA;position: relative;float: left;width: 300px;height: 150px;-webkit-transform: rotate(5deg);margin-top: 150px;margin-left: 20px;}
	#lifepic {border: 1px solid #999999;font-family: Verdana, Arial, Helvetica, sans-serif;background-image: url("http://www.vijayarunkumar.com/images/life-pic.png");background-repeat: no-repeat;font-size:12px;color:#333333;position: relative;float: left;width: 230px;height: 303px;-webkit-transform: rotate(-10deg);margin-top: 50px;margin-left: 50px;}
	#fotoyaki {font-family: Verdana, Arial, Helvetica, sans-serif;background-image: url("http://www.vijayarunkumar.com/images/fotoyaki.png");background-repeat: no-repeat;font-size:12px;color:#333333;position: absolute;top: 20px;left: 210px;width: 100px;height: 100px;-webkit-transform: rotate(10deg);}
	#zdo {font-family: Verdana, Arial, Helvetica, sans-serif;background-image: url("http://www.vijayarunkumar.com/images/zdo.png");background-repeat: no-repeat;font-size:12px;color:#333333;position: absolute;top: 20px;left: 70px;width: 100px;height: 100px;-webkit-transform: rotate(-7deg);}
	.lifeButton
	{
	    padding: 30px;
	}
	.lifePadding {
		height: 20px;
	}

}

        /*********************************/
        /* Animation.css hard-copied from http://static.tumblr.com/szanjxb/7fJlpp71p/animation.css*/
        /*********************************/
        
        @media screen and (min-width: 860px) {
    	  	.overlaylink,
		  	.next,
        	.previous,
        	.postrow .one,
        	.postrow .two,
        	.postrow .three,
        	.postrow .four,
        	.postrow .five,
        	.postrow .six,
        	.postrow .seven,
        	.postrow .eight,
        	.postrow .nine,
        	.postrow .ten,
        	.postrow .eleven,
        	.postrow .twelve,
        	.postrow .thirteen,
        	.postrow .fourteen,
        	.postrow .fifteen
        	
        	{
				-webkit-transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
		  	.postrow:hover .one,
		  	.postrow:hover .two,
		  	.postrow:hover .three,
		  	.postrow:hover .four,
		  	.postrow:hover .five,
		  	.postrow:hover .six,
		  	.postrow:hover .seven,
		  	.postrow:hover .eight,
		  	.postrow:hover .nine,
		  	.postrow:hover .ten,
		  	.postrow:hover .eleven,
		  	.postrow:hover .twelve,
		  	.postrow:hover .thirteen,
		  	.postrow:hover .fourteen,
		  	.postrow:hover .fifteen
		  	{
		  		-moz-transform: scale(1) rotate(0deg) translate(0px, 0px);
				-webkit-transform: scale(1) rotate(0deg) translate(0px, 0px);
				-o-transform: scale(1) rotate(0deg) translate(0px, 0px);
				-ms-transform: scale(1) rotate(0deg) translate(0px, 0px);
				transform: scale(1) rotate(0deg) translate(0px, 0px);		
		  	}
		  	
		  	.postrow:hover .like_reblog
		  	{
		  	    display: block;
		  	    position: absolute;
		  	    bottom: 30px; right: 0px;
		  	    height: 20px;
		  	}
		  	
		  	.postrow .like_reblog
		  	{
		  	    display: none;
		  	}
		  	
		  	.one{
				-moz-transform: scale(.75) rotate(4deg) translate(440px, 130px);
				-webkit-transform: scale(.75) rotate(4deg) translate(440px, 130px);
				-o-transform: scale(.75) rotate(4deg) translate(440px, 130px);
				-ms-transform: scale(.75) rotate(4deg) translate(440px, 130px);
				transform: scale(.75) rotate(4deg) translate(440px, 130px);
				z-index: 15;
		  	}
		  	.two{
				-moz-transform: scale(.75) rotate(-10deg) translate(25px, 200px);
				-webkit-transform: scale(.75) rotate(-10deg) translate(25px, 200px);
				-o-transform: scale(.75) rotate(-10deg) translate(25px, 200px);
				-ms-transform: scale(.75) rotate(-10deg) translate(25px, 200px);
				transform: scale(.75) rotate(-10deg) translate(25px, 200px);
				z-index: 14;
		  	}
		  	.three{
				-moz-transform: scale(.75) rotate(-4deg) translate(50px, 120px);
				-webkit-transform: scale(.75) rotate(-4deg) translate(50px, 120px);
				-o-transform: scale(.75) rotate(-4deg) translate(50px, 120px);
				-ms-transform: scale(.75) rotate(-4deg) translate(50px, 120px);
				transform: scale(.75) rotate(-4deg) translate(50px, 120px);
				z-index: 13;
		  	}
		  	.four{
				-moz-transform: scale(.75) rotate(8deg) translate(-400px, 150px);
				-webkit-transform: scale(.75) rotate(8deg) translate(-400px, 150px);
				-o-transform: scale(.75) rotate(8deg) translate(-400px, 150px);
				-ms-transform: scale(.75) rotate(8deg) translate(-400px, 150px);
				transform: scale(.75) rotate(8deg) translate(-400px, 150px);
				z-index: 12;
		  	}
		  	
		  	.five{
				-moz-transform: scale(.75) rotate(5deg) translate(400px, -250px);
				-webkit-transform: scale(.75) rotate(5deg) translate(400px, -250px);
				-o-transform: scale(.75) rotate(5deg) translate(400PX, -250px);
				-ms-transform: scale(.75) rotate(5deg) translate(400px, -250px);
				transform: scale(.75) rotate(5deg) translate(400px, -250px);
				z-index: 11;
		  	}
		  	.six{
				-moz-transform: scale(.75) rotate(20deg) translate(200px, -75px);
				-webkit-transform: scale(.75) rotate(20deg) translate(200px, -75px);
				-o-transform: scale(.75) rotate(20deg) translate(200px, -75px);
				-ms-transform: scale(.75) rotate(20deg) translate(200px, -75px);
				transform: scale(.75) rotate(20deg) translate(200px, -75px);
				z-index: 10;
		  	}
		  	
		  	.seven{
				-moz-transform: scale(.75) rotate(-9deg) translate(70px, -30px);
				-webkit-transform: scale(.75) rotate(-9deg) translate(70px, -30px);
				-o-transform: scale(.75) rotate(-9deg) translate(70px, -30px);
				-ms-transform: scale(.75) rotate(-9deg) translate(70px, -30px);
				transform: scale(.75) rotate(-9deg) translate(70px, -30px);
				z-index: 9;
		  	}
		  	.eight{
				-moz-transform: scale(.75) rotate(-4deg) translate(-450px, 40px);
				-webkit-transform: scale(.75) rotate(-4deg) translate(-450px, 40px);
				-o-transform: scale(.75) rotate(-4deg) translate(-450px, 40px);
				-ms-transform: scale(.75) rotate(-4deg) translate(-450px, 40px);
				transform: scale(.75) rotate(-4deg) translate(-450px, 40px);
				z-index: 8;
		  	}
		  	.nine{
				-moz-transform: scale(.75) rotate(15deg) translate(360px, -90px);
				-webkit-transform: scale(.75) rotate(15deg) translate(360px, -90px);
				-o-transform: scale(.75) rotate(15deg) translate(360px, -90px);
				-ms-transform: scale(.75) rotate(15deg) translate(360px, -90px);
				transform: scale(.75) rotate(15deg) translate(360px, -90px);
				z-index: 7;
		  	}
		  	.ten{
				-moz-transform: scale(.75) rotate(10deg) translate(20px, 30px);
				-webkit-transform: scale(.75) rotate(10deg) translate(20px, 30px);
				-o-transform: scale(.75) rotate(10deg) translate(20px, 30px);
				-ms-transform: scale(.75) rotate(10deg) translate(20px, 30px);
				transform: scale(.75) rotate(10deg) translate(20px, 30px);
				z-index: 6;
		  	}
		  	.eleven{
				-moz-transform: scale(.75) rotate(3deg) translate(450px, -160px);
				-webkit-transform: scale(.75) rotate(3deg) translate(450px, -160px);
				-o-transform: scale(.75) rotate(3deg) translate(450px, -160px);
				-ms-transform: scale(.75) rotate(3deg) translate(450px, -160px);
				transform: scale(.75) rotate(3deg) translate(450px, -160px);
				z-index: 5;
		  	}
		  	.twelve{
				-moz-transform: scale(.75) rotate(-12deg) translate(390px, -50px);
				-webkit-transform: scale(.75) rotate(-12deg) translate(390px, -50px);
				-o-transform: scale(.75) rotate(-12deg) translate(390px, -50px);
				-ms-transform: scale(.75) rotate(-12deg) translate(390px, -50px);
				transform: scale(.75) rotate(-12deg) translate(390px, -50px);
				z-index: 4;
		  	}
		  	.thirteen{
				-moz-transform: scale(.75) rotate(-4deg) translate(-280px, -300px);
				-webkit-transform: scale(.75) rotate(-4deg) translate(-280px, -300px);
				-o-transform: scale(.75) rotate(-4deg) translate(-280px, -300px);
				-ms-transform: scale(.75) rotate(-4deg) translate(-280px, -300px);
				transform: scale(.75) rotate(-4deg) translate(-280px, -300px);
				z-index: 3;
		  	}
		  	.fourteen{
				-moz-transform: scale(.75) rotate(-30deg) translate(-360px, -400px);
				-webkit-transform: scale(.75) rotate(-30deg) translate(-360px, -400px);
				-o-transform: scale(.75) rotate(-30deg) translate(-360px, -400px);
				-ms-transform: scale(.75) rotate(-30deg) translate(-360px, -400px);
				transform: scale(.75) rotate(-30deg) translate(-360px, -400px);
				z-index: 2;
		  	}
		  	.fifteen{
				-moz-transform: scale(.75) rotate(40deg) translate(-290px, 30px);
				-webkit-transform: scale(.75) rotate(40deg) translate(-290px, 30px);
				-o-transform: scale(.75) rotate(40deg) translate(-290px, 30px);
				-ms-transform: scale(.75) rotate(40deg) translate(-290px, 30px);
				transform: scale(.75) rotate(40deg) translate(-290px, 30px);
				z-index: 1;
		  	}
        }
		  	

        