/*
Theme Name: Seafoid V2
Theme URI: http://seafoid.org
Description: seafoid.org WP theme
Version: 2.0
Author: Martin Schend
Author URI: http://seafoid.org
Tags: blah

*/

@font-face {  
  font-family: DroidSerif ;  
  src: url('fonts/DroidSerif.ttf') format("truetype");  
}  

@font-face {  
  font-family: DroidSerif ;  
  src: url('fonts/DroidSerif-Bold.ttf') format("truetype");  
  font-weight: bold;
}  

@font-face {  
  font-family: DroidSerif ;  
  src: url('fonts/DroidSerif-Italic.ttf') format("truetype");  
  font-style: italic;
}  

body {
	margin: 0px;

	font-family: DroidSerif, Georgia, serif;
	font-size:0.9em;
	line-height: 130%;
	color:#4d4d4d;
	background-image: url('img/background_pattern.png');
	background-repeat: repeat;
	
}

a {
	color: #498b86;
	text-decoration: none;
	border:none;
	
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}

a:hover {
	
	color: #4bbeac;
	
}
a img {
	border: none; 
}

h1 {
		font-size: 1.2em;
	}

h2 {
	margin-bottom:25px;
	line-height: 1.2em;
}


.heading {
	width: 85%;
}
blockquote {
	font-style: italic;
	padding: 8px;
  	background-color: #f3f3f3;
  	margin: 25px;
 	margin-left:30px;
 	margin-right:50px;
  	padding-left: 23px;

}

code {
	font-style:normal;	

}
#containerframe {
	width:65%;
	margin: auto;
	
}

#footer {
	text-align: center;
	margin-bottom: 30px;
	font-size: 0.8em;
}

#search {
	position: fixed;
	top:0px;
	right:0px;
	

	background-color:rgba(0, 0, 0, 0.1);
	padding:8px;
	border-bottom-left-radius: 10px;

}

#search div {
	float:left;
	margin-right: 10px;
}

.languages {
	margin:0px;
	margin-top:4px;
	padding: 0px;
}

.twitter {
	margin-top:3px;	
}

.lang-item {
    display: inline;
	list-style: none;
	margin:0px;
	padding:0px;
}

.lang_item li {
	margin:0px;
	padding:0px;
}

#access img {

    margin: 0px;

}


.twitter-follow-button {
	margin-bottom:-6px;
	margin-left:3px;
	
}
#search input[type="text"] {
    background: url(img/search.png) no-repeat 7px 4px #fcfcfc;
    border: 1px solid #d1d1d1;
    font-weight: bold;
    font-size: 11px;
    color: #bebebe;
    width: 55px;
   
    padding: 3px 13px 3px 23px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   
   
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
    
    #search input[type="text"]:focus {
    	outline: none;
    	width:150px;
    }
    
.wpcf7-text, .wpcf7-captchar{
	 border: 1px solid #d1d1d1;
	 padding:5px;
	 
	 font-family: "DroidSerif", Georgia, serif;
	 font-size: 1.1em;
	 width:350px;
}

.wpcf7-captchar {
	width:150px;
	margin-bottom: 20px;
}

.wpcf7-textarea {

	 border: 1px solid #d1d1d1;
	 padding:5px;
	 
	 font-family: "DroidSerif", Georgia, serif;
	 font-size: 1em;
	 width:350px;
}
    
.wpcf7-form-control:focus {
	outline: none;
} 
#header {
	height:160px;
}


#header_top {
	
	text-align: center;
		
	margin:auto;
	margin-left:75px;
	 background : url('img/divider.png') center 100% no-repeat;
}

#header_top a {
	display:block;
}

#header_bottom {
	padding-top:20px;
	width:100%;
	clear:both;
	float: left;
	overflow: hidden;
	line-height:80px;
	text-align: center;
}


#navigation {

	list-style: none;
	left:50%;
	float: left;
	position: relative; 
	display: inline;
	margin: 0 auto;


	
}

#navigation li {
	float:left;
	position: relative;
	right: 50%;
	margin-right:15px;
	line-height: 30px;
}

#navigation li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #464646;

 	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	text-transform: none;
	line-height: 30px;
}

#navigation li a:hover {
	color:#a4a4a4;

}

#navigation li a.active {
	font-weight: bold;
	
}
#links {
	width:75%;
	margin:auto;
	margin-top:30px;
	padding:0px;
	text-align: right;
	font-size: 0.8em;
	line-height:30px;
}

#links a
{
	text-decoration: none;
	color:#4d4d4d;
}
#trailer {
	background: #8ac3d3;
	-webkit-border-image: url('img/navback.png') 12 12 12 12 stretch stretch;
	

	margin-left:3px;
	margin-right:3px;
	height:60px;
	line-height:60px;
	padding:5px;

	
}

#content {
	
}

#inner_content {
	width: 100%;
	
	padding-top:35px;
}

.post {
	position: relative;
	margin-bottom: 30px;
	border-width: 5px;	
}

.commentdiv {
	position: absolute;
	right:-10px;
	top:-5px;
	
}

.commentdiv em {
  background: #c4c4c4;
  color: #FFF;
  padding: 0.8em 1.1em;
  
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
  font-style: normal;

}

.commentdiv .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.8em;
  left: 0.5em;
  display: block;
  border-left: 1.15em solid #c4c4c4; 
  border-bottom: 1.15em solid #FFF; /* IE fix */
  border-bottom: 1.15em solid rgba(0,0,0,0); 
  overflow: hidden; /* IE fix */
}

a.commentdiv:hover {
	background: #818181;
	color: red;
}


.date {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	color: #a7a7a7;
	float:left;
	margin-left:10px;
	position: relative;


}

.post_content {
	background:#fff;
	border:1px solid #d4d4d4;

    box-shadow:0px 4px 6px #e4e4e4;

	margin-left:75px;
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}


.post_footer {
	margin-top: 1.5em;
	line-height: 25px;

 text-shadow: 1px 1px 1px rgba(255,255,255, .5); 
}


.appItem {
margin-left:10px;
}
.appItem a
{



	height: 70px;
	padding:20px;
	
	
	display:block;
	
}

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

.appItem img a, .appItem img
{
	border:none;
}
.appItem:hover
{
	margin-left:0px;

	border-left-color: #8a8a8a;

	border-left-style: solid;

	border-left-width: 10px;

	border-bottom-width: 0px;

	border-right-width: 0px;

	border-top-width: 0px;
}

.itemLink 
{
	color: #444444;
	text-decoration: none;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	#header_left {
		background-image: url('img/logo@2x.png');
		background-size: 242px 80px;
	
	}
	
	#search input[type="text"] {
    	background: url(img/search@2x.png) no-repeat 7px 4px #fcfcfc;
    	background-size: 12px 12px;
    }
}