/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

/* Reset browser defaults */
/*@import url('../thematic/library/styles/reset.css');*/

/* Apply basic typography styles */
/*@import url('../thematic/library/styles/typography.css');*/

/* Apply a basic layout */
@import url('../purelink/style.css');


/* Apply basic image styles */
/*@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
/*@import url('../thematic/library/styles/plugins.css');*/



body {
    min-width:940px;
}

#main {
    width:980px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:580px;
   	float:right;
    margin:0;
}
#content {
	margin: 0;
    overflow:hidden;
    width:auto;
    padding:0 20px;
}



/*#primary{
    width:220px;
    float:left;
	margin: 0 0 0 -980px;
}

#secondary {
    width:220px;
    float:left;
	margin: 0 0 0 -220px;
}

*/




.main-aside {
    width:200px;
    float:left;
    position:relative;
}
#primary {
    float:left;
	width:220px;
	padding: 0;
	padding-left:20px;
	margin-top: 17px;
    margin-bottom:45px;
}

#secondary {
    clear:left;
}

#blog-right {
	float:right;
	width: 140px;
	padding-right:20px;
	line-height: 2em;
}

ul.wp-tag-cloud a{
	text-decoration:none;
	color:#6699CC;
	text-transform: lowercase;
}

ul.wp-tag-cloud a:hover {
	color: #0845bc;
}

h3.pop-tags {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #333;
	
}

* html #primary {
	left: 20px;
	position: relative;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

