/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0;
	text-align: justify;
	font-family:  Arial,Helvetica,sans-serif,'Trebuchet MS';
	font-size: 12px;
	color: #000000;
    /*
    background-image: url(../img/dsgn/img01.jpg);
    background-repeat: repeat-x;
    background-position: left top;
*/

}

h1, h2, h3 {
    margin-top: 0;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1em;
}

ul {
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    border-bottom: none;
}

a img {
    border: none;
}

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

#header {
    width: 100%;
    margin: 0 auto;
    height: 172px;
    background-image: url(../img/dsgn/img01.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    /*
    background-color: #660000;
    */
}

/* Header */

#logo {
    width: 960px;
    height: 110px;
    margin: 0 auto;
    padding-top: 10px;
}

#logo h1, #logo p {
    margin: 0;
    padding-left: 100px;
    color: #FFFFFF;
}

#logo span {
    color: #FFFFFF;
}

#logo h1 {
    padding: 25px 0 0 0;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 4.8em;
}

#logo p {
    text-transform: lowercase;
    padding: 4px 0 0 3px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    color: #FFFFFF;
}

#logo a {
    border: none;
    text-decoration: none;
    color: #FFFFFF;
}

/* Menu */

#menu {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    height: 62px;
    background: url(../img/dsgn/img02.jpg) repeat-x left top;
}

#menu ul {
    margin: 0;
    padding: 24px 0 0 0px;
    list-style: none;
}

#menu li {
    float: left;
    display: inline;
}

#menu a {
    height: 30px;
    margin: 0;
    padding: 20px 30px 0 30px;
    background: url(../img/dsgn/img06.jpg) no-repeat right 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

#menu a:hover {
    color: #000000;
}

#menu .current_page_item a {
    color: #000000;
}

/* Wrapper */

#wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/* Page */

.page {
    width: 960px;
    padding: 0px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20;
    margin-left: auto;
    /*
	background: url(images/img03.jpg) repeat-y left top;
	*/

}

#page-bg {
}

/* Latest Post */

#latest-post {
    padding: 20px;
    border: 1px solid #E7E7E7;
}

/* Content */

#content {
    float: left;
    width: 520px;
    background: #FFFFFF;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    /*
    border-top: 10px solid #2C5270;
    */
}

.post {
    padding-bottom: 15px;
    line-height: 200%;
    background: url(../img/dsgn/img04.jpg) repeat-x left bottom;
}

.post h1 {
    font-weight: normal;
}

.title {
    margin: 0;
    padding: 30px 0 4px 10px;
    font-size: 28px;
    font-weight: normal;
}

.title a {
    border-bottom: none;
    color: #000000;
}

.title a:hover {
    border-bottom: 1px dotted #000000;
}

.byline {
    background: #676767;
    margin: 10px 0px 20px 0px;
    padding: 4px 10px;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    font-size: 11px;
    color: #FFFFFF;
}

.tag {
    padding: 0 15px;
}

.entry {
    padding: 0px 0px;
}

.links {
    width: 80px;
    height: 33px;
    background: url(../img/dsgn/img05.jpg) no-repeat left top;
    text-align: right;
    font-weight: bold;
}

.links a {
    display: block;
    height: 25px;
    padding-top: 8px;
    padding-left: 10px;
    text-align: left;
    color: #5E5E5E;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
    float: left;
    width: 210px;
}

#sidebar2 {
    float: right;
    width: 210px;
}

.sidebar {
    float: left;
    /*
    border-top: 10px solid #2C5270;
    */
    padding: 0;
    color: #737373;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    padding: 0 0 20px 0;
}

.sidebar li ul {
    background: none;
    padding-bottom: 20px;
}

.sidebar li li {
    margin: 0px 15px;
    padding: 8px 0px;
    border-bottom: 1px #474747 dashed;
    background: none;
}


.sidebar li h2 {
    height: 26px;
    background: #0C0C0C;
    margin: 0 0 0 0;
    padding: 14px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    font-weight: bold;
    color: #FFFFFF;
}

.sidebar a {
    color: #BDBDBD;
}

/* Search */

#searchform {
    margin: 0;
    padding: 0 0 20px 0;
}

#searchform br {
    display: none;
}

#searchform h2 {
}

#s {
    margin: 10px 0px 0 15px;
    padding: 2px 2px;
    width: 165px;
    height: 18px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    font-size: 10px;
    color: #000000;
}

#x {
    margin: 0;
    padding: 2px 5px;
    height: 25px;
    background: #CA8186;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    font-size: 10px;
    color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
    padding: 10px 15px;
    text-align: center;
}

#calendar_wrap table {
    width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
    border: none;
}

#calendar_wrap tfoot td#prev {
    text-align: left;
    font-weight: bold;
    border: none;
}

#calendar_wrap tfoot td#prev a {
    border: none;
}

#calendar_wrap tfoot td#next {
    text-align: right;
    font-weight: bold;
    border: none;
}

#calendar_wrap tfoot td#next a {
    border: none;
}

/* Footer */
/* footer */
#footer                 { height: 200px; text-align:center;
                          background-color: #990000;
}
#footer .box    { width:230px; float:left; margin:15px 20px 0 0; text-align:left;}
#footer .box h2 { text-align:center; margin: 0 0 10px 0; width:230px; height:21px; line-height:21px;}
#footer .box ol { margin:0 0 0 20px;}
#footer .box ol li {list-style-type: disc}
#footer .box ol a   { text-decoration:none; font-size: 16px;}
#footer .box ol a:hover	{ text-decoration:underline;}
#footer .box-last   { margin:15px 0 0 0;}
#footer .top-rated h2		{}
#footer .recently-added h2	{}
#footer .top-genres h2		{}
#footer .most-active h2		{}
#footer .copyright { margin:20px auto; width:500px; height:32px; line-height:32px;}

/* backgrounds & colour */
#footer .box h2	{ color:#fff; background-color: #ff9900;
}
#footer .box ol { color:#bbd9ee;}
#footer .box ol a   { color:#bbd9ee; }
#footer .box ol a:hover { color:#bbd9ee;}
#footer .copyright  { background:url(../img/bg_footer_copyright.png) no-repeat;}

/*
#footer {
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    padding: 0 20px;
    background: #666666
}

#footer p {
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    color: #737373;
}

#footer a {
    color: #BDBDBD;
}

#footer .link {
}

#footer .copyright {
}
*/
.side_bot {
    width: 230px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #900;
    background-image: url(../img/dsgn/bt_230.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.side_top {
    margin: 0;
    padding: 10px;
    background: #0F9 url(../img/dsgn/tp_230.gif)
        no-repeat top left;
}

dd {
    margin: 0;
    padding: 10px;
}

.rc_bot {
    width: 480px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #900;
    background-image: url(../img/dsgn/bt_480.gif);
    background-repeat: no-repeat;
    background-position: left bottom;

}
.rc_top {
    margin: 0;
    padding: 10px;
    background: #0F9 url(../img/dsgn/tp_480.gif)
        no-repeat top left;
}
#liquid-round {
    width:70%;
    margin:100px auto;
    background:#fff url(../img/dsgn/leftside.gif) repeat-y left top;
}

/*
.top {
    width:100%;
    height:20px;
    background:url(../img/dsgn/top.gif) no-repeat left top;
}
.top span {
    display:block;
    position:relative;
    height:20px;
    background:url(../img/dsgn/top-right.gif) no-repeat right top;
}
*/

.center-content {
    position:relative;
    background:url(../img/dsgn/rightside.gif) repeat-y right top;
    padding:1px 20px 1px 25px;
}
.bottom {
    width:100%;
    height:60px;
    background:url(../img/dsgn/bottom.gif) no-repeat left bottom;
}
.bottom span {
    display:block;
    position:relative;
    height:60px;
    background:url(../img/dsgn/bottom-right.gif) no-repeat right top;
}
table ul
{
    padding: 5px;

}
table ul li {
    list-style-type:none;
    padding-left:15px;
    list-style-image:none;
    list-style:none;
    line-height:25px;
    color:#0462ae;
    background-image: url(../img/dsgn/a5.gif);
    background-repeat: no-repeat;
    background-position: 0 8px;

}
table ul li a {
    color:#0462ae; font-weight:normal; text-decoration:underline; font-size:13px;
}

/* Forms */
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 80%;
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}
fieldset legend {
    background:#fff;
    color: #e32;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    clear: both;
    /*
    margin-bottom: 1em;
    */
    padding: .5em;
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #006633;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    font-size: small;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    margin-left: 140px;
}
label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
}
input, textarea {
    clear: both;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width: 100%;
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=radio] {

    /*
    float:left;
    */
    width:auto;
    margin: 0 3px 7px 0;

}

div.radio label {
    margin: 0 0 6px 3px;
    display: inline;
    font-size: 110%;
    padding-right: 20px;
    float: none;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    padding: 2px 5px;
    width: auto;
    vertical-align: bottom;
}

div.message {
    color: #003333;
    background-color: #00cc00;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    font-size: small;
    font-weight: bold;

    text-align: center;
}
div.falla {
    color: #ffff00;
    background-color: #ff3333;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    font-size: small;
    font-weight: bold;
    text-align: center;
}

div.warning {
    color: #660000;
    background-color: #ffff33;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Arial,Helvetica,sans-serif,'Trebuchet MS';
    font-size: small;
    font-weight: bold;
    text-align: center;
}

