/*
Theme Name: YKVision
Theme URI: http://ykvision.com
Description: Created for Yassmin Khajavi by Insom Studios.
Version: 1.0
Author: Tyler Travis
Author URL: http://insomstudios.com/
*/



/* Typography & Colors */

p {
	text-decoration: none;
        margin: 0px 0px 0px 0px;
        font-family:courier, courier new, monospace;
}

a {
	font:bold 14px;
	color: #000000;
	text-decoration: none;
        font-family:courier, courier new, monospace;
}

a:hover {
	font:bold 14px;
	color: #333333;
	text-decoration: none;
        font-family:courier, courier new, monospace;
}

#header a {
        font:bold 16px tahoma;
}

#header a i { 
        visibility: hidden;
}

*html #header a i { 
letter-spacing: 1px;
margin-left: 3px;
}

.white {
	color:#FFFFFF;
}

.drop {
	float:left;
	font-size:56px;
	line-height:38px;
	padding-top:0px; 
	padding-right:3px;
	font-family:courier, courier new, monospace;
}
*html .drop {
	float:none;
padding-right:0px;
font-size:14px;
	line-height:14px;
}

.postmetadata {
	clear:right;
font-size: 9px;
margin-top: 5px;
}

#sidebar li {
	font-size: 14px;
}
/* End Typography & Colors */



/* Structure */
body {
	 background-color: #977c9d;
	 background-image: url(images/transparent.jpg);
	 background-position: center;
         background-position:top;
	 margin: 0;
	 text-align: center;
         font-family:courier, courier new, monospace;
	
}

.narrowcolumn {
	width: 680px;
	margin: 0 auto;
	text-align: left;
        float: left;
}

.clear {
	    clear: both; 
}

div#container {
	width: 987px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	/* margin-top: 58px; */
        margin-top: 35px;
	height: 121px;
	background-image: url(images/header.png);
	background-position: center;
	background-repeat: no-repeat;
padding-bottom: 0px;
}

*html div#header {
	background-image: url(images/header.gif);
}

div#content {
	background-image:url(images/main.jpg);
	background-position: center; 
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
min-height:520px;
}

div#paper {
	background-image:url(images/paper.png);
        background-repeat: no-repeat;
height: 430px;
margin-left: 460px;
}

div#footer {
	 height:54px;
	 background-image: url(images/footer.png);
	 background-position: center;
	 background-repeat: repeat-y;
}

*html div#footer {
	 background-image: url(images/footer.gif);
}

/* End Structure */



/*	Headers */
h1 {
	padding-top: 0px;
	}

h2 {
	padding-top: 0px;
	}

h2.pagetitle {
	
}

#sidebar h2 {
	
	}

h3 {
	
	}

h3.comments {
	
	}
/* End Headers */


/* Image Align */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */







/* OLD STUFF BELOW */







/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 755px;
	width: 160px; 
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* For Map */



ul#map { 

  list-style-type : none;

  position : relative;

  display : block;

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery_cubes2.png) no-repeat 0 0;

  width : 821px;

  height : 462px;

  border : 0;

  margin : 0 auto 0;

  padding : 0;

}



ul#map li { 

  display : inline;
}



ul#map li a {

  position : relative;

  display : block;

  text-decoration : none;


}



ul#map li a span.offset { 

  margin-top : -9000px; 

  margin-left : -9000px;

  position : absolute;
  

}



ul#map li a:hover span.offset, ul#map li a:focus span.offset, ul#map li a:active span.offset {

  color : #000;

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.png) 0 0;

  border : 0;

  display : block;

  width : 230px;

  height : auto;

  text-decoration : none;

  cursor : pointer;

  padding: 5px;

}



ul#map li a:hover span.offset span, ul#map li a:focus span.offset span, ul#map li a:active span.offset span {

  display : block;

  width : 230px;

  margin : 0px;

}





/* hot-spot 01 css */



ul#map li a#map01 {

  width : 230px;

  height : 100px;

  margin-top : 0px;

  margin-left : 110px;

}



ul#map li a#map01:hover, ul#map li a#map01:focus, ul#map li a#map01:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.png) no-repeat -110px 0px;

}



/* hot-spot 02 css */



ul#map li a#map02 {

  width : 230px;

  height : 100px;

  margin-top : -100px;

  margin-left : 590px;

}



ul#map li a#map02:hover, ul#map li a#map02:focus, ul#map li a#map02:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.png) no-repeat -590px 0px;

}




/* hot-spot 03 css */



ul#map li a#map03 {

  width : 230px;

  height : 100px;

  margin-top : 21px;

  margin-left : 350px;

}



ul#map li a#map03:hover, ul#map li a#map03:focus, ul#map li a#map03:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.png) no-repeat -350px -121px;

}


/* hot-spot 04 css */



ul#map li a#map04 {

  width : 230px;

  height : 100px;

  margin-top : 140px;

  margin-left : 230px;


}



ul#map li a#map04:hover, ul#map li a#map04:focus, ul#map li a#map04:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.png) no-repeat -230px -361px;

}



/* hot-spot 05 css */



ul#map li a#map05 {

  width : 230px;

  height : 100px;

  margin-top : -220px;

  margin-left : -10px;

}



ul#map li a#map05:hover, ul#map li a#map05:focus, ul#map li a#map05:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.png) no-repeat 10px -241px;

}


/* hot-spot 06 css */



ul#map li a#map06 {

  width : 230px;

  height : 100px;

  margin-top : -100px;

  margin-left : 590px;

}



ul#map li a#map06:hover, ul#map li a#map06:focus, ul#map li a#map06:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.png) no-repeat -590px -241px;

}




*html ul#map { 

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery_cubes2.gif) no-repeat 0 0;

}


*html ul#map li a:hover span.offset, ul#map li a:focus span.offset, ul#map li a:active span.offset {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.gif) 0 0;

}



*html ul#map li a#map01:hover, ul#map li a#map01:focus, ul#map li a#map01:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.gif) no-repeat -110px 0px;

}


*html ul#map li a#map02:hover, ul#map li a#map02:focus, ul#map li a#map02:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.gif) no-repeat -590px 0px;

}



*html ul#map li a#map03:hover, ul#map li a#map03:focus, ul#map li a#map03:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.gif) no-repeat -350px -121px;

}


*html ul#map li a#map04:hover, ul#map li a#map04:focus, ul#map li a#map04:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.gif) no-repeat -230px -361px;

}


*html ul#map li a#map05:hover, ul#map li a#map05:focus, ul#map li a#map05:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.gif) no-repeat 10px -241px;

}


*html ul#map li a#map06:hover, ul#map li a#map06:focus, ul#map li a#map06:active {

  background : transparent url(http://ykvision.com/wp-content/themes/ykvision/images/gallery-cubes_over1.gif) no-repeat -590px -241px;

}