	
	body{
		margin:0;
		padding:0;
		font-family:"Lucida Grande","Helvetica";
		color:#333;
	}
	
/*HEADER ELEMENTS*/
	
	#header{
		background:#ccc;
		position:relative;
		height:75px;
	}
	#header	.navtabs {
		position:absolute;
		margin : 0;
		bottom:0;
		right:20px;

	}
	#header h1{
		margin:0;
		padding:0;
		position:absolute;
		left:20px;
		top:20px;
		font-size:24px;
		font-weight:bolder;
		color:#000;
	}
	
	h2{
		font-size:150%;
	}

	#logintag{
		right:20px;position:absolute;
		top:5px;
		color:#fff;
		font-size:10px;
	}
	#logintag a{
		color:#fff;
	}

/* TABS */
	.navtabs ul, .navtabs li	{
		display : inline;
		list-style-type : none;
		margin : 0;
		padding : 0;
	}


	.navtabs a:link, .navtabs a:visited	{
		background : #E8EBF0;
		color : #666;
		float : left;
		font-size : small;
		font-weight : normal;
		line-height : 14px;
		margin-right : 8px;
		padding : 5px 10px 5px 10px;
		text-decoration : none;
	}

	.navtabs a:link.active, .navtabs a:visited.active,.navtabs li.active a,.navtabs li.active a:visited	{
		background : #fff;
		border-bottom : 1px solid #fff;
		color : #000;
	}

	.navtabs a:hover	{
		color : #f00;
	}

	.navtabs ul a:hover {
		color : #f00 !important;
	}
	
/*FORM ELEMENTS*/

	label{
		font-size:12px;
		font-weight:bold;
		color:#333;
	}
	label span{
		font-weight:normal;
		font-size:90%;
		color:#333;
	}
	
	#col1 h2{background:#EDF3FE;padding:10px;border:1px solid #ccc;vertical-align:bottom;font-size:100%;margin-bottom:24px;position:relative;height:24px;}
	#col1 h2 div{margin:0;padding:0;position:absolute; right:10px;top:10px;}
	#content{
		padding:20px 20px;
	}
	#publishdetails{
		background:#fff;
		float:right;
		padding: 10px;
		width:30%;
	}
	label{
		color:#333;		
		line-height:2em;
	}
	label.fixed{
		display:block;
		width:100px;
		float:left;
	}

	.notifications{
		margin-top:0px;
		border:1px solid #c;
		background:#B5EDBC;
		padding:5px 20px 10px 20px;
		margin-bottom:10px;
		border-top:1px solid green;
		border-bottom:1px solid green;
	}
	/* Clear fix */
	.imageblock:after { 
	  content:  "."; 
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	}
	.imageblock .image{
		width:100px;float:left;margin-right:10px;min-height:75px;
		border:1px solid #ccc;
		padding:5px;
	}
	.imageblock input{
		border:1px solid #ccc;padding:3px;width:200px
	}
	.imageblock a{
		font-size:10px
	}
	
	.adminsection{
		padding:15px;
		background:#eee;
		border:1px solid #ccc;
	}
	.adminsection p{
		margin-bottom:10px;
	}
	
	button, .button{
		background:green;color:#fff;padding:3px;
	}
	.buttondivider{
		text-align:right;padding:10px;
	}
	input,textarea{
		padding:3px;
	}
	
	input.input-title{
		width:99%;border:1px solid #ccc;font-size:24px
	}
	input.input-text{
		width:99%;border:1px solid #ccc;
	}
	.textarea{
		border:1px solid #ccc;width:99%;height:200px
	}
	.textarea-code{
		width:99%;height:200px;border:1px solid #ccc;font-family:'AndaleMono';
	}
	
	/* TABLES */
	table{
		width:100%;
	}
	table th{
		border-bottom:2px solid #ccc;
		font-size:small;
		padding:5px;
	}
	
	table td{
		background:#fff;
		border-bottom:1px solid #ccc;
		font-size:10px;
		padding:5px;
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.clearfix {
		display: inline-block;
	}

	html[xmlns] .clearfix {
		display: block;
	}

	* html .clearfix {
		height: 1%;
	}

	.attachment_thumb{
		float:left;
		width:120px;
		margin:5px;
		padding:5px;
		border:1px solid #eee;
		background:#fff;
		height:120px;
		position:relative;
		text-align:center;
	}

	
	.attachment_thumb .trash{
		position:absolute;
		bottom:5px;
		left:10px;		
	}
	
	
