/* 
Theme Name: Spectre
Theme URI: http://themeforest.net/user/mattbrett
Description: A web professional portfolio theme.
Version: 1.2
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	width: 100%;
}

#branding {
	width: 650px;
	float: left;
	display: inline;
}

/* @group logo */

/* LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo, #logo-custom {
	position: relative;
	float: left;
	display: inline;
	width: 372px;
	height: 92px;
	margin: 14px 0 0 0;
	font-size: 3em;
	text-transform: uppercase;
	overflow: hidden;
}

#logo-custom {
	margin-left: 10px;
}

#logo span, #logo-custom span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#logo a, #logo-custom a {
	color: #fff;
	text-decoration: none;
}

#description {
	float: left;
	display: inline;
	margin: 14px 0 0 0;
	padding: 20px 26px 0 10px;
	width: 227px;
	height: 73px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: right;
}

/* @end */

#availability {
	float: right;
	display: inline;
	width: 245px;
	margin: 20px 10px 15px 0;
	padding: 8px 0 2px 45px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#availability strong {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
}

#availability a:link, #availability a:visited, #availability a:active {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#availability a:hover {
	text-decoration: underline;
}

#search {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}

#search #s {
	float: left;
	display: inline;
	width: 216px;
	height: 13px;
	padding: 7px 10px 5px 10px;
	font-size: 1.1em;
	border: 0;
}

#search-button {
	float: left;
	display: inline;
	cursor: pointer;
}

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	clear: both;
	float: left;
	width: 100%;
	height: 94px;
	overflow: hidden;
}

#navlist {
	float: left;
	display: inline;
	width: 825px;
	margin: 15px 0 0 10px;
}

#navlist li {
	display: inline;
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active {
	float: left;
	display: block;
	padding: 40px 20px 25px;
	font: bold 1.8em Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

#navlist li a:hover {
	text-decoration: none;
}

#navlist li.current_page_item a:link, #navlist li.current_page_item a:visited, #navlist li.current_page_item a:active, #navlist li.current_page_item a:hover {
	cursor: default;
}

/* @end */

#subscribe-links {
	float: right;
	display: inline;
	width: 114px;
	height: 60px;
	margin: 26px 10px 0 0;
}

#subscribe-links li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subscribe-links a {
	position: relative;
	float: left;
	width: 57px;
	height: 0;
	margin: 0;
	padding: 60px 0 0 0;
	overflow: hidden;
}

/* @end */

/* @group features */

/* FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#features {
	position: relative;
	clear: both;
	width: 980px;
	height: 272px;
	overflow: hidden;
}

#features-nav {
	position: absolute;
	top: 12px;
	left: 10px;
}

#features-nav .features-nav-item {
	position: relative;
	display: block;
	width: 280px;
	height: 64px;
	padding: 10px 20px;
	cursor: pointer;
}

#features-nav .features-nav-item#features-nav3 {
	height: 62px;
}

#features-nav .features-nav-item.current {
	display: block;
	width: 280px;
	height: 64px;
	padding: 10px 70px 10px 20px;
	cursor: default;
}

.features-nav-tnail {
	float: left;
	width: 58px;
	height: 58px;
	padding: 2px;
	margin: 0 15px 0 0;
	overflow: hidden;
}

.features-nav-tnail img {
	width: 58px;
	height: 58px;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

#features-nav .features-nav-item.current .features-nav-tnail img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#features-nav .features-nav-item h3 {
	margin: 2px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#features-nav .features-nav-item p {
	font-size: 1.1em;
	line-height: 1.4em;
}

#features-nav .features-nav-item span {
	display: none;
}

#features .features-effects {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/features-effects.png") no-repeat 0 0;
}

/* @end */

/* @group points */

/* POINTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#points, #points-inner {
	float: left;
	width: 100%;
}

.point {
	float: left;
	display: inline;
	width: 285px;
	margin-left: 25px;
	padding: 20px 0;
}

.point h3 {
	margin-bottom: 2px;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

.point p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#point-start {
	margin-left: 30px;
}

#point-end {
	width: 300px;
}

/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid, #mid-inner {
	float: left;
	width: 100%;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	display: inline;
	width: 595px;
	margin: 20px 0 10px 30px;
}

#portfolio-archive {
	float: left;
	display: inline;
	width: 940px;
	margin: 20px 0 10px 0;
}

#content-left, #content-right {
	width: 285px;
}

#content-left {
	float: left;
	display: inline;
}

#content-right {
	float: right;
	display: inline;
}

.content a:link, .content a:visited, .content a:active {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	padding-bottom: 5px;
}

.content h3, .content h4, .content h5, .content h6 {	
	margin: 2em 0 1em;
}

.content h1 {
	margin-bottom: 5px;
	font-size: 3em;
}

#archive-title h1 {
	margin-bottom: 15px;
	font-size: 2.4em;
}

.content h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.8em;
}

.content h3 {
	font-size: 1.6em;
}

.content h4 {
	font-size: 1.5em;
}

.content h5 {
	font-size: 1.4em;
}

.content h6 {
	font-size: 1.3em;
}

.content p {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
}

#archive-title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#archive-title p {
	margin: -10px 0 15px 0;
}

.content blockquote {
	margin-bottom: 15px;
	padding: 15px 15px 1px;
}

.content blockquote p {
	font: italic 1.3em/1.6em Georgia, "Times New Roman", Times, serif;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

.content .wp-caption {
	margin-bottom: 15px;
	text-align: center;
}

.content .wp-caption p {
	margin: 0;
	padding: 0px 10px 5px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.content img {
	display: block;
	padding: 5px;
}

.content img.alignleft, .content .alignleft {
	float: left;
	display: inline;
	margin: 5px 20px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 20px 10px 0;
}

.content img.alignright, .content .alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 20px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 20px;
}

.content .aligncenter {
	text-align: center;
}

#content .navigation {
	float: left;
	width: 100%;
}

#content .navigation a {
	display: block;
	padding: 4px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .navigation a:hover {
	text-decoration: none;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
}

#content .navigation .alignleft a {
	float: left;
}

#content .navigation .alignright {
	float: right;
	display: inline;
	width: 49%;
	margin: 0 0 15px;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
}

.content .wp-pagenavi {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px;
	font-size: 1.2em;
}

.content .wp-pagenavi a, .content .wp-pagenavi a:link, .content .wp-pagenavi a:visited, .content .wp-pagenavi a:active {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #060606;
	background: url("../images/button-bg.jpg") repeat-x 0 0;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content .wp-pagenavi a:hover {
	color: #161616;
	background: url("../images/button-bg.jpg") repeat-x 0 -40px;
	text-decoration: none;
}

.content .wp-pagenavi span.pages {
	float: right;
	padding: 0;
	color: #565656;
	background: transparent;
	border: none;
}

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #969696;
	background: url("../images/button-bg.jpg") repeat-x 0 -14px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button {
	overflow: hidden;
}

.button a {
	display: block;
	height: 0;
	overflow: hidden;
}

.button a:hover, .content .button a:hover {
	background: transparent;
}

#btn-moreinfo {
	position: absolute;
	bottom: 6px;
	right: 6px;
}

#btn-moreinfo a {
	width: 86px;
	padding: 29px 0 0 0;
}

#btn-moreabout {
	float: right;
	margin: 10px 0 0 10px;
}

#btn-moreabout a {
	width: 107px;
	padding: 21px 0 0 0;
}

#btn-twitter {
	float: right;
}

#btn-twitter.me {
	
}

#btn-twitter a {
	width: 147px;
	padding: 21px 0 0 0;
}

#breadcrumb {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 20px 30px;
	padding: 1px 0;
}

#breadcrumb a {
	float: left;
	display: inline;
	margin: 0;
	padding: 7px 20px 9px 10px;
	list-style-type: none;
	font-size: 1.1em;
	text-transform: uppercase;
}

#breadcrumb div {
	float: left;
	display: block;
	padding: 7px 20px 9px 10px;	
	font-size: 1.1em;
	text-transform: uppercase;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* @end */

/* @group post */

/* POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.post {
	clear: both;
	position: relative;
	margin: 0 0 20px 0;
	padding-bottom: 1px;
}

.post-comments {
	float: right;
	display: inline;
}

#content .post-comments a {
	display: block;
	padding: 7px 13px 9px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

.post.archive h3 {
	margin: 0 0 2px;
	padding-bottom: 0;
	font-size: 1.6em;
	font-weight: bold;
	background: transparent;
}

.post.archive h3 a {
	text-decoration: none;
}

.post.archive h3 a:hover {
	text-decoration: underline;
	background: transparent;
}

.post-date {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
}

.post-tnail {
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
	padding: 2px;
	width: 102px;
	height: 102px;
	overflow: hidden;
}

.post-tnail img {
	width: 98px;
	height: 98px;
	padding: 0;
	background: transparent;
	border: none;
}

.post a.more:link, .content a.more:visited, .content a.more:active {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content a.more:hover {
	text-decoration: none;
}

.post.single {
	background: transparent;
}

.post.single .post-date {
	margin-bottom: 20px;
	font-size: 1.4em;
}

.post-meta {
	float: left;
	width: 565px;
	margin-bottom: 45px;
	padding: 10px 15px;
}

.post-meta p {
	float: left;
	display: inline;
	width: 49%;
	margin: 0;
	font-size: 1.2em;
}

.post-meta p.post-category {
	text-align: right;
	width: 50%;
}

#post-author {
	padding: 15px 15px 1px;
}

#post-author .post-author-avatar {
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
	padding: 3px;
}

#post-author .post-author-avatar img {
	display: block;
	padding: 0;
	background: transparent;
}

#post-author h3 {
	margin: 0;
	font-size: 1.3em;
	background: transparent;
}

#post-author p {
	margin-bottom: 10px;
	font-size: 1.2em;
}

.edit {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}

#content .edit a {
	display: block;
	padding: 4px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#portfolio-archive #archive-title, #portfolio-archive .navigation {
	width: 920px;
	margin: 0 0 20px 30px;
}

#portfolio-archive .item {
	float: left;
	display: inline;
	width: 440px;
	margin: 0 0 20px 30px;
	text-align: center;
}

.portfolio.archive .post {
	margin: 0 0 15px 0;
	padding-bottom: 15px;	
}

.portfolio.archive .post .post-tnail {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.portfolio.archive .post {
	float: left;
	width: 100%;
}

.portfolio.archive .post h3 {
	padding-top: 20px;
}

.portfolio.archive .post p {
	margin-bottom: 0;
}

#portfolio-archive .item .portfolio-tnail img {
	display: block;
	width: 440px;
}

#portfolio-archive .item .portfolio-summary {
	margin: 10px 5px 0;
}

#portfolio-archive .item .portfolio-summary h3 {
	margin: 0;
	padding: 0;
	background: transparent;
}

#portfolio-archive .item .portfolio-summary p {
	margin: 0;
}

#portfolio-archive .item .portfolio-summary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#portfolio-archive .item .portfolio-summary ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
}

#portfolio img {
	padding: 0;
}

#portfolio-categories {
	float: left;
	width: 100%;
	margin: -5px 0 0;
	padding: 0 0 15px;
	list-style-type: none;
}

#portfolio-categories li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}

#portfolio-categories li a {
	display: block;
	padding: 2px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#screenshots {
	margin-bottom: 20px;
	padding: 5px;
}

#screenshots img {
	width: 590px;
}

#screenshots h3 {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 1.4em;
	background: transparent;
	text-align: center;
}

#screenshots ul, #screenshots ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}

#screenshots ul {
	margin-top: 37px;
}

#screenshots ul li a {
	display: block;
	padding: 5px 0;
	font-size: .95em;
	text-decoration: underline;
	background: transparent;
}

#sidebar.portfolio ul {
	margin-left: 20px;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	display: inline;
	width: 300px;
	margin: 20px 30px 20px 0;
}

#sidebar .widget {
	clear: both;
	margin-bottom: 30px;
}

#sidebar .widget ul {
	margin: 0 0 15px 0;
}

#sidebar .widget ul li {
	list-style-type: none;
}

#sidebar .widget ol {
	margin: 0 0 15px 0;
	list-style-type: decimal;
}

#sidebar .widget ol li {
	list-style-type: decimal;
}

#sidebar .widget li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#sidebar .widget a {
	font-weight: bold;
}

#sidebar .widget span {
	display: block;
	font-size: .95em;
	font-weight: normal;
}

#twitter {
	float: left;
	width: 100%;
}

#twitter img {
	float: right;
	display: inline;
	margin: 0 0 5px 10px;
	padding: 0;
	background: transparent;
	border: none;
}

#sidebar #twitter.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar #twitter.widget li.aktt_more_updates {
	display: none;
}

#ad-buttons {
	float: left;
	width: 298px;
	margin-bottom: 30px;
	padding: 15px 0 0;
}

#ad-buttons a {
	display: inline;
	float: left;
	margin: 0 0 15px 15px;
}

#ad-buttons img {
	display: block;
	padding: 0;
}

#ad-bigbox img {
	padding: 0;
}

#tag_cloud {
	float: left;
	width: 100%;
	line-height: 24px;
}

#tag_cloud a {
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
}

#comments .commentlist {
	clear: both;
	margin: 0 0 45px;
	padding: 0;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	font-size: 12px;
}

#comments .commentlist li.depth-1 {
	margin: 0 0 10px;
	padding-bottom: 10px;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	padding-bottom: 0;
}

.commentlist p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 3px;
}

#comments h3 {
	margin: 30px 0 0;
}

#respond h3 {
}

.commentlist p {
	clear: left;
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.4em;
}

#comments .navigation {
	display: none;
}

h3#respond {
	margin-bottom: 20px;
}

#commentform p {
	margin: 5px 0 10px;
}

#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -3px 0 0;
	display: block;
	font-size: .95em;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	padding: 3px 0;
}

#comments .comment-author .says {
	display: none;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding-bottom: 50px;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#commentform label small span {
	font-size: 10px;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
}

#commentform input:focus, #commentform textarea:focus {
	background: #fff;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 250px;
	margin-right: 5px;
}

#commentform textarea {
	width: 580px;
	margin-bottom: 5px;
}

.comment #commentform textarea {
	width: 400px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin: -25px 0 0 5px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 4px 15px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.comment #commentform #submit {
	float: left;
	margin-left: 282px;
}

#commentform #submit:hover {
	cursor: pointer;
}

#comments .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#comments .cancel-comment-reply {
	margin: 15px 0 15px 0;
}

#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#comments .navigation {
	margin: -10px 0 30px 0;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer, #footer-inner {
	float: left;
	width: 100%;
}

#footer-inner {
	padding: 23px 0 40px 0;
}

#footer-credits, #footer-meta {
	float: left;
	display: inline;
	width: 455px;
}

#footer-credits {
	margin-left: 30px;
}

#footer-meta {
	float: right;
	margin-right: 30px;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 1.1em;
}

#footer span {
	margin: 0 5px;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* @end */
