@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: Artist Advocacy
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

body 
{ 
 margin: 0; 
 padding: 0; 
 text-align: center; 
 background-image: url(/images/background.jpg); /** Link to the image you created **/
 background-repeat: repeat-y; /** Repeats the image vertically **/
 background-position: center; /** Centers the Background image **/
 background-color: #f7f4ee; /** Website BG colour (matches canvas colour in Step 1) **/
}

#wrapper 
{ 
 margin: 0 auto; 
 border: 0; 
 padding: 0; 
 width: 1000px; 
 vertical-align:top;
 text-align: left; 
 background: white;
 height:auto;
} 

img {
	border-style:none;
}

a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

#header {
	vertical-align:top;
	background: white;
	font: 'Georgia', Times, serif;
	letter-spacing: 0;
	text-align:left;
	width:1000px;
}

#headerimg {
	padding:5px 10px 0 10px;
}

#headclear {
	clear:both;
}

#body {
	font-size: 1em;
}



#footer {
	clear:both;
	background: white;
	width: 1000px;
	border-top:dashed;
	border-top-color:#CCC;
	border-top-width:thin;
}

#footercontent {
	font: 'Georgia', Times, serif; color: black;
	font-size: 12px;
	text-align: center;
	padding:10px;
}
	

.clearfix {
	display: inline-block
}

#content {clear:both; z-index:1; background:#fff; width:1000px; padding:0 200px 0 200px}
#left {width:560px; margin:0; line-height:2.0; float:left; padding:0 20px 10px 0;}
#outline {width:100%; background: #333; margin:0 auto;}
#pagecontent {vertical-align:top; padding-left: inherit; padding-right: inherit}

#columnleft {
	float: left;
	width: 650px;
	height: auto;
	min-height: 900;
	vertical-align:top;
	background-color: #FFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#frontcolumnleft {
	float: left;
	width: 399px;
	height: auto;
	min-height: 900;
	vertical-align:top;
	background-color: #FFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#clbody {
	padding:0 20px 0 20px;
	text-align:left;
}


#columnmiddle {
	float: left;
	width: 299px;
	min-height: 900;
	height: auto;
	background-color: #FFF;
	}	

#columnright {
	float: left;
	width: 349px;
	min-height: 900;
	height: auto;
	background-color: #FFF;
	}
		
#frontcolumnright {
	float: left;
	width: 299px;
	min-height: 900;
	height: auto;
	background-color: #FFF;
	}
	
	
#columnright-font {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#bigtitle {
	font-family:Garamond, Gadget, sans-serif;
	font-size:20px;
	text-align:left;
	font-weight:bold;
}

#smallertitle {
	font-family:Garamond, Gadget, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}

#pagetitle {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:16px;
	text-align:left;
}

.entry-summary {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.entry-title {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:30px;
	text-align:right;
	}
	

	
.cat-title {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:30px;
	text-align:left;
	}
	
.pageentrytitle {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:18px;
	text-align:right;
}

#singlepage {
	padding:20px;
}

.posttitle {
	text-transform:uppercase;
	font-family:"Garamond", Gadget, sans-serif;
	font-size:28px;
}

#pagecolumnleft {
	float: left;
	width: 399px;
	height: auto;
	min-height: 900px;
	background-color: #FFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#pagecolumnright {
	float: left;
	width: 299px;
	height: auto;
	min-height: 900px;
	background-color: #FFF;
	text-align:left;
	}
	
#pagecolumnmiddle {
	float:left;
	width: 299px;
	height: auto;
	min-height: inherit;
	background-color:white;
	text-align:left;
}
	
#pagecolumnright-font {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
}

.sidelink {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:12px;
	padding-left:5px;
}

.datetime {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:10px;
}

.futuretitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	position:inherit;
}

.futureexcerpt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.noposts {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	}
	
.sidetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.firstnews {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	
}

.linkcolor {
	font-family:"Garamond", Gadget, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#B51225;
	
}

.newsbox {
	background-color:#FBFBFB;
	border:solid;
	border-width:thin;
}

.homenetwork {
	font-family:Garamond, Gadget, sans-serif;
	font-size:22px;
	text-align:left
}

.homelocation {
	font-family:Garamond, Gadget, sans-serif;
	font-size:16px;
	text-align:left
}

.reviewartist {
	font-family:Garamond, Gadget, sans-serif;
	font-size:24px;
	text-align:left;
	font-weight:bold;
}

.reviewtitle {
	font-family:Garamond, Gadget, sans-serif;
	font-size:20px;
	text-align:left;
	font-weight:bold;
}

.socmed {
	float:right;
	padding-top:145px;
	padding-right:10px;
}
 
