/*  

Theme Name: Sunlimited
Theme URI: http://www.developerholic.com/
Description: Sunlimited WP Theme
Author: Developerholic
Author URI: http://www.developerholic.com
http://www.opensource.org/licenses/gpl-license.php
*/

* {
    margin: 0;
    padding: 0;
}


body { 
    background: #8dc100 url('images/bodybg.jpg') repeat-x top left;
    color: #000; 
    font-family: Verdana, Sans-serif, Arial;
    font-size: 11px; 
}

img {
    border: none;
}

a { 
    color: #698f01; 
    text-decoration: none;
}

a:hover { 
    color: #333333; 
}

#container { 
    width: 900px;
    background: #fff;
    text-align: left; 
    margin: 0px auto;
    border: px solid #fff; 

    border-top: none;
}



#header { 
    width: 900px;
    background: #8ec100;
    height: 90px;
}


#header h2 { 
    padding-top: 20px;
}

#header h2 a { 
    color: #3a4e02; 
    text-decoration: none; 
    font-size: 22px; 

    overflow: hidden; 
}

#header h2 a:hover { 
    text-decoration: none; 
}

#header h3 { 
    color: #333; 
    font-size: 10pt; 

    font-weight: normal; 

}




#indexbg {
    width: 100%;
    height: 150px;
    background: #fff url(images/indexbg.jpg);
}

#menuholder{ 
    width: 900px;  
    margin: 0px auto;
    background: #fff;
}

#menu { 

}

#menu ul { 
    margin: 0px;	
    padding: 8px; 
    list-style: none; 
}
#menu li { 
    display: inline; 
    border-right: 1px solid #333; 
}

#menu a {
    padding: 0px 15px;
    text-decoration: none;
    color: #333;
	font-weight: bold;
text-transform: uppercase;
}

#menu a:hover {

	text-decoration: underline;

}

#content { 
    border-right: 1px dashed #3a4e02;
    width: 590px; 
    padding: 10px 15px 5px 25px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: justify;
    float: left;
    line-height: 14pt;
    overflow: hidden;
}

.contentup {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 20px;
}

.att {
	background: #f3f3f3;
	margin-left: 210px;
}

.comment {
	    background: #fff url(images/commentbg.jpg) no-repeat;
	float: right;
	height: 40px;
	width: 40px;
	font-size: 14px;
text-align: center;
padding-top: 4px;
}


#content b{
    color: #777;
}

#content a {
    color: #3a4e02;
    line-height: 14pt;
    text-decoration: underline;
}

#content p {
    margin: 0px;
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    margin-top: 5px;
    
}

#content p img{
    border: none;
    margin-right: 15px;
    margin-bottom: 10px;
}

#content h1 {
    color: #75790c;
    font-size: 22px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 150%;
    margin: 0px;
}

#content h1 a  {
    color: #75790c;
    text-decoration: underline;
}

#content h1 a:hover {
    text-decoration: none;
}

#content h2 {
    font-size: 16px; 
    color: #333333;
    margin: 0px;
    line-height: 200%;
    font-weight: normal;   
}

#content h2 a  {
    color: #698f01;
    text-decoration: none;
}

#content h2 a:hover {
    color: #333333;

}

#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;
}

#content li {
    margin: 0px;
    padding: 0px;
}

#content ul li {
    list-style: disc inside;
    margin: 0px 0px 0px 10px;
    padding: 5px 0px 0px 0px;
}

#content ul li a {
    color: #3a4e02;
    text-decoration: none;
}

#content ul li a:hover {
    color: #333333;
    text-decoration: underline;
}

#feature {
	width: 280px;
	float: left;
	margin: 20px 7px;
	padding: 10px 0px;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	line-height: 14pt;
}

#feature h2 a  {
    color: #698f01;
    text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

blockquote{
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 12px;
    padding: 7px;
    width: 500px;
    border-left: 8px solid #75790c;
}

.postspace {
    background: #fff;
    height: 10px;
    margin: 0px;
    padding: 0px;
}


#right { 
    width: 260px;	
    float: right;
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 12px;
    margin-top: 10px;
}


#right h2 { 
    color: #3a4e02;
    font-size: 12px;
    list-style: none;
    padding: 6px;
    margin: 20px 0px 0px 0px;    
    background: #fff url(images/rightbg.jpg) no-repeat;
    padding-bottom: 20px;
   
}

#right ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 0px 0px;
    
}

#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: #3a4e02;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 6px;
    padding-bottom: 2px;
    line-height: 12pt;
    border-bottom: 1px dashed #8dc100;  
}


#right ul li a:hover {
    font-weight: bold;
}


#left { 
    width: 150px;	
    float: right;
    margin-bottom: 20px;
    padding-right: 10px;
}


#left h2 { 
    color: #3a4e02;
    font-size: 12px;
    list-style: none;
    padding: 6px;
    margin: 20px 0px 0px 0px;    
    background: #75790c;       
}

#left ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 0px 0px;
    
}

#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: #3a4e02;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 6px;
    padding-bottom: 2px;
    line-height: 12pt;
    border-bottom: 1px dashed #c6c89b;  
}


#left ul li a:hover {
    text-decoration: none;
    font-weight: bold;    
}




#footer {
    background: #8dc100 url('images/footerbg.jpg') no-repeat;
    overflow: hidden;
    font-size: 8pt;
	width: 890px;
    padding:  9px 10px 7px 0px;
    text-align: right;
    line-height: 17px;

}


#footer p {
    padding: 0px;
    margin: 0px;	
}

#footer a, #footer a:visited {
    color: #000;
    text-decoration: none;
    border: none;	
}

#footer a:hover {
    color: #fff;
}

#wp-calendar {
    margin-left: 22px;
    margin-bottom: 10px;
    width: 250px;
}


.entry {
    margin-bottom: 12px;
}	

#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;
}


img.avatar {
    float:right; 
    margin-right:5px; 
    margin-left: 5px;
}





.h3 {
font-size:9px;
color:red;
font-weight:bold;
margin-left:46px;
position:relative;
bottom:10px;
}

.hometext {
width:850px;
margin:10px 0 15px 25px;
}

.h1home {
float:right;
position:relative;
top:19px;
color:black;
background-color:white;
padding:1px;
font-size:7px;
}

.stylefilm{
font-size:10px;
margin-top:2px;
}
