/*

unframework
http://unframework.com/

Core Stylesheets */

@import url("reset.css");
@import url("type.css");
@import url("layout.css");
@import url("forms.css");
@import url("tables.css");

/*

Additional Stylesheets

@import url(pluginName.css)

*/

/* The reset stylesheet doesn't re-define that a <small> element should be ... small */
small {font-size:.7em;}

/* Now, for build guild specific small styles... */
#other-twitter small, #buildguild-twitter small {display:block;}

/* A comment ... because I'm trying to follow a pattern here */
#other-twitter p, #buildguild-twitter p {margin:-.5em 0 1.5em; color:#369;}

#signUp {
	margin: 3em 0;
}
#signUp a, #signUp a:visited {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-style: normal;
	text-decoration: none;
	padding: .5em 1em;
	background-color: #091929;
}
#signUp a:hover {
	background-color: #369;
	color: #012;
}
#eventPhotos a, #eventPhotos a:visited {
	margin: 0 2px;
}
#eventPhotos a img {
	padding: 5px;
	background-color: #091929;
}
#eventPhotos a:hover img {
	background-color: #369;
}