/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* COLORS 
orange: #eb7f00
purple: #660099
blue: #4eabbf
*/

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

html, body {
height:100%;
height:auto !important;

}

body {
	font: 100% Arial, Helvetica;
	background-color: #ffffff;
	color: #242424;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #eb7f00;
	text-decoration:none
	}

a:hover, a:active {
	color: #eb7f00;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:15px auto 0 auto;
	padding:0px;
	font-size:0.7em;

	}

#header-widget{
float:right;
margin:20px auto 0;
padding: 0px;
text-align:center;
}

#header-widget img{
margin-left: 0;
margin-bottom: 7px;
}

#homepage-header {
background-color: #eb7f00;
padding: 1px;
margin-bottom: 5px;

}

#homepage-header h2 {
padding: 0 5px;
margin:5px;
font-size:1.7em;
color:#fff;
line-height:1.2em;
text-align:center;
}

#page {
	width:950px;
	margin: 0 auto;
	padding:10px 3px 5px 3px;
	border-top: none;
	border-right: 2px solid #4eabbf;

	border-left: 2px solid #4eabbf;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0 0;
	text-transform:uppercase;
	background-color:#FFFFFF;	
	border:2px solid #4eabbf;
	}

#navbar li.current_page_item a, #navbar li.current_page_ancestor a{
   background-color: #ffffff;
   color:#4eabbf;
}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #4eabbf;
	}

#page-bar li:hover {
background:#4eabbf;
color:#fff;
}

#page-bar li:active,  #page-bar li.current_page_item a, #page-bar li.current_page_ancestor, #page-bar li.current_page_parent a {
	background-color: #4eabbf;
	color:#fff;
	}


#page-bar a {
	margin: 0px;
	padding:8px 14px;
	font-weight:bold;
	display:block;
	color:#4eabbf;
	background-color:#fff;
	}

#page-bar a:visited {
	margin: 0px;
	padding:8px 14px;
	font-weight:bold;
	display:block;
	
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	z-index:99;
	font-weight:bold;
	background-color: #4eabbf;
	color:#fff;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding:4px 0 4px 0;
	margin-right:7px;
	}

/* Dropdown Menus */		
#page-bar li {
position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index:99;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background-color: #fff;
	color:#4eabbf;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border: 1px solid #4eabbf;
	}
	
#page-bar li li a:hover, #page-bar li li a:active, #page-bar li li.current_page_item a{
	background-color: #4eabbf;
	color:#fff;
	padding: 5px 10px 5px 18px;
	
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}

#page-bar li li.current_page_item a{
   background-color: #4eabbf;
   color:#fff;
}

/* Text*/


h1 {
	font:2.2em Century Gothic, sans-serif;
	font-weight:bold;
	padding:5px 0px;
	color:#eb7f00;
	/*font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;*/
	}

h2 {
	font:1.7em Arial;
	color:#eb7f00;
	}



h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#4eabbf;
	font-weight:bold;
	}

h3 a, h3 a:link, h3 a:visited{
	color:#4eabbf;
	text-decoration:none;
}
h3 a:hover{
	color:#4eabbf;
	text-decoration:underline;
}

h4 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#eb7f00;
	font-weight:bold;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:787px;
	float:left;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:0 10px 10px 10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:1em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}

#picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
#picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }


/* Content Page*/

#rotateImage {
background-image : url(/cornhillartsfestival/beta/wp-content/themes/arthemia/rotate/rotate.php);
margin: 0 auto;
width:590px;

}

#HomeSlideshow {
border: 3px solid #ccc;
}

#full-content {
width:900px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
}

#content h2.title {
	font:2.2em Century Gothic, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	/*border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;*/
	padding:5px 0px;
	color:#eb7f00;
	}

#content {
	width:590px;
	background:#ffffff;
	padding: 0 10px 10px 10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

.breadcrumbs {
border-bottom:1px dotted #cccccc;
font-size:1.05em;

font-weight:bold;
line-height:1.75em;
	color:#333;
	text-decoration:none;
	padding: 0 10px 5px 10px;
	margin-bottom:5px;
}

.breadcrumbs a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
	}


.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #eb7f00;
	text-decoration:underline;
	}


.post {
	font-size:1.2em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:2px solid #4EABBF;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:none;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}
	
	hr{
		color:#4EABBF;
		background-color:#4EABBF;
		height:2px;
		border:none;
	}
	
	.post-cat-three {
		clear:both;
	}
	
	.post-cat-three h4 {
	font:1.3em Arial;
	margin-top:8px;
	margin-bottom:3px;
	color:#eb7f00;
	font-weight:bold;
	}


	
.post-cat-three p{
font-size:1.2em;	

}

.clear{
	clear:both;
	display:block;
}

#artists h2.title{
	font:1.6em Century Gothic, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	/*border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;*/
	padding:5px 0px;
	color:#eb7f00;
}

#artists p{
	line-height:1.5em;
}

#location{
	float:left;
}
#booth {
float:right;	
}

#artistsname{
	font-variant: small-caps;
}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	color:#999;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	margin-bottom:15px;
	text-align:center;
	}

#home-wrapper {
width: 600px;
}	
	
#recent {
float: left;
width: 570px;
background-color:#ffffff;
padding:10px;
}	


#recent-title img{
float:left;	
}


#blog-title {
margin-bottom:20px;
}



#blog-title img{
	float:left;
display:inline;
border:none;	
}

#blog-title h2 {
padding-top:5px;	
}
	
#blog-title a:hover h2{
text-decoration:underline;	
}

#recent, #recent ul {
list-style:none;

}
#recent ul {
float:right;
display:block;

}

#recent ul li {


font-size:1.2em;
}

#home-latest ul{
	display:block;
		
}

#home-latest ul li{
	margin-top:5px;
}

#home-latest li{
	margin-bottom: 5px;
border-top:1px dotted #999999;
	 min-height: 80px;

}

#home-latest li p{
	float:right;
	width:480px;	
}

#home-more {
border-top:1px dotted #999999;	
}

#recent h2 {
margin-top: -5px;
margin-left: 37px;
margin-bottom: 15px;
}

#recent #thumb {
float:left;
margin-top:10px;
margin-right:10px;
display:block;
width:75px;
height:75px;
}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}

#festival-comm
{ width: 580px;


border-collapse: collapse;
border-spacing: 0px; 
margin-bottom:10px;
margin:0 auto;
}

#table-title 
{ text-align:left;
padding-left:10px;
}

#title {
	background-color:#4eabbf;
	color:#fff;
}

td {
	padding-left:10px;
	padding-top:8px;
padding-bottom:8px;
}

#chair
{ 
border-top: 1px solid #4eabbf;
text-align: left;
font-size: 1.0em;
font-weight:bold;
color: #242424;

 }

#asst
{ 
text-align: left;
font-size: 1.0em;
color: #7c7c7c;
 }

#asst td{
	padding-left:10px;
	padding-top:0;
}

#e-main{
	margin-bottom:75px;
}

#schedule-container{
	width:920px;
	
}

#schedule-container h2{
	margin-top:25px;
}

#schedule-left{
	float:left;
	width:450px;
	padding-right:10px;
}

#schedule-right {
	float:right;
	width:450px;
		padding-left:10px;
	
}

#pic-left {
	min-height:250px;
	

}

#pic-right {
	min-height:250px;
	
}

dl.event
{
	margin: 0.5em 0 1em 0;
	padding: 0;
	font-family: georgia, times, serif;
}

.event dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}

.event dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}

table.sponsors {

	text-align:center;
}

td.sponsors{
	padding:5px;
}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	padding: 0 10px 0 0;
	}

#sidebar h2 {
	font:2em Arial;
	font-weight:bold;
	color:#eb7f00;
	margin:0 0 5px;
	padding:3px 10px;
	}


#sidebar h2 a:link {
color:#48423c;
text-decoration:none;
}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	color:#48423c;
	text-align:center;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#schedule ul li.cat-item, #schedule ul li ul.children li.cat-item{
	font-size: 14px !important;
}

#sidebar-social {
width:300px;
	float:right;
	margin:0;
	padding: 0 10px 10px 0;
	
	}
	

#sidebar-social h2 {
	font:2em Arial;
	font-weight:bold;
	background-color:#999999;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:3px 10px;
	border: none;
	}

#sidebar-social h2 a:link, #sidebar-social h2 a:visited {
color:#4eabbf;
text-decoration:none;
}

#sidebar-top {
	width:290px;
	float:right;
	padding:0px;
	background-color:#fff;
	border-bottom:1px dotted #999999;
	}

#sidebar-top h2 {
background-color:#fff;
}

#sidebar-top img {
float: left;
margin-top:0;
margin-right:3px;
margin-left: -10px;

}

#sidebar-facebook {
width:290px;
	float:right;
	background-color:#fff;
	text-align:left;
	border-bottom:1px dotted #999999;
	margin-top: 5px;
}

#sidebar-facebook h2{
margin-left:0;
font-size:2em;
background-color:#fff;
}

#sidebar-facebook img{
float:left;
margin-top:0;
margin-right:3px;
margin-left: -10px;
}

#sidebar-middle {

width:300px;
	padding:0px 10px 10px 10px;
	float:right;
	background-color:#ffffff;
}

#sidebar-email, #sidebar-rss {

width:290px;
	float:right;
	border-bottom:1px dotted #999999;	
	margin-top: 5px;
}

#sidebar-email h2 {
background-color:#fff;
}

#sidebar-email img, #sidebar-rss img{
float:left;
margin-top:0;
margin-right:3px;
margin-left: -10px;
}

#sidebar-bottom {
width:300px;
float:right;
padding:0px 10px 10px 10px;
background-color: #fff;
border:none;
border-top:2px solid #ffffff;
margin-top:10px;
}

#sidebar-bottom h2 {
margin:5px auto 0 auto;
text-align:center;
font-size:2em;
}

#sidebar-bottom img{
text-align:center;
margin:5px auto;
display:block;
}

#sidebar-bottom li{
font-size: 1.1em;
}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	margin-bottom:5px;
	/*border-bottom:1px dotted #ccc;*/
	display:block;
	padding:2px 0px 2px 13px;
	/*background:url(images/sub.png) no-repeat 0 0px;*/
	
	}

#sidebar li ul li:last-child{
	list-style:none;
		margin-left:0;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	/*background:url(images/sub.png) no-repeat 0 0px;*/
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#schedule {

width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;

}

#schedule h2 {
color:#fff;
background-color:#58954F;
}

#schedule img {
float:left;
margin-top:5px;
margin-right:3px;
margin-left: 5px;
}

#schedule ul li {
list-style-type: none;
margin-left: 20px;
margin-bottom:3px;
}


#emerging-artists-sidebar {

width:300px;
	float:right;
	padding:0px 10px 3px 0px;
	margin-bottom:0;
}

#emerging-artists-sidebar h2 {
color:#fff;
background-color:#58954F;
}


#emerging-artists-sidebar p {
	font-size:1.2em;
	margin-top:0;
	padding: 8px 10px 0 10px;
	
}

#emerging-artists-sidebar img {
border: none;
margin-left:5px;
margin-top:5px;
}

#festival-book {
background-color:#fff;
width:300px;
	float:right;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	border: 2px solid #242424;
}

#festival-book h2{
color:#fff;
background-color:#58954F;
text-decoration:underline;
}

#festival-book p {
	font-size:1.2em;
}

#cart_icon {
float:right;	
margin-right:100px;
margin-top:2px;
}

#socials {
width:320px;
float:right;
margin-top:65px;
text-align:center;

}
	#socials ul {
list-style-type: none;
float:right;

}

#socials li{

list-style:none;
	border:none;
display:inline;
	padding:2px 0px 2px 13px;
}

#poster {
margin:10px auto 0;
text-align:center;
width:320px;
	padding:0px;
	float:right;
	background-color:#d4d4d4;
}

#poster h2{
font:1.7em Arial;
	font-weight:bold;
	margin:5px auto 0 auto;
}

#poster img {
margin-bottom: 10px;
}

.children li{
	margin-left:0 !important;

}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}

a.tagsz-1 { font-size:  12px; }
a.tagsz-2 { font-size: 14px; }
a.tagsz-3 { font-size: 16px; }
a.tagsz-4 { font-size: 18px; }
a.tagsz-5 { font-size: 20px; }

/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

#cornhillmap {
border: 2px solid #999999;
text-align:center;
margin: 0 auto 20px;
width: 560px;
height:400px;
}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 936px;
	background:#dadada;
	margin: 0 auto;
	padding:10px;
	text-align:center;
	border-right: 2px solid #4eabbf;
	
	border-left: 2px solid #4eabbf;
	}
	
	#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.7em;
	color:#242424;
	text-align:center;
	}
	
#footer-address {
float: left;
text-align:left;
font-size:1.2em;
color:#242424;
width:300px;
}

#footer-address ul {
	list-style: none;
	}
#footer-address h3 {
font-size: 1.2em;
color:#242424;
}



#footer-address a, #footer-address a:link, #footer-address a:visited {
	color: #242424;
	text-decoration:none;
	}

#footer-address a:hover, #footer-address a:active {
	color: #242424;
	text-decoration:underline;
	}



#footer a:link, #footer a:visited {
	color: #4eabbf;
	text-decoration:underline;
	}

#footer a:hover, a:active {
	color: #eb7f00;
	text-decoration:underline;
	}

#footer-middle {
float: left;
font-size:1.2em;
width:330px;
background-color:#dadada;
padding: 10px;
border-left:1px solid #242424;
border-right:1px solid #242424;
}

#footer-middle p{
float: right;
font-size:1.4em;
width:150px;
text-align:left;
color:#242424;
}

#footer-middle a {
color:#242424;
}

#footernav {
margin: 0px auto;
padding:5px;
background-color:#4eabbf;
font-size:0.7em;
	color:#242424;
	width: 950px;
	text-align:center;
}


.footerlinks ul {

     display: inline;
     list-style-type: none;
     list-style-image:none;
     margin:0 auto;
	 text-align:center; 
	 }
	 
.footerlinks li, .footerlinks li li, .footerlinks li li li {
     display: inline;
     padding: 0px 5px; 
	 color: #ffffff;
	 }
	 
	 .footerlinks a {
	 text-transform:uppercase;
	 text-decoration:none;
     padding: 0px 3px;
	 color:#ffffff;
     }
.footerlinks a:hover, a:active {
	color: #fff;
	text-decoration:underline;
	}
	
#weather {
margin-right: 30px;
border: 1px solid #242424;
padding:5px 10px 5px 10px;
background-color:#ffffff;
float:right;
}	
	
#weather h3 {
color:#242424;
margin-top:2px;
}	
	
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
#centergallery, #centergallery img, #_cincopa_widget_4b0c89deacbd8{
margin: 0 auto;
text-align:center;
}


img.centered, .aligncenter, div.aligncenter, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
}

.entry-content, .entry-meta {
font-size:1.2em;
}

.twitterwidget-rss img {
margin-right: 3px;
}