﻿/**
* CSS
* 
* @title fluidforfun
* @version 1.0
* @author Andrea Collet
*/


/* By default every element has no margins or padding */

* {
	margin: 0;
	padding: 0;
}

a:link { text-decoration: none; color: #808080 }
a:active { text-decoration: none; color: #808080}
a:visited { text-decoration: none; color: #808080; }
a:hover { text-decoration: underline; color: #808080 }

a img { border: none; }


/* Standard font and size */

body {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
}


/* Menu div */

#menu {
    width: 235px;
    height: 100%;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	background: #DDDDDD url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/bgshader-sidebar.png) fixed;
	background-position: top left;
}


#menuitems {
	width: 208px;
	height: auto;
	margin-top: 28px;
	clear: right;
	background-color: transparent;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-hshadow.png);
	background-position: 200px 7px;
	background-repeat: repeat-y;
	
}

#menu ul {
	list-style: none;
	margin-right: 8px;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 14px;
}

#menu ul li:hover {
	text-decoration:underline;
}

#menu ul li.section-title {
	padding-bottom: 3px;
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
}

#menu ul li a {
	color: #ffffff;
	padding-left: 7px;
}

#menu ul.blue {
	background-color: #3fa9f5;
}

#menu ul.blue li a {
	background-color: #3fa9f5;
}

#menu ul.green {
	background-color: #7ac943;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu ul.green li a {
	background-color: #7ac943;
}

#menu ul.orange {
	background-color: #ff931e;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu ul.orange li a {
	background-color: #ff931e;
}

#menu ul.red {
	background-color: #ff1d25;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu ul.red li a {
	background-color: #ff1d25;
}

#menu ul.purple {
	background-color: #9e005d;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu ul.purple li a {
	background-color: #9e005d;
}

#menu ul.darkblue {
	background-color: #1b1464;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu ul.darkblue li a {
	background-color: #1b1464;
}

#menu ul.brown {
	background-color: #534741;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu ul.brown li a {
	background-color: #534741;
}

#menu ul.gray {
	background-color: #666666;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menu ul.gray li a {
	background-color: #666666;
}

#menubottomshadow {
	float: left;
	width: 200px;
	height: 10px;
	background-color: transparent;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-vshadow.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#menubottomrightshadow {
	float: left;
	clear: right;
	width: 15px;
	height: 10px;
	background-color: transparent;
	background-image: url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/menu-brshadow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#disclaimer {
	position: relative;
	clear: both;
	width: 215px;
	left: 0px;
	bottom: 0px;
	margin-top: 30px;
	padding-top: 6px;
	background-color: transparent;
}

#disclaimer ul li {
	list-style: none;
	color: #AAAAAA;
}

#disclaimer ul li:hover {
	text-decoration: none;
}

#disclaimer ul li a {
	padding-left: 0px;
	color: #808080;
}


/**********************************************************
** Styles for the content-side containers */

.container {
    padding: 5px 5px 25px 30px;
	background-color: transparent;
}

#content {
	width: auto;
    height: auto;
    top: 0px;
	left: 235px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background: #D8D9DA url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/bgshader-content.png) repeat-y fixed;
	background-position: 235px 0px;
	overflow: auto;
}

#content p {
	margin-bottom: 9px;
}

 p {
	width: 550px;
    margin: 0 0 19px 0;
}

h1 {
	width: 285px;
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 8px;
	padding-bottom: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background: transparent url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/header-bg_large.png) no-repeat;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	padding-top: 32px;
	padding-left: 8px;
	color: #808080;
}

h3 {
	font-size: 10px;
	color: #808080;
}

#img-container {
	margin: 0;
	padding: 0;
}

#img-container p {
	width: 400px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once {
	clear: left;
}


/* Styles for big column on content */

.bigcol {
	float: left;
	position: relative;
	width: 550px;
	height: auto;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: none;
	overflow: hidden;
}

/*.bigcol img {
	width: 280px;
	height: auto;
	margin-left: -7px;
}

.bigcol p img {
	width: 280px;
	height: auto;
	margin-left: -7px;
}*/

.bigcol h1 {
	width: 285px;
	margin-top: 10px;
	padding-left: 8px;
	padding-bottom: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background: transparent url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/header-bg_large.png) no-repeat;
}

.bigcol h1 a {
	color: #fff;
}

.bigcol h2 {
	width: 550px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #808080;
	background-image: none;
}

.bigcol h2 a {
	color: #808080;
}

.bigcol h3 {
	width: 550px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #808080;
	background-image: none;
}

.bigcol h3 a {
	color: #808080;
}

.bigcol p {
	width: 95%;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 7px;
}

.bigcol ul {
	margin-bottom: 7px;
}

.bigcol ul li {
	padding-left: 8px;
}

/* Styles for large column on content */

.largecol {
	float: left;
	position: relative;
	width: 285px;
	height: auto;
	margin-left: 5px;
	background-color: transparent;
	background-image: none;
	overflow: hidden;
}

.largecol img {
	width: 250px;
	height: auto;
	margin-left: -7px;
}

.largecol p img {
	width: 250px;
	height: auto;
	margin-left: -7px;
}

.largecol h1 {
	width: 285px;
	margin-top: 10px;
	padding-left: 8px;
	padding-bottom: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background: transparent url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/header-bg_large.png) no-repeat;
}

.largecol h1 a {
	color: #fff;
}

.largecol h2 {
	width: 285px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #808080;
	background-image: none;
}

.largecol h2 a {
	color: #808080;
}

.largecol h3 {
	width: 285px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #808080;
	background-image: none;
}

.largecol h3 a {
	color: #808080;
}

.largecol p {
	width: 215px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 7px;
}


/* Styles for short column div on content */

.shortcol {
	float: left;
	position: relative;
	width: 155px;
	height: auto;
	margin-left: 5px;
	background-color: transparent;
	background-image: none;
	
}

.shortcol h1 {
	width: 155px;
	margin-top: 10px;
	padding-left: 8px;
	padding-bottom: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 23px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background: transparent url(http://www.fluidforfun.net/ndxz-studio/site/fluidforfun/graphics/header-bg_large.png) no-repeat;
}

.shortcol h1 a {
	color: #fff;
}

.shortcol h2 {
	width: 155px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #808080;
	background-image: none;
}

.shortcol h2 a {
	color: #808080;
}

.shortcol h3 {
	width: 155px;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #808080;
	background-image: none;
}

.shortcol h3 a {
	color: #808080;
}

.shortcol p {
	width: 95%;
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	margin-bottom: 7px;
}

.anobii_blogbadge {
	width: auto;
	height: auto;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

.cover_image img {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tweet {
	margin-top: 10px;
}

.tweet ul li {
	margin-bottom: 5px;
	list-style: none;
	padding-left: 8px;
}