/*  
Theme Name: PartlySunny
Version: 1.1
*/
/*
Colour Scheme
red: #AF0300
teal: #20987C
white: #ffffff
grey: #646363
*/

/*******************
 * Global Styles
 ****************/
*{ margin: 0; padding: 0; }

html, .html,
.body, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #0F0F0F;
	color: #FFFFFF;
	font: 11px Arial,sans-serif;
    behavior:url("hover.htc");
	background: url(images/bgs/bg_tile.png);
}
* html body .image{
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true,src=’images/myimage.png’,sizingMethod=scale);
}


img {
 	border: none;
	display: block;
}

em {
	color: #FFFFFF;
	font-style: normal;
}

h2 {
 	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
 	margin: 0px;
	padding: 0px;
	font-size: 1em;
	red: #AF0300;
	font-weight: normal;
}

a, a:visited {
	text-decoration: none;
	color: #20987C;
}
a:hover {
	color: #00A99D;
}

/*******************
 * Layout
 *******************/
#bg-container{
	margin: 0px;
	padding: 0px;
	postion: absolute;
	top: 0!important;
	left: 0!important;
	display: block;
	min-height: 150%;
	width: 100%;
	z-index: 1;
	clear: both;
	background: url(images/bgs/bg_light.jpg) top left no-repeat;
}
 
#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 100%;
	display: block;
	background-color: transparent;
	clear:both;
}
div#search {
	margin-top: 0px;
	padding-top: 20px;
	width: 100%;
	height: 40px;	
	margin-bottom: 20px;
	font-size: .9em;
	}
	/* search form */
	form#searchform {
		padding: 0px;
		margin: 0px;
		float: right;
		width: 200px;
		height: 20px;
		background: none;
		border: none;
		color: #ffffff;
		
	}
	form#s input {
		color: #ffffff;
		padding: 2px;
	}
	input#s {
		width: 160px;
		height: 30px;
		color: #ffffff;
		border: none;
		float: left;
		padding-left: 5px;
		background: url(images/bgs/search_bg.png) top left no-repeat;
	}
	input#searchsubmit {
		width: 20px;
		height: 30px;
		float: left;
		border: none;
		font-size: 1px;
		text-indent: -999999em;
		background: url(images/bgs/search_on.gif) top left no-repeat;
	}
	input#searchsubmit:hover {
		width: 20px;
		height: 30px;
		float: left;
		border: none;
		background: url(images/bgs/search_off.gif) top left no-repeat;
	}
	
#header-top {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-bottom: 10px;

	/*background-color: pink;*/
}
	/*heder elements */
	#logo {
		margin-left: 0px;
		width: 160px;
		height: 80px;
		float: left;
		background: url(images/bgs/logo.png) top left no-repeat;
	}
	
	ul.nav {	
		margin: 0px;
		padding: 0px;
		margin-top: 55px;
		list-style: none;
		display: inline;
		width: 475px;
		height: 20px;
		float: right;
		/*background-color: purple;*/
	}
	ul.nav li {
		margin: 0px;
		padding: 0px;		
		height: 20px;
		display: inline;
		float: left;
		margin-right: 30px;

	}
	ul.nav li.cat1 {		
		width: 55px;		
		background: url(images/bgs/nav/threads_on.gif) top left no-repeat;		
	}
	ul.nav li.cat2 {
		width: 45px;		
		background: url(images/bgs/nav/vanity_on.gif) top left no-repeat;			
	}
	ul.nav li.cat3 {
		width: 55px;		
		background: url(images/bgs/nav/intellect_on.gif) top left no-repeat;			
	}
	ul.nav li.cat4 {
		width: 45px;		
		background: url(images/bgs/nav/jetset_on.gif) top left no-repeat;		
	}
	ul.nav li.cat5 {
		width: 55px;		
		background: url(images/bgs/nav/lifestyle_on.gif) top left no-repeat;			
	}
	ul.nav li.cat6 {
		width: 40px;		
		background: url(images/bgs/nav/social_on.gif) top left no-repeat;				
	}
	ul.nav li a	{
		height: 20px;
		display: block;		
  		font-size: 1px;
		text-indent: -999999em;
	    overflow: hidden;
	}
	li.cat1 a {	
		background: transparent url(images/bgs/nav/threads_off.gif) top left no-repeat;				
	}
	li.cat2 a {	
		background: transparent url(images/bgs/nav/vanity_off.gif) top left no-repeat;			
	}
	li.cat3 a {	
		background: transparent url(images/bgs/nav/intellect_off.gif) top left no-repeat;					
	}
	li.cat4 a {	
		background: transparent url(images/bgs/nav/jetset_off.gif) top left no-repeat;				
	}
	li.cat5 a {	
		background: transparent url(images/bgs/nav/lifestyle_off.gif) top left no-repeat;				
	}
	li.cat6 a {	
		background: transparent url(images/bgs/nav/social_off.gif) top left no-repeat;				
	}
	ul.nav a:hover {
		background: none;
	}

	#header-image {
		width: 800px;
		height: 195px;
		margin: 0px auto;
		clear: both;
		background: url(images/headers/partlySunny_tempHDR.png) top left no-repeat;
	}

#header-bottom {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding-top: 30px;
	height: 30px;
	border-bottom: 1px solid #FFFFFF;
}	

	#outlook,#view,#list,#grid,#full,#heatwave { float: left; }	
	
	#outlook {
		margin-left: 0px;
		width: 500px;
		height: 20px;
		margin-right: 20px;
		float: left;
		background: url(images/bgs/todays-outlook.png) top left no-repeat;
	}	
	#heatwave {
		width: 280px;
		float: left;
		height: 20px;
		background: url(images/bgs/heat-wave.png) top left no-repeat;		
	}


#content-left {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	float: left;
	display: block;
	clear: left;
	/*width: 520px;*/
	width: 480px;	
	/*margin-right: 30px;*/
	margin-right: 40px;
	/*margin-bottom: 20px;*/
	/*margin-bottom: 40px;*/

}
	#content-left p {
		margin-bottom: 1em;
	}
	
	#content-left ul,ol {
		margin: 0 2em;
		padding: 0px;
		margin-bottom: 1em;
	}
	#content-left ol li
	#content-left ul li {
		margin: 0;
		padding: 0;
		padding-bottom: 1em;
	}
	#content-left blockquote {
		margin: 0 2em 1em 1em;
		font-style: italic;
		text-align: justify;
		color: #cdcdcd;		
	}

	.page,
	.post{
		margin: 0px;
		padding: 0px;
		padding-bottom: 10px;
		clear: both;
		display: block;
		width: 100%;		
	}
	.post-title,
	.page-title {
		margin: 0px;
		padding: 0px;
		height: 40px;
		clear: both;
		display: block;
		color: #20987C;
		/*margin-bottom: 15px;*/
	}
	.post-title h2 {
		padding: 0px;
		margin: 0px;
		font-size: 1.4em;
		vertical-align: middle;	
		font-weight: normal;
	}
	.post-full img,
	.post-full image {
		margin-top: 2px;
		display: block;
		clear: left;
		align: left;
		margin-right: 15px;
		margin-bottom: .5em;
		/*padding: 5px;*/
		padding: 5px;
		border: 1px solid #646363;
	}
	.post-full p {
		margin: 0px;
		padding: 0px;
		display: block;
	}	
	.share-this {
		margin-top: 0px;
		margin-bottom: 10px;
		padding-top: 8px;
		padding-left: 2px;
		height: 26px;
		border-top: 1px solid  #646363;	
		border-bottom: 1px solid  #646363;	
		display: block;
		clear: both;
	}
	
	.share-this-closed {
		padding-top: 8px;
		width: 250px;
		float: left;
		height: 26px;
		background: url(images/bgs/share-this.png) top left no-repeat;		
		cursor: pointer;
	}
	.share-this-open {
		padding-top: 8px;
		width: 250px;
		float: left;
		height: 26px;
		background: url(images/bgs/share-this-open.png) top left no-repeat;		
		cursor: pointer;
	}
	.hide {
		width: 200px;
		float: right;
		height: 20px;
		background: url(images/bgs/hide.png) top right no-repeat;		
		cursor: pointer;
	}
	
	.share-this-form {
		padding: 10px 2px;
		margin-bottom: 10px;		
		clear: both;
	}

	
	#post-nav {
		margin: 0px;
		padding: 0px;
		height: 40px;
		padding-top: 10px;
		display: block;
		clear: both;
	}
	.previous {
		float: left;
	}
	.next {
		float: right;
	}
	.previous a, .next  a{
		width: 140px;
		height: 20px;
 		display: block;
		}
		
	.previous {
		background: url(images/bgs/previous_off.gif) center left no-repeat;;		
	}
	.previous a:hover {
		background: url(images/bgs/previous_on.gif) center left no-repeat;;		
	}
	.next {
		background: url(images/bgs/next_off.gif) center left no-repeat;;		
	}
	.next a:hover {
		background: url(images/bgs/next_on.gif) center left no-repeat;;		
	}


#content-right {
	float: left;
	/*width: 250px;*/
	width: 275px;
	margin-top: 30px;
	margin-bottom: 10px;
}

	/*links are red*/
	#content-right a,
	#content-right  a:link,
	#content-right  a:visited {
		color: #AF0300!important;			
	}
	#content-right  a:hover {
		color: #20987C!important;			
	}	
	

	/* post in links area */
	.post-small {
		margin-top: 10px;
		/*margin-bottom: 10px;*/
		margin-bottom: 20px;
		width: 100%;
		clear: both;
		display: block;
		float: left;
	}
	.post-left-small {
		margin: 0px;
		padding: 0px;
		width: 100px;
		/*margin-right: 10px;*/
		float: left;
	}
	.post-left-small img {
		margin: 0px;
		margin-top: 1px;
		padding: 5px;
		border: 1px solid #AF0300;
		float: left;
		display: block;
		clear: left;
	}
	.post-right-small {
		margin: 0px;
		padding: 0px;
		float: right;	
		/*width: 125px;*/
		width: 155px;
	}
	.post-title-small {
		margin: 0px;
		padding: 0px;
		color: #AF0300!important;
		text-align: left;
		margin-bottom: 10px;
		clear: both;
		display: block;
	}
	.post-right-small p {
		margin: 0px;
		padding: 0px;
	}

	/*tag cloud*/
	.tag-cloud {
		border-top: 1px solid  #646363;	
		/*margin-top: 30px;*/
		/*margin-top: 20px;*/
		padding-top: 30px;
		width: 100%;
		clear: both;
		display: block;
		float: left;
	}	
	#content-right .tag-cloud a,
	#content-right .tag-cloud a:link,
	#content-right .tag-cloud a:visited {
		color: #20987C!important;
	}
	#content-right .tag-cloud a:hover {
		color: #AF0300!important;		
	}	
	
	#tag-cloud-title {
		width: 275px;
		margin-bottom: 10px;
		float: left;
		height: 20px;
		background: url(images/bgs/tag-cloud.png) top left no-repeat;		
	}
	ul.wp-tag-cloud {
		margin: 0px;
		padding: 0px;
	}

	ul.wp-tag-cloud {
		display: inline;		
	}
	ul.wp-tag-cloud  li {
		margin: 0px;
		padding: 0px;
		display: inline;
		padding-right: 4px;
		background: url(images/bgs/comma.gif) right bottom no-repeat;			
	}

*html ul.wp-tag-cloud li {
		padding: 0px;
	}
	
#footer {	
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;	
	display: block;
	font: .9em Arial, Helvetica, sans-serif;
}
	/*borders*/
	#border-top {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 37px;
		display: block;
		clear:both;
		background: url(images/bgs/border_top.png) top left repeat-x;
	}
	#border-top-left {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 50%;
		height: 35px;
		background: transparent url(images/bgs/border_top_left.png) top left no-repeat;
	}
	#border-top-right {
		padding: 0px;
		margin: 0px;
		float: right;
		width: 48%;
		height: 35px;
		background: transparent url(images/bgs/border_top_right.png) top right no-repeat;
	}
	
	#border-bottom {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 12px;
		display: block;
		background: url(images/bgs/border_bottom.gif) top left repeat-x;

	}
	/*links*/
	#links-wrapper {
		margin: 0px;
		padding: 0px;
		width: 100%;
		font-size: 1em;
		background-color: #242424;
		height: 260px;
		clear: both;	
		display: block;
	}
	
		#links {
			width: 800px;
			margin: 0px auto;	
			margin-top: 30px;
			/*margin-bottom: 30px;*/
			display: block;
			clear: both;
			background-color: #242424;
		}	
		#links ul {
			margin: 0px;
			padding: 0px;		
		}
		
		#links ul li {
			margin: 0px;
			padding: 0px;		
			padding: 1.3em 0 1.3 em 0;
			list-style: none;
		}
	
		.col_left {
			width: 235px;
			margin-right: 30px;
			float: left;
			display: block;
		}
		.col_right {
			width: 235px;
			float: left;
			display: block;
		}
		.col_left a,
		.col_left a:link,
		.col_left a:visited {
			color: #20987C!important;	
		}
		.col_left a:hover {
			color: #AF0300!important;		
		}
		.col_right a,
		.col_right a:link,
		.col_right a:visited {
			color: #AF0300!important;	
		}
		.col_right a:hover {
			color: #20987C!important;						
		}	
		.bg-image {
			width: 130px;
			height: 30px;
		}
		.cool-links {
			background: url(images/bgs/cool-links.gif) top left no-repeat;
		}
		.recent {
			background: url(images/bgs/recent.gif) top left no-repeat;
		}
		.heat-wave {
			background: url(images/bgs/heat-wave.gif) top left no-repeat;
		}
		.the-hot-list {
			background: url(images/bgs/the-hot-list.gif) top left no-repeat;
		}


	/*footer nav*/
	#footer-container {		
		margin: 0px auto!important;
		padding: auto!important;		
		padding-top: 12px;
		height: 40px;
		width: 800px;
		display: block;
		clear: both;
		/*padding-top: 20px;*/
		/*padding-top: 30px;*/
		/*margin-bottom: 30px;*/
		font-size: 1em;
		
	}
	.leftside {
		width: 500px;
		margin-right: 30px;
		float: left;
	}
	.leftside a {
		color: #AF0300;
	}
	.leftside a:hover {
		color: #20987C;
	}
	.rightside {
		color: #ffffff;
		float: left;
	}
	.rightside a {
		color: #20987C;
	}
	.rightside a:hover {
		color: #AF0300;
	}
	


/*******************
 * Clearfix
 *******************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* WinIE7 only */
*:first-child+html .ClearFix{
	height:1%;

}
/* WinIE6 and below */
* html .ClearFix{
	height:1%;
}









