/*
Theme Name: The Spot Theme Modified
Theme URI: http://www.theiphonespot.net/
Description: Iphone interface magazine was inspired by the amazing designs from apple's iphone from icons to interface design.
Version: 1.1
Author: Sohany and ShaQuiB (winwinsp.com)-2009
Author URI: http://www.winwinsp.com/
*/

/* General */
body{
	margin:0px auto;
	background:#ece9d8;
}
h1, h2, h3, h4 {
	margin: 0;
}
img {
	border: 0;
}
#site-wrapper{
	/*border:1px solid #000;*/
	width:975px;
	margin-left:auto;
	margin-right:auto;
}
#background-layer{
	background:url(images/page.gif) repeat-y;
	height:auto;
	width:100%;
}
#footer{
	background:url(images/page_in.gif) no-repeat;
	width:100%;
	height:60px;
}
.clear{
	clear:both;
}
#banner{
	background:url(images/iphone_banner.gif) no-repeat;
	width:974px;
	height:223px;
}
#menu-border{
	background:url(images/page.gif) repeat-y;
}
#header-menu{
	margin-top:3px;
	margin-bottom:6px;
	background:url(images/menu_bg.gif) repeat-x;
	height:50px;
	margin-left:9px;
	width:955px !important;
}
#header-menu ul {
	margin: 0;
	padding-top:8px;
	list-style-type: none;
}

#header-menu ul li {
	float: left;
	width: 100px;
	margin-right: 8px;
	font: bold 12px/32px "Helvetica", Helvetica;
	color: #cccccc;
	text-align: center;
	background: url("images/header_menu.gif") no-repeat;
}
#header-menu ul li a {
	color: #ffffff;
	height: 44px;
	text-decoration: none;
	display: block;
}
#header-menu ul li a:hover {
	color: #ffffff;
	background: url("images/header_menu_hover.gif") no-repeat;
}

/*SIDEBAR*/

/* Main - Sidebar */
.sidebar {
	float: left;
	width:100%;
	padding: 0 2px 0 2px;
	font: normal 12px/18px "Helvetica", Helvetica;
	color: #000000;
}
.sidebar a {
	color: #000000;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
/* Main - Sidebar - Boxes */
.sidebar .sidebar-box {
	width: 100%;
	background: url("images/sidebar_box.gif") repeat-y;
	margin-bottom: 15px;
}
.sidebar .sidebar-box-top {
	width: 230px;
	background: url("images/sidebar_box_top.gif") no-repeat;
}
.sidebar .sidebar-box-bottom {
	text-align:left;
	width: 230px;
	background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;
}
.sidebar .sidebar-box-blank {
	width: 230px;
	margin-bottom: 15px;
}

/* Sidebar - Titles */

.sidebar h3, #top-advertise h3, .sidebar-box-bottom h3{
	height: 36px;
	padding-left: 10px;
	font: bold 15px/36px "Helvetica", Helvetica;
	color: #D1D8E1;
	background: url("images/sidebar_title.gif") no-repeat;
}

/* Sidebar - Search */

.sidebar #sidebar-search {
	width: 230px;
	height: 27px;
	background: url("images/sidebar_search.gif") no-repeat;
}
.sidebar #sidebar-search #search-form {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 27px;
}
.sidebar #sidebar-search #sb {
	width: 149px;
	height: 17px;
	border: 0;
	font: bold 13px "Helvetica", Helvetica;
	color: #000000;
	background: transparent;
	float: left;
}
.sidebar #sidebar-search #searchsubmitb {
	background: transparent;
	border: none;
	width: 83px;
	height: 27px;
	padding: 0;
	float: right;
}

/* Sidebar - Menus */

.sidebar ul, .sidebar-box-bottom ul {
	margin: 0;
	padding: 5px 0 15px 0;
	list-style-type: none;
}
.sidebar-box-bottom ul {
}
.sidebar ul li, .sidebar-box-bottom ul li {
	color: #cccccc;
	font: normal 12px/29px "Helvetica", Helvetica;
}
.sidebar ul li a, .sidebar-box-bottom ul li a {
	color: #cccccc;
	padding-left: 30px;
	text-decoration: none;
	background: url("images/sidebar_menu.gif") no-repeat left bottom;
	display: block;
	width: 205px;
	height: 29px;
}
.sidebar-box-bottom ul li a {
	width: 195px;
}
.sidebar ul li a:hover, .sidebar-box-bottom ul li a:hover {
	text-decoration: none;
	background: url("images/sidebar_menu_hover.gif") no-repeat left bottom;
	width: 200px;
	padding-left:30px;
}

/* Sidebar - Menus - Submenus */

.sidebar ul li ul {
	padding: 0;
}

/* Sidebar - Forms */

.sidebar #searchform {
	margin: 0;
	width: 230px;
	text-align: center;
}
.sidebar #searchform #s {
	width: 235px;
}

/* Sidebar - Tables */

.sidebar #calendar_wrap {
	margin: 0 auto;
	width: 145px;
	padding: 5px 0;
}
.sidebar #calendar_wrap table {
	width: 145px;
}

.sidebar #calendar_wrap caption {
	font-weight: bold;
}
.sidebar #calendar_wrap tbody {
	text-align: right;
}
.sidebar #calendar_wrap tfoot #next {
	text-align: right;
}
.sidebar #calendar_wrap #today {
	font-weight: bold;
}

/* Sidebar - Texts */

.sidebar .textwidget {
	padding: 3px 7px 5px 7px;
}	

/* Main - Content */

#content {
	float: left;
	width: 100%;
	padding-top: 0;
}

/* Main - Content Shop*/

#content-wide {
	float: left;
	width: 199%;
	margin-top: -8px;
	margin-left: 5px;
	padding-top: 0;
	padding-left: 20px;
	background: #fff;
}


/* Main - Content - Post */

#content .post {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	background: url("images/post.gif") repeat-y;
}
#content .post-top {
	width: 100%;
	background: url("images/post_top.gif") no-repeat;
}
#content .post-bottom {
	width: 100%;
	background: url("images/post_bottom.gif") no-repeat left bottom;
}

/* Post - Title */

#content .post .post-title {
	width:85%;
	height: 55px;
	color: #ffffff;
	font: normal 10px "Helvetica", Helvetica;
	position: relative;
	padding-top:20px;
	padding-left:70px;
}
#content .post .post-title a {
	color: #ffffff;
	text-decoration: none;
}
#content .post .post-title a:hover {
	text-decoration: underline;
}
#content .post .post-title h2 {
	color: #D1D8E1;
	font: normal 18px "Helvetica", Helvetica;
}
#content .post .post-title h2 a {
	color: #D1D8E1;
	text-decoration: none;
}
#content .post .post-title h2 a:hover {
	text-decoration: underline;
}
#content .post-title-info {
	padding: 7px;
	margin-left:23px;
	width: 100%;
	height: 19px;
	font-size:11px;
	line-height: 19px;
	color:#0099CC;
	font-family: "Helvetica", Helvetica;
}
#content .post-title-info a{
	text-decoration:none;
}
#content .post .post-title-info a:hover{
	color:#FF0000;
	text-decoration:underline;
}

/* Post - Entry */
#content .post .post-entry {
	font: normal 12px/18px "Helvetica", Helvetica;
	color: #2D3237;
	width: 87%;
	margin-left:30px;
}
#content .post .post-entry a {
	color: #2D3237;
	text-decoration: none;
}
#content .post .post-entry a:hover {
	text-decoration: underline;
}
#content .post .post-entry a.more-link {
	font-weight: bold;
}
#content .post .post-entry blockquote {
	border-left: 10px solid #ededed;
}

/* Post - Info */

#content .post .post-info {
	width: 100%;
	height: 19px;
	font: bold 10px "Helvetica", Helvetica;
	color: #000000;
	padding-bottom:10px;
}
#content .post .post-info-in {
	line-height: 19px;
	width: 85%;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:25px;
	height: 19px;
	text-align: left;
	font-size:10px;
	border-top:2px solid #999999;
}
#content .post .post-info a {
	color: #000000;
	text-decoration: none;
}
#content .post .post-info a:hover {
	text-decoration: underline;
}

/* Post - Subtitle */

#content .post h3 {
	margin: 20px 0 5px 0;
	color: #000000;
	font: bold 15px "Helvetica", Helvetica;
}

/* Post - Comments */

#content .post .comments {
	font: normal 12px/18px "Helvetica", Helvetica;
	color: #000000;
	width: 100%;
}
#content .post .comments ol {
	margin: 10px 0;
}
#content .post .comments ol li a {
	color: #000000;
	text-decoration: none;
}
#content .post .comments ol li a:hover {
	text-decoration: underline;
}
#content .post .comments ol li.alt {
	background: #ededed;
}
#content .post .comments ol li cite {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
#content .post .comments ol li cite a {
	color: #000000;
	text-decoration: none;
}
#content .post .comments ol li cite a:hover {
	text-decoration: underline;
}
#content .post .comments ol li .commentmetadata a {
	color: #000000;
	text-decoration: none;
}
#content .post .comments ol li .commentmetadata a:hover {
	text-decoration: underline;
}

/* Post - Comment Form */

#content .post #commentform {
	font: normal 12px/18px "Helvetica", Helvetica;
	color: #000000;
	width: 100%;
	margin: 0;
}
#content .post #commentform a {
	color: #000000;
	text-decoration: none;
}
#content .post #commentform a:hover {
	text-decoration: underline;
}

/* Main - Content - Navigation */

#content #navigation {
	background:#FFF;
	float: left;
	margin-bottom: 20px;
	font: bold 12px "Helvetica", Helvetica;
	color: #000000;
	width: 97%;
	padding-left:6px;
	margin-left:7px;
}
#content #navigation a {
	color: #000000;
	text-decoration: none;
}
#content #navigation a:hover {
	text-decoration: underline;
}
#content #navigation #navigation-previous {
	float: left;
}
#content #navigation #navigation-next {
	float: right;
}

/* Header - Recent Articles */

#header-recent {
	position: absolute;
	top: 320px;
	left: 338px;
	width: 210px;
	height: 120px;
	margin-left:170px;
}
#header-recent h3 {
	width: 200px;
	height: 22px;
	color: #000000;
	font: bold 15px/22px "Helvetica", Helvetica;
}
#header-recent ul {
	margin: 0;
	padding: 5px 0 0 30px;
	list-style-type: none;
}
#header-recent ul li {
	background: url("images/header_recent.gif") no-repeat;
	color: #000000;
	font: normal 12px/29px "Helvetica", Helvetica;
}
#header-recent ul li a {
	color: #000000;
	text-decoration: none;
}
#header-recent ul li a:hover {
	text-decoration: underline;
}

/*WINWINSP CSS CODEs*/

.sidebar-box ul{
	margin:0;
	padding:0;
}
.sidebar-box ul li{
	margin:0;
	padding:0;
}
.sidebar ul li a {
	padding-left: 25px;
}
#main-content-holder{
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
#left-sidebar{
	float:left;
	width:235px;
	padding-left:10px;
}
#middle-content{
	float:left;
	width:470px;
	margin-left:4px;
	margin-top:1px;
}
#right-sidebar{
	float:right;
	width:233px;
	margin-right:12px;
	margin-top:1px;
}
.clear-float{
	clear:both;
}
#middle-sidebar{
	margin-left:7px;
}
.sidebar .sidebar-box-bottom a {
	color:#FFF;
}
#wp-calendar{
	color:#FFFFFF;
}
.donation-topic{
	width:220px;
	padding-bottom:12px;
}
#content .post .comments {
	font: normal 12px/18px "Helvetica", Helvetica;
	color: #000000;
	width: 420px;
}
#content .post .comments ol{
	margin:0;
	padding-left:0;
}
#content .post .comments ol li{
	list-style:none;
}
#content{
	overflow:hidden;
}
#content #top-advertise{
	padding-bottom:34px;
	padding-left:5px;
}
#content #top-advertise img{
	width:100%;
}
#content table{
	width:100%;
	font-size:11px;
}
.middle-img{
	width:100%;
}
#content .middle-img img{
	width:46px;
	height:48px;
}
#banner-rss{
	padding-top:165px;
	padding-left:10px;
	width:50px;
}
#recent-post{
	float:left;
	width:230px;
	background:#FFF;
	font-family:"Helvetica", Helvetica;
	font-size:12px;
	border-right:1px solid #666666;
}
#recent-comments{
	float:left;
	width:230px;
	background:#FFF;
	font-family:"Helvetica", Helvetica;
	font-size:12px;
}
#header #header-menu ul li.current_page_item a {
	background:transparent url(images/header_menu_hover.gif) no-repeat scroll 0 0;
	color:#666;
}
.post-title-info h2 a{
	color: #666666;
	font: normal 18px "Helvetica", Helvetica;
	padding-bottom: 3px;
	padding-left:25px;
	text-decoration:none;
}
#content .post-title-info a:hover {
	text-decoration: underline;
}
#content .post-title-info h2 a:hover {
	text-decoration: underline;
}
#content .post .post-title-info a{
	color:#000;
}
.post-title-info span{
	padding-left:25px;
	padding-bottom:10px;
	font-family: "Helvetica", Helvetica;
}
.post-title-info span a{
	color:#000000;
	text-decoration:none;
}	
.post-title-info span a:hover{
	color:#FF0000;
}	
#recent-post h4 a{
	color: #666666;
	font:"Helvetica", Helvetica;
	text-decoration:none;
}
#recent-post h4 a:hover{
	text-decoration:underline;
}
.twitter-bottom{
}
.post-entry span.info{
	color:#0099CC;
	font-size:11px;
	line-height:19px;
}
#content .post-entry span a:hover{
	color:#FF0000;
}
.top-border{
	line-height: 19px;
	width: 85%;
	padding-left:30px;
	padding-top:2px;
	padding-bottom:25px;
	height: 19px;
	text-align: left;
	font-size:10px;
}
.mid-sidebar{
	padding:0px;
}
#bg-shoutbox{
	background:#4a6490;
	margin-right:5px;
	padding-left:5px;
	margin-bottom:-17px;
}
#bg-shoutbox a{
	color:#b0ccff; 
	text-decoration:none;
	font-size:8pt;
}
#bg-shoutbox a:hover{
	color:#FFF; 
}
#left-sidebar .sidebar .sidebar-box iframe{
	width:98%;
}
#google-search{
	padding-bottom:10px;
}
.post-bottom .pad1{
	padding-top:10px;
}
