/*
	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	: Boris Masis
	Author Site	: borism.net
	Scheme Name	: boris.css
	Comments	:
*/

/* my edits follow */

#ribbon {
	position:absolute;
	right:0;
	top:0;
	z-index:999;
	border:0;
	padding:0;
	margin:0;
}

div#thirtyBoxes
{
    padding: 0px !important;
    margin: 7px;
    background-color: transparent;
    display: inline !important;
}
div#eventblock
{
    background-color: transparent;
    padding-left: 20px !important;
    display: inline !important;
}
div#thirtyBoxes .eventItem
{
    padding-left: 15px !important;
    text-indent: -10px;
}
div#thirtyBoxes .eventDate
{
    font-size: 10px;
}
div#thirtyBoxes .eventSummary
{
    color: #666;
    font-size: 10px;
}
div#thirtyBoxes .header
{
    font-weight: bold;
    margin-bottom: 0px;
}
div#thirtyBoxes .footer
{
    margin-top: 0px;
    background-color: #eee;
    font-weight: bold;
    font-size: 10px;
}

.delicious-posts
{
    padding-left: 5px !important;
    font-size: 12px;
}
.delicious-posts ul, .delicious-posts li, .delicious-banner
{
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.delicious-posts ul
{
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.delicious-post
{
    padding: 0;
    font-size: 10px;
}
.delicious-extended
{
    font-size: 10px !important;
}
.delicious-banner a
{
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 6px;
}
.delicious-posts a:hover
{
}
.delicious-posts a
{
    text-decoration: none;
    padding: 0.3em;
}
.delicious-post a
{
}

#header
{
    background: #FFFFFF url( 'boris/headers/rotate.php' );
}

#page
{
    width: 760px !important; /* Width of entire blog */
    _width: 760px !important; /* Check in IE and adjust accordingly */
    overflow: hidden; /* boris: force firefox to extend white page area for all posts */
    _overflow: none; /* boris: IE hack */
}

#footer
{
    width: 760px !important; /* Width of entire blog */
    _width: 760px !important; /* Check in IE and adjust accordingly */
    background: white;
    margin: 0 auto;
    padding: 10px 12px 10px;
    position: relative; /* The entire template's width is set in this class. */
    border: 1px solid #ddd;
    border-top: none;
}

h1:hover
{
    text-decoration: none !important;
}

.primary
{
    width: 460px !important;
    _width: 460px !important; /* IE Hack */
    padding: 20px 20px 10px 0px !important;
}

.secondary div
{
    margin: 10px 0 0 !important;
    padding: 0;
    height: auto !important;
}


.primaryNoSidebar
{
    width: 680px;
    _width: 680px; /* IE Hack */
    float: left;
    padding: 20px 0 10px;
    margin: 0 10px 0 35px;
    _margin: 0px 10px 0 35px; /* IE Hack */
    display: inline;
    font: 1.1em/1.5em 'Lucida Grande' , Verdana, Arial, Sans-Serif !important;
}

ul.menu
{
    background: #919191 !important; /* background menu item color */
    width: 475px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    opacity: .90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    left: 15px !important;
    width: 730px !important;
    -moz-border-bottom-colors: #999 #ccc #f2f2f2;
    border: 1px #FFF;
    border-style: solid solid double solid;
}

ul.menu li a:hover
{
    background: #FFF !important;
    color: #000 !important;
    text-decoration: none;
}

input[type=text], input[type=search], textarea
{
    border: 1px solid #ccc !important;
}

#page img
{
    padding: 4px;
    margin: 7px 7px 7px 7px;
    display: inline;
    border: 1px solid #ccc;
}

img.noimagestyle
{
    padding: 0px !important;
    margin: 0 !important;
    border: none !important;
}

.pagetitle
{
    /* Used on static pages and archives */
    text-align: right !important;
    margin: 15px 0 15px;
    font: 'Lucida Grande' , Verdana, Arial, Sans-Serif !important; /* Resets 1em to 10px */
    color: #000000 !important;
    margin: 0 0 30px !important;
    font-weight: bold !important;
}

blockquote
{
    background: none !important;
}

h2, h3, h4
{
    font-family: Georgia, 'Times New Roman' , Times, serif !important;
    font-size: 2.4em !important;
    letter-spacing: -1px;
    font-weight: normal;
}

.secondary h2
{
    /* Secondary H2 is sidebar headlines */
    font-family: 'Lucida Grande' , Verdana, Arial, Sans-Serif !important; /* Resets 1em to 10px */
    font-size: 1.3em !important;
    font-weight: normal;
    padding: 0;
    display: inline;
}

.primaryNoSidebar h3
{
    font: 1.1em Georgia, 'Times New Roman' , Times, serif !important;
    font-weight: bold !important;
    letter-spacing: 0px !important;
}

.primaryNoSidebar h2
{
    font: 24px Georgia, 'Times New Roman' , Times, serif !important;
}

.primaryNoSidebar p
{
    margin: 20px 0px 20px 0px;
}

.hr
{
    border: none 0;
    border-top: 1px dashed #ccc; /*the border*/
    width: 50%;
    margin: 30px 0px 0px 155px;
    float: middle;
}

.primary .item .itemtext  {
	text-align:left;
}

.clear {
	clear:both;
}