/*
Theme Name: Cordobo Green Park 2
Theme URI: http://cordobo.com/green-park-2/
Description: Lightweight fast-rendering theme with 2-3 column layout and right sidebar, Widget-ready (4 slots), built-in support for plugins (e.g. twitter), easy to customize via settings-page. By <a href="http://cordobo.com">Artis Cordobo</a>.
Version: 0.9.100
Author: Andreas Jacob
Author URI: http://cordobo.com/
Tags: green, white, silver, black, light, two-columns, right-sidebar, fixed-width


  This is a BETA. Please report all bugs:
  http://cordobo.com/1223-cordobo-green-park-2-alpha-7/

  The CSS, XHTML and design is released under GPL:
  http://www.gnu.org/licenses/gpl.html
  Copy, remix and play around with my CSS - but leave the original author credentials.


 - Transcending CSS
   I use CSS3 whenever and whereever it makes sense, which outdated browsers (agents) 
   probably don't render - but there's always a fallback
 - Structure
   Elements and classes are structured, properties are in alphabetical order,
   code is commented where necessary
 - Coding convention
   Classes with up to 3 properties are in a single line,
   classes with more than 3 properties are broken into multiple lines

*/




/* MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------ */

/* CSS Document */


a { text-decoration: none; }
a:link, a:visited { color: #004D99; }
a:focus, a:hover, a:active { color: #86180A; }

h1 a, h2 a,
h1 a:link, h2 a:link,
h1 a:visited, h2 a:visited { color: #000; }
h1 a:active, h2 a:active,
h1 a:focus, h2 a:focus,
h1 a:hover, h2 a:hover { color: #669900; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  font-weight: normal; font-size:22px;
}

.link{
	color:white;
	text-decoration:underline;
	text-align:center;
 }

body {margin:0;
padding:0;
background-image:url(img/bg2.png);
background-position:center;
background-repeat:repeat-y;}

#cont3{width:950px;}

#pst_hh{width:430px; background-image:url(img/pat_20030528100401.gif); background-repeat:repeat-x; margin-top:10px;}
#ttl{background-image:url(img/mn_pst.png);
width:200px;}
#ttz{background-image: url(img/scd_post.png);
width:205px;}

#fot{width:950px;
height:65px;
background-image:url(img/Untitled-29.png);
}
#cont{
margin-left:auto;
margin-right:auto;
background-color:#e9e9e9;
width:950px;
}


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;

background: black url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}

#head{background-image:url(img/Untitled-13.jpg);
background-repeat:no-repeat;
width:950px;
height:149px;
}
#Nav{
}
#cont2{width:942px;
background-color:#e9e9e9;
}
#subHead{background-image:url(img/BIG.png);
background-position:center;
width:950px;
height:297px;}
#post{"margin:10px;float:left; 
width:300px; 
height:300px; 
background-color:pink;}


.posties {
	height: 180px;
	margin-bottom: 20px;
	position: relative;
}
.posties h2 {
	margin-bottom: 5px;
}
.posties .metameta {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 315px;}
    
.entry ul, .entry ol {
	margin: 0 0 0.7em 30px;
	line-height: 1.6em;
}
.entry a:link, .entry a:visited {
	color: #004199;
	text-decoration: none;
}
.entry a:hover {
	color: #000;
	text-decoration: underline;
}

.posties .metameta {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 315px;
}
.posties .metameta .commr {
	position: absolute;
	bottom: 0;
	right: 0;
}

