/* Archive CSS */

/*
#header {
	width: 630px !important;

}
*/

#categories {
	border-width: 3px;
	border-color: #333333;
	border-style: solid;
	background-color: green;
	margin: 0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;

}

#categories li {
	float: left;
	width: 59px;
	height: 100%
	height: 30px;
	margin: 0;
	background-color: #333333;	
	text-align: center;
	list-style-type: none;

}

#categories a {
	color: white;
	font-family: HelveticaNeue-UltraLight; HelveticaNeue-Light; Helvetica;
	font-size: 11px;
	line-height: 1em;

}

#categories li:hover {
	background-color: #4C4C4C;

}



.sya_container {
	font-family: HelveticaNeue-UltraLight; HelveticaNeue-Light; Helvetica;
	font-size: 1.3em;	
	margin-top: 50px;

}

.sya_container li {
	font-size: 0.8em;
	color: grey;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	list-style-type: none;

}


.sya_container a {
	font-size: 0.9em;
	font-family: Garamond, Georgia;
	margin-left: 10px;

}


/* Categories */


.pages h2 a {
	font-size: .8em;
	color: black;
	text-decoration: none;

}

.pages h2 a:hover {
	color: #7F7F7F;

}

.tweetContainer {
	float: right;

}

.tweet {
	color: grey;
	font-family: HelveticaNeue-UltraLight; HelveticaNeue-Light; Helvetica;
	font-size: .9em;
	background-color: #E7E7E7;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;

}
