/*
Theme Name: WordPress Saltycom
Theme URI: http://www.saltycom.net/
Description: Theme forSaltycom
Version: 1.1
Author: Janis
Author URI: http://www.saltycom.net/
Tags: techno, modern, web 2, fixed width, two columns, widgets
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Sans-Serif;
	color: #585755;
	text-align: center;
}

ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* Text decorations
*******************************/
.bold 		{ font-weight: bold; }
.normal 	{ font-weight: normal; }
.italic 	{ font-style: italic }
.underline	{ text-decoration: underline; }
strong {font-weight: bold;}

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

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

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {overflow:hidden;}

#page {
	width: 1020px;
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 0 auto;
	position: relative;
	}

#header {
	background: #fff url('images/saltycom-header.png') no-repeat right bottom;
	border: none;
	height: 170px;
	}

#headerimg img {
	position: relative;
	z-index: 5;
	}
	
#footer {
	background: #4d4948 url('images/saltycom-footer.png') no-repeat right top;
	border: none;
	height: 38px;
	padding-left: 30px;
	color: white;
	font-size: 0.8em;
	}

#footer a {
	Line-height: 38px;
	text-align: left;
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #e3b12c;
	text-decoration: none;
}

/* titles */

h1, h1 a {
	color: #4d4948;
	font-size: 1.4em;
	font-style: italic;
	font-family: Arial, sans-serif;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 80px;
	z-index: 0;
}

h1 a:hover {
	color: #f4b100;
	text-decoration: none;
}

.description {
	font-size: 0.8em;
	font-style: italic;
	position: absolute;
	z-index: 10;
	top: 58px;
	left: 150px;
	width: 600px;
	letter-spacing: 0.4em;
	font-weight: bold;
}

#latestnews {
	background: url(images/Saltycom-News.png) no-repeat left top;
	width: 273px;
	height: 151px;
	position: absolute;
	top: 10px;
	right: 190px;
}

#latestnews ul {
	margin-top: 7px;
	margin-left: 16px;
	margin-right: 16px;
	width: 225px;
	height: 144px;
}

#latestnews .widgettitle {
	color: #fbc942;
	font-weight: bold;
}

#latestnews a {
	display: block;
	border-bottom: 2px dotted grey;
	padding-bottom: 3px;
	color: #4e4c4d;
	text-decoration: none;
}

#latestnews a:hover {
	color: #fbc942;
}

#clientLinks {
	background-image: url(images/Saltycom-Folder.png);
	width: 89px;
	height: 97px;
	position: absolute;
	top: 30px;
	right: 50px;
}

#clientLinks a {
	color: black;
	text-decoration: none;
	font-size: 0.7em;
	position: relative;
	top: 25px;
	left: 25px;
	}

#clientLinks a:hover {
	color: white;
}
	
#clientLinks p {
	color: #575755;
	position: relative;
	top: 35px;
	left: 10px;
	font-size: 0.8em;
}

/* Menus */

/* menu categories  */

#menu1 ul {
	margin: 0;
	padding: 0;
}

#menu1, .children  {
	list-style-type: none;
	padding: 0px;
}

#menu1 {
	position: absolute;
	top: 135px;
	left: 20px;
	z-index: 6;
}

#menu1 li {
	float: left;
	margin: 0px 3px;
}

#menu1 li a {
	display: block;
	margin: 0px 0px;
	text-decoration: none;
	color: #ffffff;
	line-height: 25px;
	width: 135px;
	border: none;
	text-align: center;
}

#menu1 li a:hover {
	color: #f4b100;
}

#menu1 li:hover > .children {display: block;}

#menu1 .children {
	Z-index: 10;
	margin: 2px 0px 0px 0px;
	text-decoration: none;
	color: #fff;
	line-height: 25px;
	width: 132px;
	text-align: center;
	border-left: 1px solid grey;
	border-right: 2px solid grey;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

#menu1 .children li  {
	float: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid grey;
	background-color: #4d4948;
}

#menu1 .children li a {
	display: block;
	width: 133px;
	text-decoration: none;
	color: #fff;
	border: 0;
}

#menu1 .children li a:hover {
	display: block;
	text-decoration: none;
	color: #f4b100;
	background-color: #4d4948;
}

ul#menu1 ul {
	display: none;
}

#menu1 li:hover ul {
	display: block;
}

/* end of menu management */

/* Menu pages */

#menu2 {
	Position: absolute;
	top: 135px;
	right: 10px;
	color: white;
}

#menu2 li {
	float: left;
	margin: 0px 5px;
	display: block;
	text-decoration: none;
	color: #ddd;
	line-height: 25px;
	width: 70px;
	border: none;
	text-align: center;
}

#menu2 li a {
	display: block;
	margin: 0px 0px;
	text-decoration: none;
	color: #ffffff;
	line-height: 25px;
	width: 70px;
	border: none;
	text-align: center;
}

#menu2 li a:hover {
	color: #f4b100;
}

.mainpage {
	background: #c1c1c1 url(images/saltycom-background_logo.png) no-repeat right bottom;
	height: 540px;
}

.contentwrapper {
	background: #c1c1c1 url(images/saltycom-all_sections_bg.png) no-repeat left 15px;
	height: 484px;
	width: 908px;
	color: #5b595a;
}

.contentwrapper h2, .contentwrapper a {
	padding-top: 30px;
	padding-left: 10px;
	color: #5b595a;
	font-weight: bold;
	text-decoration: none;
}

.contentwrapper a:hover {
	color: #f4b100;
}

.entry {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	max-height: 410px;
	overflow: auto;
}

.entry p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.postmetadata {
	margin-right: 5px;
	text-align: right;
}

.navigation a {
	text-decoration: none;
	color: #5b595a;
}

.navigation a:hover {
	text-decoration: none;
	color: white;
}

#portfolioPhoto {
	position: absolute;
	left: 0px;
	top: 200px;
	background: url(images/Portfolio_photo.png) no-repeat 0 0;
	width: 495px;
	height: 469px;
}

#portfolioPhoto .pic {
	height: 240px;
	width: 475px;
	margin: 0px auto;
	border: 2px dotted grey;
	overflow: hidden;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

#portfolioPhoto img {
	border: none;
	width: 470px;
	margin: 0px auto;
	padding: 0px;
}

#portfolioPhoto h3  {
	text-align: left;
	font-weight: bold;
	margin: 15px;
}

 #titrePortfolioPhoto h3 {
	text-align: left;
	font-weight: bold;
	margin-left: 15px;
	position: absolute;
	left: 15px;
	top: 175px;
 }

#portfolioWeb {
	position: absolute;
	right: 0px;
	top: 200px;
	background: url(images/Portfolio_web.png) no-repeat 0 0;
	width: 495px;
	height: 469px;
}

#portfolioWeb .pic {
	height: 240px;
	width: 475px;
	margin: 0px auto;
	border: 2px dotted grey;
	overflow: hidden;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

#portfolioWeb img {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 470px;
	margin: 0px auto;
}

#portfolioWeb h3 {
	text-align: left;
	font-weight: bold;
	margin: 15px;
}

#titrePortfolioWeb h3 {
	text-align: left;
	font-weight: bold;
	position: absolute;
	top: 175px;
	left: 545px;
}

#albumPhotos {
	position: absolute;
	top: 530px;
	left: 20px;
}

#albumWeb {
	position: absolute;
	top: 530px;
	left: 545px;
}

#albumPhotos .ngg-galleryoverview {
}

#albumWeb .ngg-galleryoverview  {
	display: none;
}

.ngg-imagebrowser-desc {
	text-align: center;
}

#portfolioPhoto .zoomimage img, #portfolioWeb .zoomimage img {
	height: 22px;
	width: 22px;
	position: absolute;
	top: 250px;
	left: 240px;
}

#portfolioPhoto #navRight, #portfolioPhoto #navLeft, #portfolioWeb #navRight, #portfolioWeb #navLeft {
	width: 34px;
}

.entry ul{
	list-style-type: circle;
	list-style-position: inside;
}






