/*
Theme Name: WebInvoice
Theme URI: http://www.webinvoice.ro/
Description: The default webinvoice theme
Version: 1.0
Author: Rares Benea
Author URI: http://www.webinvoice.ro/
Tags: orange, grey, fixed width, two columns, widgets

*/




/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
    font-size: 100%;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0 0 10px;
    color: #000000;
}
body.sgl {
    background-color: #F7F7F7;
    text-align: center;
    background-image: url('images/back.gif');
    background-repeat: repeat-x;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #F55C00;
    text-decoration: none;
}
a:hover {
    color: #F55C00;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

.input_webinvoice {
	padding: 0px;
	width: 180px;
    color: #374A52;
    background-color: #F8F8F8;
    border: 1px solid #BBBBBB;
    height: 14px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    clear: both;
    width: 940px;
    margin: 40px auto 0;
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 938px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
    height: 100%;
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
    height: 680px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 680px;
}
#middleCol .inner {
    padding: 5px 10px;
    background-color: #FFFFFF;
    display: block;
}
#inner-wrapper .letter {
    background: url('images/lettersbottom.jpg') right top no-repeat;
    height:70px;
}
#layout-3Cols #middleCol {
    width: 652px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 686px;
}
#layout-rightCol #middleCol {
    width: 934px;
}
#layout-noCols #middleCol {
    width: 934px;
}
#leftCol {
    float: left;
    padding-left: 21px;
    width: 248px;
    bborder-left: 1px solid #FFFFFF;
    bborder-right: 1px solid #FFFFFF;
    bbackground-color: #F8F8F8;
    background: url('images/maintop.gif') left top repeat-x;
}
#leftCol .inner {
	background: url('images/menuback.gif') left top repeat-y;
    bbackground-color: #F8F8F8;
    height: 100%;
}
#leftCol .bottom {
    vertical-align: bottom;
    background: url('images/menubottom.gif') left bottom no-repeat;
    height: 65px;
}
.leftSmallCol {
    background: url('images/menuback.gif') left top repeat-y;
    bbackground-color: #F8F8F8;
    margin-left: 21px;
}
#rightCol {
    float: right;
    width: 0px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
}

/*
=========================Header===============================*/
#header {
    background: url('images/header.jpg') left top no-repeat;
    height: 130px;
}
#header .wrap {
    position: relative;
    height: 70px;
    margin: 0 20px;
}
#header .topLinkDiv {
	cursor: pointer;
	height: 68px;
	width: 350px;
	}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFFFFF;
    border-top: none;
    height: 100%;
}
#inner-wrapper .inner-container {
    background: url('images/maintop.gif') left top repeat-x;
    height: 100%;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
h2 {
    font-size: 1.1em;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('images/bullet.gif');
}
li {
    padding-left: 0.5em;
}

.post {
	margin-bottom: 20px; 
	}
.post h2 a {
	
	}
	
.post .more-link {
	font-size: 0.8em;
	color: #666666;
	}
.post .postmetadata {
    font-size: 0.8em;
    }	
/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
fieldset h3 {
    font-size: 1em;
    color: #666666;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
input[type=text], input[type=password], select {
    border: 1px solid #666666;
}
textarea {
    font-family: arial, sans-serif;
}


#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.text {
    padding: 2px 0;
}

form label {
    font-weight: bold;
    color: #666666;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}


#contentRegister dt {
    width: 180px;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #666666;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #666666;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th.sortedDesc a {
    background: url('images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
tr.alternateRow td, tr.backDark {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}

tr.d0 td {
    background-color: #FCF6CF;
}
tr.d1 td {
    background-color: #FEFEF2;
}

/*
=========================Footer===============================*/
#footer {
    position: relative;
    background: #F55C00 url('images/bottom.jpg') left bottom no-repeat;
    height: 72px;
    background-position: top;
    background-color: #F7F7F7;
}

.copyrightText {
    font-size: 10px;
    color: white;
    align: right;
    padding-right: 10px;
    padding-bottom: 15px;
}

.copyrightText a {
    color: #F55C00;
}


/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
    text-align: center;
    padding: 3px;
}
.infoMessage {
    border: 2px solid #39C862;
    color: #39C862;
    text-align: center;
    padding: 3px;
}
.error, .required {
    color: #FF3300;
}


/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #F7F7F7;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}


/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/

#sidebar {
	margin: 0px;
    padding: 0px;
    background: url('images/menutop.gif') left top no-repeat;
}

#sidebar ul, #sidebar ul ol {
    margin: 0px;
    padding: 0px;    
        list-style: none;
    list-style-type: none;
    list-style-image: none;
    }

#sidebar ul li {
	list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }

#sidebar .widget {
    margin: 0px;
    padding: 0px;
    color: #666666;
    min-height:160px;
    background: url('images/blockbottom.gif') left bottom no-repeat;
}

#sidebar .box {
    background: url('images/blocktop.gif') left top no-repeat;
    padding: 10px 20px 20px 20px;
    min-height: 60px;
}


#linkcat-2 {
	margin-right: 5px;
}

#sidebar #linkcat-2 .box {
	background: none;
	padding-left: 10px;
	}

#linkcat-2 h4 {
	display: none;
}

#linkcat-2 ul li {
    margin: 0px;
    padding: 0px;
}

#linkcat-2 ul li a {
    margin: 0px;
    padding: 0px;
    background: url('images/arrow.gif') left top no-repeat;
    text-align: right;
    display: block;
    color: #666666;
    text-decoration:none;
    height: 16px;
}
#linkcat-2 ul li a:hover {
    background: url('images/arrow-white.gif') left top no-repeat;
    background-color: #F55C00;
    color: #FFFFFF;
    text-decoration: none;
}


#sidebar #text-3 {
	background: none;
}

#recent-posts-3 ul li {
	list-style: inside;
	list-style-image: url('images/arrow.gif');
 
	}

