@charset "utf-8";
/* CSS Styles for Alabama Art Supply */

/* Start of Global Styles */
a
{
	color: #b95300;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
	margin: 0 auto 0 auto;
}

a.copyright
{
	font-size: 12px;
}

p
{
	color: #413223;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin: 10px auto 10px auto;
}

p.center
{
	text-align: center;
}

h1
{
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 20px auto 25px auto;
}

h2
{
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin: 10px auto 10px auto;
}

h2.center
{
	text-align: center;
}

h3
{
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	margin: 15px auto 15px auto;
}

h3.center
{
	text-align: center;
}

body
{
	background: #14150c url(../images/site/wallpaper.jpg) center top repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	margin: 0;
	padding: 0;
}

#main_container
{
	width: 700px;
	height: auto;
	margin: 20px auto 0 auto;
	background: repeat url(../images/site/bg_paper.jpg) #FFFFFF;
	border: solid #595647 4px;
}

#main_content
{
	width: 500px;
	height: auto;
	margin: 0 10px 0 160px;
	padding-left: 20px;
	border-left: dotted #595647 2px;
}

#header
{
	width: 700px;
	height: 250px;
	margin: 0;
	background: url(../images/site/header.jpg);
}

#header_border
{
	width: 700px;
	height: 40px;
	margin: 0;
	background: url(../images/site/scrollwork.png);
	border-top: solid #595647 2px;
} 

p.header
{
	color: #663300;
	font-size: 13px;
	text-align: center;
}

#copyright
{
	width: 700px;
	height: auto;
	margin: 0;
} 

p.copyright
{
	color: #663300;
	font-size: 12px;
	text-align: center;
	margin: 35px auto 10px auto;
}

#link_menu
{
	height: auto;
	width: 150px;
	margin: -40px 0 10px 10px;
	float: left;
}

#links_top
{
	height: 40px;
	width: 150px;
	margin-top: 30px;
}

#links_bottom
{
	height: 20px;
	width: 150px;
}

.links_button
{
	height: 30px;
	width: 150px;
}

a.menu_link
{
	color: #595647;
	font-size: 14px;
}
/* End of Global Styles */

/* Start of Error Handling */
#error_container
{
	width: 660px;
	height: 100px;
	margin: 80px auto 0 auto;
	padding: 20px;
	background: repeat-y top center url(../images/site/bg_paper.jpg) #FFFFFF;
	border: solid #595647 4px;
}

.error
{
	color: #FF0000;
	font-weight: bolder;
}
/* End of Error Handling */

/* Start of Form Stlyes */
form
{
	width: 350px;
	height: auto;
	margin: 20px auto 20px auto;
	padding: 10px;
	background: #dbd5c4;
	border: dotted #595647 2px;
}

p.input_label
{
	width: 100px;
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	
}

input
{
	border: none;
}

textarea
{
	border: none;
}

input.submit
{
	background: #413223;
	color: #eae6db;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	border: solid #eae6db 2px;
	padding: 0 3px 3px 3px;
	margin: 10px auto 0 auto;
}

input.submit:hover
{
	background: #eae6db;
	color: #413223;
	border: #413223;
	border: solid #eae6db 2px;
	padding: 0 3px 3px 3px;
	margin: 10px auto 0 auto;
}

textarea
{
	width: 100%;
	margin: 0 auto 0 auto;
}

.form_line
{
	margin: 10px auto 0 auto;
}
/* End of Form Styles */

/* Start of Styles for index.php */
.post
{
	width: auto;
	min-height: 100px;
	border-top: dotted #595647 2px;
	margin: 0;
	padding: 0 0 10px 0;
}

.news_icon
{
	margin: 10px 10px 10px 10px;
	background: #595647;
	border: solid #595647 2px;
	float: right;
}
/* End of Styles for index.php */

/* Start of Styles for shop.php */
.catalog
{
	width: 300px;
	height: auto;
	margin: 20px auto 0 auto;
	border-top: solid 2px #595647;
	border-bottom: solid 2px #595647;
	padding: 8px;
}

/* End of Styles for shop.php */