/*	ALJAZ.ORG: base.css
-----------------------------------------------------*/
/*  
    version:   1.0
    author:    Miha Hribar
	contact:   http://hribar.info
*/

@import url(reset.css);

/*	=COMMON
-----------------------------------------------------*/
body, input, textarea, select, table, td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}

body {
    text-align: center;
	background: #b2fff8 url(../images/bg.gif) repeat;
}

html, body {
    height: 100%;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*	=CONTAINER
-----------------------------------------------------*/
#container {
	width: 850px;
	background: transparent url(../images/main_bg.gif) repeat-y;
	margin: 0 auto;
	position: relative;
    min-height: 100%;
	text-align: left;
}

/*	=HEAD
-----------------------------------------------------*/
#head h1, #head .nickname, #head .tel {
	display: none;
}

#hcard-Ziga-Aljaz {
	position: absolute;
	left: 709px;
	top: 196px;
	width: 150px;
	font-size: 120%;
	font-weight: bold;
}

#head a.url {
	display: block;
	width: 100px;
	padding: 28px 0 0 0;
	overflow: hidden;
	background: url(../images/name.gif) no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:28px; /* for IE5.5's bad box model */
}

#head .adr {
	display: block;
	width: 100px;
	padding: 23px 0 0 0;
	overflow: hidden;
	background: url(../images/location.gif) no-repeat;
	height: 0px !important;
    height /**/:23px;
	margin: -3px 0 13px 0;
	position: relative;
}

#head .email {
	display: block;
	width: 100px;
	padding: 23px 0 0 0;
	overflow: hidden;
	background: url(../images/contact.gif) no-repeat;
	height: 0px !important;
    height /**/:23px;
	margin-bottom: 16px;
}

#head .email:hover {
	background-position: 0 -24px;
}

/*	=FLASH
-----------------------------------------------------*/
#flash {
	background: transparent url(../images/flash.gif) no-repeat;
	width: 850px;
	height: 218px;
}

/*	=NAV
-----------------------------------------------------*/
#nav {
	position: absolute;
	left: 709px;
	top: 322px;
}

#nav li a {
	display: block;
	padding: 13px 0 0 0;
	width: 130px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
    height /**/:13px; /* for IE5.5's bad box model */
	margin-bottom: 2px;
}

#nav li a:hover, #nav li a.selected {
	background-position: 0 -14px;
}

#nav #nav_about a {
	background: url(../images/nav/about.gif) no-repeat;
	height: 11px;
	padding: 11px 0 0 0;
	margin-bottom: 40px;
}

#nav #nav_about a:hover, #nav #nav_about a.selected {
	background-position: 0 -11px;
}

#nav_main a {
	background: url(../images/nav/main.gif) no-repeat;
}

#nav_new a {
	background: url(../images/nav/new.gif) no-repeat;
}

#nav_print a {
	background: url(../images/nav/print.gif) no-repeat;
}

#nav_illustration a {
	background: url(../images/nav/illustration.gif) no-repeat;
}

#nav_web a {
	background: url(../images/nav/web.gif) no-repeat;
}

#nav_identity a {
	background: url(../images/nav/identity.gif) no-repeat;
}

#nav_xperimental a {
	background: url(../images/nav/xperimental.gif) no-repeat;
}

#nav_info a {
	background: url(../images/nav/info.gif) no-repeat;
}

/*	=MAIN
-----------------------------------------------------*/
#main {
	width: 640px;
	padding: 0 30px 10px;
	position: relative;
}

* html #main {
    width: 700px;
}

#main .info {
	padding: 11px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	margin: 20px 0;
}

#main h2 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: 'Trebuchet MS', trebuchet, sans-serif;
	width: 63%;
	line-height: 0.9em;
}

#main h2 a {
    text-decoration: none;
    color: #000;
}

#main h2 a:hover {
    padding-right: 15px;
    background: transparent url(../images/selected2.gif) no-repeat right;
}

#main .details {
	position: absolute;
	right: 0;
	top: 12px;
}

#main .details li {
	float: left;
	margin-left: 8px;
	padding: 2px 0 2px 8px;
	border-left: 1px solid #000;
	font-weight: bold;
}

#main .details li.first {
	border-left: 0;
}

#main .details a {
	text-decoration: none;
	color: #000;
}

#main .details a:hover {
    color: #e84c2e;
}

#main p {
	margin-bottom: 35px;
	line-height: 1.3em;
	font-size: 11px;
	color: #444;
}

#main p a {
    color: #444;
}

#main img {
	margin-bottom: 35px;
}

#main a img {
	border: 1px solid transparent;
}

/*	=GALLERY
-----------------------------------------------------*/
.gallery {
    text-align: center;
}

/*	=PAGING
-----------------------------------------------------*/
#paging {
    border-top: 2px solid #000;
    padding-top: 10px;
}

#paging h4 {
    display: none;
}

#paging ul {
    text-align: center;
}

#paging li {
    display: inline;
    padding: 0 3px;
}

#paging a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#paging a:hover {
    color: #e84c2e;
}

#paging a.previous:hover, #paging a.next:hover, #paging a.selected {
    color: #e84c2e;
}

#paging a.next, #paging a.previous {
    text-decoration: none;
}

#paging img {
    margin: 0;
    position: relative;
    top: 1px;
}

/*	=FORM
    =POST_COMMENT
-----------------------------------------------------*/
form {
    clear: both;
    margin: 20px 0;
}

fieldset {
    border: 2px solid #666;
    padding: 15px 15px 0 15px;
}

legend {
    padding: 0 5px;
    margin-left: 10px;
    font-size: 90%;
    display: none;
}

#post_comment p {
    clear: both;
    margin: 0 0 20px 0;
    position: relative;
}

label {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

label small {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 80%;
}

#label_email, #label_website {
    width: 49%;
    float: left;
}

#label_website {
    position: absolute;
    top: 0;
    right: 0;
}

input, textarea {
    width: 100%;
    padding: 3px 0;
    border: 1px solid #666;
}

input.button {
    clear: both;
    width: auto;
    padding: 2px 3px;
    background: #333;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px;
}

#post_comment p.special {
    margin-bottom: 0;
}

p .note {
    display: block;
    position: relative;
    top: -2.5em;
    font-size: 90%;
}

p .note a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

p .note a:hover {
    text-decoration: underline;
}

#validation {
    width: 87%;
}

#validation #img_captcha {
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
}

#validation #captcha {
    float: right;
    width: 75%;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*	=ERRORS
-----------------------------------------------------*/
#errors {
    border: 2px solid red;
    padding: 10px;
    background: #f1f1f1;
}

#errors p {
    margin: 0 0 10px 0;
    font-weight: bold;
}

#errors li {
    list-style: disc;
    margin-left: 15px;
    line-height: 1.5em;
}

/*	=COMMENTS
-----------------------------------------------------*/
#main h3.lines {
    border-top: 1px solid #000;
    padding: 20px 0 0 0;
}

#comments {
    margin: 20px 0 40px 0;
    border-bottom: 1px solid #000;
}

#comments li {
    border-top: 1px solid #000;
    padding: 20px 0;
}

#comments li a {
    font-weight: bold;
    color: #000;
}

#comments p {
    margin: 5px 0 0;
}

#comments li.me {
    border-top: 1px solid #e84c2e;
}

#comments li.me a, #comments li.me strong {
    color: #e84c2e;
}

#comments li.me p strong {
    color: #000;
}

/*	=SEARCH
-----------------------------------------------------*/
#search {
    position: absolute;
    left: 709px;
    top: 517px;
    width: 104px;
}

#search fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#search legend {
    display: none;
}

#search h3 {
	background: url(../images/search.gif) no-repeat;
	text-indent: -9999px;
	height: 11px;
	margin: 0 0 2px 0;
}

#search form {
    margin: 0;
}

#search input {
    border: 1px solid #000;
    border-left: 0;
    border-top: 0;
    background: #e8fff5 url(../images/pattern.gif);
}

/*	=SEARCH_RESULTS
-----------------------------------------------------*/
#search_results {
    margin-left: 15px;
    list-style: disc;
}

#search_results strong a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
    font-size: 120%;
}

#search_results strong a:hover {
    color: #e84c2e;
}

/*	=LINKS
-----------------------------------------------------*/
#links {
	position: absolute;
	left: 709px;
	top: 590px;
}

#links h3 {
	background: url(../images/links.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
	height: 11px;
}

#links li {
	margin: 0 0 2px 0;
}

#links li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

#links li a:hover {
    background: transparent url(../images/selected.gif) no-repeat right;
    padding-right: 14px;
}

/*	=TOP
-----------------------------------------------------*/
#top {
    position: absolute;
    bottom: 11px;
    right: 42px;
    display: block;
    width: 10px;
    height: 12px;
    background: url(../images/top.gif) no-repeat;
    text-indent: -9999px;
}

/*	=FOOTER
-----------------------------------------------------*/
#footer {
    clear: both;
    border-top: 1px solid #000;
    width: 640px;
	margin: 0 30px 30px;
	padding: 10px 0 30px 0;
	text-align: center;
	font-size: 90%;
}

#footer li {
    display: inline;
    border-right: 1px solid #000;
    padding: 0 5px 0 3px;;
}

#footer li.last {
    border-right: 0;
}

#footer a {
    color: #000;
}

/*	=HIDE
-----------------------------------------------------*/
hr {
	display: none;
}

pre {
    text-align: left;
}



/*	=IE6
-----------------------------------------------------*/
* html #main .details {
	right: 30px;
	top: 15px;
}

* html a img {
    border: 0 !important;
}

* html #label_website {
    left: 12px;
}

* html label small {
    right: 16px;
}

* html #label_website small, * html #label_email small, * html #validation small {
    right: 0;
}

* html input.button {
    position: absolute;
    top: -63px;
    right: 15px;
}

*:first-child+html input.button {
    bottom: 38px;
}