/*
Theme Name: Collage Photo Frames
Theme URI: 
Description: 
Author:
Author URI: 
*/

*{
margin:0;
padding:0;
}

body {
font: 12px Helvetica, Arial, sans-serif;
color: #666;
background: #ccc;
}

body a, body a:visited {
color: #00f;
}

body p {
padding: 5px 0px;
margin: 5px 0px;
}

h1, h2, h3 {
font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
font-size: 2.0em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.0em;
}

#page {
width: 1000px;
background: #ccc url(./images/background.gif) repeat-y 50% 0;
margin: 0 auto;
}

#header {
width: 1000px;
background: #000;
}

#logoblock {
float:left;
width: 100%;
height: 115px;
background: #000;
display: inline;
text-align: left;
}

#logoblock  h1 {
color: #ff0;
margin: 20px 0 0 10px;
}

#logoblock  p {
color: #fff;
font-weight: bold;
font-size: 1.0em;
margin-left: 10px;
}

.navlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
text-align: center;
color: #fff;
text-decoration: underline;
}

.navlist li a {
color: #fff;
}

.piclist {
margin-bottom: 10px;
}

.piclist li {
display: inline;
list-style-type: none;
padding-right: 30px;
text-align: center;
color: #666;
}

.nontext {
margin-bottom: 10px;
text-align: left; 
}

#content {
float: left;
width: 730px;
line-height: 1.6em;
margin: 10px 0 0 10px;
}

.pic {
float: right;
margin: 10px 0 0 10px;
clear: both;
}

.pic p {
text-align: center;
font-size:10px;
color:#666;
}

.inarticle {
float: left;
margin-right: 10px;
clear: both;
}

.clear {
clear:both;
}

#footer {
padding: 10px 0 10px 0;
text-align: center;
color: #fff;
width: 1000px;
background: #000;
margin: 0 auto;
}

#footer a {
color: #fff;
}

.article h2 {
font-size: 1.5em;
border-bottom:1px solid #666;
border-top:1px solid #666;
color: #666;
margin-bottom: 10px;
line-height: 1.0em;
padding: 5px 0;
}

.article {
font-size: 1.2em;
margin-bottom: 30px;
text-align: left;
}

.entry {
margin-bottom: 10px;
text-align: left;
}

.entry a, .entry p a {
text-decoration: underline;
}

a img {
border: 0;
}

#sidebar {
margin-top: 10px;
float: right;
width: 240px;
}

#sidebar ul {
margin-bottom:20px;
}

#sidebar a, ul li a h3 {
color: #fff;
text-decoration: underline;
}

#sidebar .sidebar_right ul h3 {
font-size: 1.1em;
color: #fff;
margin-left: 5px;
}

#sidebar ul li {
list-style:none;
line-height:1.6em;
font-size: 1.0em;
margin-left: 10px;
}

.entry {text-align: left;}
.entry li {margin-left: 25px;list-style: square;}
.entry a, .entry li a, .entry p a {text-decoration: underline;}

#map {
text-align: left;
}

#map li {
list-style: none;
margin-left: 10px;
}

#map a, #map li a {
text-decoration: underline;
}

.center {
text-align: center;
}