/*
    Structure:
        display | position | float | overflow | width | height | border | margin | padding | background | align | font
*/

* {min-height:1px;}
body {border:0; margin:0; padding:0; background:#000000 url("../images/zipatone-bg.gif") 0 0 repeat; font:70%/160% "verdana",sans-serif; color:#693900; _text-align:center;}

a {color:#812908;}
a:hover {color:#42240a;}

p {border:0; margin:15px 0; margin-bottom: 10px; padding:0;}

div {display:block; border:0; margin:0; padding:0;}

h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font:Tahoma,sans-serif; font-weight:normal;}
h2 {font-size:160%; line-height:100%; font:Tahoma,sans-serif; font-weight:normal;}
h3 {font-size:110%; line-height:40%; font-weight:bold;}
h4 {font-size:120%;}
h5 {font-size:100%;}

table {display:table; border-collapse:collapse; margin:15px 0; padding:0; border:1px solid #ffaec0; font-size:100%;}
tr {display:table-row;}
th, td {display: table-cell; border:1px solid #e68a68; margin:0; padding:5px; vertical-align:top; text-align:left;}
th {background:#ffe5e9; text-align:center; color:#7f000b; font-weight:bold;}

ul, ol {display:block; border:0; margin:15px 0 15px 40px; padding:0;}
ol {list-style-type:decimal;}
li {display:list-item; border:0; margin:0; padding:0; _height:1px;}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}

dl {border:0; margin:15px 0; padding:0;}
dt {border:0; margin:0; padding:0; font-weight:bold;}
dd {border:0; margin:0 0 0 30px; padding:0;}

form {border:0; margin:0; padding:0;}
fieldset {border:1px solid #ccc; margin:15px 0; padding:10px;}
legend {margin-left:10px; font-size:100%; font-weight:bold; color:#008;}

hr {display:block; height:1px; margin:10px 0; padding:0; background:#CCC; border:0 solid #CCC; color:#CCC;}

a, img, span {border:0; margin:0; padding:0;}
abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

img{
behavior:url("pngbehave/pngbehave.htc");
}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}

.va-middle {vertical-align:middle;}

.clear {clear:both;}
.clearpadded {clear:both; padding-bottom: 20px;}
.box {min-height:1px; _height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}
.noscreen {display:none;}

/* ------------------------------------------------------------------------------------------------------- */

#main {width:770px; margin:50px auto 0 auto; _text-align:left; background: #FFF;}    /* Main menu (tabs - link) */

/* Header */

/* rounded corners */
#header {position:relative; width:770px; height:154px; margin:0; padding:0; background:#FFF 0 0 no-repeat; color:#FFF;}
#header span.corner-l {position:absolute; top:0; left:0; _left:-15px; width:29px; height:29px; background:url("../images/corner_l.gif") 0 0 no-repeat;}
#header span.corner-r {position:absolute; top:0; right:0; _right:-1px; width:29px; height:29px; background:url("../images/corner_r.gif") 100% 0 no-repeat;}

/* Main menu (tabs) */
#tabs {background:#cd5021; margin:0 5px; padding:10px 0 0 0; _height:1px; border-top: 2px solid #FFF;}

    #tabs ul {margin:0 10px; padding:0; list-style:none;}
    #tabs ul li {margin:0 5px 0 0; padding:0; float:left;}
    #tabs ul li a {display:block; position:relative; padding:7px 15px; border:0; background:url("../images/tab_link.gif") 0 0 repeat-x #a73521; color:#FFF; font-weight:bold; text-decoration:none; cursor:pointer;}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../images/tab_link_l.gif") 0 0 no-repeat;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url("../images/tab_link_r.gif") 100% 0 no-repeat;}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:url("../images/tab_hover.gif") 0 0 repeat-x #761d0d; color:#FFF;}
    #tabs ul li a:hover span.tab-l {background:url("../images/tab_hover_l.gif") 0 0 no-repeat;}
    #tabs ul li a:hover span.tab-r {background:url("../images/tab_hover_r.gif") 100% 0 no-repeat;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:#FFF; color:#a73521;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../images/tab_active_l.gif") 0 0 no-repeat;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("../images/tab_active_r.gif") 100% 0 no-repeat;}

/* Page (2 columns) */
#page {width:770px; min-height:1px; background:#FFF url("../images/bg_page.gif") 0 0 repeat-y; _height:1px;}
#page-in {min-height:1px; padding:10px 0; background:url("../images/bg_page_in.jpg") 0 0 no-repeat; _height:1px;}

/* Strip */
#strip {position:relative; clear:both; padding:3px 20px 10px 20px; color:#cd5021;}
#strip p {margin:0;}
#strip a {color:#cd5021;}
#strip a:hover {color:#a73521;}

    /* Strip - breadcrumbs */
    #breadcrumbs {margin:0; margin-bottom:10px; padding:0; padding-bottom: 5px;}

/* Content */
#content {float:left; width:530px; _width:550px; margin:0; padding:0 0 0 20px;}

    /* Content - article */
    #content .article {position:relative; clear:both; margin:0; margin-bottom:15px; padding:19px; padding-top:0px; padding-bottom:7px; width:460px; border: 1px solid #e5bd79; border-top: 0px; border-bottom: 0px;}
    #content .article h2 {margin:0 -20px; padding:8px; background:#e5bd79 url("../images/article-corners.gif") no-repeat center top; color:#7f000b;}
    #content .article h2 span {background: 0 50% no-repeat; padding-left:10px;}  
    
    /* for pages with no text */
    #content .article2 {position:relative; clear:both; margin:0; margin-bottom:15px; padding:19px; padding-top:0px; padding-bottom:7px; border: 0px; width:780px; border-top: 0px; border-bottom: 0px;}
    
    #content .article2 td, table {border: 0px;}

    #content .article span.article-bottomcorners {margin:0 -1px; padding:0px; position:absolute; bottom:0; left:0; _left:0px; width:500px; height:16px; background:url("../images/article-corners-bottom.gif") no-repeat center bottom;}
    
    #content .article p {text-align:left;}
    #content .info {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #ffdce1; color:#d05121;}
    #content .info a {color:#d05121;}
    #content .info a:hover {color:#d05121;}
    
    #content span.date {font-weight:bold;}
    #content span.cat {background: 0 50% no-repeat; margin-left:8px;}
    #content span.user {background: 0 50% no-repeat; margin-left:8px;}
    #content span.comments {background: 0 50% no-repeat; margin-left:8px;}

    /* Content - More */
    #content .btn-more {margin:0 0 15px 0; padding:0; border:0; position:relative;}
    #content .btn-more a {display:block; position:absolute; top:0; right:0; width:67px; _width:95px; height:21px; margin:0; padding:0 0 0 28px; background:url("../images/btn_more.gif") 0 0 no-repeat; color:#FFF; text-decoration:none;}
    #content .btn-more a:hover {background:url("../images/btn_more.gif") -95px 0 no-repeat;}
    
     /* Content - images */
    /* For thumbnails */
    #imagediv{
    position: absolute;
    width: 500px;
    top: 50px;
	visibility: hidden;
	}
    
    #imageHolder{
	position: relative;
	left: 190px;
	top: 40px;
	border: 1px solid #D4D4D4;
	z-index: 5;
	}

	#imageCounterTextDiv{
	position: absolute;
	top: -15px;
	left: 430px;
	text-align: left;
	display:block;
	}
	
	#imageCounterTextDiv p{
	font: 13px "verdana",sans-serif;
	color: #8d4907;
	}
	
	#imageButtons{
	position: absolute;
	width: 100%;
	top: 15px;
	visibility: hidden;
	text-align: center;
	z-index: 8;
	}

	#imageButtons a.closeLink{
	position: relative;
	display: block;
	background-image: url(../images/closewindow.gif);
	float: right;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	width: 19px;
	height: 19px;
	}
	
	#imageButtons a.backLink{
	float: left;
	background-image: url(../images/button-back.png);
	margin: 1px;
	width: 60px;
	height: 24px;
	}
	
	#imageButtons a.backLink:hover{
	background-image: url(../images/button-back-over.png);
	}
	
	#imageButtons a.nextLink{
	float: right;
	background-image: url(../images/button-next.png);
	margin: 1px;
	width: 60px;
	height: 24px;
	}
	
	#imageButtons a.nextLink:hover{
	background-image: url(../images/button-next-over.png);
	}

	div.float{
	float: left;
	height: 190px;
	width: 140px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
	div.float img{
	border: 1px solid black;
	vertical-align: bottom;
	}
	
	div.float p{margin-top:5px}
	
	#pictext{
	visibility: visible;
	}
	
	#small{
	padding: 0;
	border: 1px solid black;
	margin: 0;
	vertical-align: top;
	background-color: #333; 
	position: relative;
	z-index: 0;
	}

	#large{
	padding: 0;
	border: 1px solid white;
	margin: 0;
	vertical-align: top;
	background-color: #333; 
	position: relative;
	z-index: 2;
	}

	div.float_products{
	float: left;
	height: 210px;
	width: 140px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
	div.float_products img{
	border: 1px solid black;
	vertical-align: bottom;
	}
	
	div.float_products p{margin-top:5px}
	
	div.spacer{
	clear: both;
	}
	
	em.hdr{
	font:11px "verdana",sans-serif;
	color:#cd5021;
	}

	#grayoutbox{
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	z-index: 1;
	}

	#movieBoxHolder{
	position: absolute;
	margin-left: 2%;
	margin-right: 10%;
	margin-top: 15%;
	text-align: left;
	}

	#movieBox{
	position: relative;
	visibility: hidden;
	background: white;
	z-index: 10;
	}
	
	#movieBox img{
	border: 1px solid white;
	}
	
	#movieBox p{
	border: 1px solid white;
	width: 250px;
	margin-left: 15px;
	padding-bottom: 10px;
	margin-top: 3px;
	}

/* Right column */
#col {float:left; width:200px; margin:0; padding:0; background:#e5bd79;}
#col-in {padding:0px 10px;}
#col h3 {padding:13px 15px 12px 15px; margin:0 -10px 10px -10px; background:#cd5021 url("../images/cracked-bar.gif"); color:#FFF; border-top:8px solid #FFF;}
#col h3.no-border {border-top:0px;}

    /* Right column - About me */
    #col #about-me {margin-bottom:18px; line-height:130%; height:70px;}
    #col #about-me p {margin:0;}
    #col #about-me #me {float:left; width:54px; height:73px; margin-right:7px; border: 1px solid #FFF;}

    /* Right column - Category */
    #col ul#category {margin:-5px 0px 10px 0px; padding:0; list-style:none;}
    #col ul#category li {margin:0; padding:0; border-bottom:1px solid #FFF;}
    #col ul#category li a {display:block; padding:3px 0 3px 22px; background:url("../images/littlestar.gif") 5px 6px no-repeat; text-decoration:none;}
    #col ul#category li a:hover {background-color:#d1a150; color:#7f000b;}
    #col ul#category li#category-active a {background:#f3e0b8 url("../images/littlestar2.gif") 5px 50% no-repeat; font-weight:bold;}

/* Footer */
#footer {position:relative; clear:both; width:770px; height:60px; margin-bottom:0px; background:url("../images/footer.jpg") 0 0 no-repeat; color:#d05121;}
#footer a {color:#d05121;}
#footer a:hover {color:#7f000b;}

    /* Footer - "back on top" */
    #top {position:absolute; top:55px; left:550px;}
    #top p {position:relative; width:30px; height:25px; margin:0; overflow:hidden;}
    #top p span {display:block; position:absolute; left:0; top:0; z-index:1; width:30px; height:25px; background:url("../images/ico_top.gif") 0 0 no-repeat; cursor:pointer;}
    #top a:hover span {background:url("../images/ico_top.gif") -30px 0 no-repeat;}

    /*  Footer - copyright */
    #footer p#copyright {position:absolute; top:15px; left:70px; margin:0;}