body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

textarea {overflow-y:auto;}
:focus {outline: 0;}
input[type="image"] {border: 0;}

html { height: 100%; }

body {
	height: 100%;
	background: #fff;
}

body.home {
  height: auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.hrdotted {
	background: url("/images/layout/backgrounds/dots.gif") repeat-x;
	margin: 18px 0 18px 0;
	height: 2px;
	overflow: hidden;
}


a {
	color: #7f7f7f;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.post-edit-link {
	color: #000;
}

.hentry {
	position: relative;
	padding-top: 24px;
}

.hentry small {
	position: absolute;
	top: 0;
	font: normal 12px/18px Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	color: #4a4a4a;
}

.postmetadata small {
	position: relative;
	text-transform: none;
}



#header {
	position: relative;
	width: auto;
	height: 320px;
}

#header .inside {
	position: relative;
	width: 915px;
	height: 320px;
	margin: 0 auto;
}

#header .inside #logo {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 206px;
	height: 88px;
	/*background: url('/images/layout/logo.png') no-repeat;*/
	overflow: hidden;
	text-indent: -9999px;
}

#header.image1,
#header.image1 .inside {
	background: url('/images/layout/backgrounds/topx.jpg') center top no-repeat;
}

#middle {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 915px;
	min-height: 60%;
	font: normal 13px/17px Verdana, sans-serif;
	color: #7f7f7f;
	background: #fff;
}

/* self-clear floats */
#middle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#middle .column-1 {
	position: relative;
	float: left;
	width: 165px;
	padding: 0 25px 1px 30px;
}

#middle .column-2 {
	position: relative;
	width: 450px;
	margin: 0 0 0 210px;
	padding: 0 35px 1px 35px;
	color: #333;
}

#middle .column-3 {
	position: relative;
	float: right;
	width: 185px;
	padding: 0 0 1px 0;
}




#middle .column-1 {
	font: normal 12px/18px Tahoma, Verdana, sans-serif;
	color: #939598;
}

#middle .column-1 h2 {
	font: bold 15px/18px Arial, Verdana, sans-serif;
	color: #328c9c;
	text-transform: uppercase;
	margin: 2px 0 10px 0;
}

#middle .column-1 h3 {
	font: bold 15px/18px Arial, Verdana, sans-serif;
	color: #328c9c;
	text-transform: uppercase;
	margin: 25px 0 10px 0;
}

#middle .column-1 ul li {
	margin: 0 0 8px 0;
}

#middle .column-1 ul.recentposts li {
	margin: 0 0 8px 0;
}

#middle .column-1 li p {
	font: normal 12px/18px Tahoma, Verdana, sans-serif;
	margin: 10px 0;
}

#middle .column-1 ul.recentposts li {
	margin-bottom: 6px;
}

#middle .column-1 p {
	font: normal 12px/18px Georgia, Tahoma, Verdana, sans-serif;
	margin: 10px 0;
}

#middle .column-1 a {
	font-family: Tahoma, Arial;
	color: #939598;
}


#middle .column-2 a {
	text-decoration: underline;
	color: #333;
}

#middle .column-2 .navigation {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#middle .column-2 h1,
#middle .column-2 h2 {
	font: normal 22px/30px Georgia, Verdana, sans-serif;
	color: #4a4a4a;
	margin: 0 0 5px 0;
}

#middle .column-2 h3 {
	font: normal 17px/20px Verdana, sans-serif;
	color: #333;
	margin: 10px 0 3px 0;
}

#middle .column-2 h4 {
	font: normal 15px/18px Verdana, sans-serif;
	color: #333;
	margin: 0 0 2px 0;
}

#middle .column-2 h3#comments,
#middle .column-2 #respond h3 {
	font: normal 15px/18px Verdana, sans-serif;
	color: #333;
	margin: 0 0 10px 0;
}

#middle .column-2 .post h2 a {
	text-decoration: none;
}

#middle .column-2 p {
	margin: 0 0 15px 0;
	font: normal 13px/18px Georgia, serif;
	color: #4a4a4a;
}

#middle .column-2 .post {
	margin: 0 0 30px 0;
}
#middle .column-2 .post .entry {
	margin: 8px 0 0 0;
}

#middle .column-2 a.more-link,
#middle .column-2 .postmetadata,
#middle .column-2 .postmetadata a,
#middle .column-2 .postmetadata small {
	font: normal 12px/18px Tahoma, sans-serif;
	color: #939598;
	text-decoration: none;
}

#middle .column-2 .postmetadata {
	margin-top: -5px;
	clear: left;
}

#middle .column-x {
  position: relative;
  margin-top: -70px;
}


#middle .column-3,
#middle .column-x {
	font: normal 12px/18px Tahoma, Verdana, sans-serif;
	color: #939598;
}

#middle .column-3 #navigation,
#middle .column-x #navigation {
	font: bold 15px/18px Arial, Verdana, sans-serif;
	color: #328c9c;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#middle .column-3 #navigation a,
#middle .column-x #navigation a {
	color: #328c9c;
}

#middle .column-3 #navigation li,
#middle .column-x #navigation li {
	margin-bottom: 10px;
}

#middle .column-3 h3,
#middle .column-x h3 {
	font: bold 15px/18px Arial, Verdana, sans-serif;
	color: #328c9c;
	text-transform: uppercase;
	margin: 25px 0 10px 0;
}

#middle .column-3 h4,
#middle .column-x h4 {
	font: bold 15px/18px Arial, sans-serif;
	color: #939598;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}

#middle .column-3 a,
#middle .column-x a {
	color: #939598;
}

#middle .column-3 h4 a,
#middle .column-x h4 a {
	color: #939598;
}

#middle .column-3 form h4,
#middle .column-x form h4 {
	text-transform: uppercase;
}

#middle .column-3 ul.blogroll li,
#middle .column-x ul.blogroll li {
	margin: 0 0 0 0;
}

#foot {
	position: relative;
	width: 845px;
	margin: 0 auto;
	padding: 25px 0 100px 0;
	background: url("/images/layout/backgrounds/footer.png") center top no-repeat;
}
body.home #foot {
  left: -5px;
  margin-top: -15px;
}

#footicons {
	position: absolute;
	top: 25px;
	left: 18px;
	width: 240px;
	height: 88px;
	background: url("/images/layout/backgrounds/footicons.png") left top no-repeat;
}

#footicons {
	position: absolute;
	top: 25px;
	left: 18px;
	width: 240px;
	height: 88px;
	background: url("/images/layout/backgrounds/footicons.png") left top no-repeat;
}

#footicons1 {
	position: absolute;
	display: block;
	top: 25px;
	left: 18px;
	width: 100px;
	height: 88px;
	background: url("/images/layout/backgrounds/footicons.png") 0 0 no-repeat;
}

#footicons2 {
	position: absolute;
	display: block;
	top: 25px;
	left: 128px;
	width: 130px;
	height: 88px;
	background: url("/images/layout/backgrounds/footicons.png") -110px 0 no-repeat;
}

#foot p {
	position: relative;
	top: 29px;
	text-align: center;
	font: normal 12px/18px Tahoma, sans-serif;
	color: #939598;
	width: 320px;
	margin: 0 auto;
}

#foot p span {
	font-size: 10px;
}




.gallery_thumbs img {
	float: left;
	margin: 0 12px 12px 0;
}

.gallery_thumbs img.last {
	margin-right: 0;
}

.ngg-gallery-thumbnail img {
	border: 0 !important;
}






#comment {
	width: 400px;
}



.piclenselink {
	display: none;
}
.ngg-galleryoverview {
	clear: none !important;
}


#atffc {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	overflow: hidden;
}

div.slideshowlink {
  display: none;
}










#bigcategoryview {
  width: 801px;
  /* background: url("/images/layout/temp2.jpg") no-repeat; */
  margin-left: 50px;
  margin-bottom: 6px;
  zoom: 1;
}
/* self-clear floats */
#bigcategoryview:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#bigcategoryview .desc {
  margin-top: 0;
  margin-bottom: 4px;
}

#bigcategoryview .categoryblock {
  position: relative;
  float: left;
  width: 256px;
  height: 236px;
  margin: 0 16px 16px 0;
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
}

#bigcategoryview .block-1 {
  
}
#bigcategoryview .block-2 {
  
}
#bigcategoryview .block-3 {
  margin-right: 0;
}

#bigcategoryview .categoryblock .ins {
  width: 256px;
  height: 236px;
  background: url("/images/layout/headers1.png") 0 0 no-repeat;
}

#bigcategoryview .categoryblock .insalt {
  background: url("/images/layout/headers2.png") 0 0 no-repeat;
}

#bigcategoryview .block-1 .ins,
#bigcategoryview .block-1 .insalt {
  background-position: 0 0;
}
#bigcategoryview .block-2 .ins,
#bigcategoryview .block-2 .insalt {
  background-position: -275px 0;
}
#bigcategoryview .block-3 .ins,
#bigcategoryview .block-3 .insalt {
  background-position: -545px 0;
}
#bigcategoryview .extralong .ins,
#bigcategoryview .extralong .insalt {
  background: url("/images/layout/headers3.png") 0 0 no-repeat;
}

#bigcategoryview .categoryblock .dark,
#bigcategoryview .categoryblock .dark2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 236px;
  background: #000;
  opacity: 0.64;
}

#bigcategoryview .active .dark {
  display: block;
}
#bigcategoryview .active .dark2 {
  display: none;
}
#bigcategoryview .nonactive .dark {
  display: none;
}
#bigcategoryview .nonactive .dark2 {
  display: block;
}

#bigcategoryview .categoryblock .textwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 236px;
}

#bigcategoryview .categoryblock .textwrap .title {
  text-transform: uppercase;
  text-align: center;
  padding: 4px 14px;
  color: #fff;
  font: normal 16px/22px Arial, sans-serif;
  text-shadow: #000 0 0 2px;
}

#bigcategoryview .categoryblock .textwrap .detail {
  display: none;
  padding: 4px 14px;
  margin-top: 14px;
  color: #fff;
  font: normal 13px/22px Verdana, Arial, sans-serif;
}

#bigcategoryview .active .textwrap .detail {
  display: block;
}

#bigcategoryview .categoryblock .textwrap .update {
  position: absolute;
  bottom: 12px;
  left: 14px;
  width: 212px;
  padding: 4px 14px 4px 30px;
  margin-top: 14px;
  color: #fff;
  font: normal 11px/18px Verdana, Arial, sans-serif;
  text-shadow: #000 0 0 2px;
  background: url("/images/layout/alert.png") 0 0 no-repeat;
}

#bigcategoryview .categoryblock .textwrap .clink {
  display: none;
}

#altshare {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 999;
}

#footerform {
  position: absolute;
  top: 25px;
  right: 0;
  width: 200px;
  font: normal 12px/18px Tahoma, Verdana, sans-serif;
	color: #939598;
}

#footerform h4 {
	font: bold 13px/16px Arial, sans-serif;
	color: #939598;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}
#rssfeed {
  background: url("/images/layout/feed-icon-14x14.png") center right no-repeat;
  padding-right: 20px;
}
#rssfeed2 {
  position:relative;
  top:-6px;
  background: url("/images/layout/feed-icon-14x14.png") center left no-repeat;
  padding-left: 20px;
}
