html, body {
	border: 0;
	color: #626262;
	padding:0;
	margin:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
html {filter:expression(document.execCommand("BackgroundImageCache", false, true));} /* enable background image caching in IE6 */

.cr3{
border-radius: 3px; /* CSS 3 */
-o-border-radius: 3px; /* Opera */
-icab-border-radius: 3px; /* iCab */
-khtml-border-radius: 3px; /* Konqueror */
-moz-border-radius: 3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari */
}

.cr4{
border-radius: 4px; /* CSS 3 */
-o-border-radius: 4px; /* Opera */
-icab-border-radius: 4px; /* iCab */
-khtml-border-radius: 4px; /* Konqueror */
-moz-border-radius: 4px; /* Firefox */
-webkit-border-radius: 4px; /* Safari */
}

.cr5{
border-radius: 5px; /* CSS 3 */
-o-border-radius: 5px; /* Opera */
-icab-border-radius: 5px; /* iCab */
-khtml-border-radius: 5px; /* Konqueror */
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari */
}

.cr6{
border-radius: 6px; /* CSS 3 */
-o-border-radius: 6px; /* Opera */
-icab-border-radius: 6px; /* iCab */
-khtml-border-radius: 6px; /* Konqueror */
-moz-border-radius: 6px; /* Firefox */
-webkit-border-radius: 6px; /* Safari */
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #CE1433;
	text-decoration: none;
}
a:active{
outline:none;
}
a:focus{
-moz-outline-style:none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */

#container {
	background: url(images/top.gif) no-repeat 0 143px;
	border:1px solid #ebebeb;
	border-top:none;
	border-bottom:none;
	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/* Header */

#header {
	width: 750px;
	height: 180px;
}

#BlackBar {
	width: 100%;
	padding:0;
	margin:0;
	position:absolute;
	background:#000;
	z-index:1000;
	margin-top:85px;
	text-align:center;
	left:0px;
}
#BlackBar a {
margin:0 auto;
padding:0;
display:block;
width:281px;
height:83px;

}


/* Main Menu */

#menu {
	width: 710px;
	margin:0 auto;
	height: 49px;
	margin-bottom: 7px;
	border-bottom:1px solid #ebebeb ;
	

}

#menu ul {
	width: 544px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}

#menu ul li {
	
	line-height: 49px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#menu ul li a {
	text-indent:-1000px;
	line-height: 48px;
	height: 48px;
	display: block;
	float: left;
	color: #D1D1D1;
	margin-right:2px;
}

#menu ul li a:hover {
	height: 49px;
	color: #fff;
	cursor: pointer;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 49px;
}

#menu ul li.current_page_item a {
	height: 49px;
	margin-top: 0;
	border: 0;
}

#menu ul li.current_page_item a:hover {
}

#menu .page-item-12 a{
background-position:0px 0px;
width:121px;
}

#menu .page-item-14 a{
background-position:-121px 0px;
width:144px;
}

#menu .page-item-4 a{
background-position:-266px 0px;
width:67px;
}

#menu .page-item-6 a{
background-position:-336px 0px;
width:111px;
}

#menu .page-item-8 a{
background-position:-446px 0px;
width:84px;
}
#menu .page-item-39{
display:none;
}

/* Main Menu - extra 

#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}*/

/* Content Area - Content and Sidebar */

.background {
	background: #fff;
	padding-bottom:30px;
}

/* Content */

#content {
	width: 750px;
}

h2.arh {
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 96px;
	margin-right:1px;
	font-size: 20px;
	line-height: 25px;
}

/* Post */

.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: #dcdcdc 1px solid;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width:702px;
	margin:0;
	display: inline;
	margin:15px 24px 0px 24px;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h1, .post-content h2 {
	font-size: 20px;
	margin-top:-3px;
	padding:0;
}


.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	/*padding-left: 30px;*/
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}
/*bottom post*/
#bottompost{
	padding:0;
	margin:0;
	width:548px;
	display:block;
	background-color:#F9F9F7;
	border:1px solid #EDE6D5;
	margin-top:15px;
	margin-bottom:15px;
}
#bottompost h3{
padding:10px 20px 0px 20px;;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bolod;

}
#bottompost p{
padding:20px;

}


#feature-preview {
width:320px;
float:right;
padding:0;
margin:0;
}

#feature-preview  p{
padding:0;
margin:0;
}

/* Post Content Images*/

.post-content img {
	padding: 5px;
	background: #dcdcdc;
}

/* Post Content (read more) */

.post-content more-link {
	padding: 5px 0 10px 0;
	float: left;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none ;
}


/* Post Meta */

.post-meta {
	width: 71px;
	text-align: right;
	display: inline;
	margin-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold; 
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	font-size:11px;
	padding:0;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.post-meta h3 span.day {

	padding-left:6px;
}

.post-meta h3 span.month, .post-meta h3 span.year {
}

.post-meta h3 span.month {
	width: 71px;
	display:block;
	text-align: center;	
}

.post-meta h3 span.year {
	text-align: center;
	display: block;
	width:71px;
	padding-top:4px;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	color: #FFFFFF;
}

.post-meta h4.author {

}

.post-meta h4.comments {
text-align:center;
height:28px;
width:71px;
display:block;
padding: 10px 0 0 0;
}

.post-meta h4.comments a {
	padding-right:8px;
	color: #FFFFFF;
}

/* More Entries */

.more_posts {
	clear: both;
	margin-left: 96px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (form)*/

/*#content form {

}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input ,#content form textarea {
	margin-top: 5px;
}
*/
.lc_logged {
	padding: 0;
	margin-top: -10px;
}


/* Footer */

#footer {
	height:30px;
	width: 710px;
	padding:0;
	margin:0;
	position:absolute;
	bottom:0; /* stick to bottom */
	left:20px;
	border-top:1px solid #ebebeb;
	font-size:10px;
}

/* Copyright */

#footer .left-col {
	margin-top:6px;
	margin-bottom:-6px;

}

#footer .right-col {
  	margin-top:6px;
	margin-bottom:-6px;
}

#footer .right-col img ,#footerrow .left-col img {
	vertical-align: middle;
}



#bornismediaCol{
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
#bornismediaCol1,#bornismediaCol2,#bornismediaCol3{
float:left;
padding:0;
width:209px;
}
#bornismediaCol1{
margin:0;
}
#bornismediaCol2{
width:215;
margin:0px 0px 0px 10px;
}
#bornismediaCol3{
margin:0;
}
#bornismediaCol1 li,#bornismediaCol2 li,#bornismediaCol3 li{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	background-color:#fafafa;
}
#bornismediaCol1 li:hover,#bornismediaCol2 li:hover,#bornismediaCol3 li:hover{
	background-color:#eee;
	cursor:pointer;
}

#bornismediaCol1 li a,#bornismediaCol2 li a,#bornismediaCol3 li a{
padding:10px;
font-size:11px;
color:#aaa;
text-decoration:none;
}
#bornismediaCol1 li a:hover,#bornismediaCol2 li a:hover,#bornismediaCol3 li a:hover{
color:#aaa;
}

#bornismediaCol span{
color:#666666;
padding-left:10px;
}
#bornismediaCol1 li:hover span,#bornismediaCol2 li:hover span,#bornismediaCol3 li:hover span{
color:#252525;
}
#bornismediaCol1 ul li ,#bornismediaCol2 ul li, #bornismediaCol3 ul li, #bornismediaCol1, #bornismediaCol2, #bornismediaCol3{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#bornismediaCol1 ul,#bornismediaCol2 ul, #bornismediaCol3 ul{
padding: 0;
}

#registerbtn {
margin:0 auto;
margin-top:15px;
margin-bottom:15px;
display:block;
width:151px;
height:41px;
background:url(images/registerbtn.png) 0px 0px no-repeat;
}
#registerbtn:hover { background-position:center -41px;}



/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}