/* StudioJ v5 CSS */

/* Clearfix */
.cf:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.cf { display: inline-block; }
html[xmlns] .cf { display: block; }
* html .cf { height: 1%; }

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #000;
}

h1, h2 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	color: #FFF;
	padding-left: 2px;
	letter-spacing: -1.5px;
	display: inline;
	clear: both;
}

h2 {
	font-weight: normal;
}

#header h1 { display: none; }

#content-right h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	text-transform: lowercase;
	font-size: 1.9em;
	color: #bcff7f;
	margin: 0;
	padding: 0;
}

h3, h4 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	color: #e3c25e;
}

h4 {
	color: #fff;
}

img {
	border: 0px;
}

abbr, acronym {
	color: #e3c25e;
}

#studioj fieldset {
	margin: 10px;
	text-align: right;
}

fieldset legend {
	color: #FFF;
	background-color: #000;
}

form {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

input {
	background: #666 repeat-x 0 0;
}

label {
	display: block;
	width: 100%;
	margin: 0 0 4px 0;
}

#studioj input.text, #studioj textarea, #blog fieldset input.text, #blog fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px 0px;
	padding: 4px 2px;
	background-color: #333;
	color: #FFF;
	border: 1px solid #666;
}

input.text:focus, textarea:focus {
	border: 1px solid #FFF;
}

textarea {
	width: 100%;
}

input.submit, input.reset {
	background:#333 url(/images/layout/gif/submitBg.gif) repeat-x 0 0;
	border-style:double;
	border-width:4px;
	color:#CCC;
	padding:0.25em 1em;
	margin: 10px 0;
}

input.submit {
	border-color: #347515 #26560f #26560f #347515;
}

input.reset {
	border-color:#666 #333 #333 #666;
}

div.portfolioItem {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.name {
	font-size: normal;
	font-weight: bold;
	color: #8ecafe;
	padding: 4px;
}
td.controls { background-color: #333; padding: 10px; text-align: right; }

div.pageControls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td p {
	margin: 0px;
	padding: 4px;
}
table {
	border: 1px solid #666;
	margin-bottom: 10px;
}

div.pageControls {
	padding: 4px;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	background-color: #333;
	line-height: 16px;
}

div.controls {
	text-align: right;
}

a img {
	margin: 0 2px 0 0;
	border: none;
}

/* Links */

a:link { color: #57c322; text-decoration: none; }
a:hover { color: #72ff2c; }
a:active { color: #FFF; }
a:visited { color: #3b8517 }

/* Header */

#header {
	position: relative;
	margin: auto;
	width: 752px;
	height: 80px;
	background: url(../images/layout/header-bg.jpg) no-repeat 0 0;
}

#header img {
	margin: 2px;
}

#header #logo {
	margin: 10px 0 0 10px;
	float: left;
}

#header ul {
	list-style-type: none;
	position: absolute;
	top: 60px;
	left: 76px;
	margin: 0;
	padding: 0;
}

#header a:link, #header a:hover, #header a:active, #header a:visited, #header li {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

#header ul li {
	float: left;
	margin: 0;
	line-height: 25px;
	width: 100px;
	height: 25px;
	background: url(../images/layout/menu-100x25.gif) no-repeat 0 -25px;
}

#header ul #active {
	padding: 0 0 0 10px;
	width: 90px;
}

#header ul li a {
	display: block;
	padding: 0 0 0 10px;
	width: 90px;
	background: url(../images/layout/menu-100x25.gif) no-repeat 0 0;
	height: 25px;
}

#header ul li a:hover {
	background: url(../images/layout/menu-100x25.gif) no-repeat 0 -50px;
}

#admin-header {
	width: 750px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFF;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 2px;
}

#admin-header p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
}

#weather {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.6em;
	display: block;
	position: absolute;
	left: 415px;
	top: 40px;
}

#weather img {
	float: left;
}

#weather span {
	margin: 6px 0 0 0;
	display: block;
	float: left;
}

/* Content */

#content {
	position: relative;
	width: 730px;
	margin: 20px auto;
	padding: 10px;
	background: url(../images/layout/png/content-topLeft-bg.png) no-repeat top left;
	clear: both;
	background-image: url(../images/layout/png/content-topLeft-bg.png);
}

#content code {
	color: #EE9;
	background: #333;
	font-size: 1.2em;
}

#content p, #content li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFF;
	line-height: 1.5em;
}

hr {
	display: none;
}

#content-left {
	float: left;
	width: 460px;
	padding: 10px 10px 10px 0;
	margin: 2px 0 20px 0;
	background: url(../images/layout/png/content-bottomRight-bg.png) no-repeat bottom right;
}

#content-left p, #content-left li {
	font-size: 0.8em;
}

#content-left p img {
	float: left;
	margin: 2px 10px 2px 0;
/*	border: 1px solid #FFF;*/
}

#content-blog {
	border-left: 1px solid #444;
	padding: 0px 10px;
}

#content-blog hr {
	border-color: #57c322;
	margin: 3px 0;
}

#content-right {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: url(../images/layout/png/content-right-bg.png) no-repeat top left;
	float: right;
	top: 0;
	right: 0;
	width: 230px;
	padding: 10px;
}

#studioj #content-right ul, #blog #content-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content-feeds {
	height: auto;
}

#content-feeds ul {
	font-size: small;
}

#content-feeds ul li {
	margin: 10px 0;
	color: #999 ! important;
}

#feed-provider-list li {
	display: inline;
	margin: 0 2px;
}

#studioj #content-right hr, #blog #content-right hr {
	border: none;
	background: url(../images/layout/png/hr.png) no-repeat center;
	margin: 25px 0;
	height: 1px;
}

#content-feeds ul a:link, #content-feeds ul a:visited { color: #FFF; text-decoration: none; }
#content-feeds ul a:hover, #content-feeds ul a:active { color: #FFF; text-decoration: underline; }

#content-blog ul {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#content-blog img {
	text-align: center;
	padding: 8px;
	background-color: #333;
	border: 1px solid #57c322;
}

#blog form p {
	text-align: left !important;
}

#blog label {
	display: block;
	float: left;
	clear: left;
	text-align: left;
	margin: 5px;
}

#blog fieldset {
	padding: 10px;
	border: none;
	background: transparent url(../images/layout/form-bg.gif) no-repeat 0 0;
}

#blog fieldset legend {
	font-weight: bold !important;
}

form img {
	padding: 0 !important;
	border: none !important;
}

#footer {
	clear: both;
	width: 750px;
	text-align: center;
	margin: 20px auto;
	padding: 1px 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	background: url(../images/layout/footer-bg.gif) no-repeat top center;
}

#blog-links li ul {
	font-size: 0.8em;
	margin-left: 15px !important;
}

#blog-links li ul li a:link { color: #FFF; text-decoration: none; }
#blog-links li ul li a:active, #blog-links li ul li a:hover { color: #FFF; text-decoration: underline; }
#blog-links li ul li a:visited { color: #CCC; }

.blog-tags {
	margin: 0 0 3em 0; padding: 0;
}

.blog-tags li {
	display: inline;
}

.blog-info {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #999;
}

.small {
	font-size: 1em;
}

.summary {
	color: #e3c25e ! important;
}

.user-action {
	color: #CCC !important;
}

.user-action a {
	color: #57c322;
	text-decoration: none;
}

.success-notification, .failure-notification {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

.highlight {
	color: #F00 !important;
	font-size: small !important;
}

.bookmark-img {
	border: none !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.success-notification {
	color: #3CC;
}

.failure-notification {
	color: #F00;
}

.news-provider { display: block; position: relative; }
.news-provider img { position: absolute; top: 4px; margin-left: 6px; }

.code, #content code {
	font-family: "Courier New", Courier, monospace;
}
.clear {
	clear: both;
}

/*-- Custom page styles --*/
#photography #content {
	background: none;
}

#photography {
	background: #000 url("../images/layout/gif/photography-bg.jpg") no-repeat center 70px;
}

#photography #content-left, #photography #content-right {
	background: none;
}

#photography #camera {
	position: absolute;
	top: -25px;
	left: -25px;
}

#photography #content-left, #photography #content-right {
	width: 337px;
}

#photography #content-left {
	margin-top: 170px;
}

#photography #content-right ul {
	list-style-type: square;
}

p.error, p.success, p.action {
	display: block;
	margin: 10px 0 10px 0 !important;
	padding: 10px;
}
p.error {
	background-color: #E6A2A4;
	color: #600 !important;
	border: 1px solid #900;
}
p.success {
	background-color: #C0FFB9;
	color: #360 !important;
	border: 1px solid #360;
}

p.action {
	background-color: #FFE;
	color: #D80 !important;
	border: 1px solid #D80;
}

label.error {
	font-weight: bold;
	color: #C00 !important;
}

.blog-comment-head {
	padding: 5px 5px 0px 5px;
	background: url(../images/layout/gif/blog-comment-head.gif) no-repeat 0 0;
}



pre {
	display: block;
	border: 1px solid #FC3;
	background-color: #333;
	margin: 10px;
	padding: 5px;
}
code {
	color: #FFF;
	margin: 0;
	padding: 0;
}

#footer p.summary {
	color: #999;
}

span.inputNote {
    font-size: x-small;
    color: #999;
    display: block;
}

.portfolioDate {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	color: #999;
}

img.extlink {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

img.captcha {
	cursor: url(/zoom_in.cur), pointer;
}

img.imgLink {
	border: 0;
	text-decoration: none;
	background: transparent;
}

.permaLink { float: left; margin-right: 10px; }

*::-moz-selection {
	background-color:#06C;
	color: #FFF;
}