/* MY classes 
http://opticjungle.gr
v0.2.1
*/

.clear
{
    clear:both;
}

.middle
{
    vertical-align:middle;
}

.top
{
    vertical-align:top;
    padding-top:5px;
}

.center
{
    text-align:center;
}

.left
{
    text-align:left;
}

.just
{
    text-align:justify;
}

.float-left
{
    float:left;
}

.right
{
    text-align:right;
}

.float-right
{
    float:right;
}

.bold
{
    font-weight: bold;
}

.big
{
    font-size:1.4em;
}

.bigger
{
    font-size:1.7em;
}

.small
{
    font-size:0.7em;
}

.no_bg
{
    background:none !important;
}

.lime
{
    color:#6b6b6b;
    background-color:#B8E45E;
}

.lime a
{
    color:#6b6b6b;
    text-decoration:underline;
}

.grey
{
    color:#B8E45E;
    background-color:#6b6b6b;
}

.grey a
{
    color:#B8E45E;
    text-decoration:underline;
}

.light
{
    color:#ccc;
}

.red
{
    color:red;
}

.carbon
{
    color:#6b6b6b;
}

.green
{
    color:green;
}

.blue
{
    color:blue;
}

.corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* MY classes END */