/*  
Theme Name: Linoleum
Theme URI: http://iconicon.net
Description: The official theme of Icon Icon
Version: 1.0
Author: Icon Icon
Author URI: http://www.iconicon.net


*/

/* CSS Document */

*{margin: 0px; padding: 0px;}
body {
	margin: 0px;
	padding: 0px;
	background: #262f36 url(images/br-pattern1.gif) center;
	font-family:Arial, Helvetica, sans-serif;
}
a img {border: none; }
a:link {color: #ff3300; text-decoration:none;}
a:hover{color: #ff6600; text-decoration:none;}
a:visited{color: #ff6600; text-decoration:none;}
p {color: #666;}

/*----BACKGROUND STUFF----*/
#spatter {
	background: url(images/splatters.png) repeat-y center top;
	position: absolute;
	height: 830px;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	margin-bottom: -100px;
}
#shadow {
	height: 100%;
	width: 750px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#shadow_top {
	background: url(images/shade_t.png) no-repeat left top;
	position: absolute;
	z-index: 35;
	height: 30px;
	width: 750px;
	top: 90px;
}
#shadow_bottom {
	background: url(images/shade_r.png) repeat-y left;
	margin: 0px;
	padding: 0px;
	width: 750px;
	z-index: 35;
	overflow: hidden;
	position: absolute;
	top: 120px;
	bottom: 0px;
}
/*----MAIN CONTENT----*/
#container {
	width: 750px;
	height: 820px;
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -375px;
	padding: 0px;
}
#rings {
	width: 500px;
	background: url(images/rings2.png) no-repeat;
	overflow: visible;
	z-index: 0;
	height: 250px;
	padding: 0px;
	position: relative;
	margin-right: 50px;
	left: -180px;
}
/*----HEADER----*/
#header {
	width: 680px;
	position: absolute;
	top: 0px;
	z-index: 40;
	height: 100px;
}
#iconiconlogo {
	background: url(images/iconicon_logo.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 32px;
	height: 75px;
	width: 117px;
}
#menuicons {
	background: url(images/menuicons.png) no-repeat;
	position: absolute;
	top: 14px;
	left: 240px;
	width: 387px;
	height: 46px;
}
/*----MAIN NAVIGATION----*/
#navcontainer
{ 
	position: absolute;
	top: 58px;
	left: 200px;
	height: 18px;
	width: 500px;
	overflow: hidden;
}
#navcontainer ul {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	padding: 0px;
	margin: 0px;
}
#navcontainer ul li {
	font-size: 11px;
	font-weight: normal;
	display:inline;
	float: left;
	line-height: 18px;
}
#navcontainer ul li a {
	color:#fff;
	background-color:#8799A8;
	text-decoration:none;
	padding: 0 12px 3px 10px;
	border-right: 4px solid #8698A7;
	border-left: 2px solid #8698A7;
	border-top: 3px solid #8698A8;
}
#navcontainer ul li a:hover {
	color:#fff;
	background-color:#546D81;
	border-top: 3px solid #546D81;
	border-right: 4px solid #546D81;
	border-left: 2px solid #546D81;

}
.numnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.numnavb {
	float: right;
	margin: 18px 10px 0 0;
}
/*----POST----*/
#content {
	margin: 0px;
	width: 700px;
	height: 650px;
	position: absolute;
	z-index: 40;
	top: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/shade2_r.png) repeat-y bottom;
	padding: 0px 25px 0px 25px;
	z-index: 20;
}
#portcontent {
	margin: 0px;
	width: 700px;
	height: 650px;
	position: absolute;
	z-index: 40;
	top: 136px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: url(images/shadep_r.png) repeat-y bottom;
	padding: 0px 25px 0px 25px;
	z-index: 20;
}
#contenttop {
	background: url(images/shade2_t.png) no-repeat;
	height: 30px;
	width: 750px;
	position: absolute;
	top: 86px;
}
#portcontenttop {
	background: url(images/shadep_t.png) no-repeat;
	height: 30px;
	width: 750px;
	position: absolute;
	top: 86px;
}
#porttitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #748696;
	height: 30px;
	margin-top: -26px;
	position: absolute;
	left: 30px;
	right: 30px;
	background-color: #181d22;
}
#porttitle h2, #porttitle h2 a:link, #porttitle h2 a:visited {
	color: #748696;
	font-size: 22px;
	font-style: italic;
	text-decoration: none;
	margin: 3px 0 0 5px;
}
#posttitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #293e53;
	height: 30px;
	margin-top: -26px;
	position: absolute;
	left: 30px;
	right: 30px;
	background-color: #ebf0f4;
}
#posttitle h2, #posttitle h2 a:link, #posttitle h2 a:visited {
	color: #293e53;
	font-size: 22px;
	font-style: italic;
	text-decoration: none;
	margin: 3px 0 0 5px;
}
#posttitle h2 a:hover {
	color: #ff3300;
	text-decoration: none;
}
#catslug{
	position: absolute;
	right: 10px;
	top: 8px;
	height: 40px;
	text-align: right;
	color: #748696;
	font-size: 12px;
}
#catslug a:link, #catslug a:visited {
	color: #748696;
}
.pcontainer {
	position: relative;
	top: 6px;
	background-color: #fff;
	width: 680px;
	height: 573px;
	overflow: auto;
	margin: 0 5px 7px 15px;
	color: #000000;
}
.pgcontainer {
	position: relative;
	top: 7px;
	width: 690px;
	height: 628px;
	overflow: auto;
	margin: 0 5px 5px 5px;
	color: #000000;
	padding: 0px;
}
.frontcontainer {
	position: relative;
	top: -15px;
	width: 690px;
	height: 650px;
	overflow: auto;
	margin: 0 5px 5px 5px;
	color: #000000;
	padding: 0px;
}
.pcontainerd {
	position: relative;
	top: 7px;
	background-color: #e0e7ed;
	width: 650px;
	height: 570px;
	overflow: auto;
	margin: 0 5px 10px 5px;
	padding: 0px 20px 0px 20px;
	color: #000000;
}
.pbox {
	display: inline;
	float: left;
	width: 270px;
	height: 254px;
	margin: 15px 15px 5px 15px;
	padding: 6px 10px 0px 10px;
	color: #000000;
	border: 1px solid #8799A8;
	overflow: auto;
	background-color: #fff;
}
.pbox img {display: block; margin: 10px auto 4px auto;}

.pbox a:link, .pbox a:visited {
	color: #293e53;
}
.pbox a:hover {
	color: #ff3300;
}
.pbox h2 {
	color: #293e53;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	margin: 3px 0 0 0;
}

.post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:150%;
	color: #000000;
	min-height: 540px;
}

.post h2, .post p {margin: 12px 0 6px 0;}
.postinfo{
	font-size: 11px;
}
.postinfo a{}
p.postmetadata{
	font-size: 11px;
}
p.postmetadata strong{ font-size: 11px;}
#postfoot {
	width: 690px;
	height: 50px;
	border-top: 2px solid #DBE3E8;
	background-color: #f2f6f9;
	margin: 0px auto 0px auto;
	padding: 0 0 0 10px;
}
#postfoot ul, #postfoot li {
	margin: 0px;
}
.posttoe {
	height: 40px;
	padding: 8px 10px 0 10px;
	float: left;
	color: #637485;
}
.posttoe a {
	color: #293e53;
}

.posttoenav {
	padding: 4px 10px 0 10px;
	color: #637485;
	float: right;
	width: 410px;
}
.posttoel {
	padding: 12px 10px 0 10px;
	color: #637485;
	float: right;
}
.posttoe a:hover {
	color: #ff6600;
}
.porttoe {
	height: 40px;
	margin: 12px 0 0 40px;
	float:left;
	color: #637485;
	font-size: 24px;
	font-weight: bold;
}
.porttoe a {
	color: #293e53;
}
.porttoe a:hover {
	color: #ff6600;
}
#post-prev {
	display: block;
	float: right;
	width: 36px;
	height: 38px;
	background: url("images/prev.gif") no-repeat 0px 0px;
}
#post-next {
	display: block;
	float: right;
	width: 36px;
	height: 38px;
	background: url("images/next.gif") no-repeat 0px 0px;
}
#post-prev:hover, #post-next:hover {  background-position: 0px -38px;}
.post-edit{
	display: inline;
	float: left;
	width: 40px;
	height: 38px;
	text-align: center;
	color: #637485;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
}
.post-author{
	display: inline;
	float: left;
	width: 38px;
	height: 36px;
	padding-top: 26px;
	margin-top: -3px;
	background: url(images/authorback.gif) no-repeat;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
}
.post-comm{
	display: inline;
	float: left;
	width: 47px;
	height: 44px;
	background: url(images/comback.gif) no-repeat;
	text-align: center;
	color: #fff;
}
.post-date{
	display: inline;
	float: left;
	width: 47px;
	height: 36px;
	background: url(images/dateback.gif) no-repeat;
	text-align: center;
	color: #fff;
}
.day {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: -3px 0 -2px 0;
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 8px;
	font-weight: normal;
}
/* Style For News Pages --*/
.newscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:150%;
	color: #000000;
	height: 500px;
	margin: 20px 80px 5px 80px;
}
.newscontent img {margin: 20px;}


/* category specific post foot items --*/
#cc-slug {
	background: url(images/ccommons.gif) no-repeat;
	height: 40px;
	width: 270px;
	padding: 2px 0 0 96px;

	font-size: 9px;
	color: #637485;
	position: relative;
	top: 10px;
	left: 10px;
	clear: none;
	margin: 0px;
}
#postslug {
	background: url(images/ccommons.gif) no-repeat;
	height: 40px;
	width: 240px;
	padding: 2px 0 0 96px;
	font-size: 9px;
	line-height: 9px;
	color: #637485;
	clear: none;
	margin: 0px;
}
#postslug a:link, #postslug a:visited {
	color: #637485;
}



/*--STORE/STOCK---*/
del {color: red; font-weight: bold;}
del span.strikethrough { color: gray; font-weight: normal;}
/*.strikethrough {
	text-decoration: line-through; color: gray;
}*/
/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----FOOTER----*/
#footer {
	width: 680px;
	z-index: 40;
	background: url(images/shade_b.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	height: 80px;
	margin: 0 0 -120px -375px;
	position: absolute;
	left: 50%;
	top: 751px;
	padding: 4px 45px 0px 45px;
}
#footer p {
	margin: 10px 0 0px 0;
	color: #330000;
}
#footer a:link, #footer a:visited {
	color: #330000;
}
#footer a:hover {
//	text-decoration: underline;
	color: #f00;
}
.foot_tri {
	background: no-repeat center top;
	float: left;
	margin: 0px 20px 0 0;
	height: 24px;
	padding-top: 10px;
}
#current {
	background-color: #336699;
}
#metas {
	position: absolute;
	bottom: 0px;
	lefy: 0px;
	width: 60px;
	background-color: #2c373e;
	padding:4px;
	font-size: 10px;
	line-height: 12px;
	z-index: 10;
	list-style: none;
}

#metas a:link {
	color: #191f24;
	text-decoration: none;
}
#metas a:visited {
	color: #191f24;
	text-decoration: none;
}
#metas a:hover {
	color: #05121c;
	text-decoration: none;
        font-weight: normal;
}

/*----Comments----*/
p.commcount {
	font-weight: bold;
	width: 100px;
	clear: left;
	display: none;
}
.comments-template {}
#comment_icon {
	background: url(images/commore.gif) no-repeat;
	margin: -14px 0 -68px 550px;
	padding: 1px 0 0 3px;
	width: 80px;
	height: 50px;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #fff;
} 
.comment-style {
	background-color: #637485;
	color: #d6f5ff;
	padding: 10px 0px 10px 0px;
	margin: 60px 12px 12px 0px;
}
.comment-style h2, .comment-style h3 {
	margin: 10px;
}
commentlist li, commentlist ul, #commentform input, #commentform textarea {
	'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
}
.commentlist li {
	color: #293e53;
	list-style-position: inside;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 10px 10px 10px;
	margin: 0 0 14px -40px;
	background-color: #8799A8;
}
.commentcontent {}
.alt {}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentbox { position: relative; left: 40px; width: 640px;}
#commentform {}
#commentform p {
	margin: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #d6f5ff;
}
#comment {
	margin-left: -20px;
}
.count {
	font-size: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #687a8c;
	margin:  15px 0 -20px 20px;
	float: right;
}
.commentmetadata {
	font-weight: normal;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #d6f5ff;
}
.commentmetadata2 {
	font-weight: normal;
	font-size: 12px;
	color: #d6f5ff;
	text-align: right;
	width: 638px;
}
.commentmetadata strong {
	font-weight: bold;
	font-size: 18px;
}
.commentmetadata a:link, .commentmetadata a:visited {
	color: #fff;
}
.commentmetadata a:hover {

	color: #d6f5ff;
}
.center {
	text-align: center;
	margin-top: 230px;
}

.center h2 {
	font-size: 24px;
	color: #293e53;
}
.bluesearch ul {
	background-color: #01365D;
	overflow: visible;
	min-height: 50px;
	padding: 6px 0px 2px 0px;
	margin: 14px auto 14px auto;
}
.bluesearch li {
	min-width: 170px;
	min-height: 38px;
	list-style-type: none;
	background-color: #00528D;
	padding: 0px 6px 6px 6px;
	border-bottom-width: 2px;
	color: #CEE3FF;
	text-decoration: none;
	margin: 4px 0px 4px 0px;
	z-index: 0;
	list-style-position: outside;
	width: 160px;
}
.bluesearch li:hover {
	background-color:#0070B7;
}

.looking {
	font-size: 12px;
	line-height: 12px;
	width: 80px;
	height: 17px;
	margin: 8px 4px;
	padding: 0px;
}
#search {
	margin: 0;
	padding: 0;
}
#searchsubmit {
height: 24px;
width: 28px;
	font-size: 12px;
	background-color:#ebf0f4;
	border: 2px solid #546d81;
	margin-left: 0px;
}
#searchsubmit:hover {
	font-size: 12px;
	background-color:#a5dbfb;
	border: 2px solid #546d81;
}

/*----Popup STYLES----*/
div#popup {
	width: 450px;
	min-height: 100px;
	position: absolute;
	z-index: 900;
	top: 150px;
	left: 50%;
	margin-left: -225px;
	background-color: #FFFF99;
	-webkit-box-shadow: 0 2px 15px #000;
	-moz-box-shadow: 0 2px 15px #000;
	box-shadow: 0 2px 15px #000; 
	border: solid 2px #DEA902;
}
div#popup .popuptop span.title {
  display: block;
  width: 380px;
	float: left;
	margin-left: 5px;
}
div#popup .popuptop {
	width: 442px;
	height: 20px;
	padding: 4px;
	background-color: #FFC200;
	color: #FFF;
	font-weight: bold;
}

div#popup .popuptop .closex {
	float: right;
	width: 20px;
	height: 18px;
	color: #99CCFF;
	font-weight: bold;
	background-color: #DEA902;
	text-align: center;
	padding: 1px;
}
div#popup .popuptop .closex:hover { background-color: #BA8D00;}
.closex a, .closex a:visited { color: #FFFF99; text-decoration: none;}
.closex a:hover {color: #fff;}
div#popup .popuptext {
	padding: 10px;
	text-align: left;
}
div#popup .popuptext p {
	color: #332200;
	font-size: 16px;
	margin: 0 auto 10px;
}
div#popup .popuptext p.disclaimer {
	position: absolute;
	z-index: 101;
	bottom: 10px;
	margin: 0 0 0 -10px;
	font-size: 12px;
	font-style: italic;
}


.pcontainerd .pbox  h2 {
	margin: 0px;
	padding: 0px;
}

.pcontainerd .pbox .post {
	min-height: 20px;
}

@keyframes myfirst
{
0%   {opacity: 0;}
90%  {opacity: 0;}
100% {opacity: 1;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {opacity: 0;}
90%  {opacity: 0;}
100% {opacity: 1;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {opacity: 0;}
90%  {opacity: 0;}
100% {opacity: 1;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {opacity: 0;}
90%  {opacity: 0;}
100% {opacity: 1;}
}

object#plugoo
{
animation: myfirst 7s;
-moz-animation: myfirst 7s; /* Firefox */
-webkit-animation: myfirst 7s; /* Safari and Chrome */
-o-animation: myfirst 7s; /* Opera */
}

