/*
Theme Name:   Sunfeelings
Theme URI:    http://every.pixeltells.com
Description:  A theme for WP by <a href="http://TuringOU.com">TuringOU</a>
Version:      1.0
Author:       TuringOU
Author URI:   http://TuringOU.com
*/

@import url(./css/layout.css);
@import url(./css/single.css);
@import url(./css/sidebar.css);
@import url(./css/comment.css);
@import url(./css/s3slider.css);
@import url(./css/search_form.css);
@import url(./css/bubbles.css);

*,body{
	margin:0;
	padding:0;
	}

img{
	border:0;
	}

a{
	color:#505a94;
	text-decoration:none;
	font-weight:bold;
	}

a:hover{
	text-decoration:underline;
	}

.floatl{
	float:left;
	}

.floatr{
	float:right;
	}

.clear{
	zoom:1;
	}

.clear:after{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	}

body{
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	}

#container{
	width:900px;
	margin:30px auto;
	}

.inner-con{
	width:900px;
	}

/*css for header starts here*/

.header{
	width:900px;
	margin:0 0 30px;
	}

.banner{
	width:900px;
	height:300px;
	border:1px solid #ddd;
	border-bottom:0;
	}

.banner-sp{
	width:900px;
	height:200px;
	border:1px solid #ddd;
	border-bottom:0;
	overflow:hidden;
	}

.logo{
	padding-top:30px;
	}

.top-links ul{
	list-style:none;
	padding-top:56px;
	}

.top-links li{
	float:left;
	font-size:14px;
	padding:0px 10px;
	line-height:20px;
	}

.top-links li a{
	text-decoration:none;
	color:#6d7586;
	display:block;
	cursor:pointer;
	padding-left:5px;
	}

.top-links li a:hover{
	text-decoration:none;
	color:#000;
	}

.content-box{
	width:900px;
	color:#9f9f9f;
	}
.content-box p{
	padding:10px 0 0;
	}

/*css for footer starts here*/

.footer {
	clear:both;
	}

.footer-links{
	color:#5f626a;
	padding:20px 0;
	width:900px;
	border-top:1px dashed #ddd;
	margin-top:40px;
	}

.footer-links a{
	color:#5f626a;
	font-weight:normal;
	}
	
.footer-links ul{
	list-style:none;
	}

.footer-links li{
	float:left;
	margin-right:7px;
	}

.footer-links li a{
	color:#5f626a;
	font-weight:normal;
	}

.hidden{
	display:none;
	}