/*
    File: style.css
    Purpose: Stylesheet for Art Gallery Wordpress theme.
	Theme Name: Art Gallery
	Theme URI: www.forsako.com/ArtGalleryTheme/
	Description: A Wordpress theme which is primarily intended for clean display of images.
	Author: Gabriel Putnam
	Author URI: www.forsako.com
	Template:
	Version: 1.0
	Date: December 2009
*/

/* Set up the basic properties of the page
  ----------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
}

/* General text class stylings
  ----------------------------------------------- */

HR {
	color: #888;
	background: #888;
	border: 0px;
	Height: 1px;
}

a {
	color: #722;
	text-decoration: none;
}

a:hover {
	color: #c22;
	text-decoration: underline;
}

a:visited {
	color: #f73;
}

a img {
	border: 1px solid #000000;
}

.alignleft {
      float:left;
}

.alignright {
      float:right;
}

/* Create the containers for the header, menu, content, and footer
  ----------------------------------------------- */

#main_container {
    /*border: 1px solid #00cc00;*/
	margin-top: 20px;
	position: relative;
	width: 798px;
	left: 50%;
	margin-left: -399px;
	background: #fff;
}

#header {
	width: 100%;
}

#top_menu {
	width: 100%;
	background: #eee;
}

#content {
	background: #fff;
	float: left;
	width: 648px;
}

#sidebar {
    width: 150px;
	background: #fff;
    float: right;
	padding: 0px 0px 5px 0px;
}

#footer {
	width: 100%;
	background: #fff;
	float: left;
}

/* Create the top menu of selection categories
  ----------------------------------------------- */

#top_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#top_menu a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	color: #fff;
	background: #000;
}

#top_menu a:hover {
	background: #ddd;
}

/* Create formatting for the main content
  ----------------------------------------------- */
  
.post {
    display:block;
}

.post .eventthumb {
    padding: 0px 0px 5px 0px;
}

h3.storytitle {
    color: #888;
    padding: 0px 0px 5px 0px;
}

.meta {
    padding: 0px 0px 5px 0px;
}

.storycontent {
    display:inline;
    padding: 0px 0px 5px 0px;
}


.storycontent p {
    padding: 0px 10px 10px 0px;
}

.feedback {
    padding: 0px 0px 15px 0px;
    clear: both;
}

#normal .storycontent {
    display:block;
    float:none;
}

#normal .storythumb {
    float:left;
    display:block;
    padding:0px 5px 10px 0px;
}

#gallery {
    padding: 5px 0px 0px 0px;
}

#gallery a {
    float:left;
    display:inline;
}

#gallery .storycontent {
    padding: 0px 0px 0px 0px;
}

#events .storycontent {
    display:block;
    float:none;
}

#events .storythumb {
    float:left;
    display:block;
    padding:0px 5px 10px 0px;
}

#comment {
    width: 640px;
}

#content .page .storycontent p {
    padding: 0px 10px 10px 0px;
}

#content .page .storycontent img {
    float:left;
    display:block;
    margin:5px 10px 5px 0px;
}

/* Create formatting for the sidebar content
  ----------------------------------------------- */

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	padding: 0px 0px 0px 5px;
}

#sidebar ul li h2 {
	font: bold 16px times new roman;
	color: #888;
}

#sidebar ul li ul li {
	list-style: none;
	padding: 0px 0px 0px 10px;
	font: bold 12px times new roman;
}

#sidebar ul li ul li ul li {
	list-style: none;
	padding: 0px 0px 0px 15px;
}

/* Create formatting for the footer content
  ----------------------------------------------- */

#footer h2 {
	text-align: center;
	color: #888;
}

#footer h3 {
	font: bold 10px times new roman;
	color: #888;
	text-decoration: none;
}

#footer li {
	list-style: none;
    display: inline;
}

#footer #lower_menu li {
	text-transform:uppercase;
}

#footer a {
	font: bold 12px times new roman;
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	color: #ccd;
}

#footer .divider {
	color: #888;
	font: bold 14px perpetua;
    display: inline;
    padding: 0px 2px 1px 2px;
}

