/*
Theme Name: AyeNako
Theme URI: http://www.ayenako.org
Description: WordPress 3.0 theme for ayenako.org
Author: Joe McCann
Author URI: http://ayenako.org
Version: 1.0
*/
#header {
	margin:20px;
	width: 1100px;
	#overflow: auto;
}

#ascii_title {
	font-size: 13pt;
	white-space: pre;
	border: 2px;
	border-color: green;
	border-style: dashed;
	padding-left: 5px;
	width: 530px;
	height: 120px;
	float: left;
}

#ascii_title a {color: #ABA967;}

#demo-container {
	border: 2px;
	border-color: green;
	border-style: dashed;
	padding-left: 5px;
	height: 120px;
	width: 550px;
	float: right;
	 line-height: .7;
}
#demo-container a, .demo-container a:link, .demo-container a:visited, .demo-container a:hover, .demo-container a:focus, .demo-container a:active {
	color: #009BE3;
}

#demo-container ul {
	list-style-type: none;
	padding: 5px;
	margin: 1em 0;
	width: 100%;
	overflow: hidden;
}

#demo-container ul span {
	color: #A0A600;
}

#demo-container li {
	float: left;
	margin-right: 1em;
}

.full-border4 {
	margin-left:20px;
	float: left;
	position: relative;
	z-index: 10;
	padding: 30px;
	border: 5px solid #f00;
	background: #ff9600;
	top: 10px;
	width: 1030px;
}

.full-border4:before {
	float: left;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 5px solid #ffea00;
	background: #4aa929;
}

.full-border4:after {
	float: left;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 5px solid #00b4ff;
	background: white;
}

.updates {
	border-style: dashed;
	border-color:black;
	color: #CC0090;
	#white-space: pre;
	#display:block;
}
.nav {
	position:relative;
	#border-color:purple;
	#border:1px;
	#border-bottom:dashed;
	color: #CC0090;
	white-space: pre;
	position:relative;
	height:350px;
	width: 910px;
}
.nav a {color:#CC0090};
.nav a:link {color:#CC0090;}
.nav	a:active {color:#CC0090;}
.nav	a:visited {color:#CC0090;}
.nav	a:hover {color:#CC0090;}
	
#footer{	
	color: #CC0090;
	margin:20px;
	width: 980px;
	margin-top: 30px;
	#white-space: pre;
	border: 2px;
	border-color: black;
	border-style: dashed;
	font-size:1.5em;
	height:1.5em;
	clear:both;
	padding-top:.2em;
	padding-bottom:.2em;
	text-align: left;
	
}

h1 {
    font-size: 54px;
}
 
h3 {
    font-size: 24px;
}
#blog{
    color: #CC0090;
    line-height: 1.3;
}
#blog p {
line-height: 1em;
#margin: 0px 0px 7px 0px;
padding-top:.5em;
padding-bottom:.5em;
word-wrap: break-word;
}
#comments-wrap {
position: relative;
}
/*add more to "deepen" comments level*/
#comments-wrap li.depth-2, #comments-wrap li.depth-3, #comments-wrap li.depth-4 {
margin-left: 20px;
}
.post {
margin: 0 0 20px;
text-align: justify;
border-bottom:thin double;
font-size: 14px;
#word-wrap: break-word;

}
.post hr {
display: block;
}

.post p {
line-height: 1em;
#margin: 0px 0px 7px 0px;
padding-top:.5em;
padding-bottom:.5em;
}
.gallery img {
border-style:dashed;
}
/*for text wrapping images, see http://codex.wordpress.org/Wrapping_Text_Around_Images */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#homewrapper {
    width: 1100px;
    #border: 1px solid black;
    overflow: hidden; /* will contain if #first is longer than #second */
}
#scloud {
    width: 385px;
    float:left; /* add this */
    /* border: 1px solid red; */
}
#buy {
height: 70px;
font-size: 20px;
    #border: 1px solid blue;
    padding-left: 10px;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}
#shows {
    #border: 1px solid green;
    padding-left: 10px;
    font-size: 16px;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}
/*Block annoying badge added by typekit when you have a free account*/
.typekit-badge {display:none !important;}
