/* Admin Skin */

body {
	color: #000000;
	background-color: #ffffff;
	background-image:url(../static/layouts/main/bg_gradient.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 6px;
	margin-bottom: 10px;
}

hr {
	border:0;
	color: #f00;
	background-color: #ccc;
	height: 2px;
}

/* Text Formatting */
h1 {
	color: #959595;
	background-color:inherit;
	font-family: "Georgia kursiv", "Georgia", Arial fett;
	font-size: 22px;
	line-height:24px;
	font-weight: normal;
	padding: 5px 0px 7px 0px;
}

h2 {
	font-weight: normal;
}

.small {
	background-color:inherit;
	color: #959595;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:13px;
}

.unbelievablesmall {
	font-size:9px;
}

.clear{
   clear:both;
   font-size:1px;
   line-height:1px;
}

.pageTitle {
	margin-top:72px;
	font-size: 11px;
	height:142px;
	z-index:6;
}

.pageTitle h1 {
	margin:3px 0px 0px 0px;
}

/* C O L O R S */

.grey {
	color: #77838C;
	background-color:inherit;
}

.pink {
	color: #959595;
	background-color:inherit;
}


/* L I N K S  */

a {
	text-decoration: none;
}

a:link {
	color: #407f00;
	background-color:inherit;
}

a:visited {
	color: #407f00;
	background-color:inherit;
}

a:active {
	color: #4a9500;
	background-color:inherit;
}

a:hover {
	color:inherit;
	background-color:inherit;
}

/* H E A D B A R  */

#headwrapper {
	color:#ddd;
	background-color: #242E35;
	position:absolute; left:0px; top:0px;
	width:100%;	height:15px;
	z-index:100;
}

#headwrapper a:link, #headwrapper a:visited, #headwrapper a:active {
	color:#72cf00;
	background-color: inherit;
}

#headwrapper a:hover {
	color:#ddd;
	background-color: inherit;
}

#headbar {
	position:absolute;
    left: 50%;
	margin: 0px 0px 0px -369px;
	width:738px; 
}

#headmenu {
	width:50%; 
	float:left;
}

#headlogin {
	width:50%; 
	float:left;
}

/* W R A P P E R */

#main {
	position:absolute; 
	width:738px; 
	/*height: 100%;*/
	left: 50%; 
	margin: 25px 0px 10px -369px;  
	z-index:2;
}

/* M E N U  */

#menu {
	float: right;
	width:214px;
	overflow:hidden; /* why this? better with clear element*/
	z-index:3;
}

.menuelement {
    /*border-top: 1px solid #eee;*/
    padding: 30px 20px 30px 0px;
}

/* please use borders for this in menuelement*/
#menu hr{
	background-color:#eee;
	color:#ccc;
	width:214px;
	text-align:left;
	height:1px;
	padding:0;
	margin:4px 0px 6px 0px;
}

.menutext, .menutext a, .menutext a:visited, .menutext a:link {
	color: #000000;
	background-color:inherit;
	font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-decoration: none;
} 

.menutext a:hover {
	text-decoration: underline;
} 

.historyItem {
	/*for displaying history items through macros*/
}

#menu div.historyItem{
	font-size: 10px;
	width: 180px;
	overflow: hidden;
	margin-top:9px;
}

/*#search {
	margin:50px 0px 0px 0px;
}*/

#footer {
    background-image:url(http://typolis.net/static/layouts/main/footergrass_small.gif);
    background-repeat: no-repeat;
    background-position:bottom;
    padding-top: 70px;	     
}

/* L O G O  I N   M E N U*/

#logo {
 /*nothing yet*/
}

#logotext {
	margin:13px 0px 0px 0px;
}

#logotext a {
	color: #959595;
	background-color:inherit;
}

#logotext a:hover {
	color: #000000;
	background-color:inherit;
}

/* T A G G E D   L O G O */

#taggedlogo {
	position:absolute;
	top:75%; left:0px;
	width:21px; height:78px;
	z-index:99;
}

/* C O N T E N T  */

#content {
	float: left;
	width:524px;
	padding: 0px 0px 50px 0px;
	z-index:4;
}

#contentwrapper {
   float: left;
   width:400px;
}

#pageNavigation {
	height:0px;
	margin-left:-100px;
}

/* A N T V I L L E */

.entryEditor {
	color:inherit;
	background-color:#cccccc;
	padding:8px;
	margin-bottom:20px;
}

.listFlag {
   color: #000000;
   background-color: #cccccc;
   padding: 1px;
   font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
   font-size: 10px;
}

.flagDark{
	color:#ffffff;
	background-color:inherit;
	padding: 0px 4px 0px 4px;
	font-size:10px;
}

.flagLight{
	background-color:inherit;
	color:#000000;
	padding: 0px 4px 0px 4px;
	font-size:10px;
}

.pollResultsBar {
	color:inherit;
	background-color: #407f00;
	height: 5px;
	overflow: hidden;
	float:left;
	margin-right: 10px;
	font-size: 0px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}


/* System Messages */


.message {
	margin:-10px;
	background-color:lightcyan;
	padding:12px 0px 12px 10px;
	font-size: 12px;
	z-index: 1;
	border:1px solid cyan;
	border-top: none;
}

.message input[type="submit"] {
	font-size: 12px;
	padding: 0px 4px 0px 4px;
	position:absolute;
	margin:0;
	top:8px;
	right:10px;
}


/* S P E C I A L S */

.codesnippet {
	color:inherit;
	background-color:#eeeeff;
	font-size:14px;
	padding:4px 4px 4px 4px;
}

/*for aligning images*/
.left {
	padding-right:20px;
}


/* S T O R Y */

.story {
	margin:0px 0px 45px 0px;
}

.storyHead {
	color: #77838C;
	background-color:inherit;
	font-size:10px;
	line-height:13px;
	border-bottom: 1px solid #E9EAEA;
	padding:0px 0px 5px 0px;

}

.storyHead a {
	color: #407f00;
	background-color:inherit;
	text-decoration:none;
}

.storyTitle {
	color:#000000;
	background-color:inherit;
	font-family: "Georgia kursiv", "Georgia", Arial fett;
	font-size: 15px;
	line-height:23px;
	padding: 3px 0px 5px 0px;
	margin:5px 0px 3px 0px;
}

.storyTitle a:link, .storyTitle a:visited, .storyTitle a:active {
	color: #000000;
	background-color:inherit;
	text-decoration: none;
}

.storyTitle a:hover {
	color: #959595;
	background-color:inherit;
}

.storyDate {
	float:left;
}

.storyLink {
	text-align:right;
}

.storyLink a:hover {
	color:#000000;
	background-color:inherit;
}

.storyFooter {
	font-size: 10px ;
	line-height:13px;
	padding: 10px 0px 0px 0px;
}


.storyFooter a:hover {
	color:#000000;
	background-color:inherit;
}

.listSeparator {
	width: 50px;
	border-bottom: 2px dotted #dddddd;
	margin-top: 10px;
	margin-bottom: 4px;
}

.title {
	color: #000000;
	background-color:inherit;
	font-family: "Georgia kursiv", "Georgia", Arial fett;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}

.comment {
	padding-bottom:30px;
}

.reply {

	border-left:5px solid #EEEEEE;
	margin-bottom:30px;
	margin-left:16px;
	padding-left: 16px;
}


/* C A L E N D A R  */

.calHead {
   font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
}

.calDay {
   font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
}

.calSelDay {
   font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
   font-size: 10px;
   border: 1px solid #407f00;
   text-align: center;
}

.calFoot {
   font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
}

.dayHeader {
	color: #000000;
	background-color:inherit;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom:10px;
}

/* F O R M S */

form {
	margin: 10px 0px 0px 0px;
}

fieldset {
	padding-left: 8px;
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.searchfield {
	width: 80px;
	margin-right: 4px;
	float:left;
}

.searchbutton {
	margin: 0px;
	height:22px;
}

input.sfbutton {
	color: #E3E6E4;
	background-color:#ff4c8b;
	height:22px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #ADADAD;
	border-right: 1px solid #BBBBBB;

}

input.sfhover { /* IE HACK */
	color:#FFFFFF;
	background-color:#959595;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #FFA1C2;
	border-bottom: 1px solid #C43165;
	border-left: 1px solid #FFA1C2;
	border-right: 1px solid #C43165;
}


textarea, input[type="text"],  input[type="password"]{
	color:#111111;
	background-color:#FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #bbbbbb;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	color:inherit;
	background-color:#F7FCFC;
	border: 1px solid #bbbbbb;
}

input[type="submit"] {
	color: #000000;
	background-color:#E3E6E4;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right:3px;
	padding: 1px 8px 1px 8px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #ADADAD;
	border-right: 1px solid #BBBBBB;
}

input[type="submit"]:hover{
	color:#FFFFFF;
	background-color:#ff4c8b;
	border-top: 1px solid #FFA1C2;
	border-bottom: 1px solid #C43165;
	border-left: 1px solid #FFA1C2;
	border-right: 1px solid #C43165;
}

select {
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 3px;
	border: 1px solid #cccccc;
}

fieldset {
	margin:0px;
	width: 360px;
	border: 1px solid #cccccc;
	padding: 10px;
}

.formTitle {
	color:#959595;
	background-color: inherit;
	width: 376px;
	font-family: "Georgia kursiv", "Georgia", Arial fett;
	font-size: 16px;
	padding:3px;
	border: 1px solid #cccccc;
}

.formTitle:focus {
	color: #959595;
	background-color:#F7FCFC;
	border: 1px solid #bbbbbb;
}


.formText {
	color:#000000;
	background-color: inherit;
	width: 376px;
	padding:3px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #cccccc;
}

.formText:focus {
	color: #000000;
	background-color:#F7FCFC;
	border: 1px solid #bbbbbb;
}

.formWide {
   width: 660px;
   font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}


/* PAGE NAVIGATION BAR */

div.pageNav {
   margin-top: 10px;
   margin-bottom: 0px;
   font-size: 10px;
}

div.pageNavSummary {
	color:inherit;
	background-color: #efefef;
	padding: 1px 5px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

div.pageNavBar {
   padding-top: 1px;
   text-align: right;
}
span.pageNavItem {
   padding-left: 2px;
   padding-right: 2px;
}

span.pageNavSelItem {
   padding-left: 2px;
   padding-right: 2px;
   font-weight: bold;
}

/* tree navigation in skinmgr */
ul {
	list-style: url("") circle;
}

ul.skinmgrTree {
   padding-left:15px;
   margin:20px 0px;
}

ul.skinmgrTree ul {
   padding-left:30px;
   margin:0px;
}
ul.skinmgrTree li {
   list-style:none;
   margin:7px 0px;
   padding:0px;
}

ul.skinmgrTree li.skinset {
   list-style:square;
   padding-left:0px;
}
ul.skinmgrTree a.selected {
   font-weight:bold;
}

ul.skinmgrTree li div {
	background-color:inherit;
	color:#959595;
	font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* M E M B E R M N G R  */
.membergroup {
   font-weight:bold;
   font-size:15px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}


/* T A G C L O U D */

.cloud {
	text-align:justify;
	line-height:29px;
}

.tagstyle5 {
	background-color: inherit;
	font-size:20px;
	color: #72cF00;
}

.tagstyle4 {
	background-color: inherit;
	font-size:16px;
	color: #72cF00;
}

.tagstyle3 {
	background-color: inherit;
	font-size:16px;
	color: #A1E948;
}

.tagstyle2 {
	background-color: inherit;
	font-size:12px;
	color: #72cF00;
}

.tagstyle1 {
	background-color: inherit;
	font-size:12px;
	color: #A1E948;
}

.menucloud {
	background-color:inherit;
}

.menucloud a:link{
	font-size: inherit;
}

a:hover.mtag5, a:hover.mtag4, a:hover.mtag3, a:hover.mtag2, a:hover.mtag1{

	text-decoration: none;
	background-color:inherit;
	color:#72cf00;
} 

a:link.mtag5, a:visited.mtag5{
	font-size:14px;
	background-color:inherit;
	color:#000000;
}

a:link.mtag4, a:visited.mtag4{
	font-size:13px;
	background-color:inherit;
	color:#333333;

}

a:link.mtag3, a:visited.mtag3{
	font-size:12px;
	background-color:inherit;
	color:#666666;

}

a:link.mtag2,a:visited.mtag2 {
	background-color:inherit;
	color:#999999;
	font-size:11px;
}

a:link.mtag1, a:visited.mtag1{
	font-size:10px;
	background-color:inherit;
	color:#cccccc;
}

#menucloudsize {
	display:none;
}
