/*
Theme Name: Geek Flavor
Theme URI: http://www.legacymarketingservices.com
Description: Custom theme for GeekFlavor.com.
Version: 1.0
Author: Carla Alvarez
Author URI: http://www.legacymarketingservices.com
Tags: black, purple green, custom header, fixed width, two columns, widgets
*/

/*** General Styles ***/

* {
	margin: 0;
	padding: 0;
	}

p {
	padding: 6px 0px;
	line-height: 1.8em;
	}

img a:link, img a:visited, img a:hover, img a:active {
	text-decoration: none;
	}
	
/*** Structure ***/

body {
	color: #000000;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 72.5%;
	margin-bottom: 15px;
	}

#wrapper {
	width: 928px;
	margin: 0 auto;
	background-image: url(images/footerBtm.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#topMain {
	width: 928px;
	height: 80px;
	}

#logo {
	width: 308px;
	height: 69px;
	float: left;
	margin-top: 8px;
	}

#logo img {
	border: 0px;
	}

#topBanner {
	width: 468px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 10px;
	}

#header {
	width: 928px;
	height: 225px;
	float: left;
	position: relative;
	background-image: url(images/header.jpg);
	}

#catHome #header {
	background-iamge: url(images/header.jpg);
	}
	
#cat453 #header, #cat14 #header {
	background-image: url(images/headermovies.jpg);
	}
#cat17 #header {
	background-image: url(images/headerTech.jpg);
	}
#cat12 #header, #cat54 #header {
	background-image: url(images/headerVideo.jpg);
	}
#cat5 #header {
	background-image: url(images/headerSW.jpg);
	}
#cat454 #header {
	background-image: url(images/headerTV.jpg);
	}

#menuBar {
	width: 921px;
	height: 28px;
	float: left;
	background-image: url(images/menuTile.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
	border-right: 3px #B6B6B6 solid;
	border-left: 3px #B6B6B6 solid;
	margin-left: 1px;
	position: relative;
	}
#mainMenu {
	float: left;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	}
#mainMenu ul {
	list-style: none;
	margin-left: 15px;
	}
#mainMenu li {
	float: left;
	margin-top: 1px;
	}
#mainMenu li a {
	color: #ffffff;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	height: 15px;
	display: block;
	}

#mainMenu li a:hover, #mainMenu li a:active {
/*	background-color: #CCCCCC;*/
	color: #000000;
	}

#mainMenu ul li {
	width: 25px;
	height: 25px;
	margin-right: 20px;
	}

#mainMenu ul li span {
	display: none;
	}
#mainMenu ul li a {
	display: block;
	border: none;
	}


#mainMenu ul li#navHome a:link, #mainMenu ul li#navHome a:visited {
	background-image: url(images/navHome.png);
	}
#mainMenu ul li#navHome a:hover, #mainMenu ul li#navHome a:active {
	background-image: url(images/navHomeOn.png);
	}
#mainMenu ul li#navGeek a:link, #mainMenu ul li#navGeek a:visited {
	background-image: url(images/navGF.png);
	}
#mainMenu ul li#navGeek a:hover, #mainMenu ul li#navGeek a:active,
#cat11 #mainMenu ul li#navGeek a {
	background-image: url(images/navGFOn.png);
	}	

#mainMenu ul li#navTech a:link, #mainMenu ul li#navTech a:visited {
	background-image: url(images/navTech.png);
	}
#mainMenu ul li#navTech a:hover, #mainMenu ul li#navTech a:active,
#cat17 #mainMenu ul li#navTech a {
	background-image: url(images/navTechOn.png);
	}	
#mainMenu ul li#navMovies a:link, #mainMenu ul li#navMovies a:visited {
	background-image: url(images/navMovies.png);
	}
#mainMenu ul li#navMovies a:hover, #mainMenu ul li#navMovies a:active,
#cat14 #mainMenu ul li#navMovies a, #cat453 #mainMenu ul li#navMovies a {
	background-image: url(images/navMoviesOn.png);
	}
#mainMenu ul li#navTV a:link, #mainMenu ul li#navTV a:visited {
	background-image: url(images/navTV.png);
	}
#mainMenu ul li#navTV a:hover, #mainMenu ul li#navTV a:active,
#cat454 #mainMenu ul li#navTV a {
	background-image: url(images/navTVOn.png);
	}
#mainMenu ul li#navGame a:link, #mainMenu ul li#navGame a:visited  {
	background-image: url(images/navGame.png);
	}
#mainMenu ul li#navGame a:hover, #mainMenu ul li#navGame a:active,
#cat16 #mainMenu ul li#navGame a {
	background-image: url(images/navGameOne.png);
	}
#mainMenu ul li#navSW a:link, #mainMenu ul li#navSW a:visited {
	background-image: url(images/navSW.png);
	}
#mainMenu ul li#navSW a:hover, #mainMenu ul li#navSW a:active,
#cat5 #mainMenu ul li#navSW a {
	background-image: url(images/navSWON.png);
	}
#mainMenu ul li#navVideos a:link, #mainMenu ul li#navVideos a:visited {
	background-image: url(images/navVideo.png);
	}
#mainMenu ul li#navVideos a:hover, #mainMenu ul li#navVideos a:active,
#cat54 #mainMenu ul li#navVideos a {
	background-image: url(images/navVideoOn.png);
	}



/* End Main Menu */
#searchBox {
	height: 22px;
	position: absolute;
	top: 1px;
	right: 3px;
	width: 200px;
}

#mainContent {
	width: 928px;
	float: left;
	position: relative;
	background-color: #ffffff;
/*	padding: 20px 0px;*/
	margin: 0;
	font-size: 1.2em;
	}
	
#leftCol {
	margin: 20px 40px 0 25px;
	width: 506px;
	float: left;
	}	

#footer {
	width: 928px;

	display: block;
	background-image: url(images/footerTile.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	}
#footer2 {
	width: 928px;
	float: left;
	position: relative;
	background-image: url(images/footerTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}


#rtCol {
	width: 336px;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
	}
#btmLft {
	width: 160px;
	float: left;
	}
#btmRt {
	width: 165px;
	float: left;
	text-align: right;
	margin-top: 20px;
	}
 #mybloglog-reader-roll {
 	margin-top: 15px;
	text-align: left;
	}
#singleAd {
	width: 300px;
	height: 250px;
	float: left;
	margin-right: 15px;
	}
	
#SimilarPosts {
	text-align: left;
	float: left;
	width: 185px;
	}
#SimilarPosts a {
	color: #8965D1;
	}
#SimilarPosts a:hover, #SimilarPosts a:active {
	text-decoration: underline;
	}
#SimilarPosts h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	}
#SimilarPosts ul {
	margin-left: 22px;

	line-height: 1em;
	}
#SimilarPosts ul li {
	padding-bottom: 6px;
	}
/*** Footer Styles ***/

#footer2 {
	color: #CCCCCC;
	}
	
/* Begin Typography & Colors */


#leftCol .entry p {
	font-size: 1em;
	}

.narrowcolumn .entry, #leftCol .entry {
	line-height: 1.4em;
	}

#leftCol {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2.2em;
	margin: 20px 0 15px 0;
	}



#sidebar h2, #btmLft h2 {
	font-size: 1.2em;
	color: #3DCA0D;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #4FDE1F;
	}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite, #btmLft h2 {
	text-decoration: none;
	}

.entry p a:visited {
	color: #bf9ffb;
	}
#commentform {
	text-align: left;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	margin-right: 10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.1em;
	text-transform: none;
	font-size: .9em;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}
.formSmall {
	font-size: 10pt;
	font-style: italic;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike, #btmLft ul ul li, #btmLft ul ol li {
	color: #555555;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link, a:visited {
	color: #3DCA0D;
	text-decoration: none;
	}

a:hover, a:active {
	color: #a1ee86;
	}


h2 a:link, h2 a:visited, h3 a:link, h2 a:visited {
	color: #7639F4;
	text-decoration: underline;
	border: none;
	}
.post h2  {
	color: #7639F4;
/*	width: 490px;*/
	line-height: 30px;
	}
h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #bf9ffb;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}


#sidebar h2 #btmLft h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists  ***/


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #tabMostPopular ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar li a:link, #sidebar li a:visited, #btmLft li a:link, #btmLft li a:visited {
	color: #7639F4;
	text-decoration: none;
	border: none;
	}

#sidebar li a:hover, #sidebar li a:active, #btmLft li a:hover, #btmLft li a:active {
	color: #bf9ffb;
	}
	
/*#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}*/

#tabMostPopular ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select, #btmLft ul p, #btmLft ul select {
	margin: 5px 0 8px;
	}

/*#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}*/

#sidebar ul ul ul, #sidebar ul ol, #btmLft ul ul ul, #btmLft ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #btmLft ul ol li {
	list-style: decimal outside;
	}

#tabMostPopular ul li, #tabMostPopular ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	background-image: url(images/searchbox.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	text-align: center;
	}

#searchform input#s {
	background: transparent;
	border: none;
	font-size: 10px;
	width: 144px;
	padding: 0;
	position: relative;
	top: -3px;
	}
#searchform input#searchsubmit {
	width: 27px;
	height: 29px;
	background: transparent url(images/goSearch.jpg) no-repeat center top;
	border: none;
	}
	
#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	background: transparent;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 316px;
	margin: 0 auto;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
		border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* DomTab Styles */
.domtab {
	text-align: left;
	}
#sidebar ul.domtabs li.active {background:#8965D1;}		/* Active tab background color */
#sidebar ul.domtabs li:active a {color:#ffffff;}		/* Active tab font color */
#sidebar ul.domtabs li {background:#48288A;}			/* Inactive tabs background color */
#sidebar ul.domtabs li a {color:#ffffff;}				/* Inactive tabs font color */
#sidebar ul.domtabs li {border-color:#000000; margin: 0;}			/* Tabs border color */
.domtab div { }					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#8965D1;}						/* Box background color */

#sidebar ul.domtabs li {/*margin-right:0.5em;*/ font-size: 12px; border: 1px solid #7C56CD; padding-right: 0px;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}
#sidebar ul, #btmLft ul {
	list-style: none;
	}

#sidebar ul.domtabs {
	list-style:none;
	padding:0;
	margin: 0 0px 0 1px;
	}


#sidebar ul.domtabs li {
	float:left;
	padding:0 0.5em;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	border-color: #858585;
	margin-right: 1px;
	}


#sidebar ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1px;
	padding:0.5em;
	clear:both;
	}

.domtab div ul {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 8px;
	list-style: none;
	}
.domtab div ul li {
	background-color: #ffffff;
/*	margin: 0 auto 10px auto;*/
	padding: 5px;
	}
#tabMostRecent ul li, #tabRecentComments ul li {
	padding: 0 0 8px 0;
	clear: both;
	display: block;
	}
#tabMostRecent ul li:before {
	content: " ";
	}
#tabMostRecent ul li img, #tabRecentComments ul li img {
	float: left;
	background-color: #ffffff;
	padding: 4px;
	border: 3px solid #e2e2e2;
	margin: 5px 8px 5px 0;
	width: 49px;
	height: 49px;
	display:inline;
	}

.recentPosts, .recentComment {
	font-size: .8em;
	}

#sidebar li#video-274715041,
#sidebar li#video_widget  {
	width: 300px;
	border: 5px solid #C5B4E9;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 15px;
	}
#sidebar #video-274715041 h3,
#sidebar #video_widget h3 {
	margin: 0 0 5px 0;
	padding: 5px 0;
	display: block;
	background-color: #C5B4E9;
	color: #ffffff;
	}
#cat54 #sidebar li#video_widget {display: none;}	
/*** Video Page ***/

#cat54 #archive .post {
	margin: 0;
	}
#archive .post-content {
	width: 234px;
	height: 260px;
	float: left;
	text-align: center;
	}
#archive .video-content {
	width: 230px;
	float: left;
	margin-top: 5px;
	}
#archive #post-side {
	float: left;
	width: 255px;
	}
#cat54 #archive .post-content {
	border: #e2e2e2 3px solid;
	padding: 5px;
	margin-right: 4px;
	margin-bottom: 8px;
	background-color: #F4F4F4;
		}
#cat54 #archive .post-content a {
	border: none;
	}
#cat54 #archive .alt {
	padding: 0px;
	margin-right: 0px;
	border: none;
	}
#cat54 #archive .alt .post-content {
	margin: 0;
	}
#cat54 #archive .date {
	color: #666666;
	font-size: 10px;
	font-style: italic;
	}
/* single page styles */

.postheader {
	display: block;
	background-color: #f7f7f7;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 3px;
	color: #666666;
	line-height: 1.1em;
	}
.postheader p.author {
    width: 200px;
	float: left;
	line-height: 1em;
	margin: 8px 0 0 0;
	padding: 0;
	}
.postheader span {
	font-style: italic;
	font-size: 10px;
	}
.postheader img.avatar {
	background-color: #ffffff;
	padding: 2px;
	border: 2px solid #C9C9C9;
	float: left;
	margin-right: 10px;
	}
.postheader .rtPostHeader {
	float: left;
	width: 240px;
	text-align: right;
	margin-top: 7px;
	}
.postheader .rtPostHeader span {
	font-style: normal;
	display: block;
	}
/** Subscribe Box **/

#followUs {
	position: absolute;
	right: 210px;
	top: 2px;
	width: 132px;
	height: 23px;
	text-align: right;
	}

ul#subscribeOptions {
	list-style: none;
	margin: 0;
	padding: 0;

	}

ul#subscribeOptions li {
	margin: 0;
	padding: 0;
	float: left;
	}
ul#subscribeOptions span { display: none; }

ul#subscribeOptions a { display: block; }

ul#subscribeOptions li#subscribeRSS a {
	background-image: url(images/rssIconOff.png);
	width: 23px;
	height: 23px;
	margin-left: 10px;
	}
ul#subscribeOptions li#subscribeRSS a:hover, ul#subscribeOptions li#subscribeRSS a:active {
	background-image: url(images/rssIcon.png);
	}
	
ul#subscribeOptions li#subscribeEmail a {
	background-image: url(images/emailRSSOff.png);
	width: 38px;
	height: 23px;
	margin-left: 5px;
	}
ul#subscribeOptions li#subscribeEmail a:hover, ul#subscribeOptions li#subscribeEmail a:active {
	background-image: url(images/emailRSS.png);
	}
ul#subscribeOptions li#followTwitter  a {
	background-image: url(images/Twitter-IconOff.png);
	width: 36px;
	height: 23px;
	}
ul#subscribeOptions li#followTwitter  a:hover, ul#subscribeOptions li#followTwitter  a:active {
	background-image: url(images/Twitter-Icon.png);
	}

#authorInfo {
	text-align: left;
	}
#authorInfo h2 {
	text-align: center;
	color: #8965D1;
	}
#authorInfo h3 {
	color: #8965D1;
	}
#authorInfo dl {
	margin-bottom: 40px;
	padding-top: 20px;
	clear: both;
	}
#authorInfo dt {
	width: 100px;
	float: left;
	}
#authorInfo dd {
	width: 400px;
	}
#authorInfo ul {
	margin-left: 20px;
	}
#authorInfo img.avatar {
	float: left;
	}
	
#cat54 #sidebar li#video-widget {display: none;}

#footer ul li {
	list-style: none;
	display: inline-block;
	padding: 3px 8px;
	}

#footer ul {
	list-style: none;
	}

/*** Miscellaneous Styles ***/

.clear {clear: both;}
