/* 
Designed for ianjenkins.net 
By Ian Jenkins
Notes: Nothing special here, borrow, copy, whatever. Just not my images, please.
*/

/* Globalized style stuff */
body {
	text-align:center;
	background: #000;
	color: #999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a,a:visited {
	color:#933;
}
a:hover {
	color:#666;
}

ul,li {
	font-family: inherit;
	font-size: 11px;
	list-style: inside url("images/arrow_right.gif");
}

/* Containers, Layout & Navigation */ 
#wrapper {
	width: 1000px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
	text-align: left;
}

#content {
	background: url(images/main_body_content.png) top left repeat-y;
	width: 1000px;
	min-height: 360px;
	padding: 0px;
	float: left;
}

#navbar {
	margin-top: 10px;
	background: url(images/navbar.png) top left no-repeat;
	width: 1000px;
	height: 48px;
	float: left;
}

#navbutton {
	height: 55px;
	float: left;
	margin-top: -4px;
}

#innersidebar {
	top: -600px;
	left: 650px;
	width: 350px;
	height: 300px;
	margin: auto;
}

#blogpost {
	width: 80%;
	margin: 10px;
	background: #333;
	//opacity:0.4;
	//filter:alpha(opacity=40);
}

#wrapper #content form {
	margin-left: 10px;
	font-size: 11px;
}

/* Fonts and Text Styles */
p, h1 {
	margin: 0px 10px 10px 10px;
}

h1 {
	font-size: 14px;
	padding-top: 10px;
}

h2 {
	font-size: 16px;
	padding-top: 10px;
}

h3 {
	font-size: 18px;
	padding-top: 10px;
}

p {
	font-size: 11px;
}

#blogpost h1 {
	color: #FFF;
}

#blogpost a {
	color: #000;
}

.smallfont {
	font-size: 11px;
}

/* Image Preloader Hack */
div#preload { display: none; }

/* Vimeo Embed CSS */
/*.vimeoBadge { margin: 0; padding: 0; font: normal 11px verdana,sans-serif; }*/
.vimeoBadge img { border: 0; }
.vimeoBadge .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color:#3A75C4; text-decoration:none; cursor:pointer; }
.vimeoBadge a:hover { color:#00CCFF; }
.vimeoBadge #vimeo_badge_logo { margin-top:10px; width: 57px; height: 16px; display:none; }
.vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
.vimeoBadge .clip { padding:0; float:left; margin:0 10px 10px 0; width:160px; line-height:0; }
.vimeoBadge .caption { font: normal 11px verdana,sans-serif; overflow:hidden; width:160px; }
.vimeoBadge .clear { display: block; clear: both; visibility: hidden; } 

/* AJAX Notification Message */

.notify { 
	border: 1px solid #CCCCCC;
	position: absolute;
	width: 99.7%;
	border: 1px solid #C93;
	background: #ffc;
	padding: 1px;
	left: 0px;
	top : -170px;
}