/** Feedback button */

#feedback {
	position: fixed;
	top: 40%;
	left: 0;
}

/** Startpage */

#startpage #teaser img {
	/* Tested with images 500x150px */
	width: 100%;
	margin: 0 0 50px 0;
}

/** Show an user profile, some default styles, so we can make sure, that it's not TOO difficult to style the profile with an individual CSS file */

div#userColumns div.widgetOuter {
	margin: 0 0 1em 0;	
}

div#userColumns div.widget div.default {
	font-size: 0.8em;
}

div#userColumns div.widget h2 {
	margin: 0 0 0.2em; 
}

div#userColumns div.widgetAddress, div#userColumns div.widgetProfilePhoto, div#userColumns div.widgetText {
	margin: 0 0 1em 0;
}

/** Profiles */

div.profile div.list div.row {
	background: rgb(240,240,240);
	padding: 5px;
	margin: 0 0 10px;
}

div.profile div.list div.row h2 {
	margin: 0;
}

div.profile div.list div.row div.actions {
	font-size: 0.7em;
	margin: 0 0 0 150px;
}

/** Widgets */

div.widget div.widgetsInProfile, div.widget div.list {
}

div.widget div.widgetsInProfile {
	width: 69%;
	float: left;
}

div.widget div.list {
	width: 180px;
	position: fixed;
	top: 188px;
	left: 48%;
}

div.widget div.widgetsInProfile div.widgetPosition {
	border: 1px dotted rgb(100,100,100);
	min-height: 50px;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px;
}

div.widget div.widgetToAdd {
	background: rgb(240,240,240);
	padding: 5px;
	margin: 0 0 10px 0;
}

div.widget div.widgetToAdd h2 {
	margin: 0;	
}
	
div.widget div.widgetToAdd div.quickContent {
	font-size: 0.7em;
}

div.widget div.widgetToAdd div.meta {
	margin: 0 0 1em;
}

div.widget div.widgetToAdd div.actions {
	font-size: 0.8em;
	margin: 10px 0 0;
}

div.widget table.form {
	width: 100%;
}

/** Search */

div.search ul.result {
	margin: 0 0 1em 0;	
}
	
div.search ul.result li {
	margin: 0 0 1px;
}

div.search ul.result li a {
	background: rgb(240,240,240);
	text-decoration: none;
	padding: 2px 2px 2px 15px;
	display: block;
}

div.search ul.result li a:hover {
	color: white;
	background: rgb(200,200,200);
}

/** Styles */

#styleIndex div.style {
	font-size: 0.8em;
	border-bottom: 1px dotted rgb(150,150,150);
	padding: 10px;
	margin: 0 0 1em;
}

#styleIndex div.style div.actions {
	text-align: right;
}

#styleEdit div.topBar {
	background: white;
	border: 1px dotted rgb(150,150,150);
	margin: 0 0 1em;
	padding: 5px 10px 10px;
}

#styleEdit div.topBar div.name {
	width: 300px;
	margin: 4px 0 0;
	float: left;
}

#styleEdit div.topBar div.buttons {
	text-align: right;
	width: 300px;
	float: left;
}

#styleEdit div.topBar div.globalErrors {
	clear: both;
}

#styleEdit div.form {
	font-size: 0.8em;
}

#styleEdit div.errors {
	color: red;
}

#styleEdit div.css {
	width: 200px;
	height: 400px;
}

#styleEdit iframe.preview {
	width: 600px;
	height: 400px;
	border: 1px solid rgb(150,150,150);
	position: absolute;
	top: 82px;
	left: 220px;
}

#styleEdit div.css textarea {
	width: 100%;
	height: 100%;
}

#styleFileList {
	font-size: 0.8em;
	background: white;
	border: 1px dotted rgb(150,150,150);
	padding: 10px 10px 0 10px;
	margin: 0 0 1em;	
}

#styleFileList #toggle {
	margin: 0 0 1em;	
}	

#styleFileListFiles {
	width: 50%;
}

#styleFileListFiles div.file {
	border-bottom: 1px solid rgb(230,230,230);
	padding: 2px 0;
	clear: right;
}

#styleFileListFiles div.file div.actions {
	float: right;	
}

/** Assign style to profile */

#profileAssignStyle div.style {
	font-size: 0.8em;
	margin: 0 0 1em 0;
}

/** Feedback */

#feedbackIndex div.feedbackRow {
	margin: 0 0 1em;	
}

#feedbackIndex div.feedbackRow h2 {
	font-size: 0.8em;
	margin: 0;
}

#feedbackIndex div.feedbackRow div.meta {
	font-size: 0.7em;
}

#feedbackIndex div.feedbackRow div.detail {
	margin: 5px 0 0;	
}

/** Content */

#contentShow ol, #contentShow ul {
	margin-left: 1.2em;
}

#contentShow li {
	font-size: 0.8em;
	color: rgb(50,50,50);
}

#contentShow ol {
	list-style-type: decimal;
}

#contentShow ul {
	list-style-type: square
}

