body {
	margin: 0;
	padding: 0;
	background: #FFF url(/blog/wp-content/themes/salmon/images/bkg_body.jpg) repeat-x;
	font-family: 'Verdana';
	color: #777;
	font-size: 12px;
	height:100%;
}
/* General Links */
a:link {
	text-decoration : none;
	color : #0000FF;
	border: 0px;
}
a:active {
	text-decoration : underline;
	color : #0000FF;
	border: 0px;
}
a:visited {
	text-decoration : none;
	color : #0000CC;
	border: 0px;
}
a:hover {
	text-decoration : underline;
	color : #FF0000;
	border: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
hr {
	border-left:0px solid #abb0b5;
	border-right:0px solid #abb0b5;
	border-top:1px dotted #abb0b5;
	border-bottom:0px solid #abb0b5;
	height : 1px;
	width:90%
}
input {
	font-family: 'Verdana';
	color: #0000FF;
	font-size: 10px;
}
textarea {
	font-family: 'Verdana';
	color: #6a5555;
	font-size: 10px;
}
select {
	font-family: 'Verdana';
	color: #6a5555;
	font-size: 10px;
}
h1, h2, h3 {
	font-family: 'Helvetica';
}
#bgcontain {
	width: 900px;
	height: 100%;
	padding: 0px;
	margin: 0 auto;
}
.Header {
	margin-top: 31px;
	position: relative;
	clear: left;
	width: 900px;
	margin: 0 auto;
	margin-top: 31px;
}
.Header h1 {
	margin: 0;
	padding-top: 40px;
	color: #FFF;
}
.Header h1 a {
	width: 320px;
	height: 90px;
	cursor: hand;
	float: left;
	text-decoration: none;
}
.Header h1 a:hover {
	text-decoration: none;
	color: #FFF;
}
.Header h3 {
	margin: 0;
	padding-top: 5px;
	color: #FFF;
	float: left;
}
.Header .TopHeader {
	position: absolute;
	top: -25px;
	left: 0px;
	color:#666666;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}
.Header .TopHeader a {
	/*background: url(/blog/wp-content/themes/salmon/images/top_ico.gif) no-repeat left center;*/
	color:#0000ff;
	font-weight:bold;
	/*padding-left: 15px;*/
}
.Header .Search {
	position: absolute;
	top: -1px;
	right: 0px;
	background: url(/blog/wp-content/themes/salmon/images/bkg_search.png) no-repeat left top;
	width: 291px;
	color:#000;
	height: 92px;
}
.Header .Search fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
.Header .Search legend {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}
.Header .Search form {
	padding: 25px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.Header .Search input {
	color: #666;
	font-size: 12px;
}
.Header .Search input.search {
	width: 32px;
	height: 29px;
	background: url(/blog/wp-content/themes/salmon/images/SearchButton.png) no-repeat;
}
.Header .Search input.search:hover {
	background: url(/blog/wp-content/themes/salmon/images/SearchButton.png) no-repeat 0 -29px;
}
.Header .Search input.searchIE {
	width: 32px;
	height: 29px;
	background: url(/blog/wp-content/themes/salmon/images/SearchButton.png) no-repeat 0 -29px;
}
.Header .Search input.keyword {
	border: none;
	background: #fff url(/blog/wp-content/themes/salmon/images/SearchKeyword.png) no-repeat;
	padding: 7px 0px 7px 10px;
	width: 237px;
	border: none;
}
/*\ IE/Win min height hack */ * html #buttonsearch {
	margin: -29px 0px 0px 216px;
} /* */
#buttonsearch {
	padding: 0px;
	margin: -28px 0px 0px 216px;
	top: 0px;
	background: none;
}
.Header .SubRss {
	position: absolute;
	top: 128px;
	right: 0px;
	background: url(/blog/wp-content/themes/salmon/images/bkg_rss.gif) no-repeat left top;
	width: 291px;
	color:#f0f0f0;
	height: 37px
}
.Header .SubRss ul em {
	display: none
}
.Header .SubRss ul {
	margin: 0px;
	padding: 9px 8px 9px 8px;
}
.Header .SubRss ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
.Header .SubRss ul li a {
	DISPLAY: block;
	HEIGHT: 29px
}
.Header .SubRss ul li a.subscribe {
	background: url(/images/SubBlogButton.png) no-repeat left bottom;
}
.Header .SubRss ul li a:hover {
	background-position: left top;
}
.MainMenu {
	position: absolute;
	top: 130px;
	left: 0px;
}
.MainMenu ul {
	padding: 0px;
	margin: 0px;
}
.MainMenu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 11px;
}
.MainMenu a {
	padding: 0px 0px 0px 12px;
	margin-left: 1px;
	background: url(/blog/wp-content/themes/salmon/images/MainMenuLeft.png) no-repeat left top;
	float: left;
}
.MainMenu a span {
	padding: 10px 15px 11px 4px;
	display: block;
	background: url(/blog/wp-content/themes/salmon/images/MainMenuRight.png) no-repeat right top;
	float: left;
	color:#0000FF;
}
.MainMenu a span {
	float: none;
	color: #FFF;
}
.MainMenu a:hover span {
	color: #3d474e;
}
.MainMenu a:hover {
	background-position: 0% -34px;
	color: #0000FF;
	text-decoration: none;
}
.MainMenu a:hover span {
	background-position: 100% -34px;
	color: #0000FF;
}
* html .container {
	height: 100%;
}
.container {
	width: 900px;
	height: 100%;
	min-height: 450px;
	float: left;
	margin-bottom: 15px;
	margin-top: 34px;
}
/* Central Column */
.SC {
	float: left;
	width: 586px;
	color: #000;
}
.DateHeader {
	background: #535370;
	margin-bottom: 20px;
	margin-top: 20px;
}
.DateHeader p {
	background:url(/blog/wp-content/themes/salmon/images/DateHeaderIco.png) no-repeat left center;
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 0px 10px;
	font-size: 18px;
	font-family: 'Helvetica';
}
.Post {
	padding: 0px;
	position: relative;
	clear: left;
	width: 588px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.Post h1 {
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: 'Helvetica';
	padding: 2px 0px;
	margin: 0px;
	display: block;
	text-transform: uppercase;
	color:#333333;
}
.Post h1 a {
	color: #0000FF;
	text-decoration: none;
}
.Post h1 a:visited {
	color: #0000CC;
	text-decoration: none;
}
.Post h1 a:hover {
	color: #FF0000;
	text-decoration: none;
}
.PostHeadSimple {
}
.PostHead {
	padding-left: 0px;
}
.PostInfo {
	padding: 2px 0px;
	margin-left: 0px;
	font-size: 9px;
	color: #7fa1a9;
	border-top: dashed 1px #637f89;
}
.PostInfo ul {
	padding: 0px;
	margin: 0px;
}
.PostInfo li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	color:#000000
}
.PostInfo a {
	color:#7fa1a9;
	text-decoration: underline;
}
.PostInfo a:visited {
	color:#7fa1a9;
	text-decoration: underline;
}
.PostInfo a:hover {
	color:#7fa1a9;
	text-decoration: underline;
}
.PostContent {
	padding: 10px 0px;
}
.PostContent h1 {
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 2px 0px;
	margin: 0px;
}
.PostContent h2 {
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: normal;
	padding: 2px 0px;
	margin: 0px;
}
.PostContent h3 {
	font-size: 17px;
	font-weight: normal;
	padding: 2px 0px;
	margin: 0px;
}
.PostContent ul {
	font-size: 11px;
	line-height: 16px;
}
.PostContent ol {
	font-size: 11px;
}
.PostContent p {
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding: 6px 0px;
	margin: 6px 0px;
}
.PostContent img {
	float: left;
	padding: 1px;
	border: solid 1px #FFF;
	margin: 15px 15px 15px 0px;
}
.PostContent blockquote {
	padding: 5px 0px;
	margin: 5px 0px;
	color:#666666;
}
.PostContent blockquote p {
	font-size: 10px;
	padding: 3px 0px;
	margin: 3px 0px;
	line-height: 12px;
	color: #666666;
}
.PostDetails {
	padding: 10px 0px;
	margin: 0px;
	font-size: 10px;
}
.PostDetails a {
	text-decoration: underline;
}
.PostDetails a:visited {
	text-decoration: underline;
}
.PostDetails a:hover {
	text-decoration: underline;
}
.PostDetails .ReadOn {
	background: url(/blog/wp-content/themes/salmon/images/PostDetailsReadIco.png) no-repeat left center;
	padding: 5px 0px 5px 15px;
}
.PostDetails .Subscribe {
	background: url(/blog/wp-content/themes/salmon/images/PostDetailsRssIco.png) no-repeat left center;
	padding: 5px 0px 5px 15px;
	margin-left: 5px;
}
.PostDetails .NrComments {
	background: url(/blog/wp-content/themes/salmon/images/PostDetailsCommentsIco.png) no-repeat left center;
	padding: 5px 0px 5px 15px;
	margin-left: 5px;
}
.PostDetails .AddOpinion {
	background: url(/blog/wp-content/themes/salmon/images/PostDetailsOpinionIco.png) no-repeat left center;
	padding: 5px 0px 5px 15px;
	margin-left: 5px;
}
.PostDate {
	position: absolute;
	top: 0.5em;
	left: 0;
	text-align: center;
	margin: 0;
	padding: 0px 5px 5px 5px;
	list-style: none;
	background: url(/blog/wp-content/themes/salmon/images/PostNrBkg.png) no-repeat left top;
	width: 32px;
}
.PostDate .month {
	display: block;
	font-size: 11px;
	letter-spacing: -1px;
	text-transform: uppercase;
	line-height: 16px;
	color: #FFF;
}
.PostDate .day {
	display: block;
	font-size: 16px;
	font-family: 'Arial';
	font-weight: bold;
	line-height: 18px;
	color: #ffff99;
	padding-top: 4px;
}
/* Right Column */
.SR {
	background: #F0F0F0;
	float: right;
	width: 289px;
	height: 100%;
	margin-left: 18px;
	border-left: solid 1px #367288;
	border-right: solid 1px #367288;
	border-bottom: solid 1px #367288;
	padding-top: 10px;
}
.SR h2 {
	font-family: 'Helvetica';
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #FF0000;
	padding: 15px 0px;
	margin: 0px;
	text-transform: uppercase;
	border-bottom:  1px #619ab2;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.Comments {
	background:#F0F0F0;
	padding: 20px 10px 0px 10px;
	margin: 30px 0px 30px 0px;
}
.Comments .List h3 {
	background: url(/blog/wp-content/themes/salmon/images/bkg_h3_PostComments.png) no-repeat left center;
	font-size: 14px;
	font-weight: normal;
	color:#FFF;
	margin: 0px;
	padding: 0px 0px 0px 60px;
}
.Comments .List h3 strong {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color:#ff9999;
	border-bottom: dashed 1px #87909e;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.Comments .List ol {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.Comments .List li {
	position: relative;
	background: #F0F0F0;
	padding: 10px;
	margin: 10px 0px;
	list-style-type: none;
	color:#000000;
	font-size: 11px;
	border: dashed 1px #4a6a6a;
	position: relative;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .List .ListNr {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 22px;
	font-family: 'Arial';
	line-height: 22px;
}
.Comments .List .ListDate {
	font-size: 10px;
	color:#29363a;
}
.Comments .List .ListDate a {
	color:#29363a;
	text-decoration: none;
}
.Comments .List .ListDate a:visited {
	text-decoration: underline;
}
.Comments .List .ListUser {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	font-size: 11px;
	letter-spacing: -1px;
}
.Comments .List .ListUser a {
	color: #ff9999;
}
.Comments .List .ListUser a:visited {
	color: #ff9999;
}
.Comments .List .ListUser a:hover {
	color: #e1f15d;
}
.Comments .List .ListDate {
	color:#cac7b8;
	padding: 1px 0px;
	margin: 0px 0px 0px 50px;
}
.Comments .List .ListDate a {
	color: #a7bac5;
	text-decoration: underline;
}
.Comments .List .ListContent {
	margin-left: 50px;
	margin-right: 10px;
	color:#fff;
}
.Comments .List .ListContent a {
	color: #ff9999;
}
.Comments .List .ListContent a:visited {
	color: #ff9999;
}
.Comments .List .ListContent a:hover {
	color: #FF0000;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .Form {
	background: #F0F0F0;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
}
.Comments .Form h3 {
	background: url(/blog/wp-content/themes/salmon/images/bkg_h3_PostForm.png) no-repeat left center;
	font-size: 14px;
	font-weight: normal;
	color:#FFF;
	margin: 0px;
	padding: 0px 0px 0px 60px;
}
.Comments .Form h3 strong {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color:#FFF;
	border-bottom: dashed 1px #87909e;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.Comments .Form form {
	padding: 0px;
	margin: 20px 0px 0px 60px;
}
.Comments .Form p {
	padding: 5px 0px;
	margin: 0px;
	font-size: 10px;
	color:#FFFFFF;
}
.Comments .Form p label {
	padding-bottom: 10px;
	display: block;
}
.Comments .Form p label small {
	font-size: 10px;
	color: #ff9999
}
.Comments .Form .Note {
	margin: 5px 0px;
	width: 395px;
}
.Comments .Form .Note small {
	font-size: 10px;
}
.Comments .Form .TextField {
	background: #d5f3ff;
	border: solid 1px #fff;
	padding: 5px;
	color: #424e65;
	font-size: 12px;
}
.Comments .Form .TextArea {
	background: #d5f3ff;
	border: solid 1px #fff;
	padding: 5px;
	color: #424e65;
	font-size: 13px;
}
.Comments .Form input.SubmitComment {
	width: 150px;
	height: 26px;
	background: url(/blog/wp-content/themes/salmon/images/SubmitComment.png) no-repeat;
	margin-top: 7px;
}
.Comments .Form input.SubmitComment:hover {
	background: url(/blog/wp-content/themes/salmon/images/SubmitComment.png) no-repeat 0 -26px;
}
.Comments .Form input.SubmitCommentIE {
	width: 150px;
	height: 26px;
	background: url(/blog/wp-content/themes/salmon/images/SubmitComment.png) no-repeat 0 -26px;
	margin-top: 7px;
}
.Comments .Form input.Subscribe {
	background: #eaf4ff;
	border: 1px #fff solid;
	font-weight: bold;
	padding: 2px 0px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/***** Side Menu *****/

.Categ {
	margin-bottom: 10px;
	padding: 0px 10px;
	width: 269px;
	float: left;
}
.Categ ul {
	font-size: 11px;
	list-style: none;
	border-top: 1px solid #276e88;
	padding: 1px 0px 0px 0px;
	margin: 0;
	color:#FFFFFF;
	line-height: 1;
}
.Categ li {
	margin: 0;
	padding: 0;
	background: none;
	min-height: 20px;
	color:#FFFFFF;
	width: 269px;
	display: block;
	border-bottom: 1px solid #276e88;
	position: relative;
}
.Categ li a {
	display: block;
	padding: 3px 0px 4px 20px;
	text-decoration: none;
	color: #0000ff;
	background: url(/blog/wp-content/themes/salmon/images/CategoriesIco.png) no-repeat left top;
	border-bottom: 2px solid #619ab2f;
}
.Categ li a:hover {
	background: #276e88 url(/blog/wp-content/themes/salmon/images/CategoriesIcoOn.png) no-repeat left top;
	text-decoration: none;
	color: #e1f15d;
}

* html .Categ li a {
	right: 0px;
	color:#0000FF;
}

.Sponsors {
	margin-bottom: 12px;
	width: 289px;
}
/*\ IE/Win min height hack */ * html .FooterContain {
	height: 120px;
} /* */
.FooterContain {
	width: 100%;
	background: #F0F0F0;
	clear: both;
	min-height: 50px;
	padding: 12px 0px 0px 0px;
	border-top: solid 1px #114f66;
}
.Footer {
	width: 900px;
	margin: 0 auto;
	color: #859494;
	clear: both;
}
.Footer h2 {
	font-family: 'Arial';
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0px;
	margin: 0px;
	text-transform: uppercase;
}
/*\ IE/Win min height hack */ * html .Footer ul {
	height: 120px;
} /* */
.Footer ul {
	min-height: 120px;
	padding: 0px;
	margin: 10px 0px;
	border-top: solid 1px #364f59;
}
.Footer li {
	margin: 0px;
	padding-bottom: 4px;
	padding-top: 3px;
	list-style-type: none;
	border-bottom: solid 1px #364f59;
}
.Footer li small {
	font-size: 10px;
}
.Footer li a {
	display: block;
	color: #0000FF;
	padding: 6px 0px 0px 0px;
	font-size: 11px;
}
.Footer li a:visited {
	display: block;
	color: #0000CC;
	padding: 6px 0px 0px 0px;
	font-size: 11px;
}
.Footer li a:hover {
	display: block;
	color:#FF0000;
	padding: 6px 0px 0px 0px;
	font-size: 11px;
}
.FooterRecent {
	float: left;
	width: 50%;
}
.FooterCommented {
	float: left;
	width: 290px;
	margin: 0px 14px;
}
.FooterPartners {
	float: left;
	width: 290px;
}
.FooterCopy {
	background: #FFF;
	width: 900px;
	color: #fff;
	float: left;
}
.FooterCopy p {
	padding: 10px;
	margin: 0px;
	font-size: 9px;
	color: #000;
}

.SquareBanner { float:left; margin-right:10px; margin-bottom:10px}
		
.HotOffer {border:dashed; border-color:#FF0000; background-color:#F0F0F0; color:#000; width:95%; height:140px; padding:5px; font-weight:bold; font-size:larger; text-align:center; margin-top:20px}

#bookmarks_holder {float:left;}
.bookmarks {float:left;margin-right:10px;}
.bookmarks a {background-position:0 0;background-repeat:no-repeat;border-bottom:1px solid #bbb;color:#333;display:block;margin:2px 0 10px;padding:3px 0 10px 24px;text-decoration:none;width:75px}
.bookmarks a:hover {border-bottom:1px solid #666}

/* Coupons styling */
#coupons li {font-size:12pt; font-weight:bold; list-style: none; border-bottom:dashed; background-repeat: no-repeat; background-position: 0em 0.5em; padding:10px; margin:0px; padding-left:38px; margin-bottom:10px;} 
.info {color:#666666; font-size:8pt; font-weight:normal; margin:0; padding:0;}
