/*#############################################################
Name: Portfolio
Date: 2008-06-10
Description: A 3D portfolio template
Author: Viktor Persson modified by Francois Stelluti
URL: http://templates.arcsin.se
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a:link              {color: blue;   }
a:visited           {color: purple; }
a:active            {color: red;    }

body {
	background: #655A46 url(img/background.gif);
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
.sameLine {
        color: #313131; 
        margin: 6px;
        padding: 2px;
        line-height: 22px;
}

.p1 {
      font-size: 1.0em;
      line-height: 15px;
      padding: 5px 10px;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #4d4d4d;
	padding-top: 6px;
	text-align: none;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/background-container.gif) repeat-y;
	margin: 0 auto;
	width: 928px;
}

/* header */
.header {
	background: url(img/header-image.jpg) no-repeat;
	background-position: bottom left;
	height: 99px;
	margin: 0 auto;
	width: 903px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #FFF url(img/background-navigation.gif) repeat-x;
	font: bold 1.0em Verdana,sans-serif;
	height: 44px;
	margin-left: 12px;
	text-align: center;
	padding: 0 0px;
	width: 830px;
}         

.navigation a {
	color: #b0c8ff;
	text-decoration: none;
	padding: 3px 15px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #a1c1ce;
	color: #420;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}


/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 73%;
}
.content .descr {
	color: #2e5cc3;
	font-size: 1.3em;
	margin-bottom: 6px;
}

.content .bold {
        color: #38417a;
        font-family: arial,sans-serif;
        font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0px;
}

.content .reg {
        color: #343434;
        font-family: arial,sans-serif;
        font-size: 1.1em;
        font-weight: normal;
	padding: 10px 0px;
}

.content .back {
        color: #754c24;
        font-family: arial,sans-serif;
        font-size: 1.5em;
	font-weight: bold;
	float: left;
	text-decoration: underline;
	padding: 10px 0px;
}

.content .next {
        color: #754c24;
        font-family: arial,sans-serif;
        font-size: 1.5em;
	font-weight: bold;
	float: right;
	text-decoration: underline;
	padding: 10px 0px;
}

.content .speed {
        color: #000f68;
        font: bold 2.0em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
        text-align: left;
        text-decoration: underline;
        padding: 8px 0px;
}
.content li {
	border-bottom: 2px solid #2e5cc3;
	border-top: 2px solid #2e5cc3;
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 12px;
	margin-top: 12px;


}


/* footer */
.footer {
	background: #958463 url(img/background-footer.gif) repeat-x;
	color: #FEE;
	font-size: 1.0em;
	line-height: 22px;
	margin-left: 12px;
	padding: 0 0px;
	width: 830px;
	text-align: center;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}