/*
Theme Name: meta4 Default
*/
@import url("reset-min.css");
@import url("base.css");

#case-study-images img { behavior: url(/user/themes/meta4/iepngfix/iepngfix.htc) }

body {
	color:#1a1a1a;
	background:#1a1a1a;
}

a, a:link, a:visited, a:hover {
	color:#29aae2;
}

a:hover {
	background:#fbffab;
}

#header-wrap {
	background:#1a1a1a;
	padding:50px 0 20px 0;
}

#content-wrap {
	background-color:#f7faff;
	background-image: url(images/bg-gradient.png);
	background-repeat: repeat-x;
	background-position:0 -70px;
	padding:10px 0 20px 0;
}

.front-page #content-wrap {
	background-position:0px 0px;
}

#footer-wrap {
	width:100%;
	color:#fff;
	background:#1a1a1a;
	border-top:3px solid #ffc3ac;
	overflow:hidden;
	padding-top:70px;
}


#footer-wrap a {
	color:#fff;
}

#footer-wrap a:hover {
	color:#3d79ac;
}

#footer, #page-content, #header  {
	width:780px;
	margin:0 auto;
	padding: 0 10px;
	position:relative;
}

#footer div.column {
	width:180px;
	margin-right:15px;
	float:left;
}

#footer div.column.wide {
	width:365px;
}

#footer h2 {
	margin:0;
	padding:0;
}

#footer ul, #footer ol {
	margin-left:0;
}

#footer ul ul, #footer ol ol {
	margin-left:10px;
}

#footer li {
	list-style-type:none;
}
#header {
	position:relative;
	color:#fff;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	display:block;
	width:180px;
	height:120px;
	outline:none;
	float:left;
	text-indent:-9000px;
	background:url(images/logo.png);
}

.front-page #header h1 a {
	width:380px;
	height:252px;
	background:url(images/logo-home.png);
}

#header #bio {
	float:right;
	width: 580px;
	font-size:26px;
	line-height:28px;
	position:relative;
	top:-5px;
}

.front-page #header #bio {
	width:380px;
	font-size:29px;
	line-height:38px;
	position:absolute;
	top:0;
	right:10px;
}

.front-page #page-content {
	height:300px;
}

#paging {
	position:absolute;
	right:30px;
	bottom:-68px;
	margin:0;
	padding:0;
	padding:5px 5px 10px 10px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 0 0 4px 4px;
	background:#f7faff;
	display:block;
}

#paging a, #paging a:hover {
	display:block;
	height:30px;
	background:#3D79AC;
	padding:3px 8px 0 8px;
	color:#fff;
	text-decoration:none;
	font-size:140%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#paging a {
	float:left;
	display:block;
	margin-right:5px;
}


#paging a:hover {
	background:#29AAE2 !important;
	text-decoration:underline;
}

.post-meta {
	font-style:italic;
	padding:8px;
	margin-top:.5em;
	background:#ecf1f6;
	border:1px solid #3D79AC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.post-tags {
	float:right;
	width:200px;
}

.post-tags span {
	float:right;
}


/***************************************************************
 * MENU
 **************************************************************/

#menu {
	position:absolute;
	bottom:0;
	left:210px;
	line-height:30px;
	list-style:none;
	margin:0;
	padding:0;
	z-index:10;
	font-size:140%;
}

#menu a, 
#menu a:hover {
	color:#ffffff;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#menu a:hover {
	background:#29AAE2;
}

#menu li {
	list-style-type:none;
	float:left;
	white-space:nowrap;
	position:relative;
}

#menu li a {
	display:block;
	background:#3D79AC;
	padding:0 8px 3px;
	margin-right:5px;
	line-height:30px;
}

#menu li ol {
	display:none;
	position:absolute;
	top:35px;
	margin:0;
	padding:5px 0;
	background:#3D79AC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index:10;
}

#menu li.hover ol{
	display:block;
}

#menu li.hover ol li {
	float:none;
	display:block;
}

#menu li.hover ol li a {
	margin:0;
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}


/***************************************************************
 * CASE STUDY ROATATOR
 **************************************************************/

#case-study-images, #case-study-text {
	width:380px;
	z-index:50;
}

#case-study-images ul li{
	width:380px;
	height:370px;
}

#case-study-images {
	height:370px;
	position:absolute;
}

#case-study-text {
	float:right;
	height:362px;
	margin-top:58px;
}

#case-study-text li {
	overflow:auto !important;
	height:262px;
}

#archives-month, #archives-subject {
	width:50%;
	padding:0px;
	margin:0;
	float:left;
}

/***************************************************************
 * Contact form
 **************************************************************/



/***************************************************************
 * Clear some floats!
 **************************************************************/
 
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
