/*

Theme Name: AndreComics
Description: Template for AndreComics.com
Author: Lissa Pattillo
Author URI: http://www.lissapattillo.com
Version: 1

*/


@charset "utf-8";
/* CSS Document */

body {

	background-color: #515151;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;

}

#content .gallery .gallery-1 {
display: block;
overflow:hidden;
}

#gallery-1 .gallery-item {
float:left;
margin-top:10px;
overflow:hidden;
margin-bottom: 0px;
text-align:center;
width: auto;
}

.gallery br {display:none;}

img {

border: 0px;

}

a {

	text-decoration: none;
	color: #004EA6;

}

a:hover {
	text-decoration: none;
	color: #0078FF;

}

.wrapper {
	margin-top: -9px;
	margin-bottom: -9px;
	margin: auto;
	width: 1000px;
	background: #FFFFFF;
	background: url('http://www.andrecomics.com/wp-content/themes/andrecomics/images/bg.gif');
	background-repeat: repeat-y;


}

#header {
	margin: auto;
	width: 1000px;
	background: #FFFFFF;
	height: 115px;

}

#menu ul {
	margin-bottom: 10px;
}

#sidebarlink {
	margin-left: -15px;
	text-align: center;
	font-size: 20px;
	background: #004EA6;
	width: 191px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#sidebarlink a {
	color: #FFFFFF;

}

#sidebarlink a:hover {
	text-decoration: underline;

}

#sidebarleft {
	color: #000000;
	font-size: 12px;
	float: left;
	width: 170px;
	padding: 7px;
	padding-right: 10px;
	margin-right: 10px;

}

#sidebarright {
	color: #000000;
	font-size: 14px;
	float: right;
	text-align: left;
	width: 190px;
	margin-left: -5px;
}

#sidebarright #menu {

	padding: 0px;
	margin-left: -25px;

}

#sidebarright ul li {
	list-style-type: none;

}

#comics {

	background: #FFFFFF;
	width: 1000px;
	border-bottom: solid 10px #004EA6;
	height: 197px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 0px;

}

#comics .webimg {
	margin-left: -5px;
	padding: 0px;
	text-align: center;

}

.content {
	width: 550px;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 40px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 170px;
}

H2 {

	margin: 1;
	padding-left: 12px;
	width: 550px;
	font-size: 18px;
	border-left: 5px solid #D2B289;

}

H3 {

	margin: 1;
	padding-left: 12px;
	width: 560px;
	border-bottom: 1px dotted;
	font-size: 24px;

}

.footer {
	clear:both;
	width: 981px;
	color: #000000;
	background: #FFFFFF;
	border-bottom: solid 10px #004EA6;
	border-top: solid 10px #004EA6;
	height: 20px;
	padding: 10px;
	position: relative;
	text-align: center;
}