/* RESET STYLES */

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:normal;
}

/* STYLE BASIC */

h1, h2, h3, h4 {
	font-size:12px;
	font-weight:bold;
}


/******************************/
/*   Typography & Colors      */
/******************************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../gfx/backgradient_left.gif) repeat-y top left;
	text-align: left;
	color:#333;
}

a {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
	
}

pre {
	font-size:12px;
}

#header {
	text-align:left;
	font-size:1.4em;
	margin-bottom:15px;
}

#wrapper {
	text-align: left;
	margin:10px;
}

#content {
	text-align:left;
}
#content p {
	color:#333;
	font-size: 1.1em;
	line-height: 1.2em;
}

#content h2 {
	font-size: 1.2em;
	color: #333;
}

#navigation a:link, #navigation a:visited {
	color: #666;
	text-decoration: none;
	font-size:9px;
}

#navigation a:hover {
	color: #333;
	text-decoration: underline;
}

#navigation a, label a, a.picActions, a.newPic, a.image, a.catActions {
	border-bottom: none
}

#footer {
	color: #AAA;
	background-color: transparent;
}

#footer p {
	margin-top:15px;
}

/******************************/
/*         Structure          */
/******************************/

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width:1500px;
	padding: 5px;
}

#header {
	padding-top:5px;
	padding-bottom:5px;
}

#content {
	float:left;
	width:1000px
}

#navigation {
	float: left;
	width:270px;
}

#footer {
	clear: left;
}

label {
  display:block;
  font-weight:bold;
  font-size: 11px;
  color: #666666;
}

#cat label span, #pic label span {
  display:block;
}

#catshow .picActions {
	padding-left:2px;
	padding-right:2px;
}

#catshow .grey {
	background-color:#DDD;
}

#catshow table th {
	background-color:#EEE;
	font-size:11px;
	font-weight:bold;
}

#catshow table tr {
	padding:10px;
}

#newPic {
	padding-bottom:10px;
}

li.meta {
	margin-top: 20px;
}


/******************************/
/*         Headers            */
/******************************/

h2 {
	padding-top:20px;
	padding-bottom:10px;
}


.clear {
	clear:both;
}

/******************************/
/*         Images             */
/******************************/

p img {
	border:none;
	padding: 0;
	max-width: 100%;
}

img {
	border:none;
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	float: right;
	padding: 3px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}

img.alignleft {
	float: left;
	padding: 3px;
	margin-left: 0px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #EEEEEE;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

table#newsletter_list {
	border-collapse:collapse;
}

table#newsletter_list thead {
	background:#BBB;
	color:#FFF;
	text-transform:uppercase;
}

table#newsletter_list td, table#newsletter_list th {
	border:1px solid #EEE;
	padding:2px;
}

table#newsletter_list td.editable {
	width: 75px;
}

tr.grey {
	background:#DDD;
}
/******************************/
/*         Lists              */
/******************************/

ul, li {
  margin: 0;
	padding: 0;
}

ul {
  list-style: none;
}

#navigation ul {
	margin: 15px;
	margin-top:0px;
	border-left: 1px solid #eee;
}

#navigation li {
	padding:1px;
	margin: 1px;
	white-space:nowrap;
}

#navigation a {
	padding-left:10px;
	background:transparent url(../gfx/sitemap_x.gif) left center no-repeat;
}

#navigation .action_icons {
	margin-left: 5px;
	padding: 1px;
	background:none;
}

#navigation a.catActions {
	background:none;
	padding:0;
}

form ul li {
  padding-bottom: 10px;
}

#language_form input {
  width: auto;
}

#language_form li {
  margin-bottom: 15px;
}

/* TABLES */

#newsletter_list input {
	width:75px;
	font-size:10px;
}

/* in place edit */
#newsletter_list input.mini_icon {
	width:auto;
	border:none;
}

#newsletter_list form {
	white-space:nowrap;
}

#newsletter_list .invisible {
	display:none
}
#newsletter_list .edit {
	background:#FFFFCC;
}

/******************************/
/*         Forms              */
/******************************/

input, select, textarea {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	border:#AAA solid 1px;
  width: 250px;
  padding: 2px;
}

#cat input {
	width: auto;
}

select {
	width: auto;
}

textarea {
	width:400px;
}

input.file {
	width: auto;
}

input.imageButton {
	width:auto;
	height:auto;
	border: none;
}

.miniInput {
	height:10px;
	width:15px;
}

#newsletter_list input.checkBox {
	width:auto;
}

button {
	border:none;
	background:transparent;
	padding:0;
	margin:0;
}

.check_box {
	width: auto;
}

/******************************/
/*         Tiny MCE              */
/******************************/

#cat span .mceToolbarContainer {
	width:auto;
}




/******************************/
/*        Accordion              */
/******************************/
#accordion {
	width:230px;
}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #FFF url(../gfx/backgradient_right.gif) repeat-y top left;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	cursor:pointer;
}
 
.element {
	background-color:#FFFFFF;
 
}

.element ul{
	padding-top:10px;
}


/* mootabs */

.languages {
	margin-bottom:30px;
}

#cat ul.mootabs_title li {
	padding-bottom:0px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-color: #CCC;
	padding: 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #FFF;
	height: 24px;
	line-height: 20px;
}

.mootabs_title li.active {
	background-color: #EEE;
	color: #000;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	color: #000;
	overflow: auto;
	padding: 10px;
}

.mootabs_panel.active {
	background-color: #EEE;
	display: block;
	
}

.mootabs_title li.over {
	background-color: #EEE;
	color: #666;
}



 /* overall classes */

.hidden {
	display:none;
}

.js_link {
	cursor:pointer;
	padding: 2px 5px;
	border:1px solid #FF3300;
	background:#CCCCCC;
}


/* NEWSLETTER FORM */

#forms {
	margin:30px;
}

form {
}

form.newsletter label {
	display:block;
	margin-bottom: 8px;
}

form.newsletter label input, form.newsletter label select, form.newsletter label textarea {
	display:block;
	border:1px solid #999999;
	width:170px;
}

form.newsletter label input.check_box {
	width:auto;
}

form.newsletter label textarea {
	width:300px;
}

form label.select {
	margin-bottom:6px;
}

form label a {
	display:inline;
}

fieldset {
	border:none;
}

fieldset.left {
	float:left;
}

fieldset.second {
	margin-left:40px;
}

fieldset.last {
	clear:left;
}

#content textarea {
	height:auto;
}

.submit_button {
	width: auto;
}

#new_post {
	padding:15px;
	background:#EEE;
	width:430px;
}

#close_post {
	float:right;
}

/* CLEARING WORK */

* html #some {
  height: 1%;
  overflow: visible; }


*+html #some {
  min-height: 1%; }



#some:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }


