/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{height:100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}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:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*Main Styles*/
body {
	background: url('/images/hg.jpg') center center;
	background-size: 100%;
	background-attachment:fixed;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
	font-weight:normal;
	font-size: 13px;
	line-height: 21px;
	color: #4b4b4b;
	height: 100%;
	margin-top:0px;
	background-color: #eee;
}

body {
				
}

body.wysiwyg {
	background-color: #fff;
}

.clear {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.none {
	display: none;
}

.success {
	color: green;
	margin: 10px 0;
}

.floatleft {
	float: left;
	margin-right:10px;
}

.floatright {
	float: right;
	margin-right:10px;
}

ul li {
	list-style-type: disc;
	margin-left: 40px;
	padding-left: 5px;
}

ol li {
	list-style-type: decimal;
	margin-left: 40px;
	padding-left: 5px;
}

blockquote {
	margin: 10px 20px 0 0px;
	quotes: "\201E";
	
	border-left: 2px dotted #999;
	padding-left: 1em; 
}

blockquote:before { 
	color: #666;
	font-weight: bold;
	font-size: 18px;
	content: open-quote;
	padding-right:0.5em;
}

blockquote:after { 
	content: no-close-quote;
}

code {
	display:block;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #EEEEEE;
	padding: 10px;
	font-family: Tahoma,"Lucida Grande",Arial;
}

.label {
	display:block;
	float:left;
	margin-top:10px;
	width:200px;
}

#mainContainer {
	width:650px;
	
	position: absolute;
	top:80px;
	left:280px;
}

#icon {
	float:left;
	margin:10px 10px 0 5px;
	width:100px;
	text-align:right;
}

#logo {
	width:130px;
	overflow:hidden;
	float:left;
	margin:0px 0 0 0px;
}

#selectedMember {
	float: right;
	width: 168px;
}

#news {
	padding: 0 30px 0 10px;
	font-family: Georgia,Geneva,"Times New Roman",times;
	font-size: 14px;
	float:left;
}

#news {
	background: url('/images/icons/icon_package_get.gif') center right no-repeat;
}

/* INPUT FELDER */
input, textarea, #wysiwygIFrame {
	font-family: Arial;
}

input, textarea, select {
	padding:2px;
	border:1px solid #638F45;
}

/* NEWS */
#newsContent {
	padding: 15px 25px;
	margin: 0 0 25px 0;
	background-color:#fff;
}

#newsContent .talk, #newsContent .profile {
	background: url('/images/icons/comment_blue.gif') top left no-repeat;
	padding-left: 25px;
	margin-top:5px;
	margin-left:20px;
}

#newsContent .profile {
	margin-left:20px;
	background: url('/images/icons/icon_home.gif') top left no-repeat;
}

#newsContent h4 {
	text-transform:uppercase;
}

#deleteNews {
	float:right;
	font-size:14px;
}

/* Links */
a,
.link {
	color: #638f45;
	text-decoration: none;
}

a:hover,
.link:hover {
	color: #505050;
}

a.switch,
.linkSwitch, 
#selectedMember .status a,
#userMenue a{
	color: #505050;
}

#info .linkSwitch {
	color: #ccc;
}

a.switch:hover,
.linkSwitch:hover,
#selectedMember .status a:hover {
	color: #638f45;
}

#info .linkSwitch:hover {
	color:#fff;
}

.link, .linkSwitch {
	cursor: pointer;
}

a:focus {
	outline: none;
}

a[href^="http://"] {
	background:url('/images/icons/external_link.gif') top left no-repeat;
	padding-left:20px;
}

/* Header */
h1, h2, h3, h4
#newProfileEntry .header {
	font-family: Georgia,Geneva,"Times New Roman",times;
	color: #505050;
}

h1 {
	padding-top:5px;
	font-size: 24px;
	line-height: 33px;
}

h3, h4 {
	margin-bottom:5px;
}

#userMenue {
	position: fixed;
	top:0;
	left:280px;
	width:160px;
	
	text-transform:uppercase;
	height:40px;
	color:#fff;
	
	line-height:30px;
	background:url("/images/icons/arrow_down.gif") no-repeat scroll right center #D6A2DD;
	padding:10px 30px 0 10px;
	z-index:29;
	width:150px;
	cursor:pointer;
}

#talkMenue {
	position: absolute;
	top:0px;
	left:480px;
	
	text-transform:uppercase;
	height:40px;
	color:#666;
	
	line-height:30px;
	background:url("/images/icons/comment_blue.gif") no-repeat scroll 115px 50%;
	padding:10px 30px 0 10px;
	z-index:29;
	width:100px;
	cursor:pointer;
}

#talkMenue a.linkSwitch, #optionsMenue a.linkSwitch {
	color:#ccc;	
}

#talkMenue a.linkSwitch:hover, #optionsMenue a.linkSwitch:hover {
	color:#fff;	
}

#optionsMenue {
	border-top:none;
	position: absolute;
	top:0px;
	left:630px;
	
	text-transform:uppercase;
	height:40px;
	color:#666;
	
	line-height:30px;
	background:url("/images/icons/icon_component.gif") no-repeat scroll 115px 50%;
	padding:10px 30px 0 10px;
	z-index:29;
	width:100px;
	cursor:pointer;
}

#loginContainer {
	position:absolute;
	top:0;
	width:145px;
	margin:10px 0 0 775px;
	padding:5px 5px 5px 5px;
	float:right; 
	color:#ccc; 
	text-transform:uppercase; 
	z-index:29;
}

#navMenueLogin {
	position: absolute;
	top:0px;
	left:480px;
	width:410px;
	
	height:39px;
	
	padding:10px 30px 0 10px;
	z-index:1;
	cursor:pointer;
	background-color: #666;
	opacity:0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}


#loggedIn {
	float:right;
	min-width:20px;
	max-width:35px;
	padding-right:20px;
	margin-right:0px;
	background: url('/images/icons/icon_accept.gif') center right no-repeat;
}

#loggedOut {
	width:70px;
	height:20px;
	float:right;
	background: url('/images/icons/icon_key_grey.gif') center right no-repeat;
}

#loggedOut:hover {
	background: url('/images/icons/icon_key.gif') center right no-repeat;
}

#loggedOutInfo label {
	padding-bottom:5px;
}


#loggedOutInfo .xForm dt{
	width:90px;
}

#memberOnline {
	float:right;
	padding-right:25px;
	margin-left:10px;
	height:20px;
	display:block;
	background: url('/images/icons/icon_user.gif') center right no-repeat;
}

#searchContainer {
	display:none;
	float:right;
	width:180px; 
	background-color:#fff; 
	border:1px solid #ccc;
	margin:35px 00px 0 0; 
	padding:7px; 
	font-size:16px;
}

#searchContainer div {
	float:right; 
	border-left:1px solid #ccc; 
	padding:4px 0 0px 7px; 
	cursor: pointer;
}

#searchTerm {
	color:#888; 
	font-style:italic; 
	margin: 3px 0 0 0; 
	background: none; 
	border:none;
	font-family: Georgia,Geneva,"Times New Roman",times; 
	width:150px;
}

h2 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 10px;
}

h3 {
	font-size: 17px;
	line-height: 21px;
}

h4{
	font-size: 15px;
	line-height: 19px;
	color: #666;
}

h5{
	font-size: 13px;
	line-height: 25px;
}

#header {
	background-color:#fff;
	clear:both;
	padding:0x 0px 10px 0px;
	width:250px;
	position:fixed;
	top:80px;
	left:0px;
	z-index:50;
}

#topMenue {
	float:left;
	line-height: 24px;
}

#topMenue a {
	color: #676767;
}

#topMenue a:hover{
	color: #638f45;
}


/* Comments */
.comments {
	margin-top: 15px;
	float: left;
}

.comments span {
	color: #444;
}

.allComments,
.newComment {
	font-family:Georgia,Geneva,"Times New Roman",times;
	padding: 5px 0px 0px 20px;
	float:left;
}

.allComments {
	margin-right:25px;
}

.allComments div,
.newComment div {
	cursor: pointer;
}

.allComments div:hover, 
.newComment div:hover {
	color: #638f45;
}

.allComments {
	background: url('/images/icons/comment_yellow.gif') top left no-repeat;
}

.newComment {
	background: url('/images/icons/comment_new.gif') top left no-repeat;
}

.comment label, 
.bubble label{
	display:block;
	float:left;
	width:170px;
}

.comment input[type="text"], 
.comment textarea,
.comment select,
.bubble input[type="text"],
.bubble textarea {
	width:330px;
}

.comment textarea,
.bubble textarea {
	height:130px;
}

.comment, 
.bubble {
	min-width:300px;
	border-top: 1px dotted #ccc;
	padding: 10px 0;
	margin-bottom: 5px;
	
}

.commentBubble, 
.bubbleTick {
	background: url('/images/hover-bubble-left.gif') top left no-repeat;
	clear: both;
	height: 7px;
	margin-left: 15px;
	width: 6px;
}

.comment h4 span, 
.bubble h4 span {
	color: #638F45;
}

.comment img {
	float:left; 
	margin:0 10px 5px 0;
}

/* Edit link */
.edit {
	background: url('/images/icons/icon_settings.gif') top left no-repeat;
	font-family: Georgia,Geneva,"Times New Roman",times;
	padding: 5px 20px 0px 20px;
	margin-top: 20px;
}

/* More Links, Archive etc. */
#archive{
	background-color:#fff;
	padding: 20px 25px 60px 25px;
}

#archive a {
	background: url('/images/icons/arrow_right.gif') center right no-repeat;
	color: #676767;
	padding: 0 25px 0 0;
}

#paginator {
	font-family: Georgia, Geneva, "Times New Roman", times;
	text-align: center;
}

#paginator a, #paginator span {
	background: none;
	padding: 0 15px 0 15px;
	font-size: 18px;
}

#archive a:hover{
	color: #638f45;
}

/* hover helpers */
#userList {
	background-color: #8a8a8a;;
	color:#fff;
	display: none;
	padding: 10px 0 15px 10px;
	position: absolute;
	width: 640px;
	z-index : 100;
	
}

#userList a {
	color:#fff;
}

#userList a:hover {
	color:#638F45;
}

#userList img{
	padding:10px 7px 0px 0px;
}

.hoverHelper {
	background-color: #fff;
	display:none;
	font-size: 13px;
	padding: 10px 10px;
	position: fixed;
	max-width: 250px;
	z-index : 30;
	
	border:1px solid #D9D9D9;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#hoverHelperBubble {
	background: url('/images/hover-bubble.gif') top left no-repeat;
	display: none;
	height:8px;
	position: absolute;
	width:6px;
	z-index:31;
}



#hoverHelperBg, #modalBg {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99;
}

#hoverHelperBg {
	z-index: 29;
}

#modalBg {
	background-color:#fff;
	opacity:0.4;
	filter:alpha(opacity=40)
}

#modalWindow {
	background-color : #eee;
	border: 4px solid #666; 
	display:block;
	min-height:200px;
	max-height:600px;
	overflow-y:auto;
	position: fixed;
	width:520px;
	z-index: 150;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#modalInner{
	margin:5px 10px;
}

#modalInner label {
	font-weight: bold;
}

#modalInner p {
	background-color: #d1eab9;
	padding: 10px 10px;
	margin:0px -10px 5px -10px;
}

#modalInner h3{
	background-color: #fff;
	padding:10px 10px 5px 10px;
	margin:-5px -10px 0px -10px;
}

#modalInner p.save {
	background-color: #fff;
	padding: 10px 10px;
	margin:10px -10px -5px -10px;
}

#modalInner p.save button {
	font-family:"Verdana", "Arial";
	border:0px;
	-moz-border-radius:7px;
	padding:5px 10px 5px 25px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	background: url('/images/icons/icon_tick.gif') center left no-repeat #638F45;
}

#modalInner p.save button.esc {
	font-family:"Verdana", "Arial";
	border:0px;
	-moz-border-radius:7px;
	padding:5px 10px 5px 25px;
	color:#fff;
	font-weight:normal;
	cursor:pointer;
	float:right;
	background : url('/images/icons/icon_delete.gif') center left no-repeat #ccc;
}

#modalClose {
	float: right;
	margin: 12px 10px 0 0;
}

#modalInner .modalList {
	min-height: 0px;
	max-height:250px; 
	overflow-y: auto;	
}

#xEditorForm {
	margin-top:10px;
}

#xEditorForm input, #xEditorForm textarea, #xEditorForm select {
	border:1px solid #ccc;
	padding: 2px;
	margin-bottom:5px;
}

#xEditorForm label {
	clear:both;
	display:block;
	margin:4px 0;
}

/* Message Styles */
.messagePic {
	padding:10px 0;
	clear: both;
}

.messagePic img{
	float: left;
	margin: 5px 10px 10px 0;
}

/* EditPanel */
.editPanel {
	background: url(/images/icons/icon_settings.gif) no-repeat left top;
	color: #939393;
	font-family:Georgia,Geneva,"Times New Roman",times;
	margin: 20px 20px 0 0; 
	padding: 5px 0px 0px 20px;
}

.editPanel .options {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 5px 5px #999999;
	color: #505050;
	display: none; 
	font-family: "Lucida Grande", Arial;
	padding: 0 10px 5px 8px;
	position: absolute;
	margin: 0 0 0 -23px;
	z-index:1;
}

.editPanel .options div {
	background: url(/images/icons/arrow_right.gif) no-repeat left center;
	margin-top:5px;
	padding:5px 0 5px 20px;
	border-bottom: 1px dotted #ccc;
}

.editPanel .options div[class^=delete] {
	background: url(/images/icons/action_stop.gif) no-repeat left center;
}

.editPanel .options div[class^=archive] {
	background: url(/images/icons/icon_clock.gif) no-repeat left center;
}
/* Form */
.xForm dt {
	clear: both;
	margin-top: 10px;
	float:left;
	width:225px;
}

.xForm dd {
	margin-top: 10px;
	float:left;
}

.xForm dd input, .xForm dd textarea, .xForm dd select {
	padding:2px;
	border:1px solid #CCC;
}

.xForm .errors li{
	list-style: none;
	color: #666666;
	font-style:italic;
	padding: 4px 0 4px 20px;
	margin: 0 0;
	background: url(/images/icons/flag_orange.gif) no-repeat left center;
}

.xForm .validationMessage {
	background-color: #fff;
	border: 1px solid #638f45;
	font-weight: bold;
	padding: 5px;
	margin-top:10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.xForm button.standard {
	cursor:pointer;
	border:1px solid #ccc;
	padding:5px;
	font-family: "Lucida Grande", "Arial";
	font-weight:bold;
	color:#638F45;
	border-radius: 10px;
	box-shadow: 0 0 5px #999999;
	background: url(/images/icons/arrow_right.gif) left center no-repeat #fff;
	padding-left:15px;
}

.xForm button.standard:hover {
	color:#fff;
	background-color:#638F45;
}

.xForm input.disabled {
	border:none;
	color: #333;
	background-color:#fff;
	font-style:italic;
}

/**
 * Newsletter
 */
#newsletterForm textarea, #newsletterForm input{
	width:225px;
}

/**
 * Blogpost related styles
 */
.postPictureLeft {
	float:left; 
	margin:0 15px 10px 0;
	clear:both;
}

.postPictureRight {
	float:right; 
	margin:0 0px 10px 15px;
	clear:both;
}

.postPictureBorder1 {
	padding:3px;
	border:1px solid #ccc;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
}

/** 
 * Pictures
 */
#pictureBorderInner {
	padding:3px; 
	background-color:#666; 
	border:1px solid #eee;
}

#pictureBorderOuter {
	padding:1px; 
	background-color:#fff; 
}

/* NEUER BLOGEINTRAG */
.editEntry {
	clear: both;
	margin:0 0 40px 0px;
	padding:15px;
	background-color:#fff;
	text-align:center;
}


.editEntry .header {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family:Georgia,Geneva,"Times New Roman",times;
	font-size: 24px;
	padding: 5px;
	margin:10px 0;
}

#createEntry {
	width:620px;
	margin:-15px auto 40px auto;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

.editEntry .wysiwyg{
	margin:0 auto;
}

#newEntry {
	float:left;
	background: url('/images/icons/icon_plus.gif') center left no-repeat;
	font-size: 14px;
	padding:0 0 0 15px;
	margin: 0px;
	font-weight:bold;
}

#showNotPublished {
	margin: 0px 0px 0px 50px;
	color:#808080;
	float:right;
}

#adminPanel {
	margin:-20px 0 15px 0;
	padding:10px 20px;
	height:20px;
	background-color: #fff;
	border:1px solid #638F45;
}

#adminPanel1  {
	margin:0px 0 15px 0;
	padding:10px 20px;
	
	-moz-border-radius:7px;
	background-color: #EEEEEE;
}

button, .editEntry .save, .editEntry .close {
	color: #fff;
	cursor: pointer;
	float:right;
	padding: 5px 10px 5px 25px;
	margin-top: -3px;
	-moz-border-radius:7px;
	font-family:"Verdana", "Arial";
}

button, .editEntry .save {
	font-weight:bold;
	background: url('/images/icons/icon_tick.gif') center left no-repeat #638F45;
}

button {
	float:none;
	margin-top:10px;
	border:none;
}

.editEntry .close {
	margin-left:15px;
	background : url('/images/icons/icon_delete.gif') center left no-repeat #ccc;
}

.editEntry .options {
	width:600px;
	padding: 10px; 
	margin: 10px auto 0px auto;
	
	text-align:left;
}

.editEntry .options select, .editEntry .options input, .editEntry .options textarea {
	margin-top:12px;
}

.editEntry .options input, .editEntry .options textarea {
	padding:3px;
	width: 400px;
}

.notPublished {
	color: #ff0000;
}

.profileEntry {
	width:600px;
	overflow:hidden;
	padding:15px 25px 25px 25px;
	background-color:#fff;
	margin: 0 0 30px 0px;
}

.profileEntryHeader {
	width:600px; 
	background-color:#fff; 
	min-height:60px; 
	padding:30px 25px 25px 25px; 
	margin-bottom:5px;
}

.leftContent {
}

.leftInfo {
	width:200px;
	float:right;
	color: #888; 
	clear:both; 
}

.leftContent img {
	float:left; 
	margin:3px 8px 0 0;
	-moz-box-shadow: 1px 1px 3px #999999;
}

.category {
	color: #888; 
	text-transform:uppercase; 
	font-size:11px;
	margin-bottom:10px;
}

.mainContent {
	float:left; 
	padding-top:20px;
}

#info {
	font-size:14px;
	background-color:#8a8a8a;
	color:#fff; 
	padding:15px 15px; 
	position: fixed; 
	top:200px; 
	left:0; 
	width:220px;
	z-index:50;
}

#info h2 {
	color:#fff;
	margin: 0px;
}

#info ul li {
	margin:5px 0 5px 30px;
	list-style:circle;
}

#blogroll {
	display:none;
	background-color: #fff;
	position: absolute; 
	top:320px; 
	left:0px; 
	width:220px;
	padding:15px 15px 15px 15px; 
	z-index:1;
	opacity:.60;
}

#subscribe {
	padding:15px 0px 15px 10px; 
	position: absolute; 
	top:0px; 
	left:670px; 
	width:70px;
	z-index:98;
	
	color:#fff;
}

.profileEntry .spacer {
	clear:both; 
	border-bottom:1px dotted #ccc;
	height:40px;
}

.profileEntry .attachedAlbum {
	clear:both;
	border-top: 1px solid #ccc;
	padding: 10px 10px 0 0; 
	margin: 20px 0 0px 0;
	text-align:left;
}

.profileEntry legend {
	color: #666;
	font-family: Georgia,Geneva,"Times New Roman",times;
	font-size: 16px;
	padding: 0 5px 0 5px;
	margin-left: 10px;
}

.profileEntry .attachedAlbum .images {
	float:left;
	width:420px;
}
	
.profileEntry .attachedAlbum .images img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 0 10px 5px 0;
}

.profileEntry .attachedAlbum .images img:hover {
	cursor: pointer;
}

.from {
	float:right;
	font-family:Georgia,Geneva,"Times New Roman",times;
	font-style:italic;
}

/* SEITENBILDER */
.sidebarPictures, .sidebar{
	width: 200px;
	float: right;
	color: #676767;
}

.sidebarPictures {
	margin-bottom:20px;
}

.sidebarPictures img.first {
	margin-right: 10px;
}

.sidebarPictures img {
	cursor: pointer;
	opacity: .65;
	float:left;
	margin: 0 0 10px 0;
	padding:1px;
	background-color:#fff;
	border:1px solid #D9D9D9;
}

.sidebarPicturesProfile {
	background-color:#fff;
	margin-bottom:30px;
	padding:15px 0 15px 25px;
}

.sidebarPicturesProfile img {
	cursor: pointer;
	opacity: .85;
	float:left;
	margin: 0 10px 0 0;
	width:90px;
	height:68px;
}

.sidebar {
	margin:0px 0px 0 0;
	color: #505050;
}
	
.sidebar h3 {
	border-top:1px solid #888;
	color:#505050;
	font-size:18px;
	font-weight:normal;
	padding:20px 0 15px 0;
	margin:40px 0 20px 0;
	clear:both;
}

.sidebar h3.first {
	margin-top: 0px;
}

.sidebar h3 a{
	font-size: 13px;
	color: #939393;
}

.sidebar h3 a:hover{
	color: #638f45;
}

.sidebar .linedList {
	border-bottom:1px dotted #D9D9D9;
	padding:5px 0;
}

#editSidebarPictures {
	display:none;
	background-color: #fff;
	padding: 5px;
	position:absolute;
	margin: 10px 10px 0 58px;
	
	z-index:10;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Main Picture */
#mainPicture {
	cursor: pointer;
	float:left;
	height:298px;
	width: 648px;
}

#mainPicture .position {
	position:relative;
	overflow:hidden;
	left:348px;
	top:223px;
	width:300px;
}

#mainPicture .text{
	height: 45px;
	padding: 10px 20px;
	text-align: left;
	position: relative;
	z-index: 2;

	opacity: 1;
  	filter: alpha(opacity=1);
  	-moz-opacity: 1;
	color:#fff;
}

#mainPicture .text h2 {
	color:#fff;
}

#mainPicture > div span{
	background: url('/images/icons/arrow_right.gif') center right no-repeat;
	padding: 0 25px 0 0;
}

#changeMainPicture {
	background-color: #fff;
	display: none;
	padding: 5px;
	position: absolute;
	margin: 10px 10px 0 520px;
	z-index: 20;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.transparency  {  
  	background-color: #8a8a8a;  
	width: 700px;  
	height: 1500px;  
	position: absolute;  
	z-index: 1;  
	
	opacity: 0.5;
  	filter: alpha(opacity=5);
  	-moz-opacity: 0.5;
}

/**
 * Social related stuff
 */
.socialIt {
	margin:15px 0 0 0;
	float:right;
	padding:3px 0px 0px 0px;
	cursor:pointer;
	font-family: Georgia,Geneva,"Times New Roman",times;
}

.socialIt .text {
	background: url("/images/icons/icon_plus.gif") no-repeat scroll left center;
	padding:0 0 0 15px;
}

.socialFb {
	padding:5px 0;
	border-bottom:1px solid #fff;
}

.socialGoogle {
	padding:5px 0 0 0;
}

.facebookLikeIt {
	margin-top:5px;
	border:none; 
	width:140px; 
}
 
