﻿/*======================================================================
CSS DOCUMENT

description:	images pages CSS 2 - for the MANASTUR photo series
author:			Catalin Urcan
url:			http://www.urcan.ro
======================================================================*/

/* FONTS

source and copyrights:

fonts from http://www.fontsquirrel.com

Open Sans: by Steve Matteson : Ascender Corp.
Play: by Jonas Hecksher : Playtype™ Type Foundry.
Ubuntu: by Canonical Ltd. and Dalton Maag.
----------------------------------------------------------------------*/

@font-face {
	font-family: 'OpenSans-Regular';
		src: local('☺'),
			url('../fonts/OpenSans-Regular.woff') format('woff'),
			url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'OpenSans-Bold';
		src: local('☺'),
			url('fonts/OpenSans-Bold.woff') format('woff'),
			url('fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	}

/* LAYOUT
----------------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	background-color: #404040;
	font-family: 'OpenSans-Regular', Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: center;
}

.container {
	width: 860px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 90px 0px;
	position: relative;
	top: 93px;
	text-align: center;
}

#projimage {
	background: #ffffff url(../bblocks/3dotsPreloader.gif) no-repeat center 48%;
}

#parone {
	position: relative;
	top: 31px;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
}

#partwo {
	position: relative;
	top: 40px;
	font-size: 14px;
	line-height: 145%;
	color: #808080;
}

/* NAVIGATION
----------------------------------------------------------------------*/

#navbar {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 7;
	background: #ffffff;
	background: url(../bblocks/barstripe.png) repeat-x;
}

#closebtn {
	position: absolute;
	left: 4px;
	top: 0px;
}


#leftbtn {
	position: absolute;
	left: 41px;
	top: 0px;
}

#rightbtn {
	position: absolute;
	left: 77px;
	top: 0px;
}

#domname {
	position: absolute;
	right: 43px;
	top: 9px;
	font-family: 'OpenSans-Bold', Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #999999;
}

a {
	font-family: 'OpenSans-Bold', Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #55cc00;
}

span {
	font-family: 'OpenSans-Bold', Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}

#green {
	/*font-family: 'OpenSans-Bold', Verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;*/
	color: #80ff00;
}
