/*
Theme Name: Trigami Wordpress Template
Theme URI: http://www.trigami.com/
Description: Template for Trigami.com Blog
Version: 1.0
Author: moritz@trigami.com
Author URI: http://www.trigami.com/
*/

@import url(/css/trigami.css);

/* =general section */
#logo
{
    background:url(/img/home_header.png) top left no-repeat;
}

#content-area {
   width:675px;
   margin-top:20px;
   margin-right:15px;
   float:right; 
}

.content ul li {
     list-style-type: disc;
     margin-left: 15px;
}

.content {
    clear: both;
    width:100%;
    margin-top:10px;
    margin-right:15px;
    padding-bottom: 10px;
}

.content h2{
     color:#000000;
     text-transform: uppercase;

     margin:0;
     margin-bottom:10px;
     margin-top:10px;
     font-size: 16px; 
}

* html .content h2{ float:none; }

.content h2 span{
     margin:3px 10px;
}
/*
content p, .content div {
    clear:both;
}
*/
.content .runded-block {
    background:#f2f2f2;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.postmetadata {
    margin-top: 10px;
}

.blogtitle{
    margin-top: 20px;
}

.wp_entry_body{
    padding-top: 10px;
    padding-bottom: 10px;
}

p
{
	margin-top: 10px;
}

#footerarea
{
    margin-top:40px;
    padding:10px;
    background:url(/img/footer_bg.png) top left repeat-x;
    height:140px;
}

#footerarea .inner {
    text-align:left;
    margin:0 auto;
    width:934px;
}

h1.pagetitle {
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #1aa1dd;
    font-weight:bold;
    margin: 5px 0 10px 0px;
}

.sya_container a {
	font-size: 14px;
	font-weight: bold;
}

.sya_container ul {
	margin: 3px 0px 15px 15px;
}

.sya_container ul li {
	padding: 1px 0px;
}

.sya_container ul li a {
	font-weight: 12px;
	font-weight: normal;
}

#archiveSearch .s {
	width: 300px;
}
