/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End of reset */

body{
        font-family: Verdana, Arial, sans, serif;
        font-size: 11px;
        margin: 0;
        padding: 0;
	text-align: center;
}

a{
        color: #0062FF;
	text-decoration: none;
}

a:hover {
        color: red;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

/* Navigation */
ul#navbar {
        margin: 5px 0;
        padding: 0;
}

ul#navbar li {
        list-style-type: none;
        float: left;
        margin: 5px;
}

ul#navbar li#cur {
        font-weight: bold;
}

/* Generic Page and item */
#page {
	/*width: 1000px;*/
	margin: 0 auto;
	text-align: left;
	padding: 5px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	margin: 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
}

h2 a:hover {
	text-decoration: none;
}

span.choice {
	font-weight: normal;
	color: #0062FF;
	cursor: pointer;
}

span.selected {
	font-weight: bold;
	color: black;
	cursor: default;
}

div#page div.item, div#page div.long {
	float: left;
	width: 196px;
	margin: 1px;
	margin-bottom: 10px;
	text-align: center;
	min-height: 130px;
	position: relative;
}

/* Images sizes */
div#page div.videos div.item, div#page div.links div.item {
	width: auto;
	height: 230px;
}
div#page div.pic0 div.item {
	width: 196px;
}
div#page div.pic0 div.item img {
	width: 180px;
	height: 136px;
}

div#page div.pic1 div.item {
	width: 245px;
	height: 240px;
}

div#page div.pic1 div.item img {
        width: 240px;
        height: 180px;
}

div#page div.pic2 div.item {
	width: 405px;
	height: 350px;
}
div#page div.pic2 div.item img {
        width: 399px;
        height: 300px;
}

div#page div.pic3 div.item {
	width: 495px;
	height: 410px;
}
div#page div.pic3 div.item img {
	width: 487px;
	height: 366px;
}

div#page div.long {
	width: 940px;
	text-align: left;
	height: 200px;
}

div#page div.item a {
}

div#page div.item a:hover, div#page div.long a:hover {
	text-decoration: none;
}

div#page div p.longDesc {
	margin: 2px 0 10px 3px;
}

div#page div.long img {
	float: left;
}

div#page div.item span.title, div#page div.long span.title {
        font-size: 13px;
        color: black;
        text-decoration: none;
	margin-bottom: 2px;
	display: block;
}

div#page div.item img, div#page div.long img {
        margin: 3px;
        border: 1px solid black;
	display: block;
        background: url('/medias/pics/multi.png') center center no-repeat black;
}

div#page div.item span.date, div#page div.long span.date {
	background: black;
	width: 50px;
	color: white;
	height: 13px;
	line-height: 13px;
	font-size:10px;
	z-index: 5;
	text-align: center;
	position: absolute;
	top: 127px;
	left: 134px;

	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div#page div.pic1 div.item span.date {
	top: 171px;
	left: 185px;
}

div#page div.pic2 div.item span.date {
	top: 293px;
	left: 352px;
}

div#page div.pic3 div.item span.date {
	top: 359px;
	left: 450px;
}

div#page div.long span.date {
	left: 124px;
}


/* Add a keyword */
div#page form#addKeyword {
}

div#page form#addKeyword input.search {
	width: 240px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	position: relative;
}

div#page form#addKeyword div.searchOutput {
	margin-top: 0;
	z-index: 100;
	width: 244px;
	background: #FDFDFD;
	border: 1px solid #5E6681;
	position: absolute;
	display: none;
}

div#page form#addKeyword div.searchOutput p {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	cursor: pointer;
}

div#page form#addKeyword div.searchOutput p.selected {
	background: #4AAEE9;
	color: white;
}

div#page form#addKeyword div.searchOutput p span.count {
	float: right;
	color: #116395;
	font-size: 10px;
}

/* Links from multi */
div.links {
	margin-top: 10px;
	background: #eeedf1;
}

/* Gallery */
div.videos {
	margin-top: 10px;
	background: #eeedf1;
}

div.videos div.item {
}

div.videos div.item span.keywords a:hover {
	text-decoration: underline;
}

div.combos {
	text-align: center;
	color: #CCCCCC;
	margin: 5px 0 10px 0;
}

div.combos a.combo0 {
	font-size: 10px;
	color: #A1ADC0;
}

div.combos a.combo1 {
	font-size: 12px;
	color: #8BAAD9;
}

div.combos a.combo2 {
	font-size: 14px;
	/*color: #8BB5F7;*/
	color: #73C3FF;
}

div.combos a.combo3 {
	font-size: 16px;
	/*color: #4C87E2;*/
	color: #44AFFF;
}

div.combos a.combo4 {
	font-size: 18px;
	/*color: #2C7DFF;*/
	color: #1E9EFF;
}

div.combos a.combo5 {
	font-size: 20px;
	/*color: #0062FF;*/
	color: #0090FF;
}

div.combos a:hover {
	color: red;
}

div.combos a.cat {
	background: #F8D890;
}

div.actual img {
	border: 0;
	vertical-align: middle;
}

div.actual span.cat {
	/*color: #005494;*/
}

/* Misc Helpers */
#debugBtn {
	float: right;
	margin: 2px;
	border: 1px solid grey;
	background: url('/medias/pics/debug.png') no-repeat 2px center #CCC;
	padding:  2px 0 2px 17px;
	cursor: pointer;
}

p.debug, p.error, p.ok, p.timer {
	margin: 2px;
	padding: 2px;
	text-align: left;
	display: none;
}

p.debug {
        background: #FFDEA2;
	border: 1px solid #FFA500;
}

p.error {
        background: #FFCDCA;
	border: 1px solid #FF0C00;
}

p.ok {
        background: #D4FFD7;
	border: 1px solid #00DB0C;
}

p.timer {
        position: absolute;
        top: 0;
        right: 0;
        background: #411FFF;
        color: white;
        padding: 3px;
	margin: 2px;
}

p.spacer {
	clear: both;
	height: 0px;
	margin: 0;
}



