/*   
Theme Name: Ututi
Theme URI: http://blog.ututi.lt
Description: A blog theme for Ututi blog.
Author: Jaro
Author URI: http://jaro.lt/
Version: 0.1
Tags: ututi
.
The Ututi Theme for Wordpress is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    background-color: #333333;
}

#main {
    background-color: #ffffff;
    width: 950px;
    min-height: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #ff6600;
}
a:hover {
    text-decoration: underline;
}

p {
    margin: 5px 0;
}

/* =Header
-------------------------------------------------------------- */

#header {
    width: 950px;
    position: relative;
    margin: auto;
    background-color: white;
}

#branding {
    background: transparent url(img/branding-background.png) no-repeat right top;
    height: 145px;
}

#blog-description {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
}

#blog-title {
    margin-left: 30px;
}

#blog-title img {
    margin-top: 15px;
}

#social-media #facebook {
    position: absolute;
    top: 120px;
    right: 180px;
}

#social-media #twitter {
    position: absolute;
    top: 95px;
    right: 85px;
}


#social-media #rss {
    position: absolute;
    top: 100px;
    right: 30px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    margin: 0;
    padding-left: 25px; 
    overflow: auto;
    background: transparent url(img/menu-background.png) no-repeat center center;
    height: 50px;
}
.skip-link {
	display: none;
}

.menu ul,
ul.menu {
    list-style: none;
    margin: 0;
}
.menu ul ul {
    display: none;
}
.menu li {
    display: inline;
}
.menu a {
    display: block;
    float: left;
    background: transparent url(img/menu-separator.png) no-repeat right bottom;
    padding: 15px 30px 0 20px;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    vertical-align: bottom;
}


/* =Content
-------------------------------------------------------------- */

#featured-posts {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    overflow: hidden;
    background: transparent url(img/separator.png) no-repeat center bottom;
}

#featured-posts ul {
    list-style: none;
}

#featured-posts li {
    display: inline;
    vertical-align: middle;
}

#featured-posts .featured-post-info {
    float: left;
    width: 100px;
}

#featured-posts .featured-image {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

#featured-posts h3 {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    font-family: Georgia, serif;
    line-height: 1;
}

#featured-posts a {
    color: #808080;
}

#featured-posts img {
    border: solid 2px #e6e6e6;
}

#featured-posts .time {
    font-size: 10px;
}

.post,
.page {
    margin: 10px 20px 10px 40px;
    padding-bottom: 20px;
    background: transparent url(img/bullets.png) no-repeat center bottom;
}

.single-post {
    padding-bottom: 10px;
    background: transparent url(img/separator.png) no-repeat left bottom;
}

.post h1,
.post h2,
.page h1,
.page h2 {
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: bold;
    color: #4d4d4d;
    margin-bottom: 0;
}
.post h2 a,
.page h2 a {
    color: #4d4d4d;
}
.post h3,
.page h3 {
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
}

.post img.attachment-post-thumbnail {
    float: left;
    margin-right: 10px;
    border: solid 2px #e6e6e6;
}

.post li {
    list-style-image: url(img/bullet.png);
}

.post #features td { 
    border: 1px solid #dadada;
    padding: 3px;
}


.entry-utility {
    margin-bottom: 10px;
}

.entry-content, .entry-summary {
    margin: 1em 0 0 0;
}

.entry-content .more-link {
    margin-top: 5px;
    color: #808080;
}

.entry-meta {
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    margin-left: 2px;
}

.meta-sep {
    vertical-align: top;
    margin-right: 6px;
}

.comments-link {
    padding-top: 5px;
    vertical-align: top;
}

.comments-link a {
    padding: 5px 0 10px 27px;
    margin-right: 5px;
    height: 30px;
    font-size: 11px;
    font-weight: bold;
    background: transparent url(img/comment.png) no-repeat center left;
}

#comments {
    margin-left: 40px;
}

#comments h3 {
    font-weight: bold;
    font-size: 14px;
    color: #4d4d4d;
}

#comments #comment-notes {
    font-size: 10px;
    margin-bottom: 10px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin: 20px 0 10px 40px;
    overflow: auto;
    text-align: center;
}

#single-navigation {
    overflow: hidden;
    background: transparent url(img/separator.png) no-repeat left bottom;    
    margin: 20px 40px 20px 40px;
    padding-bottom: 20px;
    vertical-align: middle;
}

#single-navigation .nav-previous {
    background: transparent url(img/previous.png) no-repeat left center;
    margin-right: 20px;
    padding-left: 40px;
    font-weight: bold;
    font-family: Georgia, serif;
    line-height: 1;
    float: left;
    width: 140px;
}

#single-navigation .nav-next {
    background: transparent url(img/next.png) no-repeat right center;
    margin-left: 20px;
    padding-right: 40px;
    font-weight: bold;
    font-family: Georgia, serif;
    text-align: right;
    line-height: 1;
    float: right;
    width: 140px; 
}


.nav-previous,
.nav-next {
    display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area {
    background: transparent url(img/widget-background.png) repeat;
    padding-left: 30px;
    
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}

.widget-container {
    margin: 0 0 1em 0;
}
.widget-container li {
    list-style-image: url(img/bullet.png);
    margin-left: 20px;
}

.widget_categories .widget-title,
.widget_archive .widget-title, 
.widget_tag_cloud .widget-title,
.widget_links .widget-title,
.widget_featured-posts .widget-title,
.widget_friends .widget-title {
    background: transparent url(img/widget-title-background.png) no-repeat top left;
    height: 38px;
}

.widget_featured-posts {
    background: none !important;
}

.widget_featured-posts li {
    list-style: none;
}

.widget_friends div {
    text-align: center;
    margin-right: 20px;
}

.widget_friends img {
    width: 170px;
    margin-top: 10px;
}

h3.widget-title {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 10px 0 0 10px;
}

.widget_tag_cloud div {
    margin-left: 20px;
}

#searchform #s {
    width: 200px;
}

#searchsubmit {
    background: url(img/search-button.png) no-repeat center top;
    width: 43px;
    height: 30px;
    border: 0;
}

.widget_text {
    margin-left: 5px;
}

.widget_text h3 {
    font-family: Georgia, serif;
    color: #9b9b9b;
    font-size: 18px;
    padding: 0;
}
.widget_text .textwidget {
    margin-right: 30px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    background-color: #ffffff;
    width: 950px;
    min-height: 100%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    text-align: center;
}

#site-info p {
    margin-bottom: 0;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */
