/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 80%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; background-color:#333; color:#eee;
}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #abc; }
a:visited { color: #abc; }
a:hover { color: #8be; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; color:#e7cc8f; font-weight:bold; padding-bottom:5px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;	 }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="submit"] {font-size:120%;padding:7px;}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input:focus, textarea:focus {box-shadow: 0px 0px 5px 1px #e7cc8f;}
input:required{background-color:#fcdfdc;}

::-webkit-input-placeholder {
    color:    #888;
}
:-moz-placeholder {
    color:    #888;
}
:-ms-input-placeholder {
        color:    #888;
}
input.error, textarea.error {
	background-color: #f0dddd;
}
input.error:focus, textarea.error:focus {
	border-color: #973d3d;
}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
  
  /* ================== specific forms ====================== */
 
 /* subscribe form */
.submitbutton {
	color: #dee5f0;
	display: block;
	cursor: pointer;
	padding: 5px 11px;
	font-size: 1.2em;
	border: solid 1px #224983;
	border-radius: 5px;
	background: #1e4c99;
		background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d));
			background: -moz-linear-gradient(top, #2f52b7, #0e3a7d);
				background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
					background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
						background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
							background: linear-gradient(top, #2f52b7, #0e3a7d);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d');
}

.submitbuttonn:hover {
	background: #183d80;
		background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b));
			background: -moz-linear-gradient(top,  #284f9d, #0c2b6b);
				background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
					background: -o-linear-gradient(top, #284f9d, #0c2b6b);
						background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
							background: linear-gradient(top, #284f9d, #0c2b6b);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}

.submitbutton:active {
	color: #8c9dc0;
		background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7));
			background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
				background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
					background: -o-linear-gradient(top, #0e387d, #2f55b7);
						background: -ms-linear-gradient(top, #0e387d, #2f55b7);
							background: linear-gradient(top, #0e387d, #2f55b7);
								filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}
/* end subscribe form */

header, footer {
	width:100%;
	min-width:500px;
}

.navigationicons {
	display:inline;
	font-size:.9em;
	margin:5px;
}
.navigationicons img {padding:1px 4px;}
.navigationicons a {text-decoration:none;}
/*
.navigationicons img:hover {box-shadow: 0px 0px 4px 1px #5688be inset;}
*/


#maincontent {
	display:block;
	text-align:left;
	width:95%;
	min-width:500px;
	max-width:1200px;
	/*
width:970px;
*/
	margin-top:20px;
	background-color:black;
	padding:0px;	
	border-radius:6px;
}

.minimalcontent{
	display:block;
	text-align:left;
	/*
min-width:500;
	max-width:700;
*/
	height:auto;
	/*
width:970px;
*/
	
	/*
background-color:#1a1a1a;
	border:1px solid #333;

	margin-top:20px;
	padding:0px;	
	border-radius:6px;*/
}

.primarynavmenu {
	width:75%;
	text-align:center;
	margin-top:-27px;
	background-color:black;
	box-shadow: 4px 3px 7px 1px black;
}
.headlinetable {
	margin-bottom:0px;
	max-width:85%;
	min-width:60%;
}

.headline {
background-color:#3e525e;
	background: -moz-linear-gradient(top, #333, #111);
	background: -webkit-linear-gradient(top, #333, #111);
	background: -o-linear-gradient(top, #333, #111);
	background: -ms-linear-gradient(top, #333, #111);
	background: linear-gradient(top, #333, #111);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
	color:white;
	border:1px solid #be6605;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:5px 10px 5px 10px;
	margin:10px 10px 6px 10px;
	font-size:1.3em;
	
	-webkit-box-shadow: 0 0px 10px 1px #be6605;
	   -moz-box-shadow: 0 0px 10px 1px #be6605;
	        box-shadow: 0 0px 10px 1px #be6605;
		/*	width:85%;
*/
}

#maincontent #maintable	{
	border:0px;
	border-spacing:15px;
	background-color:black;
	border-collapse:separate;
	width:100%;
	border-radius:6px;
}
/*
#maincontent tr	{
	background-color:#222;
	border:8px solid black;
}*/
#maintable>tbody>tr>td	{
	background-color:#1a1a1a;
	border:1px solid #333;
	padding:0px 0px 10px 0px;
	border-radius:6px;
	 /*border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;*/
}

.main {
	margin:0px;
	padding-left:7px;
	padding-right:7px;
}

#maintable .sidebar {
	background-color:black;
}

#maintable .sidebarblank {
	border:0px;
	background-color:black;
}

#maintable .empty {
	border:0px;
	background-color:black;
}
/*
#maintable td
*/
 .heading {
	/*
color:#95b5d5;
*/
	color:#f0c160;
	/*margin-top:-7px;
	margin-left:-8px;*/
	margin-top:0px;
	background-color:#3a3a3a;
	padding:5px 3px 5px 5px;
	margin-bottom:8px;
	font-weight:bold;
	font-size:1.5em;
	border-bottom:1px dotted black;
}

.heading a {
	text-decoration:none;
	color:#f0c160;
}

#maintable td date {
	font-size:small; font-style:italic;color:#999;
}

#maintable p {margin:0px 0px 15px 7px;}

.caption {font-size:small; font-style:italic;color:#999;text-align:center;margin-bottom:8px;}

.title, .titlespace {font-weight:bold;color:#95b5d5;font-size:1.1em;}

.titlealt, .titlealtspace {font-weight:bold;color:#fc8730;font-size:1.1em;}

.titlespace, .titlealtspace {margin: 4px 0px 8px 0px;}

.moreinfo {
	color: #dbbb8a;
	cursor:pointer;
}

.metadata {
	padding-right:10px;
	cursor:auto;
}

h1 {color:#fff;}
.h1 {color:#fff;font-size:2em;}

/*h2 {color:#adc6de;}*/
h2 {color:#fc8730;}
.h2 {color:#fc8730;font-size:1.8em;}
h3, h4 {color:#7b8fd5; }
.h3 {color:#7b8fd5;font-size:1.6em;}
.h4 {color:#7b8fd5;font-size:1.3em;}

h3 img {padding-right:5px;}

.alert {
	border:1px solid yellow;
	padding:10px;
	background:#333;
}

.highlight {
	color:#f5fb13;
	font-weight:bolder;

}

.disabled {
	color:#777!important;
	text-decoration:none!important;
	font-style:italic!important;	
}
.error {
color:#f9e6aa;
border:1px solid red;
padding:10px 10px 10px 28px;
margin:20px;
background-color:#111;
background-image:url('../img/icon/error_small_trans.gif');
background-repeat:no-repeat;
background-position:5px 10px;	
background-position-x:5px;
background-position-y:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
-webkit-box-shadow: 0 0px 10px 1px #be6605;
	   -moz-box-shadow: 0 0px 10px 1px #be6605;
	        box-shadow: 0 0px 10px 1px #be6605;
}

.note {color:#efc68d;
background-color:#444;
border:1px solid black;
padding:10px 10px 10px 28px;
background-image:url('../img/icon/info_small_trans.gif');
background-repeat:no-repeat;
background-position:5px 10px;	
background-position-x:5px;
background-position-y:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.small {font-size:small;}


.smaller {font-size:smaller;}

.subheaderinfo, .prefooterinfo {
	/*
border-bottom:1px dashed #333;
*/
	padding:10px;
	margin-left:8px;
	text-align:center;
	color:#999;
	background-position:left;
	background-repeat:no-repeat;
	display:compact;
	width:94%;
}

.jumpto, .headernav {
	/*border-bottom:1px dashed #444;
	margin:15px;
	
 */border-bottom:1px dashed #333;
	padding:10px;
	margin-left:8px;
	text-align:center;
	color:#999;
	display:compact;
	width:94%;
}

.jumpto {
	
	background-image:url("../img/icon/jumpto.png");
	background-position:left;
	background-repeat:no-repeat;
	
}

.jumpto a, .headernav a {
	text-decoration:none;
	color:#f0c160;
	font-weight:bold;
	padding: 6px 10px 6px 10px;
}

.jumpto a:hover, .headernav a:hover {
	background:#333;
}

.headernav a.current {
	color:#eeb464;
	background:#494949;
}

.gradientgray1 {
	background: -moz-linear-gradient(top, #555,  #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#111));
}

.spaceabove1 {
	margin-top:7px;
}

.spaceabove2 {
	margin-top:14px;
}
.spacebelow1 {
	margin-bottom:7px;
}

.spacebelow2 {
	margin-bottom:14px;
}

.indent5 {
	padding-left:5px;
}

.indent10 {
	padding-left:10px;
}

.indent1 {
	padding-left:20px;
}

.indent2 {
	padding-left:40px;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #3866a3;
	display:inline-block;
	/*font-family:arial;
	font-size:15px;*/
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
	color:#222;
	text-shadow:1px 1px 0px #7cacde;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}.button:active {
	position:relative;
	top:1px;
}

.buttondisabled {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #888888), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #888888 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666');
	background-color:#777777;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #555555;
	display:inline-block;
	/*font-family:arial;
	font-size:15px;*/
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
	color:#444444;
	text-shadow:1px 1px 0px #111111;
}

.buttonimportant {
	-moz-box-shadow:inset 0px 1px 0px 0px #fad6be;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fad6be;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeb464), color-stop(1, #cf7945) );
	background:-moz-linear-gradient( center top, #eeb464 5%, #cf7945 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb464', endColorstr='#cf7945');
	background-color:#eda665;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #a46537;
	display:inline-block;
	/*font-family:arial;
	font-size:15px;*/
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
	color:#222;
	text-shadow:1px 1px 0px #dfab7b;
}.buttonimportant:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d08a44), color-stop(1, #eda665) );
	background:-moz-linear-gradient( center top, #ce8d46 5%, #eda665 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce8d46', endColorstr='#eda665');
	background-color:#ce8d46;
}.buttonimportant:active {
	position:relative;
	top:1px;
}

.menubutton, .menubutton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #333;
	-webkit-box-shadow:inset 0px 1px 0px 0px #333;
	box-shadow:inset 0px 1px 0px 0px #333;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666), color-stop(1, #333) );
	background:-moz-linear-gradient( center top, #666 5%, #333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
	background-color:#666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #212121;
	display:block;
	width:95%;
	/*
width:160px;
*/
	/*font-family:arial;
	font-size:15px;*/
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
	color:#eee;
	text-shadow:1px 1px 0px #333;
	cursor:pointer;
	margin-bottom:2px;
}.menubutton:hover, .menubutton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777), color-stop(1, #444) );
	background:-moz-linear-gradient( center top, #444 5%, #777 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
	background-color:#333;
	color:#fff;
}.menubutton:active,.menubutton2:active {
	position:relative;
	top:1px;
	color:#fff;
}

.menubutton2 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #766), color-stop(1, #433) );
	background:-moz-linear-gradient( center top, #667 5%, #334 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666677', endColorstr='#333344');
}
.menubutton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #778), color-stop(1, #445) );
	background:-moz-linear-gradient( center top, #778 5%, #445 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777788', endColorstr='#444455');
	background-color:#333;
	color:#fff;
}

.browseinfo {
	display:inline-block;
	width:110px;
	margin: 0px 5px 20px 5px;
	vertical-align:top;
}

.browseinfo hr {
	margin:4px;
}

.browseinfo a {
	text-decoration:none;
	font-size:95%;
	margin: 0px 0px 1px 0px;
	display:block;
	width:108px;
	color:#8baec9;
}
.browseinfo a:hover {
	background-color:#333;
	color:#ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}


/*
					-----------DOWNLOAD STYLES -------------------
*/



.wallpapermatch{
	display:none;
	border-top:1px solid yellow;
	border-bottom:1px solid yellow;
	padding:10px 35px 10px 10px;
	margin:10px;
	position:absolute;
	width:150px;
	background-image:url("img/icon/right_circular.gif");
	background-repeat:no-repeat;
	background-position-x:165px;
	background-position-y:18px;

}
.downloadlink {
	margin-bottom:8px;
}

.downloads {
	<!---position:absolute;--->
	margin: 20px 0px 0px 30px;
	float:left;
	width:190px;
	text-align:center;
	border:1px solid black;
	background-color:#191919;
	padding:0px 5px 5px 5px;
	
	box-shadow: 3px 2px 3px 1px black;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: -moz-linear-gradient(top, #222,  #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#111));
}

.downloadheading {
	color:#f0c160;
	/*margin-top:-7px;
	margin-left:-8px;*/
	margin:0px -5px 14px -5px;
	background-color:#333;
	padding:5px 3px 5px 5px;
	font-weight:bold;
	font-size:120%;
	border-bottom:1px dotted black;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
}



.downloadmatch {
	box-shadow: 0px 0px 3px 3px #e0cfa7;
	
}

.wallpaperthumb {
	border:5px solid white;}


/* 
 								----------------photo gallery styles ----------------------
 								
 */

.glow {
	-webkit-box-shadow: 0 12px 6px -6px yellow;
	   -moz-box-shadow: 0 12px 6px -6px yellow;
	        box-shadow: 0 12px 6px -6px yellow;
}

.smallimagegrid {
	display:inline-block;
	position:relative;
	max-width:250px;
	overflow-x:hidden;
	text-align:center;
	margin:2px;
}

.lt-ie8 .smallimagegrid {display:inline; }


#gallerydescription {
	text-align:left;
	padding:5px 5px 15px 5px;
}

a.gallerysub {
	text-decoration:none;
	padding:1px 3px;
	font-size:95%;
	margin-bottom:1px;
}
a.gallerysub:hover {
	background-color:#333;
	color:#bbd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.galleryfull {
	display:block;
	width:95%;
	/*
width:153px;
*/
}

/*
	-----------------------					STORE -------
*/

.storeimage {
	margin:5px;
	border:0px solid #000;
	-webkit-box-shadow: 0 12px 6px -6px black;
	   -moz-box-shadow: 0 12px 6px -6px black;
	        box-shadow: 0 12px 6px -6px black;
/*
	-moz-box-shadow: 6px 5px 7px 2px #000;
	-webkit-box-shadow: 6px 5px 7px 2px #000;
	box-shadow: 6px 5px 7px 2px #000;
*/
	

	/*
-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
*/
}

.mainproduct, .mainproductactive {
	margin:8px;
	color:#000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-decoration:none;
	
}

.mainproduct {
	
	padding:6px;
	border:1px solid #aaa;
	background-color:#666;
}
.mainproductactive { 
	
	padding:12px;
	border:2px solid #fff;
	background-color:#ccc;
	
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaa), color-stop(1, #ddd) );
	background:-moz-linear-gradient( center top, #ddd 5%, #aaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#aaaaaa');
}

.mainproduct:hover , .mainproductactive:hover {
	
}


.ordersummary {
		
		width:100%;
		margin-top:10px;
		
	}
	
	.ordersummary th {
		background-color:#aaa;
		color:#111;
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
		padding:7px!important;
		border: 1px solid black;
	}
	
	.ordersummary td {
		padding:10px 5px 10px 5px!important;
		
		border: 1px solid #888;
	}
	
	.lastitem {
		border-bottom:1px solid white!important;
	}
	
	.tax {
		border:0px!important;
	}
	.shipping {
		border:0px!important;
	}
	.totalprice {
		border:0px!important;
	}
	.money {
		display:inline;
	}
	
	.removeitem {
		font-size:0.8em;
		color:#fbac99;
	}
	.removeitem:hover {
		background-color:#f00;
		color:#800;
	}
	
	.updateitem {
		font-size:0.9em;
	}
	
	


.galleryimage, .mainphoto {
	margin:5px;
	border:2px solid #444;
	box-shadow: 4px 3px 5px 1px black;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.galleryimage:hover, .mainphoto:hover {
	border-color:#888;
}

.gallerypage, .gallerypageactive, .gallerypagenav {
	margin:2px 3px;
	padding:3px 8px;
	width:50px;
	height:22px;
	border:2px solid #444;
	background: #000;
	color:#ddd;
	font-weight:bold;
	display:inline;
	text-decoration:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.gallerypageactive {
	background:#444;
	border-color:#888;
}

.gallerypage:hover, .gallerypagenav:hover {
	border-color:#888;
}

.gallerypagenavinactive, .gallerypagenavinactive:hover {
	margin:2px 3px;
	padding:3px 8px;
	width:50px;
	height:22px;
	border:2px solid #444;
	background: #161616;
	color:#555!important;
	display:inline;
	text-decoration:none;
	font-style:italic;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	cursor:default;
}


.gallerypage:active, .gallerypagenav:active {
	background: #aaa;
	color:#444!important;
}

.tagcloud {
	text-decoration:none;
	color:#efc68d;
	padding:3px;
}

.tagcloud:hover {
	color:#bbd;
	text-shadow: 0px 0px 12px #fff;
}


#prefooter {
	font-size:small;
	border-top:1px solid #666;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:15px;
	background-color:#222;	
}

#footer {
	font-size:small;
	border-top:1px solid #666;
	margin-bottom:0px;
	margin-top:3em;
	padding-top:10px;
	padding-bottom:15px;
	background-color:black;
}

#footer  a {text-decoration:none;}

#footer item {
	padding-left:40px;
	white-space:nowrap;
}


.postfooter {
	font-size:smaller;
	color:#888;
	border-top:1px solid #666;
	padding-top:20px;
	padding-bottom:15px;
	background-color:#222;
	background: -moz-linear-gradient(top, #222, #333333);
	background: -webkit-linear-gradient(top, #222, #333333);
	background: -o-linear-gradient(top, #222, #333333);
	background: -ms-linear-gradient(top, #222, #333333);
	background: linear-gradient(top, #222, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#333333');
}

.sitesummary {
	text-align:left;
	padding:0px 10px 0px 10px;
	vertical-align:top;
}

.sitesummary a {
	text-decoration:none;
}

/* This is for minform.js styling
.placeheld {
  color: #666;
  font-style: italic;
}*/


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3, h4 { orphans: 3; widows: 3; }
  h2, h3, h4 { page-break-after: avoid; }
}
