html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color:#CCCCCC;
}
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: #FFFFFF;
	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 {
	width: 970px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat 0 143px;
}

/* Header */

#header {
	width: 100%;
	height: 163px;
	position:relative;
	z-index:1000;
}

#header h1 {
	width: 670px;
	padding:0;
	
}

/* Main Menu */

#menu {
	width: 670px;;
	height: 27px;
	margin-bottom: 7px;
}

#menu ul {
	width: 670px;
	height: 27px;
	margin: 0;
	padding: 0;
}

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

#menu ul li a {
	margin-left:3px;
	display: block;
	float: left;
	padding: 0;
	color: #D1D1D1;
}

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

#menu ul li a span {
	display: block;
	float: left;
	height: 27px;
	padding: 0 10px 0 10px;
}

/* Main Menu - Current Page Item */

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

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

#menu ul li.current_page_item a:hover {
}

#menu ul li.current_page_item a span {
	height: 27px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

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

/* Content Area - Content and Sidebar */

.background {
	background: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
}

/* Content */

#content {
	width: 670px;
}

h2.arh {
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 20px;
	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: 550px;
	margin:0;
	display: inline;
	margin:15px 24px 0px 24px;
}

.pagecontent{
width: 615px;
}

.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%;
}


#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: #999999;
}

/* 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:#CCCCCC;
}

.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: #222222;
}

/* More Entries */

.more_posts {
	clear: both;
	margin-left: 20px;
	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 (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	width: 420px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	width: 350px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) 

#content form {
	margin: 20px 0 30px 10px;
}

#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 {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}
*/
/* Sidebar */

#sidebar, #headersidebar {
	width: 300px;
}

#sidebar h2 {
	font-size: 13px;
	color: #4A8393;
}

/* Sidebar Search */

#search {
	width: 100%;
	padding-bottom:15px;
}

#search form {
	padding: 16px 0 0 30px;
}

#search form div {
	width: 238px;
	height: 45px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 195px;
	border: 0px;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 10px 0px 0px 6px;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	color:#CCCCCC;
}

#search form input.submit {
	position: absolute;
	right: 0;
}


/* subscribe form  */
#subscribe form {
	padding: 16px 0 0 14px;
}

#subscribe form div {
	width: 254px;
	height: 29px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#subscribe form input.subscribe_box {
	width: 160px;
	border: 0px;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px 0px 0px 6px;
	background: transparent;
	font-size: 11px;
	font-weight: normal;
	outline: none;
	color:#666666;
}

#subscribe form input.submit {
	position: absolute;
	right: 0;
}

/* rss feed */

#rssfeed{
position:absolute;
width:300px;
right:0px;
z-index:9999;
}

#rssfeedbtn{
width:100px;
height:85px;
display:block;
float:right;
cursor:pointer;
margin-top:45px;
}

#mailbtn{
width:52px;
height:25px;
display:block;
float:left;
cursor:pointer;
margin:0;
padding:0;
margin-top:89px;
margin-left:119px;
display:inline;
}

/* Sidebar Block */

#sidebar .block {
	padding:0;
	margin:0;
}

#sidebar .block a {
	color: #3F6069;
}

#sidebar .block a:hover {
	color: #131A1C;
}

#sidebar .block ul {
	width: 280px;
	padding: 10px 10px 10px 10px;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #222222 1px dashed;
	line-height: 20px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 280px;
	float: left;
	display: inline;
}
#sidebar .categories ul li a, #sidebar .blogroll ul li a, #sidebar .widget_categories ul li a, #sidebar .widget_links ul li a{
position:relative;
left:20px;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}
/* Widget (widget_text) */
#sidebar .widget_text  div{
width:280px;
padding:10px 10px 10px 10px;
}

/* Widget (tag cloud) */
#sidebar .widget_ctc  div{
width:280px;
padding:10px 10px 10px 10px;
}
/* Sidebar Adverts */

#sidebar .adverts {
	padding: 0;
	margin:15px 0px 15px 0px;
}


#sidebar .adverts ul {
	padding: 0;
	margin:0;
	width:250px;
	margin-left:20px;
}


#sidebar .a125x125 ul{
	width:270px;
	margin-left:15px;
}


#sidebar .adverts ul li {
	float: left;
	display: inline;
	padding:5px;
}

#sidebar .adverts img {
	display: block;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

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

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



/* Footer */

#footer {
	width: 970px;
	margin: 0 auto;
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}

#footer a {
	color: #B2D1E4;
}

#footer a:hover {
	color: #318DE1;
}

#footer h2 {
	color: #6D7E87;
}


/* Copyright */

#footerrow {
	width: 100%;
	clear: both;
	font-size: 11px;
	color: #CCCCCC;
}

#footerrow .left-col {
	padding-left: 15px;
}

#footerrow .right-col {
	padding-right: 15px;
}

#footerrow .right-col img ,#footerrow .left-col img {
	vertical-align: middle;
}
#footer #bornismedia {
display:inline;/*ie hack*/
width:647px;
padding:0;
margin:15px 8px 15px 15px;
}
#footer #bornisservices {
display:inline;/*ie hack*/
width:277px;
padding:0;
margin:15px 15px 15px 8px;
}

#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 10px 0px 10px;
}
#bornismediaCol3{
margin:0;
}
#bornismediaCol1 li,#bornismediaCol2 li,#bornismediaCol3 li{
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	background-color:#0b0b0b;
}
#bornismediaCol1 li:hover,#bornismediaCol2 li:hover,#bornismediaCol3 li:hover{
	background-color:#232323;
	cursor:pointer;
}

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

#bornismediaCol span{
color:#CCCCCC;
padding-left:10px;
}
#bornismediaCol1 li:hover span,#bornismediaCol2 li:hover span,#bornismediaCol3 li:hover span{
color:#FFFFFF;
}

.addthis_container{
display:block;
height:30px;
}
.addthis_container a{
float:right;
}



/* 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;
}
