/*
Theme Name: GAAC
Theme URI: http://www.andrewgene.com
Description: Glass Art Association Magazine
Author: Andrew Gene
Tags: NA
*/
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	outline:none;
	border:none;
	}
body {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	background:url(images/cover.jpg) repeat-x top center;
	}
#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:url(images/tile.gif) 680px 0 repeat-y;
	border-left:1px solid #F0F0F0;
	}

#header {
	width:940px;
	height:100px;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	color:#404040;
	z-index:50;
	background:#FFFFFF;
	}
#header a:link, #header a:active, #header a:visited {
	color:#404040;
}
#header a:hover {
	color:#000000;
}

.main_title {
	font-size:40px;
	letter-spacing:-1px;
	margin:10px 0 0 0;
	text-indent:18px;
}

.main_desc {
	font-size:20px;
	letter-spacing:-1px;
	line-height:18px;
	margin:-5px 0 0 20px;
}
.left_column_wrapper {
	width:680px;
	float:left;
	height:100%;
	background-color:#FFFFFF;
	min-height:400px;
}
.left_column {
	width:640px;
	margin:0 auto;
	text-align:left;
}
.post {
	width:640px;
	margin:0 0 30px 0;
	padding:0 0 10px 0;
	float:left;
	border-bottom:1px dotted #CCCCCC;
	}


.post_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	letter-spacing:-2px;
	margin:0 0 15px 0;
	
}
.post_heading h2 {
	margin:0 0 3px 0;
	width:640px;
}

.post_heading a:active, .post_heading a:link, .post_heading a:visited {
	color:#15C4F6;
}
.post_heading a:hover {
	color:#999999;
}
.entry p {
	margin:10px 0 10px 0;
	text-align:justify;
	}
.entry a:link, .entry a:active, .entry a:visited {
	color:#15C4F6;
}
.entry a:hover {
	color:#000000;
}

.postmetadata {
	float:left;
	width:640px;
}
.postmetadata, #comments {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	}
.postmetadata a:active, .postmetadata a:link, .postmetadata a:visited {
	color:#15C4F6;
	}
.postmetadata a:hover {
	color:#999999;
	}
#respond {
	margin:20px 0 0 0;
}
#respond input {
	margin:10px 0 5px 0;
}
#comment {
	width:598px;
	margin:10px 0 10px 0;
}
#comments {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:0 0 10px 0;
	}
.comment-meta a {
	color:#333333;
}		
.comment p {
	margin:10px 0 10px 0;
}
.addtoany_share_save_container {
	margin:0;
}

.wp-caption alignleft, .alignleft {
	float:left;
	border:none;
	}
.wp-caption alignleft img, .alignleft img {
	margin:3px 15px 5px 0;
}

.wp-caption alignright, .alignright {
	float:right;
	border:none;
	}
.wp-caption alignright img, .alignright img{
	margin:3px 10px 0 20px;
}

.wp-caption alignnone, .alignnone {
	float:left;
	border:none;
	}
.wp-caption alignnone img, .alignnone img {
	margin:3px 15px 5px 0;
	}

.entry .wp-caption-text {
	padding:0 10px 0 10px;
	text-align:center;
}

.img {
	margin:3px 15px 5px 0;
	/*float:right;*/
	border:none;
}
input,textarea {
	border:1px solid #999;

}
.right_column_wrapper {
	width:300px;
	float:left;
	text-align:center;
	background-color:#515151;
	margin:-100px 0 0 0;
}
.right_column {
	/*z-index:100;*/
	width:260px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
#searchbar {
	width:260px;
	position:absolute;
	top:30px;
	left:0;
	}
#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:23px;
	letter-spacing:-1px;
	line-height:20px;
	margin:85px 0 0 0;
	float:left;
}
#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color:#FFFFFF;
} 
#sidebar a:hover {
	color:#999999;
}
#sidebar ul {
	margin:5px 0 20px 0;
	}

#sidebar h2 {
	font-size:30px;
}
.home {
	margin:0 0 15px 0;
}
.features {
	color:#47CC96;
}
.departments {
	color:#F800D0;
}
.past {
	color:#D5D5D5;
}
.archives {
	font-size:16px;
	color:#D5D5D5;
	line-height:16px;
}
.back_gaac {
	font-size:14px;
	margin:10px 0 10px 0;
}
.rss {
	text-indent:-9999em;
	background:url(images/gaac_rss.jpg);
	position:absolute;
	top:0;
	right:-20px;
	}
.rss a {
	width:30px;
	height:30px;
	display:block;
}

#footer {
	position:relative;
	width:960px;
	height:50px;
	float:left;
	color:#FFFFFF;
	z-index:0;
}
.copyright {
	font-size:10px;
	position:absolute;
	right:70px;
	bottom:10px;
}
.clear {
	clear:both;
	}
