/*  
Theme Name: Eurie
Theme URI: http://www.developerholic.com/
Description: Eurie
Author: Developerholic
Author URI: http://www.developerholic.com
http://www.opensource.org/licenses/gpl-license.php
*/

body { 
    background: #0da0c7 url(images/bodybg.jpg) repeat-x top left; 
    color: #000; 
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px; 
}

img {
    border: none;
}

a { 
    color: #A00; 
    text-decoration: none;
}
a:hover { 
    color: #333333; 
}

#container { 
    width: 960px;
    background: #fff;
    text-align: left; 
    margin: 0px auto;
    border: 0px solid #fff; 
    border: #ffffff solid 15px;
}

#contentup { 
    height: 30px; 
    width: 600px;
    background: #fff url(images/insbg.jpg) no-repeat;
    padding: 10px 0px 5px 50px;  
}

#header { width: 960px;
    background: #0c5d72 url(images/headerbg.jpg) repeat; 
    height: 120px;
    
    
}
#header h2 { 
    margin: 0px 0px 5px 30px; 
    padding-top: 40px;
}

#header h2 a { 
    color: #0da0c7; 
    text-decoration: none; 
    font-size: 20pt; 
    font-family: Arial, Verdana, Sans-Serif; 
    font-weight: bold; 
    overflow: hidden; 
}

#header h2 a:hover { 
    
    text-decoration: none; 
}

#header h3 { 
    color: #fff; 
    font-size: 10pt; 
    font-family: georgia, verdana, Sans-Serif; 
    font-weight: normal;    
    margin: 5px 0px 5px 30px; 
}



#menuholder{ 
    width: 960px; 
}

#menu { 
    font-family: Arial, Verdana, sans-serif; 
    width: 960px; 
    border-top: 1px solid #0ca0c6;   
    background: #0d5d72;
    
}

#menu ul { 
    margin: 0px;	
    padding: 10px; 
    list-style: none; 
}
#menu li { 
    display: inline; 
    border-right: 1px solid #fff; 
}

#menu a {
    padding: 0px 15px;
    text-decoration: none;
    color: #0ca0c6;
}

#menu a:hover {
    color: #fff;
}

#content { 
    width: 620px; 
    padding: 5px 5px 5px 5px;
    margin-bottom: 15px;
    text-align: justify;
    float: left;
    line-height: 14pt;
    overflow: hidden;
}


#content b{
    color: #777;
}

#content a {
    color: #000000;
    line-height: 14pt;
    text-decoration: underline;
}

#content p {
    margin: 0px;
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    margin-top: 5px;
    font-size: 13px;
}

#content p img{
    border: none;
    margin-right: 15px;
    margin-bottom: 10px;
}

#content h1 {
    color: #0da0c7;
    font-size: 22px;
        font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 150%;
    margin: 0px;
}

#content h1 a  {
    color: #0da0c7;
    text-decoration: underline;
}

#content h1 a:hover {
    text-decoration: none;
}

#content h2 {
    font-family: helvetica, arial, sans-serif;
    font-size: 25px; 
    color: #333333;
    margin: 0px;
    line-height: 120%;
    padding-bottom: 10px;
        font-weight: normal;   
}

#content h2 a  {
    color: #0da0c7;
    text-decoration: none;
}

#content h2 a:hover {
    color: #333333;
    text-decoration: none;
}

#content ol {
    list-style-type: decimal;
    line-height: 18px;
    margin: 0px;
    padding: 0px 0px 10px 30px;
}

#content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 13px;
}

#content li {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

#content ul li {
    list-style: disc inside;
    margin: 0px 0px 0px 10px;
    padding: 5px 0px 0px 0px;
}

#content ul li a {
    color: #0d5d72;
    text-decoration: none;
}

#content ul li a:hover {
    color: #333333;
    text-decoration: underline;
}

blockquote{
    background-color: #cce8ff;
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 12px;
    padding: 7px;
    width: 500px;
    border: 1px solid #55a5e6;
}

.postspace {
    background: #fff;
    height: 30px;
    margin: 0px;
    padding: 0px;
}


#right { 
    color: #444444;
    width: 250px;	
    float: right;
    margin-bottom: 20px;
    font-size: 13px;
    }


#right h2 { 
    color: #fff;
    font: bold 110% Georgia, Times, serif;
    font-size: 12pt;
    list-style: none;
    padding: 6px;
    padding-bottom: 0px;
    margin: 20px 0px 0px 0px;    
    background: url(images/sideh2bg.jpg);
    
}

#right ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 0px 20px;
    border: 1px solid #cccccc;   
}

#right li {
    list-style: none;
    margin: 0px;
    padding: 0px;    
}

#right ul li {
    font-size: 13px;
    list-style: none;
    margin: 0px;
    line-height: 0pt; 
}

#right ul li a {
    display: block;
    color: #0d5d72;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 6px;
    padding-bottom: 2px;
    line-height: 12pt;
    background: url(images/side.gif) no-repeat center left;    
}


#right ul li a:hover {
    color: #333333;
    text-decoration: underline;
    }

#right input {
    width: 220px; 
    margin: 0px;
    padding: 0px;
}


#left { 
    color: #444444;
    width: 150px;	
    float: left;
    margin-bottom: 20px;
        font-size: 13px;
    }


#left h2 { 
    color: #fff;
    font: bold 110% Georgia, Times, serif;
    font-size: 12pt;
    list-style: none;
    padding: 6px;
    padding-bottom: 0px;
    margin: 20px 0px 0px 0px;    
    background: url(images/leftbg.jpg); 
    }

#left ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 0px 20px;
    border: 1px solid #cccccc;   
}

#left li {
    list-style: none;
    margin: 0px;
    padding: 0px;    
}

#left ul li {
    font-size: 13px;
    list-style: none;
    margin: 0px;
    line-height: 0pt; 
}

#left ul li a {
    display: block;
    color: #0d5d72;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 6px;
    padding-bottom: 2px;
    line-height: 12pt;
    background: url(images/side.gif) no-repeat center left;    
}


#left ul li a:hover {
    color: #333333;
    text-decoration: underline;
}


#left .searchform form {
    width: 70px; height: 30px;
    padding: 7px;
    background: #fff url(images/search.gif) no-repeat center;
}

#left input {
    width: 120px; 
    margin: 0px;
    padding: 0px;
    }

#footer {
    background: #0d5d72;
    width: 960px;
    overflow: hidden;
    font-size: 8pt;
    margin: 0px auto 0px;
    padding:  9px 10px 7px 0px;
    text-align: right;
    line-height: 17px;
    clear: both;
    color: #333333;
}

#footer p {
    padding: 0px;
    margin: 0px;	
    
}

#footer a, #footer a:visited {
    color: #0ca0c6;
    text-decoration: none;
    border: none;	
}

#footer a:hover {
    text-decoration: none;
    border: none;
}

#wp-calendar {
    margin-left: 22px;
    margin-bottom: 10px;
    width: 250px;
}


.entry {
    margin-bottom: 12px;
    border-bottom: 1px solid #E3E3E3;
}	


#author {
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}

#email {
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}

#url {
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}

#comment  {
    width: 350px;
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}

h3 .comments {
    font-size: 12px;
}

img.avatar {
    float:right; 
    margin-right:5px; 
    margin-left: 5px;
}





