/*   
Theme Name: Minimacon
Theme URI: http://templeofandrex.com
Description: A simple, minimalistic HTML5 design with an iconic focus.
Author: Andrex
Version: 6.00
*/

#psa {
	background: #FDE0DE;
	padding: 10px;
	border: 1px solid red;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}
html, body {
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-size: 14px;
	font-family: "Arial", "Verdana", sans;
}
a img {
	border: 0px;
}
a {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FF6666;
}
hgroup, h1, h2 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
section {
	display: block;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
article {
	display: block;
	padding-bottom: 10px;
}
article p img, article p a img {
	display: block;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #cccccc;
}
article p a img:hover {
	border: 1px solid #FF6666;
}
hgroup {
	display: block;
	margin-top: 10px;
}
input[type="text"] {
	display: block;
	float: left;
	height: 24px;
	margin: 0px;
	font-size: 20px;
}
input[type="submit"], button {
	display: block;
	height: 30px;
	margin: 0px;
	margin-left: -1px;
	padding: 5px;
	
	background-color: #eeeeee;
	background-image: url('navgradient.png');
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	font-size: 15px;
	font-family: "Arial", "Verdana", sans;
	cursor: pointer;
}
input[type="submit"]:hover, button:hover {
	border: 1px solid #FF6666;
}
input[type="submit"]:active {
	color: #FF6666;
	background: #eeeeee;
}
ul li {
	margin-bottom: 10px;
}

#admin {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 15px 0px 0px;
}
#avatars {
	width: 400px;
	margin: 30px auto 50px auto;
	background-color: #FF6666;
	border-radius: 10px;
}
#avatars a img, #avatars img {
	border-radius: 5px;
}
#searchform {
	display: block;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.icons {
	text-align: center;
}
.icons a img, .icons img {
	width: 64px;
	height: 64px;
	margin: 15px;
}
.icons a img:hover {
	background-image: url('selection.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.line, article {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
.youtube {
	display: block;
	border: 0px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
.wp-smiley {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}