/*  

Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: based on default but screwed up beyond recognition
Version: 1.0
Author: lazopolis
*/

* { 
  margin: 0; 
  padding: 0;
}

/*colors*/
body{color:#333;background:#fff;}

h1,h2,h3,h4,h5,h6{color:#111;}
blockquote{color:#666;}
.grey{ color: #888;}
.postmetadata {color:#999;}
#headernew p {color: #444;}
#date {color:#aaa;}
a{color:#B95E27;}
#sidebar a{color:#666;}
a:hover{color:#888;}
#post h2 a{color:#333;}
h1 a{color:#444;}
#page {background-color: #fff;}
#headernew {color:#333;}
.navigation,.postmetadata_single{color:#aaa;}
.navigation a{color:#aaa;}
.postmetadata a,.more,.commentmetadata a:hover,.postmetadata_single a{color:#222;}
.postmetadata a:hover,.postmetadata_single a:hover{color:#aaa;}
.commentmetadata,.commentmetadata a{color:#aaa;}

/*typography*/
body{font-family:  Arial,Trebuchet, Helvetica,sans-serif;
line-height:18px;
font-size:12px;
}
h1 { 
  font-size: 48px; 
  line-height: 48px;
  margin-bottom: 18px; 
   font-family:times,Times New Roman,Georgia,serif;
   text-align:center;
}
h2 { 
  font-size: 18px; 
  line-height: 24px; 
  margin-bottom: 18px;
  padding:5px 0 5px 0;
}
#post h2{
  margin-bottom:0px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

p { 
  /*margin-bottom: 18px;*/
  text-align:justify; 
}
ul,ol{margin:0 0 1.5em 0;}
ul, 
ol { 
  margin-bottom: 18px; 
}

ol{list-style-type:decimal;}
ul{list-style-type:none;}

blockquote{margin:1.5em 0 1.5em 1.5em;font-style:italic;}
strong{font-weight:bold;}
em{font-style:italic;}
.alignleft{text-align:left;}
.alignright{text-align:right;}
.small{font-size:0.9em;}
.grey{font-size: 19px;
line-height: 20px;}
.smallcaps{ font-size: 88%; }
.eyebrow {	font-size: 19px;line-height: 29px;text-align:center;}
#headernew p {text-align: left;}
.copyleft{font-size: 14px;line-height: 14px;text-align: left;}
.postmetadata a,.more,.commentmetadata,.postmetadata_single{font-size:0.8em;font-weight:bold; text-transform: uppercase;}
.commentmetadata{margin-left:10px;}
.larger{font-size:1.0em;}	
a,a:hover,#sidebar a{text-decoration:none;outline:none;}		
#post h2 a{font-size:12px;line-height:18px;}
#sidebar h2{font-size:1.0em;font-weight:bold; text-transform: uppercase;letter-spacing:2px;}
.discription{font-size:1.0em;line-height:1.6em}
.header_menu{font-size:1.0em;text-align:center;}
.header_menu ul,.header_menu li{display:inline;margin:0 6px 0 6px;}
#footer p {text-align: center;}
.navigation{font-size:0.9em;}
h1 a{font-weight:normal;}


/*borders*/	
body{border-top: 3px solid #333;}
.entry img {border:1px solid #666;}
.postmetadata img,.larger img{border:0px;} 
#headernew img{border:0px;}
#post h2{border-top:1px solid #444;}
#post h2{border-bottom:1px solid #ddd;}
.navigation{border-left:14px solid #ddd;}
.commentlist_li{border-top:1px solid #ccc;}
.postmetadata_single{border-top:1px solid #666;}
textarea, input{border:1px solid #666;}


/* the icon for the list items at recent comments */
.widget_recent_comments li{
list-style-image:url(http://yet.anotherblog.net/wp-content/themes/tma/images/bg/bubble.png);
margin-left:20px;
}
.widget_rss li{
list-style-image:url(http://yet.anotherblog.net/wp-content/themes/tma/images/bg/arrow.png);
margin-left:20px;
}

/*geometry: padding, margin, positioning, width, float */
#page {margin: 0px auto;width: 450px;}
#headernew {margin: 50px 0 0 0px; width: 450px;}
#content {float:left;width:450px;}
#sidebar{padding: 15px;width: 400px;}
#footer {margin: 0 auto;width: 450px;clear: both;}
#footer p {padding: 20px 0;}
textarea{height:180px;width:450px;margin:10px 0 10px 0;padding:3px;}
input{margin:10px 0 10px 0;padding:3px;}
#post{margin:25px 0 25px 0;}
#sidebar h2{padding-left:5px;}
img {padding:2px;float:left;margin:3px 10px 10px 0;}
.postmetadata img,.larger img{float:none;} 
.navigation{margin:10px 0 10px 0;padding:0px 0px 0px 10px;}
.grey{margin-right:5px;}
.commentlist_li{margin:12px 0 0px 0;padding:8px 0 8px 0;}
.postmetadata_single{margin-top:12px;padding-top:12px;}
