/*
Theme Name: MagazinStyle TER
Theme URI: www.wp-studio.org
Description: MagazinStyle TER
Version: 1.2
Author: D_Ter
Author URI: www.wp-studio.org
Tags: MagazinStyle
*/

/* begin Page */


body
{
	margin: 0 auto;
	padding: 0;
	background-color: #D7E1EA;
}

#ter-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}





#ter-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.ter-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 95%;
	min-width:23px;
	min-height:23px;
}

.ter-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 6px;
}

.ter-Sheet-tr, .ter-Sheet-tl, .ter-Sheet-br, .ter-Sheet-bl, .ter-Sheet-tc, .ter-Sheet-bc,.ter-Sheet-cr, .ter-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.ter-Sheet-tr, .ter-Sheet-tl, .ter-Sheet-br, .ter-Sheet-bl
{
	width: 42px;
	height: 42px;
	background-image: url('images/Sheet-s.png');
}

.ter-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 21px, 21px, auto);
}

.ter-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 21px, 21px);
}

.ter-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(21px, 21px, auto, auto);
}

.ter-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(21px, auto, auto, 21px);
}

.ter-Sheet-tc, .ter-Sheet-bc
{
	left: 21px;
	right: 21px;
	height: 42px;
	background-image: url('images/Sheet-h.png');
}

.ter-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 21px, auto);
}

.ter-Sheet-bc
{
	bottom: 0;
	clip: rect(21px, auto, auto, auto);
}

.ter-Sheet-cr, .ter-Sheet-cl
{
	top: 21px;
	bottom: 21px;
	width: 42px;
	background-image: url('images/Sheet-v.png');
}

.ter-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 21px);
}

.ter-Sheet-cl
{
	left:0;
	clip: rect(auto, 21px, auto, auto);
}

.ter-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
	background-image: url('images/Sheet-c.png');
}


.ter-Sheet
{
	margin-top: -6px !important;
}

#ter-page-background-simple-gradient, #ter-page-background-gradient, #ter-page-background-glare
{
	min-width:95%;
}

/* end Box, Sheet */

/* begin Header */
div.ter-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 888px;
	height: 150px;
}


div.ter-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 888px;
	height: 150px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.ter-Logo
{
	display : block;
	position: absolute;
	left: 18px;
	top: 26px;
	width: 870px;
}

h1.ter-Logo-name
{
	display: block;
	text-align: left;
}

h1.ter-Logo-name, h1.ter-Logo-name a, h1.ter-Logo-name a:link, h1.ter-Logo-name a:visited, h1.ter-Logo-name a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 36px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #1B445A !important;
}

.ter-Logo-text
{
	display: block;
	text-align: left;
}

.ter-Logo-text, .ter-Logo-text a
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
	padding:0;
	margin:0;
	color: rgb(255,255,255);
}
/* end Logo */

/* begin Menu */
/* menu structure */

.ter-menu a, .ter-menu a:link, .ter-menu a:visited, .ter-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.ter-menu, .ter-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.ter-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.ter-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.ter-menu li li
{
	float: none;
}

.ter-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.ter-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.ter-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.ter-menu:after, .ter-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.ter-menu, .ter-menu ul
{
	min-height: 0;
}

.ter-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.ter-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.ter-menu
{
	padding: 6px 6px 6px 6px;
}

.ter-nav
{
	position: relative;
	height: 37px;
	z-index: 100;
}

.ter-nav .l, .ter-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 37px;
	background-image: url('images/nav.png');
}

.ter-nav .l
{
	left: 0;
	right:0px;
}

.ter-nav .r
{
	right: 0;
	width: 888px;
	clip: rect(auto, auto, auto, 888px);
}


/* end Menu */

/* begin MenuItem */
.ter-menu ul li
{
	clear: both;
}

.ter-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}


.ter-menu a .r, .ter-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}

.ter-menu a .l
{
	left:0;
	right:9px;
}

.ter-menu a .r
{
	width:418px;
	right:0;
	clip: rect(auto, auto, auto, 409px);
}

.ter-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #181C20;
	padding: 0 9px;
	margin: 0 9px;
	line-height: 25px;
	text-align: center;
}

.ter-menu a:hover .l, .ter-menu a:hover .r
{
	top:-25px;
}

.ter-menu li:hover>a .l, .ter-menu li:hover>a .r
{
	top:-25px;
}

.ter-menu li:hover a .l, .ter-menu li:hover a .r
{
	top:-25px;
}
.ter-menu a:hover .t
{
	color: #F5F8FA;
}

.ter-menu li:hover a .t
{
	color: #F5F8FA;
}

.ter-menu li:hover>a .t
{
	color: #F5F8FA;
}


.ter-menu a.active .l, .ter-menu a.active .r
{
	top: -50px;
}

.ter-menu a.active .t
{
	color: #C4DFED;
}


/* end MenuItem */

/* begin MenuSubItem */
.ter-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #5F7181;
}

.ter-nav ul.ter-menu ul span, .ter-nav ul.ter-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.ter-menu ul a, .ter-menu ul a:link, .ter-menu ul a:visited, .ter-menu ul a:hover, .ter-menu ul a:active, .ter-nav ul.ter-menu ul span, .ter-nav ul.ter-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #F0F2F4;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.ter-menu ul ul a
{
	margin-left: auto;
}

.ter-menu ul li a:hover
{
	color: #EEF3F6;
	border-color: #4C5A67;
	background-position: 0 -26px;
}

.ter-menu ul li:hover>a
{
	color: #EEF3F6;
	border-color: #4C5A67;
	background-position: 0 -26px;
}

.ter-nav .ter-menu ul li a:hover span, .ter-nav .ter-menu ul li a:hover span span
{
	color: #EEF3F6;
}

.ter-nav .ter-menu ul li:hover>a span, .ter-nav .ter-menu ul li:hover>a span span
{
	color: #EEF3F6;
}


/* end MenuSubItem */

/* begin ContentLayout */
.ter-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 888px;
}
/* end ContentLayout */

/* begin Box, Block */
.ter-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.ter-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.ter-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.ter-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 8px;
	margin-bottom: 7px;
}

.ter-BlockHeader .t
{
	height: 30px;
	color: #F0F2F4;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}

.ter-BlockHeader .l, .ter-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.ter-BlockHeader .l
{
	left:0;
	right:1px;
}

.ter-BlockHeader .r
{ 
	width:888px;
	right:0;
	clip: rect(auto, auto, auto, 887px);
}




/* end BlockHeader */

/* begin Box, BlockContent */
.ter-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.ter-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}



.ter-BlockContent-body
{
	color:#1E2429;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.ter-BlockContent-body a:link
{
	color: #265F7E;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.ter-BlockContent-body a:visited, .ter-BlockContent-body a.visited
{
	color: #758899;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.ter-BlockContent-body a:hover, .ter-BlockContent-body a.hover
{
	color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.ter-BlockContent-body ul
{
	list-style-type: none;
	color: #102937;
	margin:0;
	padding:0;
}

.ter-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}


/* end Box, BlockContent */

/* begin Box, Post */
.ter-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.ter-Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.ter-Post
{
	margin: 7px;
}

/* Start images */
a img
{
	border: 0;
}

.ter-article img, img.ter-article
{
	border: solid 1px #9CB5C9;
	margin: 1em;
}

.ter-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.ter-article table, table.ter-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.ter-article table, table.ter-article .ter-article tr, .ter-article th, .ter-article td
{
	background-color:Transparent;
}

.ter-article th, .ter-article td
{
	padding: 2px;
	border: solid 1px #758899;
	vertical-align: top;
	text-align:left;
}

.ter-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.ter-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #1A4156;
}

.ter-PostHeader a, .ter-PostHeader a:link, .ter-PostHeader a:visited, .ter-PostHeader a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #1A4156;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.ter-PostHeader a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #20506A;
}

.ter-PostHeader a:visited, .ter-PostHeader a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #507695;
}

.ter-PostHeader a:hover, .ter-PostHeader a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #317CA5;
}
/* end PostHeader */

/* begin PostMetadata */
.ter-PostMetadataHeader
{
	padding:1px;
	background-color: #D7E1EA;
	border-color: #9CB5C9;
border-style: solid;
border-width: 1px;
}
/* end PostMetadata */

/* begin PostIcons */
.ter-PostHeaderIcons
{
	padding:1px;
}

.ter-PostHeaderIcons, .ter-PostHeaderIcons a, .ter-PostHeaderIcons a:link, .ter-PostHeaderIcons a:visited, .ter-PostHeaderIcons a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
	color: #3B464F;
}

.ter-PostHeaderIcons a, .ter-PostHeaderIcons a:link, .ter-PostHeaderIcons a:visited, .ter-PostHeaderIcons a:hover
{
	margin:0;
}

.ter-PostHeaderIcons a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
	color: #235976;
}

.ter-PostHeaderIcons a:visited, .ter-PostHeaderIcons a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
	color: #235976;
}

.ter-PostHeaderIcons a:hover, .ter-PostHeaderIcons a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
	color: #2F779D;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #1E2429;
}


.ter-PostContent p 
{
	margin: 0.5em 0;
}

.ter-PostContent, .ter-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #1E2429;
}

.ter-PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #265F7E;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #265F7E;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #5B6C7B;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #317CA5;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #265F7E;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #265F7E;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4B6E8B;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #1E2429;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #1E2429;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #1E2429;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #0F1215;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.ter-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.ter-Post ol li, .ter-Post ul ol li
{
	background: none;
	padding-left:0;
}

.ter-Post ul li, .ter-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.ter-PostContent blockquote p
{
	color:#071218;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.ter-PostContent blockquote
{
		border:solid 1px #9CB5C9; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 5px;
	background-color:#D7E1EA;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.ter-button-wrapper .ter-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:25px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.ter-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 25px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .ter-button-wrapper
{
	display:block;
	float:left;
}

.ter-button-wrapper .ter-button
{
	display:block;
	height: 25px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 10px !important;
	line-height: 25px;
	text-decoration: none !important;
	color: #F0F2F4 !important;
}

input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.ter-button-wrapper.hover .ter-button, .ter-button:hover
{
	color: #EBF4F9 !important;
	text-decoration: none !important;
}

.ter-button-wrapper.active .ter-button
{
	color: #3B576D !important;
}

.ter-button-wrapper .l, .ter-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 75px;
	background-image: url('images/Button.png');
}

.ter-button-wrapper .l
{
	left:0;
	right:10px;
}

.ter-button-wrapper .r
{
	width:421px;
	right:0;
	clip: rect(auto, auto, auto, 411px);
}

.ter-button-wrapper.hover .l, .ter-button-wrapper.hover .r
{
	top: -25px;
}

.ter-button-wrapper.active .l, .ter-button-wrapper.active .r
{
	top: -50px;
}


/* end Button */

/* begin Footer */
.ter-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 888px;
	margin: 5px auto 0px auto;
}

.ter-Footer .ter-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
	
}

.ter-Footer .ter-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 888px;
	bottom:0;
	left:0;
}


.ter-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 30px;
	width: 19px;
    cursor: default;
}




.ter-Footer .ter-Footer-text p
{
	margin: 0;
}

.ter-Footer .ter-Footer-text
{
	display:inline-block;
	color:#111517;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.ter-Footer .ter-Footer-text a:link
{
	text-decoration: none;
	color: #235976;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.ter-Footer .ter-Footer-text a:visited
{
	text-decoration: none;
	color: #2B343B;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.ter-Footer .ter-Footer-text a:hover
{
	text-decoration: none;
	color: #0C1E27;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.ter-page-footer, .ter-page-footer a, .ter-page-footer a:link, .ter-page-footer a:visited, .ter-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#0F2733;
}

.ter-page-footer
{
	margin:10px 0 5px 42px ;
	text-align:center;
	text-decoration:none;
	color:#1C2126;
}
/* end PageFooter */

/* begin LayoutCell */
.ter-contentLayout .ter-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 60%;
}
.ter-contentLayout .ter-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 886px;
}
/* end LayoutCell */

/* begin LayoutCell */
.ter-contentLayout .ter-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 266px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .ter-article .aligncenter img, .aligncenter img.ter-article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.gallery {
    letter-spacing: normal;
}
























.ter-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 95%;
	min-width:23px;
	min-height:23px;
}
div.ter-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 100%;
	height: 150px;
}
div.ter-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: url('images/Header.jpg');
	background-repeat: repeat-x;
	background-position: center center;
}

/*       +++++++++++ Top navigation +++++++++++++      */

#navouter {
	display: block;
	height: 38px;
	background-image: url(images/topnavleft.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 16px;
}

#navouter #nav {
	display: block;
	height: 38px;
	background-image: url(images/nav.png);
	background-repeat: repeat-x;
	background-position: right 0px;
}

#navouter #nav ul{
}

#navouter #nav ul,
#navouter #nav ul li{
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style-type: none;
}



.ter-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	top:-40px;
	width: 100%;
}
.ter-contentLayout .ter-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 60%;
}



/*  Sidebar -------------------------------------------------------------- */

#sidebar_all { 
	display:block;
	margin:0px 1% 0 0px;
	padding:0px 10px 10px 0px; 
	float:right;
	width:37%; }


#sidebar .current_page_item a, .current_page_item li {
	border:none;
	border:0; }
	
#sidebar { 
	display:block;
	margin:0px 0 0 0px;
	padding:0px 0px 0px 0px; 
	margin: 0px;
	float:left;
	width:100%; }
	
	#sidebar .widget {
	 color:rgb(200,200,200);
	 }

#sidebar_left {
	float:left;
	width:50%;
	padding-right:0px; }

#sidebar_right {
	float:right;
	width:50%; }

#flickr { float:left; width:100%; }
 
#flickr a {
		display:block;
		float:left;
		text-align:left;
		width:68px;
		padding:0 6px 5px 0; }

#flickr img {
		border:2px solid #D3DDE5;
		height:65px;
		width:65px;
		padding:0; }
		 
#flickr img:hover { border:1px solid #0C2B41; }



/* Widgets -------------------------------------------------------------- */
#popular {
	float:left;
	width:20%;
	margin:0 10px 15px 0; 
	}
	
	#subscribe p {
	padding:0 10px 10px 10px;
	font-size:12px;
	line-height:18px;}

.widget {
	font-size:12px;
	color:#737373;
	padding:0 0 10px; }

	.widget li {
		color:rgb(25,25,25); 
		line-height:20px; }

	.widget h3,#posts h3 {
		background:url(images/BlockHeader.png) no-repeat top left;
		height:50px;
		font-family:Tahoma;
		text-transform:uppercase;
		font-size:12px;
		color:#fff;
		font-weight:700;
		padding:7px 5px 0 10px; }

	.widget small { float:left; }

	.widget img {
		width:100%;
		
		padding:0 0px 3px 0; }

	.widget a {
		font-weight:700;
		font-family:Tahoma; 
		}
	
	.widget a {
		font-weight:700;
		font-family:Tahoma; 
		}
	
	
	
	
	
	
	
/* Slider -------------------------------------------------------------- */	
	
	.clear {
	clear:both
}

#gallery {
	position:relative;
	
	margin:13px 0 0 25px;
	}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:10px;
				
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:rgb(255,255,0);
	}



	
	
/* Footer -------------------------------------------------------------- */	

.ter-Footer
{
	position:relative;
	z-index:-20;
	float:left;
	overflow:hidden;
	width: 100%;
	margin: 5px auto 0px auto;
}

.ter-Footer .ter-Footer-background
{
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('');
	background-color: rgb(205,215,234);
	width: 100%;
	height: 100%;
	bottom:0;
	left:0;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	margin:0 auto;
	display:block;
	border-top:1px solid #fff;
	width:100%;
	float: center;}

#fside {
	float:left;
	width:100%;
	padding:0 0 20px; }

.footer-wrap {
	margin:0 auto; }

#footer .widget {
	width:24%;
	float:left;
	color:rgb(30,30,30);
	line-height:19px;
	font-size:11px;
	padding:5px 5px 0 0; }

	#footer .widget ul { padding:0 0 0 15px; }

	#footer .widget a { color:rgb(30,30,30); }
	#footer .widget a:hover { color:rgb(5,55,120); }
	#footer .widget h3 {
		background:url(images/ter_st.png) no-repeat bottom left;;
		height:22px;
		font-family:Georgia;
		text-transform:uppercase;
		font-size:15px;
		color:rgb(30,30,70);
		font-weight:700;
		float:center;
		margin-bottom:10px;
		border-bottom:1px solid rgb(133,146,148);
		padding:7px 5px 0 40px; 	}

		
		
/* Rss -------------------------------------------------------------- */	
		
		
.ter-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');

	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 42px;
	width: 42px;
    cursor: hand;
}




/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption {
	font-weight:bold;
	text-align: center; }

#wp-calendar th {
	font-style:normal;
	font-weight:normal;
	text-transform: capitalize; }

#wp-calendar {
	empty-cells: hide;
	width: 100%; }

	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right; }

	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left; }

	#wp-calendar a {
		display: block;
		background-color:rgb(200,205,210); }

	#wp-calendar #today { background-color:rgb(148,205,220); }

	#wp-calendar caption {
		text-align: center;
		width: 100%; }

	#wp-calendar td {
		text-align: center;
		 }

	#wp-calendar .pad {  }




#comments {width:600px; margin:10px 0 0 0 auto; text-align:left;}
	

	
	
	
	
	
	
/* Pagination - ��������� */	
	
.pagination {
	margin: 10px 0 0px 0px;
	float: center;
	padding: 3px 0px 3px 1px;
	}	

.pagination a {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid rgb(100,100,100);
	color: rgb(10,15,15);
	background-color: rgb(243,243,255);	
}

.pagination a:hover {	
	border: 1px solid #444;
	color: rgb(10,15,15);
	background-color: rgb(205,215,234);
}

.pagination span.pages {
	padding: 3px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	border: 1px solid rgb(100,100,100);
	color: rgb(10,15,15);
	background-color: rgb(243,243,255);
}
.pagination span.current {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid rgb(100,100,100);
	color: rgb(10,10,10);
	background-color: rgb(205,215,234);
}
.pagination span.extend {
	padding: 3px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #444;
	color: #444;
	background-color: rgb(205,215,234);
}





/* ������� ����������� */
	
.odd {  
background-color: rgb(205,215,234);
 }  

.even {  
background-color: rgb(243,243,255);
 } 
.avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}






ol
 {
		margin:0 40px 0 0;
		padding:0 40px 0 0; 	}

div#nav ul ul {
    width: 271px !important;
}
