/* Companion Custom CSS over-rides for [ :: Mint Condition Customs ]:  -  */
body {
	background: #222;
	line-height: 1;
}

a:hover {
	text-decoration: none;
	color: #81cdf5;
}

a:visited {
        color: #1361cd;
}

#access div {
	margin: 0 2%;
}

.smallfont {
        font-size: 10px;
        margin-left: 10px;
        margin-right: 10px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: center;
	margin: 0 auto 6px;

}
#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	width: 100%;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 0.8em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188;
	z-index: 9999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}


/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	left: 1.8%;
	margin-bottom: 2.5em;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 0px;
}




#page {
	margin: .5em auto;
	max-width: 1000px;
}

.pagetitle {
        clear: both;
	color: #ddd;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 2em;
	margin-left: 10px;
	margin-right: 10px;
        
}

#content {
	margin: 0 34% 0 0.6%;
	width: 71%;
}

#main {
	clear: both;
	padding: 10px 0 0;
}


#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	background: #111;
}




/* =Blog Entry
----------------------------------------------- */

.entry-
 {
	clear: both;
        background-color: #333333;
        border: 5px solid #555555;
        border-radius: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: .3em;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 10px;
	padding-right: 0px;
}
.entry-title {
	clear: both;
	width: 705px;
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #333333;
        border-top: 5px solid #555555;
        border-bottom: 5px solid #555555;
        border-right: 5px solid #555555;
        border-left: 5px solid #555555;
        border-radius: 15px;
}


.entry-content {

}

.entry-meta {

}


/* =Comments
----------------------------------------------- */

.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -100px;
	padding: 0;
	position: absolute;
	top: 0;
}

.comment {
        width: 89%;
        background-color: #111111;
}

.commentlist {
        margin-left: 50px;
}

.comment-content {
}

.entry-header .comments-link {
        display: none;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 2px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}



hr {
	background-color: #3333cc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}





/* =Text Widget
----------------------------------------------- */

.widget-title{
        margin-left: 10px;
        width: 210px;
}

.widget_text {
        background-color: #333333;
        width: 210px;
        border-top: 5px solid #555555;
        border-bottom: 5px solid #555555;
        border-right: 5px solid #555555;
        border-left: 5px solid #555555;
        border-radius: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
}


.honors a:link IMG { 
        border: solid;
        border-radius: 10px;
}


.widget_text a:hover {
        text-decoration: none;
}


/* =Twitter Widget
----------------------------------------------- */

.widget_twitter_vjck {
        background-color: #333333;
        color: red;
        width: 210px;
        border-right: 5px solid #555555;
        border-left: 5px solid #555555;
        border-top: 5px solid #555555;
        border-bottom: 5px solid #555555;
        border-radius: 15px;
        padding-left: 10px;
        padding-right: 20px;
        padding-bottom: 10px;

}

#twitter_time_line{
        background-color: #111111;
        border-top: 5px solid #111111;
        border-bottom: 5px solid #111111;
        border-right: 5px solid #111111;
        border-left: 5px solid #111111;
        border-radius: 8px;
}

#twitter_time_source {
        margin-top: 5px;
        margin-bottom: 5px;
        border-bottom: 1px dotted #dddddd;
}

.widget_twitter_vjck a:hover {
        text-decoration: none;
}




/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin-top: -15px;
	background-color: #060606;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
        margin: 0 2%;
        width: auto;

}



.page-template-showcase-php .entry-content{
        background-color: #0f0f0f;
        border-top: 5px solid #222222;
        border-bottom: 5px solid #222222;
        border-right: 5px solid #222222;
        border-left: 5px solid #222222;
        border-radius: 15px;
        width: auto;
        

}




.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}

.page-template-showcase-php p{
        padding-left: 10px;
        padding-right: 10px;

}

.page-template-showcase-php .entry-title{
        display: none;
	clear: both;
        background-color: #060606;
        border: 0px solid #060606;
        border-radius: 0px;
	font-size: 22px;
	font-weight: bold;
	line-height: 0;
	padding-bottom: 0;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-right: 0px;
        
}

.page-template-showcase-php #comments{
        margin: 0 5%;
}


/* =Latest Customs
----------------------------------------------- */

#customs{
        margin-bottom: 0.5em;
        margin-right: 5px;
        height: 270px;
        background-color: #333333;
        border-top: 5px solid #555555;
        border-bottom: 5px solid #555555;
        border-right: 5px solid #555555;
        border-left: 5px solid #555555;
        border-radius: 15px;
        padding-left: 5px;
        padding-bottom: 5px;   
        padding-top: 5px;
        padding-right: 5px;  
            
}

#customs a:link IMG { 

}


#customs img{
        width: 15.5%;
        height: 15.5%;
}

#customs td{
        vertical-align: top;
}

.customs-title {
	clear: both;
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: .3em;
	margin-left: 5px;
	letter-spacing: 3px;
}


.section-title {
	clear: both;
	color: #ddd;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: .3em;
	margin-left: 5px;
	letter-spacing: 3px;
}



/* =EBay Auctions
----------------------------------------------- */

#ebay{
        margin-bottom: 0.5em;
        margin-left: 5px;
        height: 270px;
        background-color: #333333;
        border-top: 5px solid #555555;
        border-bottom: 5px solid #555555;
        border-right: 5px solid #555555;
        border-left: 5px solid #555555;
        border-radius: 15px;
        padding-left: 5px;
        padding-bottom: 5px;   
        padding-top: 5px;
        padding-right: 5px;  
            
}

#ebay td{
        vertical-align: top;
}

.ebay-title {
	clear: both;
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: .3em;
	margin-left: 5px;
	letter-spacing: 3px;
}



.aboveheader {
        margin-left: auto;
        margin-right: auto;
        width: 900px;
}

.aboveheader td {
        vertical-align: top;
}





/* Site Generator Line */
#site-generator {
	background: #060606;
	border-top: 1px solid #000;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 1em 0;
	text-align: center;
}
#site-generator a {
	color: #3381ee;
	font-weight: bold;
}

 


#site-generator td{
        vertical-align: top;
}



#reviewheader {
        margin-top: 2em;
}

.Social_Widget {
        width: 210px;
        margin-bottom: 2px;
        margin-top: 0;
}

/* =Figure Repairs
----------------------------------------------- */

#figurerepairs{

        padding-left: 10px;
        padding-bottom: 8px;
}


#figurerepairs a:link IMG { 
        border: solid;
        border-radius: 10px;
}

#figurerepairs img{
        width: 13%;
        height: 13%;
}

#reviewpost td{
        vertical-align: top;
}

#reviewpost img{
        padding-bottom: 10%;
}

#sponsornews td{
        vertical-align: top;
        border-top: none;
        padding-left: 5px;
}

#sponsornews table{
        border: none;
}

#feature td{
        vertical-align: top;
        border-top: none;
        padding-left: 5px;
}

#feature table{
        border: none;
}

#archive table{
        border: 0px;
}

#archive td{
        border: 0px;
}

#smalltable table{
        width: 600px;
        border: 0px;

}

#smalltable td{
        border: 0px;

}

#reviewroundup table{
        border: none;
}

#reviewroundup td{
        border: none;
}

.entry-format {
        margin-left: 12px;
        margin-top: 3px;
}

blockquote {
        background-color: #222222;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
}

.hentry,
.no-results {
        border-bottom: 0;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

.page-link {
        font-size: 20px;
        text-align: center;
}

#top-adsense {
	width:300px;
	height:250px;
	position:absolute;
	top: 0.8em;
	right:2%;
	z-index: 1;
}


/* =Social Media Buttons
----------------------------------------------- */

#social-media-header-icons {
        width: 32px;
        height: 32px;
        position: absolute;
	left: 40%;
	top: 85%;
	margin-bottom: 2.1em;
	z-index: 1;
}

#social-media-header-icons img {
        float:right; 
        height: 32px; 
        width: 32px; 
        margin-left:10px;
        opacity:0.7;
}

#social-media-header-icons img.fade:hover {
        opacity: 1;
        transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
}

#nav-single {
        display: none;
}

#footertable{
        border: 2px;
        border-color: #ffffff;

}