/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Arial;
	text-align:center;
	background:transparent url(image-rotator.php) 100% 100% fixed repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  font-size:0.8em;
}

#wrapper {
  width:660px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
  padding:30px;
  opacity:.9;
  background:white;
}

ul#entries {
    overflow:auto;
}

ul#entries li {
    -moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
    background:#F0F0F0 none repeat scroll 0 0;
    color:#3D3D3D;
    float:left;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.05em;
    height:130px;
    line-height:1.3em;
    margin:0 5px 5px 0;
    overflow:hidden;
    padding:8px 10px;
    position:relative;
    width:191px;
}

ul#entries li .twitter {

}

ul#entries li img {
  margin-bottom:-0.2em;
  margin-right:0.4em;
}

#footer {
  margin-top:30px;
  text-align:center;
  text-transform:uppercase;
  font-size:0.85em;
}

a {
 color:#667CA3;
 text-decoration:none;
text-shadow: 4px 4px 4px #bbb;
}

a:hover {
  color:#3D3D3D;
}

span.metadata {
    border-top:1px dotted #CCCCCC;
    color:#949494;
    display:block;
    font-family:Arial;
    font-size:0.8em;
    line-height:1em;
    margin-top:0.3em;
    padding:0.3em 0 0;
}

span.metadata a {
  color:#ABABAB;
}
 
a.button {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background:#0DADD6 none repeat scroll 0 0;
    bottom:0;
    color:#FFFFFF;
    font-family:Arial;
    font-size:0.7em;
    font-weight:bold;
    left:0;
    line-height:1em;
    margin-bottom:1em;
    margin-left:5.5em;
    padding:5px 15px;
    position:absolute;
    text-transform:uppercase;
}

a.button:hover {
  background:#3C3251;
  color:#FFF;
}

h1 {
  color:#3C3251;
  font: normal 2.4em/1em Palatino, Georgia, "Times New Roman", Times, serif;
text-shadow: 4px 4px 4px #bbb;
}

h2 {
	color:#854944;
	font: normal 1.5em/1.3em Palatino, Georgia, "Times New Roman", Times, serif;
	padding:15px 0;
	text-shadow: 4px 4px 4px #bbb;
}

h2 a {
  padding:0 3px;
  background-color:#F5F5F5;
}

p {
  line-height:normal;
  margin-top:10px;
}

sub {
  vertical-align:sub;
  font-size:8px
}

#recaptcha_widget_div {margin-bottom:10px;}
#submit, #message {width:318px;}
#message {height:50px;}
#feedback {
  display:none;
  left:325px;
  line-height:16px;
  position:relative;
  top:-20px;
}

#feedback img {
  vertical-align:bottom;
}


.charcounter {
  display:block;
  font-size:0.85em;
  color:#ABABAB;
  line-height:0.85em;
  margin-top:0.1em;
  margin-bottom:10px;
}