/*
Theme Name: Origin
Theme URI: http://aaronfournier.net
Description: First custom theme for aaronfournier.net
Version: 1.0
Author: Aaron Fournier
Author URI: http://aaronfournier.net
*/

/* Main Styling for Website */

a img { border: 0; }

body {
	background-color: black;
	color: white;
	font-family: Ubuntu, arial, serif; }

	body a { color: white;}

h1 { text-decoration: none;
	text-shadow: 4px 4px 4px #aaa; }

p .games { border: 0px }

#accounts { text-align: center; }

#container {
	background-color: #1A4876;
	border: 15px solid #1A4876;
	border-radius: 15px; /* Chrome, Opera, Safari */
	 -moz-border-radius: 15px; /* Firefox */
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	width: 960px; }

#footer {
	color: white;
	font-family: Ubuntu, arial, serif;
	text-align: center;
	text-shadow: 4px 4px 4px #aaa;
	margin: auto;
	width: 100% }

	#footer a { color: white; }

#header {
	background-color: black;
	margin:auto;
	width: 960px; }

#commentform { font-size: 16px; }

	#commentform fieldset { border: none; }

	#commentform input[type=text] {
		font-family: Ubuntu, arial, serif;
		font-size: 16px;
		width: 100%; }
	
	#commentform input[type=submit] {
		background: none;
		border: none;
		color: white;
		cursor: pointer;
		float: right;
		font-family: Ubuntu, arial, serif;
		font-size: 16px;
		text-decoration: underline; }

	#commentform textarea {
		font-family: Ubuntu, arial, serif;
		font-size: 16px;
		width: 85%; }

.commentInput1 { float: left; padding-right: 5%; width: 25%; }

#submitButton { width: 85%; }

.centerAlign { text-align: center; }

.clearFloat { clear: both; }

.games {
	border: 2px solid green;
	color: green;
	height: 228px;
	width: 160px; }

.gamesDS {
	border: 2px solid green;
	height: 145px;
	width:160px; }

.gamesUnbeaten { border-color: red; color: red; }

.gamesUnowned { border-style: dashed; }

.italicize { font-style: italic; }

.leftAlign { text-align: left; }

.myPic, #albumart, .artist {
	float: right;
	padding: 5px;
	position: relative; }

.rightAlign { text-align: right; }