/* TESTING disabled */
#blackbar a.disabled {
	color: #111;
	display:none;
}

body { 
	background: #fff url(../img/bg.gif) repeat-x; 
	color: #000;   
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr { 
	clear: both;
	border: 0; 
	color: #e5e5e5; 
	background-color: #e5e5e5;
	height: 1px;
}

.clr {
	clear: both;
}

.pdf { 
	background: url(../img/pdf.gif) no-repeat left 50%; 
	padding: 0 0 0 20px;
	display: block;
}


/* Typography		------------------------------------------------- */


body, input, select, textarea {
	font: 70%/1.5em arial, sans-serif;
}

a { 
	background: transparent;
}

a:link 			{ color: #222; }
a:visited 		{ color: #222; }
a:hover 		{ color: #ba8500; }
a:active 		{ color: #222; }

h1 {
	font-size: 1.5em;
	margin: 0 0 12px;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 12px; 
}

h2 a, h2 a:visited {
	color: #ba8500;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 8px;
	color: #ba8500;
	font-weight: normal;
}

p { 
	margin: 0 0 12px;
}

ul, ol {
	margin: 0 0 12px 16px;
}

.rss {
	background: url(../img/rss.gif) no-repeat 0 50%;
	padding: 2px 0 2px 15px;
}


/* Layout			------------------------------------------------- */

#paulina { 
	position: relative;
	width: 976px; 
	margin: 0 auto;
	padding: 24px 0;
	text-align: left; 
}

/* top				------------------------------------------------- */

#logo {
	margin: 14px 20px;
}

#contact { 
	display: block;
	margin: 30px 0 2px 0;
	width: 98%;
	color: #000;
	text-align: right;
}

	#contact a {
		color: #ba8500;
		text-decoration: none;
	}

	#contact a:hover {
		color: #f19700;
	}
	

/* Portfolio		------------------------------------------------- */

#blackbar {
	position: absolute;
}


#portfolio {
	display: block;
	position: relative;
	margin: 0 0 0;
	width: 976px;
	min-height: 54px;
	background: url(../img/bg_portfolio.png) no-repeat;
}
	

#slideright, #slideleft {
	display: block;
	position: relative;
	font-size: 80px;
	color: #fff;
	text-decoration: none;
	text-shadow: #000 0 0 2px;
}


#slideright {
	position: absolute;
	top: 22px;
	left: 16px;
}

#slideleft {
	position: absolute;
	top: 22px;
	right: 16px;
}


#caseslide {
	display: block;
	width: 830px;
	height: 64px;
	overflow: hidden;
	margin: 0 0 0 75px;
}

#portfolio ul {
	position: relative;
	list-style: none;
	margin: 0 20px 0 0;
}

.casethumb {
	float: left;
	background-color: #000;
	margin: 8px 0 0;
	padding: 6px 10px 6px;
	min-width: 10em;
	-webkit-transition: background-color 0.9s ease-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#portfolio ul li:hover {
	background-color: #2e2c27;
}

	#portfolio ul li.rubr {
		color: #fff;
		padding: 2px 8px 2px 0;
		height: 50px;
	}

#portfolio li.current h4 a {
	color: #ba8500;
}

#portfolio ul img {
	float: left;
	height: 44px;
	width: auto;
	margin: 0 10px 0 0;
	-webkit-box-shadow: #000 0 0 3px;
	-moz-box-shadow: #000 0 0 3px;
}

#portfolio ul h4 {
	float: left;
	margin: 0;
	padding: 6px 0 0;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	text-shadow: #000 0 0 2px;
	white-space: nowrap;
}

#portfolio ul h4 a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
}

#portfolio ul li:hover h4 a {
	color: #ba8500;
}

#portfolio ul .details {
	color: #838383;
	text-shadow: #000 0 0 0;
}

#portfolioend {
	width: 976px;
	height: 10px;
	margin: 0 0 16px;
	background: url(../img/bg_portfolio.png) no-repeat 0% 100%;
}


/* Gallery			------------------------------------------------- */

#gallery {
	position: relative;
	top: 0;
	left: 4px;
	width: 964px;
	height: 450px;
	color: #bbb;
	background: #000;
	display: none;
}

#gallery #text {
	position: absolute;
	right: 35px;
	top: 20px;
	width: 180px;
	color: #fff;
}

#gallery h1 {
	margin: 3em 0 1em;
	text-shadow: #000 0 0 0;
	color: #ba8500;
}


#gallery #images {
	position: relative;
	width: 964px;
	height: 400px;
	padding: 10px 0;
	_overflow: auto;
}

#gallery #images .txt {
	float: left;
	width: 344px;
	margin: 0 40px 0 16px;
	max-height: 380px;
	overflow: auto;
}

#gallery #images .pic {
	float: left;
	position: relative;
	margin: 0 4px 0 0;
	max-height: 380px;
	overflow: hidden;
}

#gallery #images .pic img {
	max-height: 380px;
}

#gallery a:link, #gallery a:visited, #gallery a:active { color: #eee; }
#gallery a:hover { color: #ba8500; }

.txtnote, .txtnote_bg {
	display: none;
	position: absolute;
	width: 80%;
	height: 80%;
	left: 5%;
	bottom: 5%;
	color: black;
	overflow: hidden;
	padding: 5%;	
}
.txtnote_bg {
	border: 1px solid lightgrey;
	background-color: white;
	opacity: .8;
}
.txtnote {
}

#closewin {
	display: block;
	position: absolute;
	margin-top: 2px;
	line-height: 26px;
	bottom: 1px;
	left: 10px;
	width: 944px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #000 0 0 2px;
	color: #666;
	cursor: pointer;
	-webkit-transition: color 0.6s ease-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#closewin:hover {
	color: #ba8500;
}

/* Blog				------------------------------------------------- */

#blog {
	margin: 100px 0 20px 20px;
}

#blogcontent {
	float: left;
	width: 420px;
	margin: 0 30px 0 0;
}

.blogpost {
	margin: 0 0 24px;
}

.blogpost img {
	border: 1px solid #d6d3cc;
	background: #fff;
	padding: 3px;
}

.date {
	margin: 0 0 6px;
	color: #664800;
	text-transform: uppercase;
	font-size: 93%;
}

.smallpict {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #d6d3cc;
	background: #fff;
	padding: 1px;
}

.theauthour {
	line-height: 60px;
	color: #666;
}

.comment {
	display: inline;
	background: url(../img/bg_kommentera.gif) no-repeat 100% 0%;
	padding: 6px 12px 4px 0;
}

.comment a:link, .comment a:visited {
	line-height: 16px;
	background: url(../img/bg_kommentera.gif) no-repeat 0% 0%;
	padding: 6px 2px 10px 12px;
	color: #fff;
	text-decoration: none;
}

.comment .commentBody a:link, .comment .commentBody a:visited {
	line-height: 16px;
	background: none;
	padding: 0;
	color: #333;
	text-decoration: underline;
}

.comment .commentBody a:hover {
	color: #ba8500;
}

.commentlist .comment, #commentform .comment {
	background: none;
}

.commentlist {
	margin: 1em 0 0 16px;
}

.commentlist li {
	border-top: 1px solid #ccc;
	padding: 1em 0 1em 10px;
	color: #666;
}

.commentlist .commentBody {
	color: #333;
}


/* Blog sidebar 1	------------------------------------------------- */

#sidebar {
	float: left;
	width: 222px;
	padding: 24px 16px;
	border-left: 1px solid #d3d0c8;
}

#sidebar ul {
	margin: 0 0 16px;
	list-style: none;
}

#sidebar .listnav {
	margin: 0 0 32px -2px;
}

.listnav li {
	float: left;
}

.listnav li a {
	display: block;
	padding: 3px 13px 5px;
	height: 15px;
	color: #676663;
	text-decoration: none;
}

.listnav li a:hover {
	color: #222;
}

.list_latest10 {
	background: url(../img/archive.gif) 0% 0%;
}

	.list_latest10 a.current {
		color: #222;
		background: url(../img/archive.gif) 0% 100%;
	}

.list_archive {
	background: url(../img/archive.gif) 50% 0%;
}

	.list_archive a.current {
		color: #222;
		background: url(../img/archive.gif) 50% 100%;
	}

.list_search {
	background: url(../img/archive.gif) 100% 0%;
}

	.list_search a.current {
		color: #222;
		background: url(../img/archive.gif) 100% 100%;
	}

/* Blog sidebar 2	------------------------------------------------- */

#sidebar2 {
	float: left;
	width: 224px;
	padding: 24px 0 24px 16px;
	border-left: 1px solid #d3d0c8;
}

.profilepict {
	float: left;
	margin: 4px 10px 10px 0;
	border: 1px solid #d6d3cc;
	background: #fff;
	padding: 3px;
}

.profilepict2 {
	float: right;
	margin: 4px 0px 10px 10px;
	border: 1px solid #d6d3cc;
	background: #fff;
	padding: 3px;
}


/* Footer			------------------------------------------------- */

#blogfooter {
	margin: 0 20px;
	color: #bcbab7;
	font-size: 93%;
	text-align: right;
	text-transform: uppercase;
}

#blogfooter a, #blogfooter a:visited {
	color: #bcbab7;
	text-decoration: none;
}

#blogfooter a:hover {
	color: #ba8500;
}



/* Forms			------------------------------------------------- */

.frm, .txtarea, select {
	font: 100% arial, sans-serif;
}

#searchform input {
	width: 170px;
	padding: 2px;
	color: #664800;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
}


label {
	display: block;
	width: 15em;
}

.frm, .txtarea {
	border-top: 1px solid #707070;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #646464;
	background: #fff;
	padding: 2px 2px;
	color: #664800;
}

.frm, select {
	width: 60%;
	margin: 2px 10px 2px 0;
}

.txtarea {
	width: 60%;
	height: 6em;
	margin: 2px 10px 2px 0;
}

#submit {
	background: #f79c00;
	padding: 3px 6px;
	color: #fff;
	border: none;
	font: 100% arial, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}





/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	position: absolute;
	top: 0; 
	left: 0;
	line-height: 1px;
	font-size: 1px;
}

.vscrollerbase, .vscrollerbar, .vscrollerbarbeg, .vscrollerbarend, .hscrollerbarbeg, .hscrollerbarend, .vscrollerbasebeg, .vscrollerbaseend, .hscrollerbasebeg, .hscrollerbaseend {
	width: 15px;
	background-image: url(../img/basebarcaps_verticalbarbody.png);
}

.hscrollerbase, .hscrollerbar, .scrollerjogbox {
	height: 15px;
	background-image: url(../img/horizontalbarbody_cornerjog.png);
}

.vscrollerbase {
	background-color: #D7EBDF;
	background-position: 0 0;
	background-repeat: repeat-y;
}

.vscrollerbar {
	background-color: #99CBCB;
	background-position: -15px 0;
	background-repeat: repeat-y;
}

.hscrollerbase {
	background-color: #D7EBDF;
	background-position: 0px -15px;
	background-repeat: repeat-x;
}

.hscrollerbar {
	background-color: #99CBCB;
	background-position: 0px -30px;
	background-repeat: repeat-x;
}

.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}

.vscrollerbarbeg {
	background-color: #99CBCB;
	background-position: -45px -30px;
	background-repeat: no-repeat;
	height: 15px !important;
}

.vscrollerbarend {
	background-position: -45px 0px;
	background-repeat: no-repeat;
	height: 15px;
}

.hscrollerbarbeg {
	background-position: -60px -15px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px !important;
}

.hscrollerbarend {
	background-position: -30px -15px;
	background-repeat: no-repeat;
	height: 15px;
}
.scrollerjogbox {
	height: 15px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background-color: #4E727C;
	background-position: 0px 0px;
}

.vscrollerbasebeg {
	background-repeat: no-repeat;
	background-position: -30px -30px;
	height: 15px !important;
}

.vscrollerbaseend {
	background-repeat: no-repeat;
	background-position: -60px -30px;
	height: 15px;
}

.hscrollerbasebeg {
	background-repeat: no-repeat;
	background-position: -60px 0px;
	height: 15px;
	width: 15px !important;
}

.hscrollerbaseend {
	height: 15px;
	background-repeat: no-repeat;
	background-position: -30px 0px;
}

.scrollerjogbox:hover {
	background: #5E828C url(../img/basebarcaps_verticalbarbody.png) -45px -15px;
}

/* Scroll Bar Master Styling Ends Here */


