/* COLORS:

Green: #ABAA00 
Grey light: #D2D2D2
Grey dark: #58585A
Grey dark p: #6E6E6E

*/
	
/* div.blogSummary table */

div.blogSummary { 
	margin: 0; padding: 0; 
	border: 0px dotted #EEE0E5; 

	}

div.blogSummary h1 { margin: 15px 0px 10px 0 !important; 
	border: 0px dotted #EEE0E5; 
	}
	
div.blogSummary table { 
	width: 630px !important;
	border: 0px dotted gray;
	border-collapse: separate;
	border-spacing: 0px 15px 0 0; /* cellspacing seitlich */
	}

div.blogSummary table tr td { 
	width: 320px;
	padding: 0;
	/* margin-top: 0px !important; */
	vertical-align: top;
	border: 0px dotted #ccc;
	}

.authortags { margin: 5px 0 25px 0 !important; 
	padding: 0 0 15px 0; 
	border-bottom: 1px solid #ccc; }

div.blogSummary img {  padding-top: 4px; }
	
div.blogSummary table img, div.blogSummary table p { 
	border: 0px dotted #ccc; 
	}
	
	
.blogEntry { 
	border: 0px dotted fuchsia; 
	/* overflow: hidden; */
	}
	
.blogEntry div { 
	border: 0px dotted aqua; 
	/* overflow: hidden; */
	}
	
.blogEntry img {	
	border: 0px dotted blue;
	/* margin-right: 25px; */}
	
div.blogEntry img { max-width: 630px !important;}

/* Sidebar: Blog/Contact */

#Sidebar { 
	margin: 0px;
	float: right; 
	width: 230px;
	border: 0px dotted #EEE0E5; 
	padding: 0 34px;
	}
	
#Sidebar p, #Sidebar ul  { 
	border-top: 1px solid #D2D2D2; 
	padding: 15px 0px 0px 0px ;
	margin: 0px 0 20px !important;
	}


#Sidebar ul li {
	list-style-type: none;
	margin: 0;
	border: 0px dotted green;
	}

#Sidebar a { font-size: 12px !important;}	

#Sidebar a:before {
	content:'» ';
	}
	
/* Social Media Links Rollover Images */

ul#socialmedia li a.fb-s {
	background:transparent url(../images/facebook_48.png) no-repeat scroll 0 0;
	}
ul#socialmedia li a.tw-s {
	background:transparent url(../images/twitter_48.png) no-repeat scroll 0 0;
	}
ul#socialmedia li a.xi-s {
	background:transparent url(../images/xing_48.png) no-repeat scroll 0 0;
	}
ul#socialmedia li a.fl-s {
	background:transparent url(../images/flickr_48.png) no-repeat scroll 0 0;
	}
ul#socialmedia li a.vi-s {
	background:transparent url(../images/vimeo_48.png) no-repeat scroll 0 0;
	}
ul#socialmedia li a.de-s {
	background:transparent url(../images/delicious_48.png) no-repeat scroll 0 0;
	}

ul#socialmedia li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 5px 0 0 -2px;
	border: 0px dotted fuchsia;
	}
	
ul#socialmedia a:before { content: "" !important; }

ul#socialmedia li a {
	display:block;
	height:48px;
	width:48px;
	margin-right:10px;
	}

ul#socialmedia li a.fb-s, ul#socialmedia li a.tw-s, 
ul#socialmedia li a.xi-s, ul#socialmedia li a.fl-s,
ul#socialmedia li a.vi-s, ul#socialmedia li a.de-s {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	}
	
ul#socialmedia li a.fb-s:hover, ul#socialmedia li a.tw-s:hover,
ul#socialmedia li a.xi-s:hover, ul#socialmedia li a.fl-s:hover,
ul#socialmedia li a.vi-s:hover, ul#socialmedia li a.de-s:hover {
	background-position:-48px 0;
	}
	
/* Flowplayer */
/* styling of the container. */ 

a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #fff; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:0px; 
    width: 320px; 
    height:240px;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
