* {
	margin:0;
	padding:0;
}

html {
	background:#f0f0f0 url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/bg.gif) no-repeat left top fixed;
}

body {
	margin:0 0 0 0;
	padding:0 10px 0 30px;
	color: #000;
	min-width: 430px;
}

/*BASIC ELEMENTS*/

#menu {
	padding:0 0 0 0;
	margin: 45px 0 0 0;
}

#first {
} 
	
#logotype {
	position: absolute;
	margin:0 0 0 2px;
	z-index: 0;
}
	
#core-loader {
	position: fixed;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	padding: 10px 0px 0px 790px;
	background: #f0f0f0 url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/loading_bg.gif) no-repeat left top fixed;
}
	
#entries {
	float:left;
	clear: right;
	margin:0 0 15px 0;
}

#load-content {
	padding: 0 0 0 0;
}


/* MENU DIVS */

#menu_links {
	min-width: 400px;
	margin:0 0 20px 0px;
	float: left;
}

#menu_tags {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#menu_entries {
	float: left;
}

/* PAGE LINKS */
.page-link a { 
	font: 53px/60px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #000; 
	background: #f9f9f9;
	float: left;
	padding: 5px 7px 1px 3px;
}

.page-link a:hover {
	color: #fff;
	background-color: #6cc;
}

/* TAG LINKS */

.tag-link a {
	font: 15px/23px 'TitilliumText22LBold', Arial, sans-serif; 
	letter-spacing: 1px; 
	background: #f4f4f4;
	color: #000; 
	float: left;
	padding: 2px 7px 0px 7px;
}

.tag-link a:hover {
	color: #fff;
	background-color: #000;
}

/* ENTRIES LINKS */

#menu_entries .entry-link a {
	font: 13px/20px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #fff;
	background: #6cc;
	float: left;
	padding: 2px 5px 0px 5px;
}

#menu_entries .entry-link a:hover {
	color: #fff;
	background-color: #000;
}

.new {
	background: url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/new.gif) no-repeat right center; 
	width: 24px;
	float: right;
}


/* MENU LINKS P */

#entries p, #entries a {
	float:left;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* LINKS ABSTAND */

#menu_links p {
	margin:0 3px 0 0;
}

#menu_entries p, #menu_tags p {
	margin:0 6px 10px 0;
}

p.style1 {
	font: 20px/40px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 1px; 
	color: #6cc; 
}
	
p.style2 {
	font: 12px/16px 'TitilliumText22LXBold', Arial, sans-serif; 
	letter-spacing: 1px; 
	color: #eee; 
}
p.style3 {
	font: 12px/22px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #eee; 
}

p.style4 {
	font: 12px/16px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #eee; 
}

p.style4 a{
	font: 12px/16px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #eee; 
	text-decoration: underline;
}

p.style4 a:hover{
	color: #6cc;
}

p.style5 {
	font: 10px/14px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #eee; 
}

/* MEDIA */

.media {
    float: left;
}
    
.slideshow {
	float: left;
	clear: both;
	margin: 10px 20px 10px 0;
}

.next {
	margin: 30px 10px 20px 310px;
	position: absolute;
	z-index: 100;
	width: 80px;
	height: 370px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.next_big {
	margin: 30px 10px 20px 525px;
	position: absolute;
	z-index: 100;
	width: 80px;
	height: 370px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.next:hover , .next_big:hover {
	background: url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/next.gif) no-repeat center;
	z-index: 100;
	opacity: 0.8;
}

.prev_big {
	margin: 30px 10px 20px 20px;
	position: absolute;
	z-index: 100;
	width: 80px;
	height: 370px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.prev {
	margin: 30px 10px 20px 20px;
	position: absolute;
	z-index: 100;
	width: 80px;
	height: 370px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.prev:hover, .prev_big:hover {
	background: url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/prev.gif) no-repeat center;
	z-index: 100;
	opacity: 0.8;
}

#big p.image{
	width: 615px;
}

p.image:hover {
	background-color:#66cccc;
	background-image: none;
    }

.image {
	text-align: center;
}

p.image {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	padding:5px;    
	margin: 0 0 15px 0;
	background:#f0f0f0;	
}

.video {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	margin: 10px 20px 10px 0;
	padding: 5px;
	background:#000;
}

/*GENERAL*/

.link-active a, #menu_entries .link-active a, #menu_entries .link-active.new a {
	background-color: #000;
	color: #fff;
}

.clear {
	clear:both;
}

.anker {
	height: 1px;
}

.content-end {
	border-bottom: #66cccc 2px solid;
	margin: 5px 0 20px 0;
}

.clear-margin {
	clear:both;
	margin: 20px 0 20px 5px;
}

img
{  
	border-style: none
	
}

a {
	outline: none;
	color:#339999;
	text-decoration:none;

}

a:hover {
	outline: none;
	font-weight: 500;
	color:#333;
	text-decoration:none;
}

/*ENTRY*/
.title {
	font: 18px 'TitilliumText22LMedium', Arial, sans-serif; letter-spacing: 1px;
	margin: 20px 0 0 5px;
	padding-top: 3px;
	width: 400px;
}

.entry-title {
	font: 18px 'TitilliumText22LMedium', Arial, sans-serif; letter-spacing: 1px;
	margin: 20px 0 0px 5px;
	padding-top: 0px;
	width: 400px;
}

.entry-line {
	clear:both;
}

#load-content .entry {
	border: none;
}

.entry {
	border-top: #66cccc 2px solid;
}

.entry-client {
	float: left;
	height: 55px;
	padding-top: 0px;
}

.entry-extras {
	float: right;
	text-align: right;
	padding:px;
	color: #000;
}

.entry-hits {
	font: 13px/23px 'TitilliumText22LLight', Arial, sans-serif; 
	letter-spacing: 1px;
	color: #51a2a2;
}

.button_entry a {
	display: block;
	cursor:pointer;
	float: left;
	text-align: right;
	margin:0 0 5px 5px;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px 8px 2px 8px;
	color: #000;

}

.button_entry a:hover {
	display: block;
	background-color:#66cccc;
	color: #FFFFFF;
}

.entry-box{
	float: left;
	clear: right;
	width: 380px;
	min-height: 170px;
	margin:10px 20px 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:15px 15px 10px 15px;
	background-color: #f0f0f0;
}

.user_box{
	float: left;
	clear: right;
	width: 380px;
	min-height: 170px;
	margin:10px 20px 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:15px 15px 10px 15px;
	background-color: #f0f0f0;
}

.user_box_big {
	float: left;
	clear: right;
	width: 380px;
	min-height: 385px;
	margin:10px 20px 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:15px 15px 10px 15px;
	background-color: #f0f0f0;
}

.style6 {
	font: 12px/18px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #666;
	margin-bottom: 10px;
}

.headline {
	font: 19px/30px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 1px; 
	color: #6cc; 
	margin-bottom: 5px;
	margin-top: 5px;
}

.entry-text-top {
	font: 13px/18px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px;
	color: #000;
}	

.entry-text {
	font: 12px/16px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #666;
}

a.entry-text {
	font: 12px/16px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
}

#close-entry {
	cursor:pointer;
	color:#000;
}

.button_pages #button_hover, .button_user_pages #button_hover {
	cursor:pointer;
	color:#000;
}

.button_pages {
	float: left;
	height: 35px;
	width: 420px;
	cursor:pointer;
	color:#000;
	padding: 0 10px 0 0;
	margin-top: -32px;
}

.button_user_pages {
	float: left;
	height: 35px;
	width: 420px;
	cursor:pointer;
	color:#000;
	padding: 0 10px 0 0;
	margin-top: -32px;
}

.button_pages_big {
	float: left;
	height: 35px;
	width: 635px;
	cursor:pointer;
	color:#000;
	padding: 5px 10px 0 0;
	margin-top: -32px;
}

.button_pages #close-entry, .button_user_pages #close-entry, .button_pages_big #close-entry {
	background:#000 url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/close_button.png) no-repeat center;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.button_pages #share, .button_pages_big #share {
	background:#000 url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/share.png) no-repeat center;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.button_pages #like, .button_pages_big #like {
	background:#000 url(http://3gfx.de/v2/core/themes/mylatesttheme/gfx/like.png) no-repeat center;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.button_pages a, .button_user_pages a, .button_pages_big a {
	font: 12px/22px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #000; 
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px;
	margin: 0 10px 10px 0;
}

.button_sm a{
	display: block;
	float: left;
	margin:0 7px 7px 0;
	background-color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px 5px 1px 5px;
}

#button_sm {
	display: block;
	cursor:pointer;
	color:#000;
	font: 13px/18px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
}

#button_sm:hover {
	display: block;
	background-color:#6cc;
	color:#FFFFFF;
}

#button_pages a:hover {
	background-color:#66cccc;
	color:#000;
	opacity: 1;
}

#like:hover, #share:hover, #close-entry:hover, #show_all:hover, #hoch:hover {
	background-color:#66cccc;
	cursor:pointer;
	color:#000;
}

ul {
	list-style-type:none;
	font: 12px/18px 'TitilliumText22LRegular', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #666;
}

li {
	padding:0 0 10px 0;

}

#twitter_update_list li a{
	display: block;
	text-decoration: underline;
}

#twitter_update_list span a{
	text-decoration: none;
	display: inherit;
}

/*ENTRY THUMBS*/

.thumb {
	overflow:hidden;
	float: left;
	padding: 5px;
	margin: 10px 20px 10px 0;
	width:185px;
	height: 185px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#66cccc;
}

.thumb-content {
	visibility: hidden;
	display:inline;
	
}

.thumb-content, .thumb-content:hover {
	visibility:hidden;
	height:185px;
	width: 185px;
	overflow:hidden;
	display:block;
	text-decoration:none;
}

.thumb IMG:hover {
	margin-left:-185px;
}

.thumb:hover {
	background: #f0f0f0;
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}

#footer {
	position: relative;
	float: left;
	background-color:#6cc;
	padding: 8px 10px 5px 10px;
	margin: 10px 0 20px 0;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 50;
	font: 11px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px;
	color: #000;
}

#footer:hover, #footer a:hover {
	background: #000; 
	color: #fff;
}

#footer_top {
	position: relative;
	float: left;
        left: 90px;
	color:#999;
	margin: 10px 0 20px 0;
	height: 25px;
	width: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 100;
	color: #000;
	background: #6cc;
	text-align: center;
}

#footer_top:hover {
	background: #000;
}

.index-link {
	background-color: #000;
	color: #fff;
	padding: 5px 10px 1px 10px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	font: 14px/22px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	width: 100px;
	z-index: 101;
}

.index-link:hover{
	color: #fff;
	background: #6cc;
}

/***** clearfix *****/
.clear {clear: both; height: 0; line-height: 0;}
.clearfix:after {content: ".";display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */

.tab a, .tab a:visited, .tab a:link {
	opacity: 1;
	position: relative;
	cursor: pointer;
	display: block;
	float: left;
	top: 0;
	color:#000;
	padding:5px 10px 0px 10px;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    z-index: 50;
    width: 390px;
    font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
    letter-spacing: 0px;
    height: 17px; 
}

#toggle{
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
}

.tab IMG {
	float: right;
	padding:0 0 0 7px;
}

.tab IMG:hover{
	float: right;
	padding:0 0 0 7px;
}

#down {
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	background-color: #6cc;
	color: #fff;
}

#down:hover {
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	background-color: #000;
	color: #fff;
}

#up {
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	background-color: #000;
	color: #fff;
}

#up:hover {
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	color: #6cc;	
	background-color: #000;	
	
}

/* sliding panel */
#toppanel {
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
    position: relative;   /*Panel will "push" the content down */
    top: 0;
	width: 410px;
    z-index: 50;
	border-top: #6cc 2px solid;
}

#panel {
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	border-left: #e7e7e7 1px dotted;
	border-right: #e7e7e7 1px dotted;
	border-top: none;
	border-bottom: #6cc solid 1px;
	color: #000;
	background: #111;
	overflow: hidden;
	position: relative;
	opacity: 0.9;
	z-index: 3;
	display: none;
	padding: 0;
	
}

.content {
	display: block;
	font: 12px 'TitilliumText22LMedium', Arial, sans-serif; 
	letter-spacing: 0px; 
	height: 225px;
}

#left {
	width: 155px;
	float: left;
	padding: 0 15px 0 15px;
	border-right: 1px ridge #6cc;
	height: 230px;
}

#right {
	width: 190px;
	display: block;
	float: left;
	padding: 0 15px 0 15px;
}




