/*
Theme Name: Fantastically Well 
Theme URI: http://www.knockabout.net
Description: A theme well-suited to the needs of a fantastically well hat store.
Author: Tom Burns
Author URI: http://www.sanstelos.com

/*-----------Block Level Elements--------------*/

body
{
    background: #eee;
    color: #333;
}


#page
{
	width: 810px;
	margin: 0 auto;

    font-family: "Arial", sans-serif;
}

#page a
{
    color: #cc99bb;
}

#page a:visited
{
    color: #996688;
}

#header
{
    height: 200px;
    border: 5px solid black;
    background: #5aa;
    display: block;
}

#headerimg
{
    margin: 0 0 0 0;
    display: block;
}

#headerimg img
{
}

#blogtitle
{
    position: relative;
    z-index: 1;
    float: left;
    padding: 10px 10px 10px 10px;
    margin-top: -200px;
    width: 260px;
    height: 80px;
    overflow: hidden;
    background-image: url('images/transwhite.png');
    border-right: 3px solid black;
    border-bottom: 3px solid black;
}

#blogtitle h1
{
  margin: 0;
  padding: 0;
}

#blogtitle h1 a, 
#blogtitle h1 a:visited,
#blogtitle h1 a:active 
{
    color: black;
    text-decoration: none;
    font-size: 24pt;
}

.description
{
    color: black;
    display: block;
    margin-left: 25px;
    font-size: 14pt;
    font-style: italic;
}

#wrapper
{
	width: 100%;
  margin-top: 15px;
}

#content
{
	float: left;
	width: 550px;
}

#sidebar
{
	width: auto;
  padding: 15px;
	margin-left: 570px;
  margin-bottom: 20px;
  background: #fcfcbc;
  border: 5px solid black;
    
  font-family: "Verdana", sans-serif;
}

#sidebar a
{
    color: #5aa;
    font-weight: bold;
}

#sidebar a:visited
{
    color: #366;
    font-weight: normal;
}

#footer
{
	width: 100%;
	clear: both;

    background: #ebd;
    border: 5px solid black;
}

#footer p
{
    padding-left: 15px;
}

/*-------------Headings-------------*/

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

/*-------------The Post-------------*/


.post h2
{
    margin:0;
    padding:0;
}

.post h2 a:hover, .post h2 a:visited, .post h2 a
{
    text-decoration: none;
    color: #111 !important;
}

.post
{
    background: #fff;
    border: 5px solid black;
    margin-bottom: 25px;
    padding: 15px;
}

.post .postDate
{
    margin-left: 15px;
}

.post .galleryPostChunk
{
  overflow:hidden;
}

.post p
{

}

.post a
{

}

.post ul
{

}

.post li
{

}

.post img
{
    display:block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}
.entry
{

}

.postmetadata
{
  clear: both;
    text-align: right;
}

.postmetadata alt
{

}

.postmetadata a
{

}

.navigation
{

}

.alignleft
{

}

.alignright
{

}

.center
{

}

.pagetitle
{

}

blockquote
{

}

cite
{

}

a img
{

}

acronym, abbr
{

}

/*--------------Sidebar------------*/
#sidebar ul
{
    font-size: 90%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0px;
    padding: 0px;
}

#sidebar ul h2
{
    color: #111;
    font-size: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

#sidebar ul ul
{
}

#sidebar ul li ul 
{
    padding-left: 10px;
}

#sidebar ul ul li
{
    line-height:1.5em;
}

#sidebar ul ul ul
{

}

#sidebar p
{

}

#sidebar a
{
    
}
#sidebar a:hover
{

}

#sidebar a:visited
{

}


/*--------------Comments--------------*/

ol.commentlist
{

}

ol.commentlist li
{

}

ol.commentlist li.alt
{

}

ol.commentlist a
{

}

small.commentmetadata
{

}

/*--------------Search Form-------------*/

#searchform
{

}

#searchform input
{

}

#searchform #s
{

}


/*-------------Calendar-----------------*/

#wp-calendar
{

}

#wp-calendar th
{

}

#wp-calendar a
{

}

#prev a, #next a
{

}

#wp-calendar caption
{

}

/*-------------Images------------------*/

.tt-flickr img
{
  margin: 10px;
}


/*-------------Other------------------*/

hr
{
	display: none;
}
