/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	
	background:#dbdcdd;
	
	}


#page {
	/* The entire design is contained within the 'page' id */
	background: #fff none repeat scroll 0% 50%;
	
	}
	
#header {
display: block;
    margin: -15pt 0pt 0pt 0pt;
	background:none;
	height: 120px;
	/*width: 1000px;*/
	}

/*#header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
	height: 135px;
}*/

 

/*#header a h1 {
   display: none;
}
*/
h1 {
	display: none;
	}

#header .description {
	display: none;
	}
	
.utwrelatedposts {
border-top: 0px solid #942923;
padding: 5px;
background: #fcf7c6;
width: 450px;

     }
	 
.utwrelatedposts h4	{	
	color: black;
	font-size: 1em;
	
	}
	
.utwrelatedposts li	{	
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 0px solid #bbb;
	
	
	}
.metadata { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 5px;
	color: #bbb;
	text-align:right;
	background: none;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top:0px;
	width:450px;
	
	}
	
.metadata a, .commentmetadata a {
	color: #000000;
	}

#primary h3 { /* H3 is entry headlines.  */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	
	}

.itemhead {
	margin-top: 10px;
	text-align:center;
	}

 #primary h4, .permalink #primary .aside h3 { /* H4 is comments and replyform headlines */
	font-size: 1.5em;
	font-weight:bold;
	letter-spacing: 0px;
	display: inline;
	}

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 4px;
	left: 800px;
	width: 25%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}
ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	/*padding: 5px 15px 6px;*/
	}

ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
	background: #466f82;
	/*background: #F25705;*/
	}

ul.menu li a:hover {
    background: #809ead;
	/*background: #F2B014;*/
	color: #eee !important;
	text-decoration: underline;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #466f82;
	
	/*background: #69943E;*/
	text-decoration:underline;
	}
.admintab {
    display:none;
	position: absolute;
	right: -20px;
	padding: 0px 0px 0px 15px;   /* IE hack */
	}

* html .admintab 
{ padding: 5px 15px 6px }	/* IE hack */

.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	border-bottom: 1px solid #666666;
	}
	

.itemtext {
	/* The meat and potatoes of every entry */
	}
	
.itemtextkeyword {
font-weight: bold;
}

.itemtextemphasized {
font-style:italic;
}

.secondary {
	/* Contains the sidebar */
	}


/*.commentslink {
	padding: 2px 0 2px 20px;
	background: url('images/comment.gif') left center no-repeat;
	margin-right: 10px;
	}

.chronodata {
	padding: 2px 0 2px 20px ;
	background: url('images/time.gif') left center no-repeat;
	
	}*/

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #942923;
	}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	}
	
a {
	color: #3399cc;
	text-decoration: none;
	}
	
	#footer {
	height: 0px;
        /*border-top: 1px solid #942923;*/
		width: 960px;
		margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
	   padding: 5px;
        text-align: center;
	}
	
	.rsidebar {
	
	border-left: 1px solid #666666;
	margin-top: 10px;
	}
.lsidebar {
	
	border-left: 1px solid #666666;
	margin-top: 10px;
	}	
	
#primary .itemtext img {
	/*margin: 0 5px;*/
	/*margin: 0 0px;*/
	margin-left: auto;
    margin-right: auto;
	padding: 3px;
	border: 1px solid #942923;
	max-width: 100%;
	display: block;
	
	}
	
	
#primary .left p {
	float: left;
	margin-right: 1.5em !important;
	margin-left: 0.5em !important;
	padding: 3px;
	border: 1px solid #942923;
	max-width: 100%;
	display: block;
	
	}
	
.pagetitle { /* Used on static pages and archives */
	text-align: left;
	margin: 15px 0 15px;
	}

.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	display: inline;
	}
	
.navigation a {
	color: #000000;
	}
	
.utwtags {
 line-height:20px;
     }
	 
.utwtags h3 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	}
.products {
     
     width:100px;
	 background-color:#FEF7CB;
	 text-align:center;
	 padding:2px;
	 border: 2px solid #FCEFA5;
	 }
	
.products a {
	color: #942923;
	font-size:10px;
	font-weight:bold;}
	
.sb-categories ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family:lucida sans unicode;
	font-size: 14px;
	font-style:normal;}
	
.sb-categories ul li {
	margin: 0pt 0 0 10pt;
	list-style: url("../../images/buttonsquare.jpg") inside circle;
	list-style-position:outside;
	
}

.sb-categories a {
	/*/*/display: block;
	padding: 0px 0px 0px 0px;
	border: 0px solid #3399CC;
	width: 110px;
	/* */
}
.sb-categories a:link, .sb-categories a:visited {
        color: #000;
        /*/*/color:#3399CC;
        text-decoration: none; /* */
} 
.sb-categories a:hover {
	border: 0px solid #FFCC66;
	/*background-color: #fff;*/
	color: #3399CC;
}

.sb-categories h2 {
font-size: 1.5em;

}

.more-link {
float:right;
padding: 0px;
}

.chronodata {
background: none;
}




