BODY {
	background:#eee;
    color : #222;
    font-family: 'Ubuntu', sans-serif;
    font-size: 11pt;
    margin:0;
}
h1 {
	font-size:190%;
	margin-top:10px;
	margin-bottom:7px;
	font-weight:normal;
	color:#000;
	padding:5px 0 4px 0;
}
h1:before {
	content:"\2727";
	padding-left:10px;
}
h1.h1Sub {
	margin-top:20px;
}
h1.h1Sub:before {
	content:"";
	padding-left:0;
}
h1.h1Post {
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
	line-height:1.3em;
}
.h1Post:before {
	content:"";
	padding-left:0;
}
h2 {
	font-size:170%;
	margin-top:15px;
	margin-bottom:7px;
	font-weight:normal;
	color:#000;
	padding:5px 0 4px 0;
}
h2:before {
	content:"\2727";
	padding-left:10px;
}
h2.p {
	font-size:21pt;
	padding-top: 28px;
    padding-bottom: 0px;
	margin: 0px;
	font-weight:normal;
	line-height:1.2em;
}
h2.p:before {
	content:"";
	padding-left:0;
}
h3.p {
	font-size:15pt;
	margin:0;
	margin-top:10px;
	padding:0;
	color:#000;
	font-weight:normal;
}
h3 {
	font-size:13pt;
	margin:15px 4px 10px 0;
	color:#000;
}
h5 {
	font-size:18pt;
	padding-top: 28px;
    padding-bottom: 0px;
	margin: 0px;
}
img {
	border:0px;
}
form {
	display:inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
a {
    color : #1444CD;
    text-decoration : none;
}
a:hover {
    color : #000000;
}
a.h {
	display:inline-block;
	padding:10px 2px 0px 10px;
}
a.h:after {
	content:"\25BC";
	font-size:9pt;
	color:#bbb;
	padding-left:10px;
}
.space {
	margin: 3px;   
}
.space1 {
	margin: 7px;   
}
.space2 {        
	margin: 14px;    
}
.space3 {        
	margin: 25px;    
}
div.spaceTop {
	margin-top: 14px;
}
.green {
	color:#00b104;
}
.red {
	color:#ff0000;
}
.blue {
	color:#0060ff;
}
.grey {
	color:#888;
}
.bold {
	font-weight:bold;
}
.note {
	font-size:7pt;
}
.smallText {
	font-size:8pt;
}
.mediumText {
	font-size:10pt;
}
.lineGreyt {
	width:100%;
	border-top:1px solid #ccc;
}
.lineWhitet {
	width:100%;
	border-top:1px solid #fff;
}
.lineBlackt {
	width:100%;
	border-top:1px solid #000;
}
.lineGreyb {
	width:100%;
	border-bottom:1px solid #ccc;
}
.lineWhiteb {
	width:100%;
	border-bottom:1px solid #fff;
}
.lineBlackb {
	width:100%;
	border-bottom:1px solid #000;
}
.center {
	text-align:center;
}
.centerOutter {
	margin:0 auto;
}
.maxWidth {
	max-width:1262px;
}
.clear {
	clear:both;
}
.capital:first-letter {
	text-transform: capitalize;
}
blockquote {
    background-color: #fffbf2;
    padding: 15px;
	margin:10px 25px 0 25px;
    border:1px solid #ddd;
    font-style: italic;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	font-size:11pt;
}
.fb-like {
	display:block;
}


/* call to action buttons START */

/* call to action buttons END */



/* all pages common skeleton START */
.allOverall {
	
}
.headerUp {
	margin:15px 0 15px 0;
}
.headerUpOutter {
	width:100%;
	background:#f8f8f8;
}
.headerUpLeft {
	float:left;
	width:20%;
	min-width:250px;
	height:90px;
	text-align:center;
}
.headerUpLeft1 {
	float:left;
	width:15%;
	min-width:170px;
	height:50px;
	padding-top:38px;
	font-size:9pt;
}
.headerUpLeft2 {
	width:65%;
	float:left;
	height:50px;
	padding-top:20px;
}
.headerUpLeft2Quote {
	margin-right:0;
	padding-top:12px;
	padding-bottom:12px;
	font-style:normal;
}
.headerMenu {
	border-top:1px solid #ddd;
	padding:7px 0 8px 0;
	background:#fff;
}
.headerMenuItem {
	padding:8px 21px 8px 21px;
	border-right:1px solid #eee;
	font-size:130%;
	color:#1444CD;
}
.headerMenuItem:hover {
	background:#222;
	color:#fff;
}
.headerBread {
	color:#aaa;
	font-size:9pt;
	padding:6px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#fff;
}
.headerBreadItem {
	color:#333;
	opacity:0.6;
	padding:5px 10px 7px 10px;
	color:#1444CD;
	line-height:1.8em;
}
.headerBreadItem:hover {
	opacity:1;
}
.headerBreadItemSel {
	text-decoration:underline;
}
.headerFixed {
	position:fixed;
	top:0px;
	width:100%;
}
.headerFixedInner {
	margin:0 auto;
	max-width:480px;
	height:25px;
	background:#111;
	border-top:1px solid #aaa;
	-moz-border-radius: 0 0px 8px 8px;
    -webkit-border-radius: 0 0px 8px 8px;
    -khtml-border-radius: 0 0px 8px 8px;
    border-radius: 0 0px 8px 8px;
	font-size:10pt;
	color:#888;
	padding:8px 15px 0 15px;
	text-align:center;
}
.headerFixedItem {
	color:#aaa;
	border-bottom:1px dotted #777;
	font-weight:bold;
	padding-top:5px;
}
.headerFixedItem:hover {
	color:#fff;
}
.linkAds {
	margin:10px 0 0px 0;
	text-align:center;
}
.generalLeft {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#fff;
	padding:0 20px 20px 20px;
}
.socialButton {
	margin-bottom:14px;
	text-align:left;
}
.inlineAd {
	/*height:95px;*/
	height:auto;
}
/* all pages common skeleton END */



/*forms START*/
.button {
	cursor:pointer;
	color:#fff;
	border:0;
	background:#1444CD;
	padding:7px 12px 7px 12px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	font-weight:bold;
}
.buttonSmall {
	font-size:7pt;
	padding:4px 6px 4px 6px;
}
.button:hover {
	color:#fff;
	background:#111;
}
form {
	width:100%;
}
.box {
	border:1px solid #999;
	padding:4px;
	font-size:12pt;
	width:85%;
	background:#f9f9f9;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.boxSmall {
	font-size:9pt;
	padding:2px;
	width:95%;
}
.box:hover {
	border:1px solid #222;
	background:#fff;
}
/*forms END*/



/* post boxes START */
.postBox {
	display:inline-block;
	max-width:311px;
	width:295px;
	height:281px;
	border:1px solid #ddd;
	margin:5px 3px 5px 3px;
	text-align:center;
	font-size:120%;
	line-height:1.1em;
	background:#fff;
}
.postBox1 {
	width:301px;
	height:252px;
}
.postBox2 {
	width:406px;
	height:78px;
	max-width:406px;
}
.postBox0 {
	width:215px;
	height:281px;
}
.postBoxOutterOverall {
	display:inline-block;
	width:100%;
	height:auto;
}
.postBoxInner {
	height:132px;
	border-bottom:1px solid #ddd;
	padding:13px 4px 0 4px;
}
.postBoxInner1 {
	width:289px;
	height:252px;
	display:table;
	padding:4px 4px 0 4px;
	font-size:80%;
}
.postBoxInner2 {
	width:390px;
	height:78px;
	display:table;
	margin:10px;
	margin-top:8px;
	font-size:90%;
	text-align:left;
	line-height:1.1em;
}
.postBoxInner0 {
	width:205px;
	height:281px;
	display:table;
	padding:5px 4px 0 4px;
	font-size:80%;
	line-height:1.3em;
}
.postBoxTitle {
	font-size:120%;
	margin-bottom:5px;
	font-weight:bold;
	display:table;
	width:100%;
}
.postBoxTitle2 {
	font-weight:bold;
}
.postBoxAd {
	display:inline-block;
	height:293px;
	margin:0px 1px 0px 1px;
	text-align:center;
}
.postBoxInnerAd {
	padding:0;
	height:292px;
}
.postBoxAdInner {
	display:table;
	width:337px;
	height:281px;
	margin-top:5px;
	background:#fff;
}
.postBoxHoriz {
	float:left;
	display:table;
	width:69%;
	margin-right:1%;
}
.postBoxHorizInner {
	display:table;
	width:97%;
	height:auto;
	margin:12px 0 12px 0;
	padding:12px 5px 12px 20px;
	background:#fff;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.postBoxHorizInnerRel {
	width:94%;
	margin:0;
	border-bottom:1px solid #eee;
	border-top:0px;
}
.postBoxHorizInnerStart {
	margin-top:0px;
}
.postBoxHorizTitle {
	font-size:16pt;
	font-weight:bold;
}
.postBoxHorizImage {
	width:198px;
	height:70px;
	position:relative;
	overflow:hidden;
	float:left;
	margin:0 15px 5px 0;
	border:1px solid #ddd;
}
.postBoxImage0 {
	height:70px;
}
.postBoxImage1 {
	font-size:14pt;
	height:70px;
}
.postBoxImage2 {
	height:57px;
}
.postBoxImageSmall {
	width:160px;
	margin-right:8px;
	border:1px solid #ddd;
}
.postBoxImageOutter1 {
	width:198px;
	height:70px;
	position:relative;
	border:1px solid #ddd;
	overflow:hidden;
	margin:0 auto;
}
.postBoxImageInner1 {
	width:198px;
	position:absolute;
	left:0;
	top:-34px;
}
.postBoxImageOutter2 {
	width:160px;
	height:57px;
	margin:0 8px 0 0;
}
.postBoxImageInner2 {
	width:160px;
	top:-29px;
}
.postImageBig {
	display:block;
	width:100%;
	max-width:620px;
	margin:9px auto;
	text-align:center;
}
/* post boxes END */



/* subpage START */
.subDescr {
	text-align:center;
	background:#fff;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 15px 10px 15px;
	font-size:10pt;
	margin-bottom:10px;
}
.subDescrAd {
	height:118px;
}
/* subpage END */



/* article START */
.artDescrOutter {
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:5px 0 15px 0;
	height:195px;
	font-size:13pt;
}
.artDescrOutterBig {
	height:222px;
}
.artDescrLeft {
	min-width:200px;
	width:18%;
	float:left;
	border:0px solid #000;
	height:145px;
	padding:20px 0 10px 0;
	text-align:right;
}
.artDescrLeftText {
	color:#5c5c5c;
	font-size:10pt;
}
.artDescrLeftTextBold {
	color:#000;
}
.artDescrLeftImage {
	max-width:198px;
	width:auto;
}
.artDescrRight {
	display:inline-block;
	float:right;
	width:79%;
	border:0px solid #777;
	height:150px;
	padding:15px 0 10px 0;
}
.artDescrRightText {
	width:90%;
}
.artDescrRightAd {
	max-width:971px;
	height:91px;
	margin-top:20px;
}

.artLeft {
	border-bottom:1px solid #ddd;
	background:#fff;
	padding-bottom:20px;
}
.artLeftText {
	float:right;
	width:555px;
	font-size:12pt;
	padding:15px;
	margin-right:40px;
}
.artLeftTextBig {
	width:762px;
	font-size:13pt;
	color:#333;
	line-height:1.4em;
	margin:0 auto;
	padding:15px 0px 15px 0px;
}
.artLeftPiperies {
	width:24%;
	float:left;
	padding:15px;
	font-size:11pt;
}
.artPiperiesTitle {
	margin-bottom:20px;
}
.artPiperies {
	display:block;
	margin-bottom:20px;
}
.artImgLeft {
	float:left;
	display:block;
	margin:6px 12px 6px 0;
}
.artImgRight {
	float:right;
	display:block;
	margin:6px 0 6px 12px;
}
.artImgCenter {
	display:block;
	margin:6px auto;
	width:100%;
	max-width:440px;
}
.artBottomAd {
	float:right;
	width:63%;
	height:290px;
}
.artBottomAdInner {
	display:table;
	width:98%;
	height:281px;
	margin-top:5px;
	background:#fff;
}
.artBottomSocial {
	float:left;
	width:190px;
	height:280px;
	line-height:1.2em;
	font-size:10pt;
}
.artLwOutter {
	width:99%;
	text-align:center;
}
.artLw {
	width:150px;
	display:inline-block;
	margin:7px;
}
.artLwl {
	margin-left:0px;
}
.artLwr {
	margin-right:0px;
}
/* article END */




/* comments START */
.comOutter {
	display:table;
	margin:0 auto;
	margin-top:25px;
	width:80%;
}
.comName {
	font-weight:bold;
	font-size:10pt;
	background:#ffe3a3;
	padding:5px 9px 5px 9px;
	-moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.comDate {
	font-weight:normal;
	font-size:9pt;
	color:#000;
	display:inline-block;
	padding:4px;
}
.comText {
	background:#fffbf2;
	border:1px solid #ffe3a3;
	padding:10px 20px 10px 10px;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.comFormOutter {
	display:table;
	margin:0 auto;
	margin-top:35px;
	width:80%;
}
.comFormStatus,.newComment {
	display:none;
	text-align:center;
}
.comFormStatus,.newComment {
	display:none;
	text-align:center;
}
.comBoxResp {
	border:1px solid #999;
	padding:4px;
	background:#fff;
	font-size:12pt;
	width:30%;
}
.comBoxResp:hover {
	border:1px solid #222;
}
.comBoxTextarea {
	width:99%;
	height:150px;
}
/* comments END */



/* right START */
.rightOutter {
	float:right;
	max-width:400px;
	width:30%;
}
.rightInner {
	max-width:336px;
}
.rightTitle {
	max-width:321px;
	font-size:10pt;
	color:#fff;
	padding:6px 0 6px 15px;
	background:#111;
}
.rightContent {
	max-width:310px;
	padding:15px 10px 20px 15px;
	margin-bottom:36px;
	background:#fff;
	border:1px solid #ddd;
}
.rightAdInner {
	display:table;
	width:337px;
	height:281px;
	margin-top:5px;
	background:#fff;
}
.rightLinkBox {
	display:inline-block;
	padding:4px 6px 4px 6px;
	margin:2px;
	border:1px solid #ddd;
	background:#f9f9f9;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	font-size:9pt;
}
.rightSxetikaImg {
	float:left;
	width:120px;
	margin-right:7px;
	margin-top:3px;
}
.rightSxetikaDescr {
	font-size:10pt;
	margin-bottom:10px;
}
.rightOpo {
	max-width:336px;
	width:100%;
}
/* right END */



/* footer START */
.footerOutter {
	width:100%;
	display:table;
	background:#111;
	padding-bottom:10px;
}
.footerBox {
	color:#333;
	font-size:90%;
}
.footerBox1 {
	float:left;
	width:25%;
	margin-right:3%;
}
.footerBox2 {
	float:left;
	width:32%;
	margin-right:3%;
	text-align:center;
}
.footerBox3 {
	float:left;
	width:19%;
	margin-right:3%;
}
.footerBox4 {
	float:right;
	width:15%;
}
.footerBoxTitle {
	font-size:10pt;
	color:#fff;
	border-bottom:1px solid #222;
	padding:25px 0 2px 0;
	margin-bottom:6px;
}
.footerBoxLinkCat {
	display:block;
	color:#999;
	padding:5px 0 5px 0;
	margin-top:5px;
	background:#1c1c1c;
	text-align:center;
}
.footerBoxLinkCat:hover {
	color:#fff;
	background:#1444CD;
}
.footerBoxLinkCom {
	display:block;
	color:#999;
	padding:4px 0 5px 0;
	margin-bottom:2px;
	font-style:italic;
}
.footerBoxLinkCom:hover {
	color:#fff;
	background:#1444CD;
}
.footerBoxLinkRest {
	display:block;
	color:#777;
	padding:5px 0 6px 10px;
	border-bottom:1px dotted #222;
}
.footerBoxLinkRest:hover {
	color:#fff;
	background:#1444CD;
}
.footerBoxLinkRestBottom {
	display:inline-block;
	color:#999;
	margin:5px 0px 5px 15px;
}
.footerBoxLinkRestBottom:hover {
	color:#1444CD;
}
.footerBoxLinkRestBottomRss {
	opacity:0.3;
}
.footerBoxLinkRestBottomRss:hover {
	opacity:1;
}
.footerCredits {
	width:100%;
	font-size:9pt;
	color:#333;
}
.footerCreditsInner {
	border-bottom:1px solid #222;
}
#cookie {
	position:fixed;
	bottom:0;
	width:100%;
	background:#555;
	color:#bbb;
	padding:8px 0 8px 0;
	font-size:8pt;
	text-align:center;
	text-shadow:none;
	z-index:50000;
}
/* footer END */



/* mobile menu START */
.mobileMenu {
	display:none;
	position:fixed;
	width:100%;
	bottom:0;
	padding:12px;
	background:#111;
	border-top:1px solid #444;
	border-right:1px solid #444;
	-moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    -khtml-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
	font-size:10pt;
	text-align:center;
	z-index:50001;
}
.mobileMenuItem {
	display:inline-block;
	color:#fff;
	width:auto;
	margin-right:7px;
	cursor:pointer;
	padding:5px 0px 5px 0px;
}
.mobileMenuItem:hover {
	color:#fff;
}
.mobileMenuItemText {
	display:inline-block;
	margin:5px 8px 0 5px;
}
/* mobile menu END */



/* paging START */
.pagingOutter {
	background:#f8f8f8;
	font-size:14pt;
	font-weight:bold;
	margin:5px 0 15px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	width:100%;
}
.pagingItem {
	display:inline-block;
	padding:5px 10px 5px 10px;
	text-align:center;
}
/* paging END */



/*  GO FULL WIDTH AT LESS THAN ... PIXELS */
@media only screen and (max-width: 1300px) {
	.headerUpLeft2 {
		width:50%;
	}
	.headerUpLeft2Quote {
		padding-top:10px;
		padding-bottom:10px;
	}
	.headerMenuItem {
		padding:7px 12px 8px 12px;
		font-size:120%;
	}
	#homeIcon {
		height:15px;
	}
	.postBoxOutterOverall {
		text-align:center;
	}
	
	/*right*/
	.rightAdInner {
		width:100%;
	}
	
	/*article page*/
	.artDescrRight {
		width:74%;
	}
	.artLeftPiperies {
		width:98%;
		float:none;
		font-size:10pt;
		clear:both;
	}
	.artPiperiesTitle {
		font-weight:bold;
		margin:10px 0 10px 0;
		font-size:12pt;
	}
	.artPiperies {
		float:left;
		width:100px;
		height:80px;
		margin:2px;
		text-align:center;
	}
	.artLeftText {
		width:90%;
		max-width:555px;
		float:none;
		display:block;
		height:auto;
		margin:4px auto;
		padding:15px 0px 15px 4px;
	}
	.artLeftTextBig {
		width:90%;
		max-width:792px;
		float:none;
		display:block;
		height:auto;
		margin:2px auto;
		padding:15px 0px 15px 4px;
	}
}

@media only screen and (max-width: 870px) {
	h1 {
		font-size:170%;
	}
	.headerUpOutter {
		text-align:center;
	}
	.headerUpLeft2 {
		display:block;
		float:none;
		width:99%;
		margin:0 auto;
		padding-top:40px;
	}
	.headerUpLeft2 {
		text-align:center;
		padding-top:10px;
		padding-bottom:20px;
		height:auto;
	}
	.headerUpLeft,.headerUpLeft1 {
		display:inline-block;
		float:none;
		margin-top:45px;
	}
	.headerUpLeft2Quote {
		margin:0 auto;
	}
	.headerMenu {
		border-top:0;
		border-bottom:0;
		padding:0px;
		text-align:center;
	}
	.headerMenuItem {
		font-size:110%;
		display:inline-block;
		border:1px solid #aaa;
		margin:2px;
		padding:6px 8px 6px 8px;
	}
	.postBoxAdInner {
		width:301px;
	}
	.postBoxTitle2 {
		font-size:13pt;
		line-height:1.2em;
		text-align:center;
	}
	.postBoxTitle,.postBoxHorizTitle {
		font-size:13pt;
		line-height:1.2em;
	}
	.postBoxHoriz,.generalLeft {
		float:none;
		width:95%;
	}
	.linkAds,.postBoxImage2,.footerBox2,.footerBox3 {
		display:none;
	}
	
	/*right bar*/
	.rightOutter,.rightInner,.rightTitle {
		float:none;
		width:95%;
		max-width:inherit;
		margin:0 auto;
	}
	.rightContent {
		width:95%;
		max-width:inherit;
		margin:0 auto;
		margin-bottom:16px;
	}
	
	/*footer*/
	.footerBox {
		width:42%;
		padding:0 8px 0 8px;
	}
	
	/*article page*/
	.artDescrOutter {
		display:table;
		width:100%;
		margin:0;
	}
	.artDescrLeft,.artDescrRight,.artDescrRightText,.artDescrRightAd {
		display:block;
		float:none;
		width:99%;
		text-align:center;
		padding:0px;
		margin-top:15px;
		height:auto;
		font-size:11pt;
	}
	.artDescrRightAd {
		height:91px;
		display:table;
		padding:0;
		margin:20px 0 0 0;
		width:100%;
	}
}


@media only screen and (max-width: 620px) {
	.headerFixed {
		display:none;
	}
	.mobileMenu {
		display:block;
	}
	.headerMenuOutter {
		position:fixed;
		z-index:100;
		bottom:52px;
		padding-top:8px;
		background:#fff;
		display:none;
		border-top:10px solid #ccc;
		z-index:50002;
	}
	#cookie {
		bottom:-500px;
	}
	.headerMenu {
		background:#fff;
	}
	.headerBreadItem {
		opacity:1;
	}
	.footerCredits {
		margin-bottom:40px;
	}
	.footerBoxImageRestBottom {
		display:block;
		margin-left:8px;
	}
	.footerBoxLinkRestBottom {
		margin:5px;
		padding:8px;
	}
	
	/*article page*/
	/*.artLeftPiperies {
		display:table;
		float:none;
		padding:0;
		margin:0;
	}
	.artPiperies {
		float:none;
		width:100%;
		height:auto;
		padding:4px 0 4px 2px;
		margin:2px;
		text-align:left;
	}*/
	.artLeftPiperies {
		display:none;
	}
	.artLeftText,.artLeft {
		display:block;
		float:none;
		margin:10px 0 15px 0;
		padding:10px 5px 5px 5px;
		width:97%;
	}
	.artLeftTextBig {
		display:block;
		float:none;
		margin:5px 0 15px 0;
		padding:0px 5px 5px 5px;
		width:97%;
		font-size:12pt;
	}
	.artBottomSocial {
		display:table;
		margin:0px auto;
		width:100%;
		text-align:center;
		height:160px;
	}
	.artBottomAd {
		display:table;
		margin:10px auto;
		width:100%;
		text-align:center;
	}
	.artBottomAdInner {
		display:table;
		width:100%;
	}
	.artLw {
		width:105px;
	}
	.comFormOutter,.comOutter {
		width:97%;
	}
	.comText {
		font-size:10pt;
	}
	
	.socialButton {
		margin-bottom:20px;
		margin-right:10px;
		margin-top:20px;
		display:inline-block;
	}
}


@media only screen and (max-width: 500px) {
	h1,h2 {
		text-align:left;
		font-size:150%;
	}
	.headerUpLeft,.headerUpLeft1 {
		display:block;
		float:none;
		width:99%;
		margin:0 auto;
		padding-top:40px;
	}
	.headerUpLeft1 {
		text-align:center;
		padding-top:10px;
		padding-bottom:20px;
		height:auto;
	}
	.headerUpLeft1 {
		float:none;
	}
	.headerUpRight{
		padding:2px;
		padding-top:8px;
	}
	.postBox2,.postBox1,.postBox0 {
		display:block;
		width:98%;
		max-width:500px;
	}
	.postBox1,.postBox0 {
		height:245px;
	}
	.postBoxInner2,.postBoxInner1,.postBoxInner0 {
		width:95%;
		margin:0px;
	}
	.postBoxInner2 {
		margin-top:5px;
	}
	.postBoxTitle,.postBoxHorizTitle {
		font-size:14pt;
	}
	.postBoxHorizInner {
		font-size:100%;
	}
	.postBoxImage0 {
		width:95%;
	}
	.postBoxHorizImage {
		float:none;
		display:block;
		margin:12px auto;
	}
	.postBoxHorizInner {
		text-align:center;
	}
	.artLw {
		width:100px;
		margin-left:3px;
		margin-right:3px;
	}
}
