/*  
Theme Name: Hulubei
Theme URI: http://wordpress.org/
Description: The Hulubei WordPress theme.
Version: 1.0
Author: Tudor Hulubei
Author URI: http://hulubei.net/tudor

	Hulubei.Net v1.0
	http://hulubei.net/tudor/

	This theme was designed and built by Tudor Hulubei,
	whose blog you will find at http://hulubei.net/tudor

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin 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 {
        margin: 0;
        border: 0;
        padding: 3px 0;
        text-align: center;
}
#wp-calendar td.pad:hover { / * Doesn't work in IE * /
        background-color: #fff; }
*/
/* End Calendar.  */

/*
#wp-calendar
{
table-layout: fixed;
width: 11em;

    empty-cells: show;
    border-collapse: collapse;
    margin: 0;
    border: 0;
    padding: 0;
}

#wp-calendar #next a
{
    margin: 0;
    border: 0;
    padding: 0;
    text-align: right;
}

#wp-calendar #prev a
{
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
}

#wp-calendar a
{
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

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

#wp-calendar td,
#wp-calendar th
{
    margin: 0;
    border: 0;
    padding: 0;
    text-align: right;
}
*/

