/*
Theme Name: Zyaga
Theme URL: http://www.zyaga.com/
Description: Theme for Zyaga.com
Author: Zyaga
Author URI: http://www.zyaga.com
Version: 1.0

*/

table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

b {
	font-weight:bold;
	color:#989898;
	font-style: italic;
}

body {
	background: #fff;
	color: white;
	text-align:center;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
}
	
#rss_icon {
	position: fixed;
	right: 0;
	top: 0;
}

.more-link {
	float: right;
	margin-right: 25px;
}
	
.floatleft {
	float: left;
}

.floatright {
	float: right;
}
	
#wrap {
	min-width: 1024px;
	text-align:left;
	margin: 0;
	padding: 0;
}
	
/************************************************
*	Hyperlinks									*
************************************************/

a:link,a:visited	{ color:#886353; text-decoration:none; outline:none;}
a:hover,a:active	{ color:#4C666A; text-decoration:underline; outline:none;}

/************************************************
*	Header  					     		    * 
************************************************/

#header {
	height:200px;
	background: #3d3c3c;
	margin-bottom: 30px;
}

#promo {
	margin-left: 0px;
}

#navwrap {
	width: 100%;
	background-color: #303337;
	border-top: 1px solid #686767;
	border-bottom: 1px solid #686767;
}

ul.nav {
	width:900px;
	height:30px;
	font-size: 14px;
	font-weight: bold;
	background-color: #303337;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	margin: 0 auto 0 auto;
	padding:0 0 0 100px;
}

ul.nav li {
	float:left;
	margin-left: auto;
	margin-right: auto;
	padding:0;
}

ul.nav li a {
	float:left;
	color:white;
	text-decoration:none;
	height:30px;
	padding:5px 15px 0;
	width: 175px;
	text-align: left;
}

ul.nav li a:hover,.current {
	color:#CCC;
}

ul.nav .current a {
	color:#fff;
	font-weight:700;
}

ul.nav .right {
	float:right;
}

ul.nav li ul { /* second-level lists */
	position: absolute;
	background: #303337;
	border-right: 1px solid #868383;
	border-left: 1px solid #868383;
	border-bottom: 1px solid #868383;
	margin-left: 0px;
	margin-top: 30px;
	text-align:left;
	width: 175px;
	left: -999em; /* using left instead of display to hide navs because display: none isn't read by screen readers */
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
}

li.cat-item {
	background: url(images/down_arrow.png) left no-repeat;
}

ul.children li {
	list-style: none;	
}

ul.nav li ul a {
	margin-left: -20px;
	width: 175px;
	text-align:left;
}

ul.nav li ul a:hover {
	background:none;
}

ul.nav li:hover ul, ul.nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	min-width: 1024px;
	margin: 20px auto 0px auto;
	padding: 0px;
	background-color: white;
}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px 0 0 0px;
	line-height: 20px;
	color: #303337;
	font-size: 14px;
}
	
#content h1 {
	color: black;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
	
#content h1 a  {
	color: black;
	font-size: 30px;
	text-decoration: none;
	line-height: 150%;
}

#content h1 a:hover {
	color: #525252;
	text-decoration: none;
}
	
#content p img{
	border: double white 4px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 7px;
	color: black;
}
	
#content h2 {
	color: #444444;
	font-size: 11px;
	font-weight:bold;
	padding: 0px 0px 5px 0px;
	margin: 25px 0px 5px 0px;
	border-bottom: 1px dashed #4C666A;
	text-transform: uppercase;
}
	
#content h3 {
	color: #444444;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
	
#contentleft {
	float: left;
	width: 65%;
	margin: 20px 0px 0px 20px;
	padding: 0px 20px 20px 0px;
	background-color: white;
}

#contentleft .post {
	width: 200px;
	height: 200px;
	float: left;
	margin: 10px 10px 10px 0px;
}

#contentleft .post-alt {
	width: 125px;
	height: 125px;
	float: left;
	margin: 0px 10px 10px 0px;
}

#contentleft .post-comments {
	background: url(images/comments.png) no-repeat;
	float: right;
	text-align: center;
	width: 37px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#contentleft .post-comments a{
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

#contentleft .post-comments a:hover{
	color: white;
}

#contentleft ol{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 10px 0px;
}
	
#contentleft ol li{
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
	
#contentleft ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}
	
#contentleft ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
	
#contentleft .single {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
	
#contentleft img .alightright {
	float: right;
}
	
blockquote{
	margin: 0px 25px 20px 25px;
	padding: 0px 25px 0px 10px;
	background: white url(images/quotes.png) no-repeat;
	border-right: 1px groove #999;
}
	
#content blockquote p{
	color:#000;
	margin: 0px 0px 10px 50px;
	padding: 15px 0px 0px 0px;
}
	
#contentleft p {
	margin: 0 0 0 25px;	
}
	
.date {
	margin: 0;
	color:#A97965;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bt-links {
	background: #EFEFEF;
	color: black;
	border: 1px solid #DDDCDC;
	margin:10px 0px 30px 0px;
	padding:10px 0px 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentleft .syntaxhighlighter {
	margin-top: 150px;
	margin-bottom: 150px;	
}

#contentleft #sticky {
	background: url(images/sticky.png) no-repeat;
	height: 100px;
	width: 700px;
	margin: 0px auto 25px auto;
}

#contentleft #sticky h6 {
	margin: 0 0 0 80px;
	padding: 25px 0 0 0;
	font-size: 12px;
}

#contentleft #sticky h6 a {
	color: #bcbcbc;
}

#contentleft #sticky .stickytext {
	width: 600px;
	font-size: 10px;
	margin: 0 15px 0 50px;
	color: white;
}

#contentleft #sticky .stickytext p {
	display: inline;
	font-size: 10px;
	color: white;
}

#contentleft ul.gencon {
	background: #EFEFEF;
	color: black;
	border: 1px solid #DDDCDC;
	margin:10px 0px 30px 0px;
	padding:10px 0px 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	background-image: none;
	text-align: center;
}

#contentleft ul.gencon li {
	display: inline;
	background-image: none;
	background: none;
	list-style: none;
}

.postauthor {
	background: #EFEFEF;
	border: 1px solid #DDDCDC;
    padding: 10px;
    margin: 10px 0;
	color: black;
	font-size: 12px;
}

.postauthor img.avatar {
	float: left;
    margin: 0 15px 8px 0;
	padding: 0;
}

#connectwithme {
	height: 30px;
	margin: 0 0 0 0px;
	padding: 0;
	border: none;
}
#connectwithme h4 {
	display:inline;
	margin-right: 50px;
	font-size: 1.2em;
}

#connectwithme a img {
	height: 24px;
	width: 24px;
	float: right;
	margin: -18px 5px 0 5px;
	padding: 0;
}

#fourofour {
	margin-top: 50px;
}

#fourofour p {
	font-size: 20px;
	line-height: 200%;
	padding-left: 350px;
}

#fourofour img {
	position: absolute;
}

.getsource {
	display: inline-block;
	width: 300px;
	height: 83px;
	background: url(images/getsource.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.getsource:hover {
	background-position: -300px 0;
}

.demosource {
	display: inline-block;
	width: 300px;
	height: 83px;
	background: url(images/demosource.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.demosource:hover {
	background-position: -300px 0;
}

.i_taught_this {
	display: inline-block;
	width: 600px;
	height: 50px;
	background: url(images/i_taught_this.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.i_taught_this:hover {
	background-position: -600px 0;
}


.clean-contact {color: black;}


/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#sidebar {
	float: left;
	width: 280px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 20px 19px;
	border-left: 1px solid #E2DDDE;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}


#sidebar ul li {
	background:transparent url("images/bullet.gif") 0px 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	}

#sidebar a:link, #sidebar a:visited	{ color:#444; text-decoration:none; outline:none; }
#sidebar a:hover, #sidebar a:active	{ color:#444; text-decoration:underline; outline:none; }
	

#sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}


#sidebar li {list-style: none; }	

#followme {
	float: right;
	margin-top: 45px;
	margin-right: 45px;
	width: 272px;
	height: 130px;
	background: url(images/followme.png) no-repeat;
}

#followme:hover {
	background-position: -272px 0;
}

/************************************************
*	Footer  									*
************************************************/

#footer {
	height: 450px;
	background-color: #3d3c3c;
	border-top: 1px solid #686767;
}

#footer p {
	text-align: center;
}

#footer h4 {
	font-size: 25px;
	text-align: center;
}

#miniwrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#miniwrap ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#miniwrap ul li{
	margin-bottom: 20px;
}

#mynetworkplaces {
	float: left;
	width: 300px;
	margin: 0 58px 0 0;
	padding: 0;
}

#mynetworkplaces a {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	margin: 0px 5px 10px 5px;
	border: solid 2px #715f5f;
}

#mynetworkplaces a:hover {
	border: solid 2px #999;
}

#middle{
	float: left;
	width: 300px;
	margin: 0 58px 0 0;
	padding: 0;
}

#latesttweets{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

.tweetmeme_button {
	float: right;
	margin-top: -75px;
}

.myjapansoc {
	float: right;
	margin-top: -80px;
	margin-right: 75px;
}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	color: #323232;
	font-size: 11px;
	padding: 4px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #323232;
	width: 150px;
	}
	
#sbutt {
	background: #878787;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding-bottom: 2px;
	margin: 0px 0px 0px 5px;
	border: 1px #333333 solid;
	cursor:pointer;
	height: 23px;
	width: 75px;
	}

#sbutt:hover {
	color: black;
}
	
/************************************************
*	Comments									*
************************************************/
	

#commentblock {
	background: #EFEFEF;
	color: #000000;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid #4C666A;
	border-bottom: 1px solid #4C666A;
	}

img.avatar {}

#commentblock ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
#commentblock ol.commentlist li { border:5px solid #ddd; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
#commentblock ol.commentlist li.alt { }
#commentblock ol.commentlist li.bypostauthor { border: 5px solid #740000; }
#commentblock ol.commentlist li.byuser {}
#commentblock ol.commentlist li.comment-author-admin {}
#commentblock ol.commentlist li.comment { }
#commentblock ol.commentlist li div.comment-author { padding:0 170px 0 0; }
#commentblock ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
#commentblock ol.commentlist li div.vcard cite.fn { font-style:normal; }
#commentblock ol.commentlist li div.vcard cite.fn a.url { text-decoration:none; }
#commentblock ol.commentlist li div.vcard cite.fn a.url:hover {  }
#commentblock ol.commentlist li div.vcard img.avatar { border:5px solid #ddd; left:7px; position:absolute; top:7px; }
#commentblock ol.commentlist li div.vcard img.avatar-32 {}
#commentblock ol.commentlist li div.vcard img.photo {}
#commentblock ol.commentlist li div.vcard span.says {}
#commentblock ol.commentlist li div.commentmetadata {}
#commentblock ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
#commentblock ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
#commentblock ol.commentlist li div.comment-meta a:hover { color:#000; }
#commentblock ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
#commentblock ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
#commentblock ol.commentlist li div.reply { background:#999; border:2px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
#commentblock ol.commentlist li div.reply:hover { background:#c30; border:2px solid #c00; }
#commentblock ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
#commentblock ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
#commentblock ol.commentlist li ul.children li {  }
#commentblock ol.commentlist li ul.children li.alt {}
#commentblock ol.commentlist li ul.children li.bypostauthor {}
#commentblock ol.commentlist li ul.children li.byuser {}
#commentblock ol.commentlist li ul.children li.comment {}
#commentblock ol.commentlist li ul.children li.comment-author-admin {}
#commentblock ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
#commentblock ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
#commentblock ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
#commentblock ol.commentlist li ul.children li.depth-5 {}
#commentblock ol.commentlist li ul.children li.odd {}
#commentblock ol.commentlist li.even { background:#f7f7f7; }
#commentblock ol.commentlist li.odd { background:#fff; }
#commentblock ol.commentlist li.parent { }
#commentblock ol.commentlist li.pingback { }
#commentblock ol.commentlist li.pingback.parent { }
#commentblock ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
#commentblock ol.commentlist li.thread-alt { }
#commentblock ol.commentlist li.thread-even {}
#commentblock ol.commentlist li.thread-odd {}

/************************************************
*	Wordpress Suggestions						*
************************************************/

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

div.entry div { clear: both }

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: black;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/************************************************
*	MyBlogLog Community 						*
************************************************/

/* start images related  */
body table#MBL_COMM img
{
border:1px solid black;
float:left;
height:24px;
padding:0px;
position:relative;
width:24px;
z-index:999;
}
body table#MBL_COMM td.mbl_join_img
{
background-color:black;
cursor:pointer;
margin:0pt;
padding:2px;
width:26px;
}
/* stop images related  */
 
/* start of "You!" link */
body table#MBL_COMM td.mbl_join 
{
background-color:BLACK;
border-bottom:0pt none;
color:white;
cursor:pointer;
font-size:11px;
margin:0pt;
padding:2px;
text-align:left;
}
/* stop of "You!" link */
 
/* start the whole widget */
body table#MBL_COMM
{
background-color:black;
border:1px solid black;
font-family:Verdana,Arial,Sans-Serif;
font-style:normal;
font-weight:normal;
line-height:12px;
width:270px;
}
/* stop the whole widget */
 
/* start of the tds wrapping the images */
body table#MBL_COMM td.mbl_img
{
background-color:black;
border-top:0pt none;
cursor:pointer;
margin:0pt;
padding:2px;
width:26px;
}
/* stop of the tds wrapping the images */
 
/* start of the three trs wrapping the bottom links */
body table#MBL_COMM td.mbl_fo_hidden 
{
background-color: black;
color:white;
cursor:pointer;
font-size:10px;
padding:2px;
text-align:center;
}
/* stop of the three table rows wrapping the three bottom links */
 
/* start of "Join My Community" link */
 body table#MBL_COMM td.mbl_join a
{
	color: white;
}
body table#MBL_COMM td.mbl_join a:hover
{
	color:#6C6C6C;
}
/* end of "Join My Community" link */ 
 
/* start of "Join This Commnunity" link */
body table#MBL_COMM td.mbl_fo_hidden a
  {
   color:white;
	}
body table#MBL_COMM td.mbl_fo_hidden a:hover
 {
	color:#6C6C6C;
}
/* end of "Join This Commnunity" link */
 
/* start of "View Reader Commnunity" and "Provided by MyBlogLog" links*/
body table#MBL_COMM td.mbl_fo_hidden a:visited
{
	color: white;
}
body table#MBL_COMM td.mbl_fo_hidden a:visited:hover
{
	color: #6C6C6C;
}
/* end of "View Reader Commnunity" and "Provided by MyBlogLog" links*/









