@charset "UTF-8";
/*

Main stylesheet for Frikaworld website (Sketchbook)
Author: Iban Goitia

*/



/*=====================
Eric Meyer's reset start
=====================*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*=====================
Eric Meyer's reset end
=====================*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #c4c4c4;
	color: #333;
	overflow-y: scroll;
}
.outerContainer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Graphics/bg_middle.png);
	background-repeat: repeat-y;
	background-position: center 115px;
	margin-top: 15px;
	position: relative;
}
.header {
	background-image: url(../Graphics/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 115px;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: -7px;
	left: 35px;
	z-index: 2;
}
#logo a {
	display: block;
	height: 137px;
	width: 140px;
	background-image: url(../Graphics/Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*Main Navigation System Start*/
#mainNav {
	position: absolute;
	left: -82px;
	top: 150px;
}
#mainNav li {
	display: block;
	width: 43px;
	height: 58px;
	background-image: url(../Graphics/tabIn.png);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 53px;
	margin-right: 50px;
}
#mainNav li:hover {
	display: block;
	width: 96px;
	height: 58px;
	background-image: url(../Graphics/tabMouseOver.png);
	margin-left: 0;
	margin-right: 50px;
}
#Home #mainNav li.home,
#Images #mainNav li.images,
#About #mainNav li.about,
#Contact #mainNav li.contact,
#Gazette #mainNav li.gazette,
#Shop #mainNav li.shop {
	width: 146px;
	background-image: url(../Graphics/tabSelected.png);
	margin-left: 0;
	margin-right: 0;
}
#mainNav li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 2px center;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #444;
	margin-top: 8px;
	padding-top: 11px;
	height: 25px;
	margin-left: 10px;
	padding-left: 38px;
}
#mainNav li.home a {
	background-image: url(../Graphics/homeIconTrans.png);
}
#mainNav li.images a {
	background-image: url(../Graphics/imagesIconTrans.png);
}
#mainNav li.about a {
	background-image: url(../Graphics/aboutIconTrans.png);
}
#mainNav li.contact a {
	background-image: url(../Graphics/contactIconTrans.png);
}
#mainNav li.gazette a {
	background-image: url(../Graphics/gazetteIconTrans.png);
}
#mainNav li.shop a {
	background-image: url(../Graphics/shopIconTrans.png);
}
/*Main Navigation System End*/

.content {
	margin-right: 35px;
	margin-left: 35px;
	position: relative;
}


/*Column1*/
.column1 {
	width: 480px;
	float: left;
}
#sectionMainImage {
	width: 396px;
	margin: 30px auto 0;
}


/*Column2*/
.column2 {
	width: 205px;
	float: right;
	margin-bottom: 1.5em;
}
.column2 .tapeTape {
	background: url(../Graphics/col2TopTape.jpg) no-repeat left top;
	padding-top: 40px;
}
.column2 .tapeTape .innerTapeTape {
	background: url(../Graphics/col2BottomFold.jpg) no-repeat left bottom;
	padding: 0 8px 40px;
}

/*Footer*/
.footer {
	clear: both;
	height: 75px;
	overflow: hidden;
	background-image: url(../Graphics/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*============================================================================
BASIC LAYOUT END
============================================================================*/



/*============================================================================
BASIC SEMANTIC ELEMENTS START
============================================================================*/
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dashed;
	cursor: help;
}
h1 {
	color: #FFFFFF;
	position: absolute;
	left: 178px;
	top: 50px;
	width: 337px;
	text-align: center;
	font-size: 2em;
	background-color: #9D9D9D;
	font-weight: bold;
	z-index: 1;
}
h1 span {
	display: none;
}
h2 {
  margin:1.5em 0 .75em;
  font:1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
	border-bottom: 1px solid #444;
	color: #444;
}
h4 {
}
h5 {
}
p {
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.copyright {
	text-align: center;
	margin-top: 20px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
label{
	font-size: 1.2em;
	font-weight: bold;
}
.column2 input,
.column2 textarea {
	display: block;
	border: none;
	margin-bottom: 1em;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.4em;
	background-image: url(../Graphics/writingLineBg.png);
}
.column2 textarea {
	height: 10em;
}
.column2 input.submit {
	cursor: pointer;
	background: url(../Graphics/button122x34Trans.png);
	width: 122px;
	height: 34px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.5em;
}
* html .column2 input.submit {
	background: url(../Graphics/button122x34IE.png);
}
.error {
	color: #660000;
}
.signature {
	text-align: right;
}

/*============================================================================
BASIC SEMANTIC ELEMENTS END
============================================================================*/



/*============================================================================
HOME PAGE START
============================================================================*/

#Home #sectionMainImage {
	position: relative;
}
#Home #sectionMainImage h2 {
	font-size: 2em;
	position: absolute;
	left: 143px;
	top: 24px;
}
#Home #sectionMainImage img {
	border: 2px solid #333333;
}

#Home .column2 .tapeTape p.first {
	padding-top: 35px;
}

#Home .column2 .tapeTape img.lilMonster01 {
	float: left;
	margin-right: 4px;
}

#Home .column2 .tapeTape img.lilMonster02 {
	margin-left: 40px;
}

/*============================================================================
HOME PAGE END
============================================================================*/



/*============================================================================
IMAGES PAGE START
============================================================================*/
#Images #sectionMainImage {
	width: 310px;
	margin: 30px auto;
	border: solid 2px #888;
	background-color: #888;
}
#Images #sectionMainImage blockquote {
	font-size: 1.5em;
}
#Images #sectionMainImage p {
	color: #FFF;
	margin: 5px;
	text-align: center;
}
#Images #sectionMainImage p strong {
	font-size: 1.3em;
}
#Images #wide #sectionMainImage {
	width: 396px;
}
#Images #imagesIndex #sectionMainImage {
	margin: 100px auto 220px;
	border: none;
	background-color: transparent;
}
#Images #imagesIndex #sectionMainImage p {
	color: #333;
	margin: 5px;
}
#Images #imagesIndex #sectionMainImage p.signature {
	text-align: right;
}
#Images #imagesIndex #sectionMainImage blockquote {
	margin-bottom: 2em;
}
.whackyArchitecture #whackyArchitecture .imagePicker {
	display: block;
}
.editorial #editorial .imagePicker {
	display: block;
}
.characters #characters .imagePicker {
	display: block;
}
.childrenBooks #childrenBooks .imagePicker {
	display: block;
}

/*============================================================================
IMAGES PAGE END
============================================================================*/



/*============================================================================
ABOUT PAGE START
============================================================================*/

#About #sectionMainImage {
	position: relative;
}
* html #About #sectionMainImage {
	margin-left: 70px;
}
#About #Olga {
	position: absolute;
	left: 5px;
	top: 13px;
	width: 104px;
}
#About #Helge {
	position: absolute;
	font-size: 2em;
	left: 202px;
	top: 113px;
}

/*============================================================================
ABOUT PAGE END
============================================================================*/



/*============================================================================
CONTACT PAGE START
============================================================================*/

#Contact #sectionMainImage img {
	border: 2px solid #333333;
}
#Contact input,
#Contact textarea {
	width: 90%;
}
#Contact input.submit {
	width: 122px;
}
#Contact p.error {
	margin: 0px;
}

/*============================================================================
CONTACT PAGE END
============================================================================*/



/*============================================================================
THANKS PAGE START
============================================================================*/

#Thanks .content .column2 {
	margin-top: 300px;
}
#Thanks #sectionMainImage {
	padding-bottom: 300px;
	position: relative;
	color: #494843;
}
#Thanks #sectionMainImage strong#f {
	position: absolute;
	display: block;
	width: 157px;
	height: 254px;
	background-image: url(../Graphics/thanksForMessage.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 41px;
	top: 65px;
	z-index: 2;
	text-indent: -4000px;
}
#Thanks #sectionMainImage span#rikaWorld {
	font-size: 4em;
	display: block;
	position: absolute;
	left: 104px;
	top: 265px;
	z-index: 5;
}

/*============================================================================
THANKS PAGE END
============================================================================*/



/*============================================================================
GAZETTE PAGE START
============================================================================*/

#Gazette .column1 #main {
	margin: 30px 0 40px 40px;
}
#Gazette .column1 #main h3 {
	border-bottom: none;
}
#Gazette .column1 #main h3.post-title {
	color: #eb5e4d;
}
#Gazette .date-header {
	text-align: right;
    margin:1.5em 0 .5em;
}
#Gazette .post {
    margin:1.5em 0 2.5em;
}
#Gazette .post-title {
    margin:.25em 0 0;
    padding:0 0 4px;
    font-size:160%;
    font-weight:normal;
    line-height:1.4em;
    color:#e26a97;
	font-weight: bold;
}
#Gazette .post-title a, 
#Gazette .post-title a:visited, 
#Gazette .post-title strong {
    display:block;
    text-decoration:none;
    color:#c60;
    font-weight:normal;
}
#Gazette .post-title strong, 
#Gazette .post-title a:hover {
    color:#333;
}
#Gazette .post-body {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 1.5em;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Gazette p.post-footer {
    margin:-.25em 0 0;
    color:#ccc;
    text-align: right;
}
#Gazette .post-footer em,
#Gazette .comment-link {
    font:.7em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform:uppercase;
    letter-spacing:.1em;
}
#Gazette .post-footer em {
    font-style:normal;
    color:#999;
    margin-right:.6em;
}

/* Comments
----------------------------------------------- */
#Gazette #comments h4 {
	margin:1em 0;
    font:bold 1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform:uppercase;
    letter-spacing:.2em;
    color:#999;
}
#Gazette #comments h4 strong {
	font-size:130%;
}
#Gazette .comments-block-container {
	background: url(../Graphics/commentBoxT.png) no-repeat left top;
}
#Gazette .comments-block-container #comments-block {
    line-height:1.6em;
	display: block;
	background: url(../Graphics/commentBoxB.png) no-repeat left bottom;
	padding: 20px 20px 40px;
}
#Gazette .comments-block-container .comment-poster {
	display: block;
	height: 23px;
	background: url(../Graphics/comment-poster_bg.png) repeat-x left top;
	float: left;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
}
#Gazette .comments-block-container .comment-poster a {
	font-size: 1.2em;
	font-weight: bold;
}
/*#Gazette .comment-poster span {
	display: none;
}
#Gazette #comments-block dt {
    margin:.5em 0;
}*/
#Gazette #comments-block dd {
    margin:.25em 0 0;
}
#Gazette #comments-block dd.comment-timestamp {
    margin:-.25em 0 2em;
    font: 0.8em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    text-transform:uppercase;
    letter-spacing:.1em;
	text-align: right;
}
#Gazette #comments-block dd.comment-timestamp a {
	color: #999;
	text-decoration: none;
}
#Gazette #comments-block dd.comment-timestamp a:hover {
	text-decoration: underline;
}
#Gazette #comments-block dd p {
    margin:0 0 .75em;
    font-size: 1.3em;
}
#Gazette .deleted-comment {
    font-style:italic;
    color:gray;
}
#Gazette p.comment-timestamp {
	text-align: right;
}
#Gazette .paging-control-container {
    float: right;
    margin: 0px 6px 0px 0px;
    font-size: 80%;
}
#Gazette .unneeded-paging-control {
    visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#Gazette #sidebar ul {
    margin:0 0 1.5em;
    padding:0 0 1.5em;
    border-bottom:1px dotted #ccc;
    list-style:none;
}
#Gazette #sidebar li {
    margin:0;
    padding:0 0 .25em 15px;
    text-indent:-15px;
    line-height:1.5em;
}
#Gazette #sidebar p {
    color:#666;
    line-height:1.5em;
}


/* Profile
----------------------------------------------- */
#Gazette #profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
#Gazette #profile-container dl {
	font-size: 1.2em
  }
#Gazette #profile-container p {
	font-size: 0.9em
  }
#Gazette .profile-datablock {
  margin:.5em 0 .5em;
  }
#Gazette .profile-img {
  display:inline;
  }
#Gazette .profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
#Gazette .profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#Gazette .profile-data strong {
  display:none;
  }
#Gazette .profile-textblock {
  margin:0 0 .5em;
  }
#Gazette .profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Labels
----------------------------------------------- */
#Gazette p.blogger-labels {
	font-size: 1em;
  }

/*============================================================================
GAZETTE PAGE END
============================================================================*/



/*============================================================================
404 PAGE START
============================================================================*/

#error404 #sectionMainImage {
	padding-bottom: 300px;
	position: relative;
	color: #494843;
}
#error404 #sectionMainImage strong#f {
	position: absolute;
	display: block;
	width: 148px;
	height: 214px;
	background-image: url(../Graphics/notFound.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 96px;
	top: 65px;
	z-index: 2;
	text-indent: -4000px;
}
#error404 #sectionMainImage span#ound {
	font-size: 5em;
	display: block;
	position: absolute;
	left: 147px;
	top: 228px;
	z-index: 5;
}

/*============================================================================
404 PAGE END
============================================================================*/



/*============================================================================
Image Picker START
============================================================================*/
.imageSet {
	clear: both;
	float: left;
	width: 100%;
}
.imageSet h2:hover {
	cursor: pointer;
}
.imagePicker li {
	float: left;
	margin: 8px;
}
.imagePicker li a {
	width: 40px;
	height: 40px;
	display: block;
	padding: 4px;
	background-color: transparent;
	border: solid 2px #888;
}
.imagePicker li a:hover {
	background-color: #888;
}

/*============================================================================
Image Picker END
============================================================================*/



/*============================================================================
FOOTER START
============================================================================*/

.footer .column2 #blogfeeds {
	text-align: right;
}
.footer .column2 #blogfeeds a {
	background-image: url(../Graphics/RSSicon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	display: block;
	padding-top: 7px;
	padding-bottom: 8px;
	margin-right: 10px;
}

/*============================================================================
FOOTER END
============================================================================*/



/*============================================================================
EXTERNAL START
============================================================================*/

#CafepressShop table {
	margin: auto;
	padding: inherit;
	border: inherit;
	outline: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-collapse: inherit;
	border-spacing: inherit;
}
#CafepressShop caption,
#CafepressShop th, 
#CafepressShop td {
	text-align: left;
	font-weight: normal;
	padding: 2px;
}
#CafepressShop td.footer {
	background: none;
	text-align: center;
}
#CafepressShop .column2 .block {
	margin-bottom: 30px;
}
input#submitSearch {
	cursor: pointer;
	background: url(../Graphics/button122x34Trans.png);
	width: 122px;
	height: 34px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.5em;
}
* html input#submitSearch {
	background: url(../Graphics/button122x34IE.png);
}
#CafepressShop .column1 {
	padding-top: 10px;
}
#CafepressShop .footer .column1 {
	padding-top: 0;
}
#CafepressShop #searchBoxLabel {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
	border-bottom: 1px solid #444;
	color: #444;
}
#CafepressShop .imageborder a img {
	border: 1px solid #888;
}
#CafepressShop .imageborder a:hover img {
	border: 1px solid #ddd;
}
/*product page*/
#CafepressShop .column1 .container {
	float: right;
	width: 200px;
}
#CafepressShop .column1 .container .productInfo {
	display: none;
}
#CafepressShop .column1 #carouselcontainer {
	display: none;
}
#CafepressShop .column1 #carouselcontainer * {
	display: none;
}
/*cart page*/
#CafepressShop .column1 h1 {
	color: #333;
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	text-align: center;
	font-size: 2em;
	background-color: transparent;
	font-weight: bold;
	z-index: 1;
	margin-bottom: 1em;
}
.floatR {
	float: right;
}
#ViewCartContentControl_btnCheckout {
	float: right;
}


/*============================================================================
EXTERNAL END
============================================================================*/
