/*   
Theme Name: Initium
Theme URI: http://www.ini.hr
Description: WordPress theme for the Initium's Web site
Author: Ivan Brezak Brkan & Berislav Lopac
Author URI: http://www.ini.hr
Version: 1.0
.
General comments/License Statement if any.
.
*/

body {
   margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
   padding: 0;
   background: url(images/gradient.png) repeat-x #edeeeb;
   color: #666666;
   font-size: 0.8em;
   text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

body * {
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited {
   color: #8bbb30;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a.rss:link, a.rss:visited {
   padding-right: 20px;
   background: url(images/rss_green.png) no-repeat;
   background-position: center right;
}

a img {
   border: none;
}

button {
   background: White;
   color: #8BBB30;
   font-size: 1em;
   padding: 4px;
   border: none;
   cursor: pointer;
}

label {
   margin-right: 5px;
}

input, textarea {
   background: url(images/field.png) repeat-x;
   border: 2px solid White;
   color: #666666;
   font-size: 1em;
   padding: 2px;
}

.alignleft {
   text-align: left;
}

.alignright {
   text-align: right;
}

#container {
   width: 854px;
   margin: 0 auto 20px; /* the auto margins (in conjunction with a width) center the page */
   padding: 40px 0 0;
   background: transparent;
   text-align: left; /* this overrides the text-align: center on the body element. */
   position: relative;
}

#header {
   padding: 0;
   margin: 0;
   position: absolute;
   top: 63px;
   left: 37px;
}

#header h1 {
   display: none;
}

#header .logo {
   display: block;
}

#sidebar {
   display: block;
   width: 350px;
   float: left;
   background: url(images/menu.png) no-repeat;
   padding-top: 100px;
}

#sidebar div.extra {
   margin: 20px 145px 0 0;
   text-align: right;
}

#sidebar form {
   margin-top: 25px;
}

#navigation {
   color: White;
   margin: 25px 0 50px;
   padding: 0;
   list-style: none;
}

#navigation li {
   display: block;
   margin-bottom: 15px;
   background: url(images/icon_blog.png) no-repeat 50px 5px;
}

#navigation li.forum {
   background-image: url(images/icon_forum.png);
}

#navigation li.members {
   background-image: url(images/icon_members.png);
}

#navigation li.projects {
   background-image: url(images/icon_projects.png);
}

#navigation li.info {
   background-image: url(images/icon_info.png);
}

#navigation li.contact {
   background-image: url(images/icon_contact.png);
}

#navigation a:link, #navigation a:visited {
   display: block;
   margin-left: 50px;
   padding-left: 50px;
   font-size: 1.6em;
   font-weight: bold;
   color: White;
}

#navigation li ul {
   display: block;
   margin-left: 50px;
   padding-left: 50px;
   font-size: 1.1em;
   width: 180px;
}

#navigation li ul li {
   margin-right: 3px;
   background: transparent /*url(images/arrowhead.png) no-repeat;
   background-position: left center;
   padding-left: 7px*/;
   display: inline;
}

#navigation li ul a:link, #navigation li ul a:visited {
   display: inline;
   font-size: 1em;
   font-weight: normal;
   margin: 0;
   padding: 0;
}

#content {
   padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
   margin-left: 350px;
}

#content h2 {
   font-size: 1.5em;
   padding: 0;
   margin: 10px 0;
}

#content p {
   line-height: 1.4em;
   font-size: 1.1em;
   margin: 0 0 10px;
}

#content blockquote {
   padding-left: 15px;
   border-left: 2px solid #8BBB30;
}

#content ul li {
   margin-bottom: 10px;
}

#content .linkcat, #content .linkcat li {
   list-style: none;
   margin-bottom: 5px;
}

#content .linkcat ul {
   padding-left: 10px;

}

#content .linkcat li a {
    font-size: 1.2em;
    font-weight: bold;
}

#content .entry {
   padding-bottom: 10px;
   margin-bottom: 20px;
   border-bottom: 1px solid #CCCCCC;
}

#content .entry .date {
   font-size: 1.2em;
}

#content .entry .date a {
   font-weight: bold;
}

#content .entry .summary {
   font-weight: bold;
}

#footer {
   padding: 0;
   margin: 20px 0 0 350px;
}

#footer p {
   margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
   padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
   margin: 10px 0 0;
   padding: 0;
   list-style: none;
   text-align: center;
}

#footer ul li {
   display: inline;
   margin: 0;
   padding: 0 5px;
}

#footer ul.navigation {
   border-left: 1px solid #666666;
   float: right;
   margin: 0;
   padding-left: 2px;
}

#footer ul.navigation li {
   border-right: 1px solid #666666;
   padding: 0 7px 0 5px;
}

#footer ul.navigation li a {
   font-weight: bold;
}