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

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body {
	width: 100%;
	height: 95%;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "GentiumRegular", Georgia, "Times New Roman", serif;
	line-height: 130%;
	color: #252525;
	background-color: #d4c85a;
}
#wrapper {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
#main {
	background-color: #fffbe7;
	border: 1px solid #a1a1a1;
	display: block;
}
#ie6ishell {
	width: 980px;
	padding: 10px;
	background-color: #C60;
	color: #ffffff;
	margin-bottom: 10px;
	display: none;
	
}
#ie6ishell a {
	color: #ffffff;
	text-decoration: underline;
}
.ie6 #ie6ishell {
	display: block;
}

/* header */

#header {
	display: block;
	width: 980px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #a1a1a1;
	padding-bottom: 5px;
}
#logo {
	display: block;
	float: left;
	width: 200px;
	height: 40px;
	background-image: url("../images/sprite.png");
	background-position: 0px 0px;
	margin-right: 45px;
}
#logo:hover {
	background-position: 0px -40px;
}
#logo a {
	display: block;
	height: 40px;
	width: 200px;
	text-indent: -8000px;
}
#nav {
	display: block;
	float: left;
	height: 40px;
	
}
#nav ul {
}
#nav ul li {
	display: block;
	float: left;
	height: 40px;
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
}
#nav ul li a {
	text-indent: -8000px;
	display: block;
	height: 40px;
}
#nav ul li.author {
	background-position: -220px 0px;
	width: 150px;
}
#nav ul li.author:hover {
	background-position: -220px -40px;
}
#nav ul li.ia {
	background-position: -368px 0px;
	width: 419px;
}
#nav ul li.ia:hover {
	background-position: -368px -80px;
}
#nav ul li.designer {
	background-position: -790px 0px;
	width: 160px;
}
#nav ul li.designer:hover {
	background-position: -790px -122px;
}
#nav ul li.author a {
	width: 150px;
}
#nav ul li.ia {
	width: 419px;
}
#nav ul li.designer {
	width: 164px;
}
body#author #nav ul li.author {
	background-position: -220px -40px;
}
body#ia #nav ul li.ia {
	background-position: -368px -80px;
}
body#designer #nav ul li.designer {
	background-position: -790px -122px;
}

/* page structure */

#content {
	display: block;
	float: left;
	width: 670px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#sidebar {
	display: block;
	float: left;
	width: 280px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sidebar h2 {
	text-transform: uppercase;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: .7em;
	border-bottom: 1px dotted #a1a1a1;
	margin-bottom: 10px;
}
#sidebar span.thumb-caption {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height: 100%;
	padding-top: 0px;
}
#sidebar li {
	margin-bottom: 10px;
}
#sidebar li img {
	margin-bottom: 0px !important;
	border: 1px solid #e1e1e1;
	padding: 2px;
}
#sidebar li img:hover {
	border: 1px solid #a1a1a1;
}
#blogs {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
#blogs h2 {
	font-size: .65em;
	text-transform: uppercase;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 100%;
	padding-bottom: 5px;
}
#blogs h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "GentiumRegular", Georgia, "Times New Roman", serif;
}

#blogs p {
	font-size: .7em;
	margin-bottom: 10px;
	line-height: 130%
}
.author-side p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
		font-size: .7em;
	margin-bottom: 10px;
	line-height: 130%
}
#footer {
	display: block;
	width: 1000px;
	background-color: #523127;
	margin: 0px;
	color: #fffbe7;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: .7em;
	line-height: 130%;
}
#footer a {
	color: #fffbe7;
}
#footer-content {
	display: block;
	float: left;
	width: 670px;
	padding: 10px;
	margin-bottom: 10px;
}
#footer-content .content-block {
	display: block;
	float: left;
	margin-right: 20px;
	width: 200px;
}
#footer-content .content-block h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: .2em;
	;
}
#footer-content .content-block li {
	margin-bottom: 5px;
}
#book-promo {
	display: block;
	float: left;
	width: 280px;
	margin-bottom: 10px;
}
#book-promo img.book {
	border: 3px solid #e1e1e1;
	float: left;
	margin: 10px;
}
#book-promo img.book:hover {
	border: 3px solid #ffffff;
}
#book-promo p {
	margin-top: 10px;
	margin-right: 10px;
}

/* type */

a {
	color: #790000;
	text-decoration: none;
}
a:visited {
	color: #a1a1a1;
}
a:hover {
	text-decoration: underline;
}
h1 {
		font-size: 1.7em;
	line-height: 150%;
}
p.first {
	font-size: 1.5em;
	line-height: 150%;
	margin-bottom: 10px;
}
.columns {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
.columns p {
	margin-bottom: 10px;
}
.screenshot {
	margin-top: 15px;
	border: 1px solid #f1f1f1;
}
.platform {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: .65em;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px dotted #a1a1a1;
	border-top: 1px dotted #a1a1a1;
	margin-bottom: 10px;
}

/* slider */

#slider1 {
    width: 670px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 15px;
}
#slider1 h1 {
	display: none;
}

#slider1Content {
    width: 670px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
    padding: 10px 13px;
    width: 670px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.slider1Image span h3 {
	display: block;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.slider1Image span p {
	font-size: .8em;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif !important;
}
.clear {
	clear: both;
}
.slider1Image span strong {

}
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 240px;
}
ul { list-style-type: none;}

/* miscellaneous styles */

.clear {
	clear: both;
}
small {
	font-size: .7em;
	text-transform: uppercase;
	color: #fa1a1a1;
}