/*
Theme Name: thetalkingfowl

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/
@media (max-width: 900px) {

.main { 
overflow:hidden;
width:100%;
margin: 0 auto;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
    clear:both;
}

#chart{
top:30px;
height: 20px; 
width: 99% ;
margin: 0 auto;
background: #0090b4;
position: absolute;

}
#chart span{
top:40%;
margin-right:2px;
font-size:11px; 
font-weight: normal;
color:#fff;
}

#Status1Top{
height: 20px; 
width: 90% ;
margin: 0 auto;
background: #bbb;
position: relative;
border-bottom: 1px solid #fff;
padding:10px;
font-size:18px; 
font-weight: bold;
}


#Status1{
height: 40px; 
width: 90% ;
margin: 0 auto;
background: #ddd;
position: relative;
border-bottom: 1px solid #fff;
padding:10px;
}

#rightStatus1 { 


float: right; 
}

#leftStatus1 { 
float: left; 
}

#lean_overlay {
position: fixed;
z-index:1000;
top: 0px;
left: 0px;
height:100%;
width:100%;
background: #000;
display: none;
}
#welcome {
direction: rtl;
font-weight: bold;
font-size: 100%;
text-align: right;
direction: rtl;
width: 94%;
padding: 10px; 
}

#welcome span{
color: #499dd8;
}


#header {
width: auto;
direction: rtl;
    height: 80px; 
    clear:both;
background-color: #1f8da8;
color: #fff;
 

}

#inHeader{
height: 80px; 
width: auto;
margin: 0 auto;

}

#rightHeader { 
height: 80px; 
margin-top: 20px;
margin-right: 20px;
float: right; 
}

#leftHeader { 
height: 80px; 
margin-top: 20px;
margin-left: 10px;
}

#leftHeader span { margin: 2px; }



#primary{

direction:rtl;
background: #ddd;
width: 99% ;
  margin-left: auto ;
  margin-right: auto ;


}

#content {
width: 95%;
  margin-left: auto ;
  margin-right: auto ;
}



#wrapper {
/*width: 1080px;*/
background: #ddd;
padding:0;
width: 99% ;
  margin-left: auto ;
  margin-right: auto ;
}


#first {  
width: 60px; 
float: left; 

}

#left { 
padding: 0;
margin:0;
width: 50%; 
float: left; 
}

#right { 
padding: 0; 
width: 50%; 
margin-left:2px;
float: left; 
}

#last {  
width: 90px; 
float: right;
height: 100%; 
 display:block;
left: 0px;
top: 15px;
right: 0px;
bottom: 15px;
}




#entry-title {
}


#timeline {
height: 448px;
background: #fff;
margin: 0 0 2px 0;
padding: 0px;
border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border: 1px solid #A8A8A8;
-moz-box-shadow: 2px #8493a6;
-webkit-box-shadow: 2px #8493a6;
/*box-shadow: 2px #8493a6;*/


box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;


}

.top-right{
border-top-right-radius: 6px;
}

.top-left{
border-top-left-radius: 6px;
}

.bottom-right{
border-bottom-right-radius: 6px;
}

.bottom-left{
border-bottom-left-radius: 6px;
}


#twitter img,#twitter-last img {
padding: 0;
border-radius: 4px; 
-moz-border-radius: 4px; 
-webkit-border-radius: 4px;

}


#twitter {
margin: 0 0 2px 0;
padding: 5px;
border-bottom:1px solid #ddd;
}




 a{
  color: #808080;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #333;
  text-decoration: none;

}


#link { 
bottom: 2px;
position:relative;
left:3px;

text-align: left;
width: 200px;
font-weight: normal;
font-size:12px; 
}

#link a{
  color: #808080;
  text-decoration: none;
}
#link a:hover,
#link a:focus,
#link a:active {
  color: #333;
  text-decoration: none;

}

#inst {
right: 0;
margin-top: 15px; 
z-index:2
position:relative;
}




#footer {
direction: rtl;
width: 99%;
    height: 100px; 
    position: relative;
    clear:both;
bottom:0;
background-color: #efefef;
color: #ddd;

}

#inFooter{
height: 100px; 
width: 60%;
margin: 0 auto;
position: relative;
}

preFooter {
height: 20px; 
}





/* =Structure
----------------------------------------------- */
* {
    margin: 0;
}
html, body {
    height: 100%;
}

body {
/*background: #f5f5ed;*/
background: #1f8da8;
font-family: Arial, BBCNassim, Helvetica, Arial, HelveticaNeue, Tahoma;
font-weight: normal;


   
}

#page {
	margin: 2em auto;
	max-width: 99%;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary0 {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}

#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}



.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}


#loginform {
height: 200px; 
margin: 0 auto;
margin-top: 30px;
font-weight: normal;
font-size: 100%;
text-align: left;
width: 90%;
padding: 20px; 


}


#user_login, #user_pass {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #eae7e7;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
#user_login:focus, user_pass:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}


#wp-submit {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}
#wp-submit:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}



}