/* @override http://soundvillage.etrlab.net/css/main.css */

/* 
CSS Document
colors: 
Light Blue #8695c1 
Red  #cf0d0d 
Med Grey #777777
dark grey #555555
hot pink #da027e

*/

/* @group Css Normalization */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre{
	background-color: white;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	*font-size: 100%;
}

div {
	overflow: hidden;
}

strong, b{
	font-weight: bold;
}
p{
	margin-bottom:1.5em;
	line-height:1.5em;
}
input#button{
	cursor: pointer;
	
}
/* @end */

/* @group Shell */

body {
	background: #000 url(/img/site_bg.jpg) no-repeat center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.shell {
	width: 1000px;
	margin: 0 auto 0 auto;
	
}

.shell h1{
	font-weight: bold;
}

/* @group Header */

.header {
	margin: 19px 0 0 0;
	height: 93px;
}

.site-search {
	float: right;
	background: url(/img/search_txtfield_bg.gif) no-repeat;
	width: 320px;
	padding: 0 22px 0 0;
	margin: 17px 0 0 0;
}

.site-search-form {
	height: 32px;
}

.site-seach-go {
	float: right;
	margin: 0 0 0 10px;
}

.search-words {
	margin: 15px 0 0 0;
	font-size: .6em;
	color: #ffffff;
}

.search-words a:link, .search-words a:visited {
	color: #f97804;
}

.search-words a:hover {
	color: #ffffff;
}

.site-seach-field {
	width: 243px;
	height: 32px;
	border: none;
	padding: 5px 0px 0 8px;
	color: #ffffff;
	font-size: 1em;
	background-color: transparent;
}

html>body .site-seach-field {
	padding: 8px 0px 0 8px;
}

.top-nav {
	background: url(/img/topnav_tile.gif) repeat-x;
	/*overflow: visible;  disabled to fix spacing issue */
	height:75px;
	margin: 0px 0 0px 0;
}

.top-nav-left {
	float: left;
	margin: 0 12px 0 0;
}

.top-nav-right {
	float: right;
}

.top-nav-divider {
	margin: 0 12px 0 12px;

}

/* @end */

.flashMessage,
.messages .message,
#authMessage.message{
	padding: 10px;
	margin: 5px;
	font-size:20px;
	font-weight: bold;
}

.messages .message{
	border: 1px solid #666;
	background-color: #ccc;
	color: #666;
}

.flashMessage.succ{
	border: 1px solid green;
	background-color: lightgreen;
	color: green;
	
}

.flashMessage.err,
#authMessage.message{
	background-color: lightcoral;
	border: 2px solid darkred;
	color: darkred;
	
}

.content-table{
	width:100%;
}

.content-title
{
	padding: 0 0 0px 0;
	background: #fff url(/img/content_title_background.gif) repeat-x;
	height: 76px;
}

.container.blogentry .content-title,
.container.blog.view .content-title
{
	cursor: pointer;
}

.content-title-sponsorship {
	float: right;
	padding: 20px 20px 0  0;
	display: none;
}

.content-title .breadcrum-links {
	color: #777777;
	font-size: .6em;
	display: inline-block;
	margin: 3px 0 0 0;
}

.content-title .breadcrum-links a:link, .content-title .breadcrum-links a:visited {
	color: #000000;
}

.content-title .breadcrum-links a:hover {
	color: #000000;
	text-decoration: none;
}

.container {
	clear: both;
	padding: 0 0 16px 0;
	margin:0 1px 0 1px;
	background: white url(/img/tile_blog_bg_landing.jpg) repeat-x;
	height: 100%;
	
}

.container .content{
	padding: 5px 0 0px 0;
}

.container .content .content-headline{
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}



/* @group column Structure */


.column-right {
	float: right;
	width: 320px;
	padding: 0 20px 0 0;
	overflow: visible;
}

/* fixes gap left by image */

.column-right-top {
	margin: -6px 0 0 0;
	font-size: 0px;
}

html>body .column-right-top {
	margin:-4px 0 0 0;
	font-size: 0px;
}
	
.column-right .content {
	background: #242424 url(/img/rightcolumn_bottom.gif) no-repeat 0 bottom;
	overflow: visible;
	padding: 0 0 0 0;
}

.column-left {
	float:left;
	padding: 0 0 0 20px;
	width: 610px;
}
html>body .column-left {
	float:left;
	padding: 0 0 0 20px;
	width: 620px;
}

.column-left wide{
	margin: 0 0 0 20px;
	width: 1000px;
}

.column-right .content ul {
	color: #ffffff;
	font-size: .8em;
	padding: 5px 25px 20px 25px;
}

.column-right .content ul li {
	color: #999999;
	font-size: 10px;
	padding: 10px 0 0 0;
}

.column-right .content ul li p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.column-right .content ul li p.blog-title{
	font-size: 10px;
	font-weight: normal;
}

.column-right .content ul li p a {
	color: #ffffff;
	text-decoration: none;
}

.column-right .content ul li a {
	color: #ccc;
	text-decoration: none;
}



.column-right .content ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.column-right-bottom {
	background-color: #242424;
}

/* @end */

.column-right .heading {
	padding: 5px;
	margin: 0 20px 0 20px;
	background: url(/img/leftcolumn_heading_bg.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	overflow: visible;
}

.column-right .heading h1 {
	color: #d50000;
	height: 15px;
	margin: 4px 0 0 5px;
	font-weight: bold;
}

.rightcolumn-btn-drop-down {
	float: right;
}

/* @end */

/* @group pagination */

.pagination{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 24px 0 0 0;
	position: relative;
	margin: 30px 0 0 0;
	height: 35px;
	overflow: hidden;
}
.pagination .pag-button-l{
	position: absolute;
	left: 0;
	top: 20px
}

.pagination .disabled{
	display: none;
}

.pagination .pag-button-l img{
margin: 0 8px 0 0;
}
html>body .pagination .pag-button-l img{
margin: 0 8px 4px 0;
}
.pagination .pag-button-l a{
	color: #cf0d0d;
	font-weight: bold;
	text-decoration: none;
}
.pagination .pag-button-l a:hover{
	text-decoration: underline;
}



.pagination .pag-button-r{
	position: absolute;
	right: 0;
	top: 20px;
}
.pagination .pag-button-r img{
margin: 0 0 0 8px;
}
html>body .pagination .pag-button-r img{
margin: 0 0 4px 8px;
}
.pagination .pag-button-r a{
	color: #cf0d0d;
	font-weight: bold;
	text-decoration: none;
}
.pagination .pag-button-r a:hover{
	text-decoration: underline;
}
.pagination .pag-list{
width: 300px;
margin:auto;
text-align: center;
}
.pagination .pag-list ul li{
	display: inline;
	padding:0 5px 0 5px
}
.pagination .pag-list a{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
.pagination .pag-list a:hover{
	text-decoration: underline;
}



.blogs-list .pagination .pag-list ul li.on a{
	color: #da027e;
}


/* @end */

/* @group Ads */
.ad-728{
	width: 728px;
	height: 90px;
	background-color:#cccccc;
	margin:10px auto 0 auto;
}
.ad-300{
	width: 300px;
	height: 250px;
	margin: auto auto 20px auto;
	background-color:#cccccc;
	}

/* @end */

/* @group Blogs */

/* @group Comments */

#idc-container-parent{
	
}

#idc-container-parent a{
	color:#ffa200;
}

#idc-container .idc-c_collapsed .idc-c-h, #idc-container .idc-c .idc-c-h {
	background-image: none;
	background-color: #000;	
}

/* @end */


.content-title-blogs h1,
.container.blog.index .content-title h1
{
	font-size: 2em;
	color: #cf0d0d;
	font-weight: normal;
}

.content-title-blogs {
	padding: 15px 0 0 20px;
}



/* @group Column Structure */

.column-blog-contributors {
	float: right;
	width: 240px;
}

.column-blog-featured-bloggers {
	width: 360px;
	float: left;
}

/* @end */

/* @group blogs landing */

/* @group featured bloggers */

.column-blog-featured-bloggers .entry {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #cccccc;
	font-size: .8em;
}

.column-blog-featured-bloggers .entry.last {
	padding: 20px 0 0 0;
	border: 0;
}

.column-blog-featured-bloggers .entry h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cf0d0d;
	margin: 0 0 15px 0;
	clear: both;
}

.column-blog-featured-bloggers.entry .entry-item {
	font-size: .8em;
}

.column-blog-featured-bloggers .entry h1 {
	font-size: 1.7em;
}

.column-blog-featured-bloggers .entry  h1 a {
	margin: 0;
	color: #cf0d0d;
	text-decoration: none;
}

.column-blog-featured-bloggers .entry  h1 a:hover {
	margin: 0;
	color: #cf0d0d;
	text-decoration: underline;
}

.column-blog-featured-bloggers .entry .entry-item .description h1 {
	font-size: 1.3em;
	margin: 0 0 4px 0;
}

.column-blog-featured-bloggers .entry .entry-item .description h1 a {
	color: #000000;
	text-decoration: none;
margin
}

.column-blog-featured-bloggers .entry .entry-item .description h1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.column-blog-featured-bloggers .entry .item-rightcolumn {
	width: 112px;
}

.column-blog-featured-bloggers .entry .item-thumb {
	display: inline-block;
	border: 1px solid #000000;
}

.column-blog-featured-bloggers .entry .item-thumb img{
	width: 100px;
	float: left;
}

.column-blog-featured-bloggers .entry .thumb-container{
	width: 100px;
	max-widthheight: 75px;
	margin: 1px;
	overflow: hidden;
}

.column-blog-featured-bloggers .entry .description {
	float: right;
	width: 245px;
}

.column-blog-featured-bloggers .entry .item-link {
	display: block;
	color: #cf0d0d;
	margin: 10px 0 0 0;
	font-size: .9em;
}

.column-blog-featured-bloggers .entry .item-link:hover {
	color: #000000;
}

/* @end */

/* @group contributors */

.column-blog-contributors .entry {
	padding: 15px 0 10px 0;
}

.column-blog-contributors .entry.last {
	padding: 20px 0 0 0;
	border: 0;
}

.column-blog-contributors .entry h1 {
	font-size: 1.em;
	font-weight: bold;
	color: #cf0d0d;
	margin: 0 0 10px 0;
}

.column-blog-contributors .entry h1 a {
	color: #cf0d0d;
	text-decoration: none
}

.column-blog-contributors .entry h1 a:hover {
	color: #cf0d0d;
	text-decoration: underline;
}

.column-blog-contributors .entry .entry-item {
	font-size: .8em;
}

.column-blog-contributors .entry .entry-item .description h1 {
	margin: 0;
	font-size: .9em;
}

.column-blog-contributors .entry .entry-item .description h1 a {
	color: #000000;
	text-decoration: none;
}

.column-blog-contributors .entry .entry-item h1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.column-blog-contributors .entry .item-thumb {
	padding: 1px 0 1px 1px;
	border: 1px solid #000000;
	width: 101px;
}

.column-blog-contributors .entry .item-link {
	color: #cf0d0d;
	margin: 10px 0 0 10px;
	font-size: .7em;
}

.column-blog-contributors .entry .item-link:hover {
	color: #000000;
}



/*

 @end */

/* @end */

/* @group list of blogs */



.column-blog-list .entry {
	padding: 0 0 30px 0;
	border-bottom: 1px solid #cccccc;
	font-size: .9em;
	margin: 0 0 30px 0;
}
.column-blog-list .entry.last{
	border:none;
	padding: 0;
	margin: 0;
	}

.column-blog-list .entry h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cf0d0d;
	margin: 0 0 15px 0;
	clear: both;
}

.column-blog-list .entry-item {
	font-size: .8em;
}

.column-blog-list .entry .entry-item .description h1 {
	font-size: 2.3em;
	margin: 0 0 4px 0;
}

.column-blog-list .entry .entry-item .description h1 a {
	color: #cf0d0d ;
	text-decoration: none;
}

.column-blog-list .entry .entry-item .description h1 a:hover {
	color: #cf0d0d ;
	text-decoration: underline;
}



.column-blog-list .entry .entry-item .description h2 {
	font-size: .em;
	color:#555555;
	margin: 15px 0 15px 0;
}

.column-blog-list .entry .entry-item .description h2 a {
	color:#555555;
	text-decoration: underline;

}

.column-blog-list .entry .entry-item .description h2 a:hover {
	color:#000000;
	text-decoration: underline;
}






.column-blog-list .entry .item-rightcolumn {
	width: 248px;
}

.column-blog-list .entry .item-thumb {
	padding: 2px;
	display: inline-block;
	border: 2px solid #000000;
}

.column-blog-list .entry .description {
	float: right;
	width: 355px;
}

.column-blog-list .entry .item-link {
	display: block;
	color: #cf0d0d ;
	margin: 10px 0 0 0;
	font-size: 1em;
}

.column-blog-list .entry .item-link:hover {
	color: #000000;
}

.blog-list .content-title{
	height: 121px;
		background: white url(/img/plchldr_blog_header.jpg) repeat-x;
	
}

.blog-list .content-title-sponsorship {
	display: none;
	}



/* @end */

/* @group blog views */

.column-blog-view a{
	color: #cf0d0d;
}

.column-blog-view .entry {
	padding: 0;
	font-size: .9em;
}
.column-blog-view .entry.last{
	border:none;
		padding: 30px 0 0px 0;
	}

.column-blog-view .entry h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cf0d0d;
	margin: 0 0 15px 0;
	float: left;
}

.column-blog-view .entry-item {
	font-size: .8em;
}

.column-blog-view .entry .entry-item .description h1 {
	font-size: 2.3em;
	margin: 0 0 4px 0;
	display: inline;
}

.column-blog-view .entry .entry-item .description h1 a {
	color: #da027e;
	text-decoration: none;
margin
}

.column-blog-view .entry .entry-item .description h1 a:hover {
	color: #da027e;
	text-decoration: underline;
}



.column-blog-view .entry .entry-item .description h2 {
	font-size: .em;
	color:#555555;
	margin: 00px 0 15px 0;
}

.column-blog-view .entry .entry-item .description h2 a {
	color:#555555;
	text-decoration: underline;


}

.column-blog-view .entry .entry-item .description h2 a:hover {
	color:#000000;
	text-decoration: underline;
}

.column-blog-view .entry .entry-item .entry-content{
	float: left;
	border: 1px solid #000;
}

.file-tags{
	background-color: #000000;
	overflow: hidden;
	color: #99aadd;
	font-size: .8em;
	font-weight: bold;
	line-height:1.5em;
	

}
.file-tags-column-l{
	width: 80px;
	padding:1px 0 0 10px;
	float: left;

}
.file-tags-column-r{
	padding:1px 10px 0 0;
	float: left;
}
html>body .file-tags-column-r{
	float: none;
}
.file-tags-top{
	clear: both;
	background: #000000 url(/img/fileunder_cnr_tr.gif) no-repeat right top;
	font-size: 0px;
}

.file-tags-top img{
	float: left;
}

.file-tags-bottom{
	clear:both;
	background: #000000 url(/img/fileunder_cnr_br.gif) no-repeat right bottom;
	padding:1px 0 0 0 ;
	font-size:0px;
}

.file-tags-bottom img{
	float: left;
}

.file-tags a{
	color: #ffffff;
	font-weight: normal;
	margin: 0 0px 0 1px;
}

.file-tags a:hover{
	/*color: #da027e;*/	
	color: #cf0d0d;
}
.file-tags a.first{
	margin: 0 1px 0 0;
	}
.column-blog-view .entry .item-rightcolumn {
	width: 248px;
}

.column-blog-view .entry .item-thumb, .column-blog-list .entry .item-thumb {
	padding: 0px;
	display: inline;
	border: 2px solid #000000;
	float: left;
	margin: 0 15px 10px 0;
}

.column-blog-view .entry .item-thumb .thumb-container, .column-blog-list .entry .item-thumb .thumb-container{
	margin: 2px;
	overflow: hidden;
}

.column-blog-view .entry .item-thumb .thumb-container.lrg, .column-blog-list .entry .item-thumb .thumb-container.lrg{
	width: 240px;	
	max-height: 180px;
}

.column-blog-view .entry .item-thumb .thumb-container.lrg img, .column-blog-list .entry .item-thumb .thumb-container.lrg img{
	max-width: 240px;
	float: left;
}

.column-blog-view .entry .item-thumb .thumb-container.sml{
	width: 240px;	
	height: 180px;
}

.column-blog-view .entry .item-thumb .thumb-container.sml img{
	max-width: 240px;
}

.column-blog-view .entry .item-link {
	display: block;
	color: #da027e;
	margin: 10px 0 0 0;
	font-size: 1em;
}

.column-blog-view .entry .item-link:hover {
	color: #000000;
}

.blog-view .content-title{
	height: 121px;
		background: white url(/img/plchldr_blog_header.jpg) repeat-x;
	
}

.blog-view .content-title-sponsorship {
	display: none;
	}

.column-blog-view .pagination{
	border-top: none;
	margin-top:1px;
}

.entries-other{
	border-bottom: 1px solid #cccccc;
	overflow:hidden:

}
.entries-other .recent{
	float:right;
	width: 300px;
	margin: 20px 0 20px 0;
}
.entries-other .recent a{
	color:#000000;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
}
.entries-other .recent a:hover{
text-decoration: underline;
}
.entries-other .related{
	float:left;
	width: 210px;
	margin: 20px 0 20px 0;
}
.entries-other .related a{
	color:#000000;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
}
.entries-other .related a:hover{
text-decoration: underline;
}
.entries-other .recent h1{
	color: #da027e;
	font-size: 1.3em;
	margin: 0;
	font-weight: bold;
}
.entries-other .related h1{
	color: #da027e;
	font-size: 1.3em;
	margin:0;
	font-weight: bold
}
.entries-other ul li{
	margin: 5px 0 12px 0;
	padding: 0 0 0 10px;
	background: url(../img/shell_bullet_arrows.gif) no-repeat;
	line-height:11px
}

/* @end */

.blog-comments{
	clear: both;
	margin: 30px 0 0 0;
}
.blog-comments h1{
	color: #da027e;
	font-size: 1.3em;
	margin:0;
	font-weight: bold;
}
.comment-block{
	background-color: #eeeeee;
	border: 1px solid #d4d4d4;
	position: relative;
	overflow: visible;
	margin: 20px 0;
}
.comment-block-top{
	position: relative;
	margin: -1px;
	overflow: visible;
}
.comment-block-top .right{
	position: absolute;
	right: 0;
}
.comment-block-bottom{
	position: relative;
	margin: -1px;
	overflow: visible;
}
.comment-block-bottom .right{
	position: absolute;
	right: 0;
	}
	
.comment-info{
	padding: 15px 15px 0 15px;
	font-size: .8em;
color:  #444444;
}
.comment-text{
	padding: 10px 15px 15px 15px;
	font-size: .8em;
}

.comment-add h1{
	margin: 20px 0 0 0;
}
.comment-add .comment-add-your{
	width: 97%;
}
.comment-add input{
	font-size: .8em;
	padding: 8px;
	border:  1px solid #cccccc;
	margin: 20px 0 0;
}
.comment-add textarea{
	font-size: .8em;
	padding: 8px;
	border:  1px solid #cccccc;
	margin: 20px 0 0;
	padding-top:20px;
	height: 50px;
	overflow:auto;
	}
input#button.btnsubmit {
	border:none;
	margin: 20px 0 0 0;
	paddng:0;
	width: 70px;
	height:30px;
	font-size: 0;
	text-align: left;
	background: url(/img/btn-submit.gif) no-repeat;
}
/* @end */

/* @group Footer */

.footer {
	background: #000 url(/img/shell_tile_content_bottom.gif) no-repeat 0 top;
	clear: both;
	padding: 36px 0 20px 0;
}

.footer-nav {
	margin: 0 0 14px 0;
}

.footer-nav a {
	background-color: #242424;
	padding: 2px 4px 3px 4px;
	height: 14px;
	margin: 0 1px 0 0;
	overflow: hidden;
	color: #cf0d0d;
	font-size: .7em;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
}

html>body .footer-nav a {
	padding: 6px 4px 0 4px;
}

.footer-nav a.last {
	margin: 0;
}

.footer-nav a:hover {
	color: #ffffff;
}

.footernav-left {
	float: left;
}

.footernav-right {
	float: left;
}

.footer-links img {
	float: left;
	margin: 0 10px 0 0;
}

.footer-links {
	color: #ffffff;
	font-size: .6em;
	text-transform: uppercase;
	clear: both;
}

.footer-links ul li {
	border-right: 1px solid #ffffff;
	display: inline;
	padding: 0 7px 0 7px;
}

.footer-links ul li.first {
	padding: 0 7px 0 0px;
}

.footer-links ul li.last {
	border: none;
}

.footer-links ul {
	margin: 1px 0 12px 0;
}

.footer-links ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: none;
}

.footer-links ul li a:hover {
	text-decoration: underline;
}
/*

@end */

/* @group Admin */

/* @group Category */

.admin-page.category .edit{
	padding: 10px;
}

/* @end */

/* @group Index */

.admin-page.index{
	padding: 10px;
}

/* @end */

/* @group Blog */

.admin-page a{
	color: #ffa200;
	text-decoration: none;
	cursor: pointer;
}

.admin-page a:hover{
	text-decoration: underline;
}

.admin-page h1{
	font-size: 26px;
	color: #999;
	font-weight: normal;
	/*text-transform: uppercase;*/
	background-color: #eee;
	padding: 5px;
	border-left: 5px solid #ccc;
}

.admin-page h1 strong{
	font-weight:normal;
	color: #666;
}

.admin-page .add-post-button{
	margin: 10px 0;
	font-size: 30px;
	background-color: lemonchiffon;
	padding: 5px;
	border: 1px solid #ffa200;
	text-align: center;

}

.admin-page .add-post-button a{
	font-weight: bold;
}

.admin-page .admin-button{
	float: left;
	height: 25px;
}

.admin-page .icon-button{
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background:#eee url(/img/app-icon-bg.gif) center;
	padding: 5px 7px;
	color: #999;
	margin: 0px 10px 0 0;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.admin-page .icon-button img{
	margin: 0 5px 0 0;
}

.admin-page .my-blogs,
.admin-page .other-blogs {
	margin: 0 auto;
	padding: 10px;
}

.admin-page table{
	margin: 10px 0 0 0;
	width: 100%;
	
}

.admin-page .my-blogs table th,
.admin-page .other-blogs table th,
.admin-page.category table th{
	
	border: 1px solid #eee;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}

.admin-page th.administer{
	width: 300px;
}

.admin-page .my-blogs table td,
.admin-page .other-blogs table td,
.admin-page.category table td{

	border: 1px solid #eee;
	
	padding: 10px 20px;
	font-size: 14px;
	color: #ccc;
}

.admin-page .entry{
	margin: 0 0px 0 0;
	
	padding: 10px;
	width: 605px;
	float: left;
	
	border-right: 1px solid #eee;
}

.admin-page .blog,
.admin-page .user{
	margin: 0 0px 0 0;
	
	padding: 10px;
	width: 700px;
	float: left;
	
	border-right: 1px solid #eee;
}

.admin-page .categories .add-category-fields{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #eee;
}

.admin-page .categories .add-category-fields input{
	width: 280px;
}

.admin-page .categories .add_category_form .submit input
{
	margin:10px 0 0 0;
	background-color: #eee;
	border: 1px solid #ccc;
}

.admin-page .entry fieldset,
.admin-page .blog fieldset,
.admin-page .user fieldset{
	margin: 10px 0 0 0;
}

.admin-page .entry fieldset input{
	width: 598px;
}

.admin-page .blog fieldset input,
.admin-page .user fieldset input{
	width: 691px;
}

.admin-page .entry fieldset .error,
.admin-page .blog fieldset .error,
.admin-page .user fieldset .error{
	color: red;
}

.admin-page .entry .error label{

}

.admin-page .entry .error .error-message,
.admin-page .blog .error .error-message,
.admin-page .user .error .error-message{
	font-size: 12px;
	margin-bottom: 10px;
}

.admin-page .entry .checkbox{
	float: left;
	width: 25px;
}

.admin-page .entry .show-image{
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0px;
}

.admin-page .entry fieldset textarea{
	width: 598px;
	height: 300px;
}

.admin-page .entry .file-upload{
	margin: 10px 0;
}

.admin-page .entry.edit .file-upload{
	border: 1px solid #ccc;
	padding: 10px;
}

.admin-page .entry.edit .file-upload p{
	margin: 0 0 5px 0;
	font-weight: bold;
	padding: 0;
	font-size: 14px;
}

.admin-page .entry .file-upload input{
	width: 310px;
	margin: 10px 0;
}

.admin-page .entry .file-upload .entry-img{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px dashed #ccc;
	width: 240px;
	float: left;
}

.admin-page .entry .file-upload .entry-img img{
	max-width: 240px;
}

.admin-page .entry .tagged-categories{
	background-color: #eee;
	padding: 5px;
	margin: 0 0 10px 0;
	border: 0;
	display: none;
}

.admin-page .entry .tagged-categories h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0;
	display: block;
}

.admin-page .entry .tagged-categories{
	margin: 10px 0 0 0;
}


.admin-page .all-entries {
	margin: 0 auto;
	padding: 10px;
}

.admin-page .all-entries table th{
	
	border: 1px solid #eee;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}

.admin-page .all-entries table td{
	
	border: 1px solid #eee;
	padding: 10px 20px;
	font-size: 14px;
	color: #ccc;
}

.admin-page .categories{
	padding: 10px;
	width: 310px;
	float: left;
}

.admin-page .categories .instructions{
	padding: 10px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

.admin-page .categories .category, .admin-page .tagged-categories .category{
	border-bottom: 1px dashed #ccc;
	padding: 5px;
}

.admin-page .categories .category input{
	
}

.admin-page .categories .cat-name, 
.admin-page .tagged-categories .cat-name{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 10px;
	
}

.admin-page .categories .categories-list .delete{
	display: inline;
	visibility: hidden;
}

.admin-page .categories .options, .admin-page .tagged-categories .options{
	display: inline;
	font-size: 12px;
	color: #ccc;
}

/* @end */

/* @group Panel */

.admin-panel{
	color: #999;
	font-size: 11px;
	
}

.admin-panel .admin-options{
	float: left;
	background-color: #1a1a1a;
	padding: 10px 5px 7px 10px;
	margin: 0 7px 0 7px;
}

.admin-panel .admin-options .button{
	display: inline;
	margin: 0 0 0 3px;
	background-color: #333;
	padding: 5px;
}

.admin-panel .admin-options .button.edit{
	display: inline;
	margin: 0 0 0 3px;
	background-color: #555;
	padding: 5px;
}

.admin-panel .admin-options .button a{
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
}

.admin-panel .admin-options .button a:hover{
	text-decoration: underline;
}


.admin-page .lrg-button{
	color: #999;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 20px 0 0 0;
}

.admin-page .lrg-button a{
	color: #999;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
}

/* @end */

/* @group Auth */
/*
#authMessage.message{
	padding: 10px;
	background-color: lightcoral;
	border: 2px solid darkred;
	color: darkred;
	margin: 10px 10px 0 10px;
}
*/
/* @end */



/* @group Login */

.admin-page{
	margin: 0 20px 20px 20px;	
	border: 1px solid #eee;
}

.admin-page.login fieldset{
	padding: 10px;
	
}

.admin-page.login fieldset legend{
	color: #999;
	font-size: 1.5em;
	margin:0 0px;
	padding: 0 10px;
	font-weight: bold;
}

.admin-page fieldset label{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0;
	display: block;
}

.admin-page fieldset .text input, 
.admin-page fieldset .password input{
	font-size: 22px;
	
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 3px;
}

.admin-page fieldset .select select{
	margin: 0 0 10px 0;
}

.admin-page fieldset .datetime select{
	font-size: 18px;
	margin: 0 5px 10px 5px;	
}

.admin-page fieldset textarea{
	border: 1px solid #ccc;
	font-size: 18px;
	margin: 0 0 0px 2px;	
	padding: 3px;
}

.admin-page .submit input{
	
	margin: 10px 0 0px 0;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px 20px;
	color: #666;
	text-decoration: underline;
	
}

/* @end */



/* @end */