/*
Theme Name: Extreme Georgia
Theme URI: http://www.wp-them.es/
Description: Typography based template from <a href="http://www.mentariworks.com/">MentariWorks</a> designed for Smashing Magazine's <a href="http://www.smashingmagazine.com/2009/07/08/free-typographic-xhtmlcss-layouts-for-your-designs/">Typographic Layout Design Contest</a>. WordPress code by <a href="http://www.wp-them.es/" title="wp themes">Wp-Them.es</a> 
Version: 1.0
Author: WP-Them.es
Author URI: http://www.wp-them.es/
Tags: clean, typography
*/

/*======================================
THEME NAME: Extreme Georgia 0.1
DESCRIPTION: Typographic Layour for Smashing Magazine competition
CODENAME: ExtremeGeorgia
VERSION: 0.1
AUTHOR: Mohd Huzairy bin Mohd Rezuan @ Bat InfoMalaya
AUTHOR URI: http://www.mentariworks.com
LAST DATE MODIFIED: 28 June 2009
STYLE NAME: Master stylesheet
======================================*/

/* Import external stylesheet */
@import url('css/reset.css');
@import url('css/wp.css');

/* Common HTML tags */


body {
background:none repeat scroll 0 0 #FFFFFF;
border-top:10px solid #EEEEEE;
color:#444444;
font:76%/20px georgia,verdana,arial;
text-align:left;
}
blockquote {
background:url("images/blockquote.png") no-repeat scroll left 9px transparent;
border-bottom:0px double #EEEEEE;
border-top:0px double #EEEEEE;
font-style:italic;
margin-bottom:10px;
padding:15px 0 3px;
}
#wrapper {
margin:0 auto;
width:960px;
}
#header {
margin:80px 0;
text-align:center;
width:960px;
}
#header h1 a {
color:#666666;
font-family:georgia;
font-size:4em;
font-weight:normal;
}
#header p {
color:#999999;
font-size:1.3em;
letter-spacing:3px;
margin-top:20px;
}
#outer-space {
float:left;
width:750px;
}
#hfeed {
border:1px solid #CCCCCC;
float:right;
margin-bottom:20px;
padding-bottom:17px;
width:600px;
}
#page-info {
background:url("images/info_bg.png") repeat-x scroll 0 0 #CCCCCC;
color:#FFFFFF;
font-size:1.2em;
font-variant:small-caps;
padding:2px 0;
text-align:center;
}
#page-info span {
background:none repeat scroll 0 0 #CCCCCC;
letter-spacing:3px;
padding:0 3px;
}
.hentry {
margin:20px 0;
overflow:hidden;
padding:0 10px;
width:580px;
}
.entry-title {
font-family:georgia;
font-size:2.2em;
font-weight:lighter;
line-height:175%;
}
.entry-meta {
background:url("images/lala.png") no-repeat scroll center bottom transparent;
color:#999999;
margin:0 0 10px;
padding:0 0 20px;
text-align:center;
}
.entry-meta p, .entry-meta abbr {
border:medium none;
letter-spacing:3px;
}
.metadata {
background:url("images/metadata-bg.png") no-repeat scroll center top transparent;
color:#999999;
letter-spacing:2px;
margin-bottom:50px;
padding:25px 0 10px;
text-align:center;
}
.entry-content {
padding:10px;
}
.entry-content img {
margin-bottom:10px;
}
.entry-content p {
color:#444444;
font-size:1.15em;
line-height:165%;
margin-bottom:15px;
text-align:justify;
width:550px;
padding:5px;
}
.separator {
border-top:1px dotted #CCCCCC;
margin:20px 0 30px;
}
#page-navigation {
margin:-10px 0 10px;
}
a {
color:#CC0000;
}
a:hover {
border-bottom:1px dotted #CCCCCC;
color:#444444;
}
#header a:hover {
border:medium none;
}
.previous a {
background:none repeat scroll 0 0 #CCCCCC;
color:#FFFFFF;
float:left;
font-size:1.2em;
font-variant:small-caps;
margin-left:20px;
margin-top:-3px;
padding:3px 10px;
}
.next a {
background:none repeat scroll 0 0 #CCCCCC;
color:#FFFFFF;
float:right;
font-size:1.2em;
font-variant:small-caps;
margin-right:20px;
margin-top:-3px;
padding:3px 10px;
}
.previous a:hover, .next a:hover {
background:none repeat scroll 0 0 #333333;
border:medium none;
}
#left-sidebar {
float:left;
margin-left:-40px;
text-align:right;
width:150px;
}
#left-sidebar ul li a {
color:#999999;
border-bottom:1px dotted;
}
#left-sidebar ul li a:hover {
color:#CC0000;
border-bottom:1px dotted;
}
#left-sidebar a {
color:#999999;
border-bottom:1px dotted;
}
#left-sidebar a:hover {
color:#CC0000;
border-bottom:1px dotted;
}
#right-sidebar {
float:right;
padding:45px 10px 0 20px;
width:175px;
}
#right-sidebar ul li a {
color:#999999;
border-bottom:1px dotted;
}
#right-sidebar ul li a:hover {
color:#CC0000;
border-bottom:1px dotted;
}
#left-sidebar h3 {
border-bottom:1px dotted #CC0000;
color:#CC0000;
font-size:1.2em;
font-variant:none;
font-weight:normal;
letter-spacing:3px;
margin-bottom:10px;
padding-right:15px;
font-family:georgia;
}
#right-sidebar h3 {
border-bottom:1px dotted #CC0000;
color:#CC0000;
font-size:1.2em;
font-variant:none;
font-weight:normal;
letter-spacing:3px;
margin-bottom:10px;
padding-left:15px;
font-family:georgia;
}
#left-sidebar ul li {
background:url("images/bullet.png") no-repeat scroll right 5px transparent;
margin-bottom:5px;
padding-right:15px;
}
#right-sidebar ul li {
background:url("images/bullet.png") no-repeat scroll left 5px transparent;
margin-bottom:5px;
padding-left:15px;
}
.widget {
margin-bottom:30px;
}
#footer {
color:#999999;
height:70px;
letter-spacing:2px;
margin:20px 0;
padding-bottom:10px;
text-align:center;
}
.alignleft {
float:left;
margin:0 20px 10px 0;
}
.alignright {
float:right;
margin:0 0 10px 20px;
}
.clear {
clear:both;
}
get applicationcache undefined items in offline cache get closed false get excerpt window www.boringmachines.org get controllers xulcontrollers {
}
get crypto crypto {
}
document document www.boringmachines.org get frameelement null get frames window www.boringmachines.org fullscreen false globalstorage storagelist {
}
get locationbar barprop {
}
get menubar barprop {
}
netscape object {
}
get pkcs11 null get screen screen {
}
get self window www.boringmachines.org sessionstorage storage {
}
get toolbar barprop {
}
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>
<a title="boring machines disturb sleep" href="http://www.boringmachines.org/">boring machines disturb sleep</a>
</h1>
<p></p>
</div>
<hr>
<div id="outer-space">
<div id="hfeed">
<p id="page-info">
</p>
<div class="hentry">
<div class="entry-meta">
<abbr title="#">maggio 21st, 2010</abbr>
<h2 class="entry-title">ma cos’è veramente l’italia?</h2>
<p>
</p>
</div>
<div class="entry-content">
</div>
<div class="metadata">
</div>
<h3 id="comments">3 Responses to “ma cos’è veramente l’italia?”</h3>
<div class="navigation">
</div>
<ol class="commentlist">
</ol>
<div class="navigation">
</div>
<div id="respond">
</div>
</div>
<div class="separator"></div>
<div id="page-navigation">
</div>
</div>
<hr>
<div id="left-sidebar">
</div>
<div class="clear"></div>
</div>
<hr>
<div id="right-sidebar">
<div class="widget">
<li class="pagenav">
<h3>Pages</h3>
<ul>
</ul>
</li>
</div>
<div class="widget">
</div>
<div class="widget">
</div>
</div>
<div class="clear"></div>
<hr>
<div id="footer">
</div>
</div>
</body>
</html>




/* End Of File */
