/*

Theme Name: Just HARDflip It!!

Theme URI: http://hardlip.com/blog/wp-content/themes/HardflipTheme5

Description: Built around search

Version: 3.0

Author: Kyle Ross

Author URI: http://www.kylebobross.com

*/



/*------------------Reset----------------------------*/

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family: Arial, sans-serif;
}
ul {
	list-style: none;
}
.post ul {
	list-style:outside;
}
.post li {
	padding:5px;
	margin:1px;
}
ol {
	list-style: decimal inside;
}
a {
	outline: none;
	text-decoration:none;
}
img {
	vertical-align: middle;
}
a img {
	border: none;
}
/*a img:hover {
	border: none;
}*/
table, td, tr {
	border-collapse:collapse;
	padding:0;
	margin:0;
}
/*===START SECTION 1 - the main containers===*/

body {
	background:#FFF url(images/body-bg.jpg) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden !important;
}
a:link {
	color: #000;
	text-decoration:underline;
}
a:visited {
	color:#838383;
	text-decoration:none;
}
a:link:hover, a:visited:hover {
	color: #FF0000;
	text-decoration:underline;
}
#wrapper {
	width:1024px;
	min-height:900px;
	margin:0 0 0 320px;
	overflow:hidden !important;
	position: relative;
}
/*#wrapper.single {
	background-image:none;
	width: 1024px;
	margin:0 0 0 320px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;	
}*/
#login {
	background: #1C1C1C none repeat scroll 0% 0%;
	width:100%;
	height:27px;
	overflow:hidden;
	padding:0px;
	position:relative;
}
#main-sidebar {
	background:#848283;
	height: 100px;
	width: 300;
	padding:0 10px;
	position:fixed;
	top:0;
	left:0;
	z-index:998;
}
#featured {
	width: 424px;
}
#content {
	width: 100%;
	/*padding-top: 350px;*/
	margin:80px 0 0 0;
	float: left;
	line-height: 1.3em;
	font-size:small;
	background-color: #e6e7d5;
}
#content.single {
	border-right:1px solid #DDDDDD;
	background-color:#FFFFFF;
	/*float:right;*/
	font-size:1.2em;
	margin:105px 0 0 0;
	padding:0pt;
	width:100%;
	height: 100% !important;
	overflow:hidden !important;
}
#sidebar {
	display:inline;
	width: 242px;
	/*padding:7px 0pt 0pt 3px;*/
	height: 100%;
	float: right;
}
#sidebar-single {
	width: 320px;
	height:100%;
	padding:7px 0pt 0pt 10px;
	height: 100%;
	float: left;
}
#sidebar-products {
	width: 320px;
	height:100%;
	padding:7px 0pt 0pt 10px;
	height: 100%;
	float: left;
}
#sidebar-small {
	width: 320px;
	float: left;/*padding: 0 5px 0 5px;*/
}
#footer {
	background: #1C1C1C;
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	height: 42px;
	text-align: left;
	font-size: 90%;
	margin: 0px auto;
	padding: 13px 0 0 5px;
	color:#838383;
	
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.clear {
	clear:both;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	/*padding: 0px 5px 0 7px;*/
	font-size: .9em;
}
.post p {
	margin-bottom:20px;
}
.post img {
/*padding:5px;*/
}
.post a {
	color:#000000;
	text-decoration:underline;
}
.post a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.entry-content, .entry-excerpt {
	clear: left;
	min-height:100px;
}
.navigation {
	clear: both;
}
.avatar {
	float: left;
	text-align:center;
	margin: 5px 10px 5px 5px;
}
.entry-meta {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 7px;
}
/*.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}*/
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/

#content a:link {
	text-decoration: underline;
}
#content a:hover {
	text-decoration:underline;
}
#footer a:link, #footer a:visited {
	color:#838383;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/

#menu {
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/
/*===START SECTION 5 - sidebar links===*/

#sidebar-small {
	background-color: #FFFFFF;
	padding:5px 0;
}
#sidebar ul, #sidebar-small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
/*  margin-left: 10px;*/
}
a.twitter-link {
	display:block;
	width:310px;
	height:75px;
	margin:50px 0 10px 0;
}
#sidebar ul ul li, #sidebar ul ul li {
	font-size: .9em;/* margin-left: 10px;*/
}
.related-posts {
	width:280px;
	height:100%;
	line-height:2em;
	border-bottom:1px solid #DDDDDD;
	padding:0pt 10px 0pt 10px;
}
.related-posts li {
	padding: 0 0 .5em 0;
}
.sidebar-comments a {
	margin:5px;
	font-style:strong;
	font-size:small;
}
.sidebar-adds {
	padding-top:10px;
}
.sidebar-adds ul {
	text-indent:-999999px;
}
.sidebar-adds li {
	background-color:#FFFFFF;
	background-image:url('images/Advertisehere.jpg');
	background-repeat:no-repeat;
	display:block;
	width:300px;
	height:167px;
	padding:0pt 0pt 10px 0pt;
}
#sidebar-adds-home ul {
	padding:5px;
	margin: 0pt auto;
}
#sidebar-adds-home li {
	display:block;
	width:310px;
	height:274px;
}
.sk8-news-titles {
	font-size:x-small;
	font-style:italic;
	font-weight:bold;
}
/*===END SECTION 5===*/

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

.logo-search {
	width:240px;
}
a.logo {
	display:block;
	background:url('images/title.jpg') no-repeat top left;
	width:300px;
	height:0;
	padding:42px 0 0 0;
	margin:5px 0;
	overflow:hidden;
}
.tagline {
}
.header-block {
	/*	border:1px solid #E00;*/
	background: #838383;
	/*position:relative;*/
	width:300px;/*	margin:0 0 0 180px;*/
}
#searchform input[type="text"] {
	width:230px;
	margin:5px 0;
	border: thin solid #ccc;
	padding:1px;
}
/*===START SECTION 6 - style the headings===*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	background-color:#D1CDAE;
	display:block;
	height:100%;
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 5px;
	line-height:1.3em;
}
.phd-title h2 {
	display:block;
	font-weight:bold;
}
#content .post h2 a {
	text-decoration:none;
}
.post h3 {
	font-size: 1.2em;
	margin: 0;
	padding:10px 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/

.entry-date {
	/*height: 25px;*/
	width: 50px;
	/*display: inline-block;*/
	float: left;
	margin: 0 10px 0 0;
	/*border: 2px solid #000000;*/
	color: #000000;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}
.entry-month {
	font-size: small;
	/*width: 71px;*/
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	/*padding-bottom: 2px;*/
	padding-left: 0;
}
.entry-day {
	font-size: small;
	text-align: center;
	font-weight: bold;
	line-height: 0px;
	/*float: left;*/
	margin-top: 7px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/

#comments {
	border-top-color: #CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	font-size:x-small;
	margin:35px 0pt;
	padding:15px 0pt;
	width:97%;
	clear:both;
}
.page-meta {
	font-size:x-small;
	color:#AAAAAA;
	margin: 6px 0pt 11px;
}
.comment-author {
	font-size:small;
}
.comment-text {
	font-size:small;
}
#respond {
	margin-top: 20px;
	border-top:1px solid #DDDDDD;
}
#respond p {
	font-size: .9em;
	padding-top:10px;
}
#comment-form-title {
	float:left;
	font-size: small;
	padding:10px;
}
#commentform input {
}
#commentform textarea {
}
#commentform {
	padding: 20px 10px 10px 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	line-height:1.4em;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
li.alt {
	background:#EEEEEE none repeat scroll 0% 0%;
}
.commentmetadata {
	color:#888888;
	font-size:x-small;
}
.avatar-link {
	float:left;
	font-size:x-small;
	display:inline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/

blockquote {
	font: 1.2em/1.6em "Verdana", Arial, Helvetica, sans-serif;
	width: 350px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 10px 0 30px;
	text-indent: -30px;
}
blockquote p:first-letter {
	background: url(images/blockquote2.png) no-repeat left center;
	padding: 0 0 0 30px;
	font: italic 1.7em "Verdana", Arial, Helvetica, sans-serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
	font-size: .7em;
	line-height: 1.1em;
	margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/


/*------------------Social Bookmark styles ------------------------------*/

div.sociable {
	margin: 16px 0;/*text-align:right;*/
}
span.sociable_tagline {
	position: relative;
}
span.sociable_tagline span {
	display: none;
	width: 14em;
}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	content: "";
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/*------------------archive page ------------------------------*/

.pagetitle {
	font-size:small;
}
.post-archive {
	width:600px;
	height:100%;
	position:relative;
}
.post-archive .thumbnail-class {
	width:175px;
	height:136px;
}
.post-archive h2 {
	/*background-color:#D1CDAE;*/
	display:block;
	height:100%;
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 5px;
}
/*------------------single page ------------------------------*/

.content-inner {
	padding:0pt 15px 5px 15px;
	background:#fff;
	min-height:600px;
	height:100%;
}
.story-header h1{
	position:fixed;
	
	background:#e4e4e4;
	width:999px;
	top:0;
	left:320px;
	border-bottom:1px solid #DDDDDD;/*margin:110px 0px 0px 0px;*/
}
.story-header {
	position:relative;
	z-index:1000;
}
.story-header .page-info {
	background:#bbbbbb;
	position:fixed;
	top:62px;
	left:336px;
	
}
.story-header .page-info li {
	float:left;	
}
.story-header .page-info p {
	padding:10px;
}
.storyTitle {
	padding: 15px 0pt 15px 17px;
	font-size:x-large;
}
/*------------------login panel-------------------------------*/

a:focus {
	outline: none;
}
#panel {
	background: #1C1C1C;
	height: 60px;
	display: none;
}
#panel ul li {
	color:#FFFFFF;
	float:left;
	display:inline;
	padding:10px;
}
.slide {
	display:inline;
	margin: 0;
	padding: 0;
	position:absolute;
	left:920px;
}
.slide a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.slide a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.btn-slide {
	float:right;
	width:63px;
	height:18px;
	background-image:url(images/btn_signin.png);
	text-indent:-99999px;
	margin-top: 10px;
	display: block;
	font: bold small Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.active {
/*background-position: right 12px;*/
}
/*------------------featured artical--------------------------*/

h2.featured-title {
	font-family:Helvetica, Arial, sans-serif;
	font-size:35px;
	font-weight:bold;
	line-height:40px;
	margin: 0pt;
	padding: 18px 0px 0px 7px;
	white-space:nowrap;
}
.featured-img {
	padding: 7px 0px 0px 7px;
}
#featured ul li.photocap {
	display:block;
	width: 412px;
	background:#D9D9B7 none repeat scroll 0% 0%;
	color:#666666;
	margin:0pt 5px 2px 7px;
	font-size:x-small;
	font-weight:bold;
	padding: 0pt 0pt 6px 0pt;
}
#featured ul li.featured-description {
	margin: 0pt;
	padding: 4px 10px 0pt 7px;
}
/*------------------post Thumbnails----------------*/

.thumbnail-class {
	overflow:hidden;
	float: left;
	width: 135px;
	height:105px;
	margin: 0 15px 0 0;
	display: inline;
}
.left {
	float: left;
	margin: 0 15px 0 0;
}
/*------------------Homepage Flash Add -------------------*/

#sidebar-adds-home {
	margin:0 auto;
	text-align:center;
	padding-top:10px;
}
/*------------------Video Download section----------------*/

.download-tab {
	display: block;
	width:235px;
	height: 24px;
	text-indent: -9999px;
	background-image:url(images/download-tab.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.video-downloads {
	width:235px;
	margin:0 auto;
	background-color: #4b4b4b;
	margin-top:55px;
	font:x-small;
}
.video-downloads img {
	padding:3px 20px 3px 3px;
}
.video-downloads ul {
	font-size:x-small;
	width: 235px;
	padding:10px;
}
.video-downloads ul li a {
	border-bottom: 1px solid #000000;
	height:50px;
	color: #FFFFFF;
	display: block;
	padding: 7px 10px;
}
.video-downloads ul li:last-child a {
	border: none;
}
.video-downloads ul#vd-list li a:hover {
	text-decoration:none;
	color: white;
	background-color: #666666;
}
#video-discription {
	color:#FFFFFF;
	font-size: .8em;
	padding:10px;
}
.vid-headers {
	color: #fcd609;
}
#vid-bottom {
	width:235px;
	height: 24px;
}
/*------------------Blog Roll----------------------------*/

#blogSliderWrap {
	width: 320px;
	height: 290px;
	margin: 10px auto;
	background: url(images/widget-bottom-bg.jpg) 7px bottom no-repeat;
	padding-bottom: 35px;
	position: relative;
}
#blogSlider {
	padding: 25px 18px 0px 18px;
	width: 263px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	clear: both;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0px;
	top: 0px;
}
.stripViewer .panelContainer .panel {
	float: left;
	position: relative;
	width: 280px;
}
.stripNav {
	margin-left: 22px;
	position: relative;
	top: 18px;
	z-index: 99;
	width: 320px;
}
.wrapper {
	padding: 10px;
}
.innerWrap {
	width: 273px;
	overflow: hidden;
}
#push {
	height: 35px;
}
/* MAIN TABBED NAVIGATION*/

.stripNav ul li {
	float: left;
}
.stripNav li a { /* Generic "CSS image replacement" */
	display: block;
	height: 30px;
	text-indent: -9999px;
}
/* The below class names are auto-generated by the JavaScript */

.stripNav li.tab1 a {
	background: url(images/nav-post.gif) top center no-repeat;
	width: 70px;
}
.stripNav li.tab2 a {
	background: url(images/nav-comments.gif) top center no-repeat;
	width: 72px;
}
.stripNav li.tab3 a {
	background: url(images/nav-sk8news.gif) top center no-repeat;
	width: 71px;
}
.stripNav li.tab4 a {
	background: url(images/nav-arch.gif) top center no-repeat;
	width: 70px;
}
.stripNav li a:hover, .stripNav li a:active, .stripNav li a:focus { /* Restore focus styling that we removed when we removed outlines */
	background-position: top center;
}
/* It is neccessary to repeat the image paths here */


.stripNav li.tab1 a.current {
	background: url(images/nav-post.gif) bottom center no-repeat;
}
.stripNav li.tab2 a.current {
	background: url(images/nav-comments.gif) bottom center no-repeat;
}
.stripNav li.tab3 a.current {
	background: url(images/nav-sk8news.gif) bottom center no-repeat;
}
.stripNav li.tab4 a.current {
	background: url(images/nav-arch.gif) bottom center no-repeat;
}
/* 

	SUB NAVIGATION

*/


.stripNavL a, .stripNavR a {
	display: block;
	position: absolute;
	width: 75px;
	height: 22px;
	text-indent: -9999px;
}
.stripNavL a {
	bottom: 35px;
	left: 45px;
}
.stripNavR a {
	bottom: 35px;
	right: 45px;
}
/* 

	HEADLINES STYLING 


*/


.panel ul {
	width: 300px;
}
.panel ul li a { /*border-bottom: 1px solid #000000; color: #303030;*/
	display: block;
	padding: 7px 10px;
	font-size:small;
}
.panel ul li:last-child a { /* Remove bottom border on last list item
				  	  Hooray for pseudo selectors! */
	border: none;
}
/*------------------P.H.D. of the month-------------------*/

.tweet-pic {
	float:right;
	margin:3px 0px 3px 0px;
}
#phd-of-the-month {
	background:transparent url(images/bg_genericMod.png) repeat-x scroll 100% 100%;
	border:1px solid #E6E7D5;
	margin:5px 6px 10px 7px;
	padding:15px 7px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height:1.5em;
	text-align:left;
}
#phd-of-the-month img.phd-of-the-month {
	float:left;
	margin:0pt 8px 0pt 0pt;
	padding:0pt;
}
.phd-of-the-month {
	display:inline;
}
#latest_tweet {
	position:relative;
	width: 310px;
	height: 143px;
	background:transparent url(images/bg_genericMod.png) repeat-x scroll 100% 100%;
	border:1px solid #E6E7D5;
	margin:0pt auto;
	margin-top: 30px;
	padding: 0pt;
}
.twitter-quote {
	width:140px;
	float:right;
	padding:0 20px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:1.2em;
	text-align:left;
	overflow:hidden;
}
/*------------------Banner adds--------------------------*/

.banner-adds {
	display:block;
	width:310px;
	margin:0 auto;
	padding: 10px 0;
	text-align:center;
}
#banner_adds {
	margin-top:20px;
}
#banner_adds li {
	padding: 0 0 10px 0;
	list-style: none;
}
.banner-add {
	/*text-align:right;*/

	float:right;
	padding:5px 5px 0 5px;
}
.post-time {
	width:225px !important;
	white-space:nowrap;
}
.loading {
	background: url('images/ajax-loader.gif') center no-repeat;
	height: 60px;
}
/*------------------Rss Feed--------------------------*/

#rss-feed {
	width: 242px;
	height:45px;
	padding:10px 5px 0pt 10px;
	color:#FFFFFF;
}
.rss-icon {
	position: relative;
	top:-49px;
	right:-140px;
}
/*------------------carrosell--------------------------*/

.infiniteCarousel {
	width: 424px;
	/*margin:10px 5px 2px 7px;*/
	position: relative;
}
.infiniteCarousel h3 {
	margin:7px 0 5px 10px;
}
.infiniteCarousel .carousel-wrapper {
	width: 400px;
	background-color:#d1cdae;
	/* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 140px;
	/*left:5px;*/
	/*margin: 0 40px;*/

	position:relative;
	top: 0;
}
.infiniteCarousel ul a img {
	border: thin solid #1C1C1C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.infiniteCarousel .carousel-wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}
.infiniteCarousel ul li {
	display:block;
	float:left;
	padding-right: 10px;
	height: 100px;
	width: 100px;
}
.infiniteCarousel ul li a img {
	display:block;
}
.infiniteCarousel .arrow {
	display: block;
	height:140px;
	width: 32px;
	background: url(images/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 22px;
	cursor: pointer;
}
.infiniteCarousel .forward {
	background-position: -32px 0;
	right: 0;
}
.infiniteCarousel .back {
	background-position: 0 0;
	left: 0;
}
.infiniteCarousel .forward:hover {
	background-position: -32px -140px;
}
.infiniteCarousel .back:hover {
	background-position: 0 -140px;
}
/*------------------Products homepage --------------------------*/
.free-promo {
	position:relative;
	width:320px;
	margin-top:45px;
}
.product-discription p {
/*padding:10px 0;*/
}
.product-inner {
	padding:16px;
	background:#fff;
	min-height:600px;
	height:100%;
}
h3.product-header {
	font-size:1em;
}
.product-list {
/*display:inline;	*/
}
.product-list li {
	float:left;
	padding:20px;
	text-align:center;
	/*text-align:center;*/
	margin-right:10px;
}
/*.product-list li a{display:block; text-align:center; width:410px; height:103px;}*/
.price {
	font-size:2em;
	font-weight:bolder;
}
.foxycart {
	padding:10px 0;
}
ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.linklove {
	display:none;
}
.check-out {
	padding:0 !important;
}
.check-out #pageContainer {
	min-height:450px !important;
}
/*===END SECTION 12===*/
.footer-band {
	position:fixed;
	bottom:17px;
	left:0;
	background:#1C1C1C;
	display:block;
	height:55px;
	width:320px;
	color:#838383;
	font-size:90%;
	text-align:left;
}
.results-txt {
	position:absolute;
	bottom:26px;
	right:5px;
}
/*===Sidebar Banner AD===*/
.banner-top {
	position:absolute;
	top:340px;
	/*margin:300px 0 0 0;*/
}
#home-thumbs {
	position:relative;
	z-index:1;
	width:100%;
}
#home-thumbs img {
	
}
#home-thumbs ul li {
	text-align:left;
	float:left;
}
#home-thumbs ul li a {
 display:block;
 width:200px;
 height:150px;
 padding:0 20px;
}
#home-thumbs h2 {
	width:200px;
	font-size:12px;
	margin:0 20px;
	line-height:1.2em;
}

