/*  
Theme Name: WIFT-T
Theme URI: http://www.wift.com/
Description: WIFT-T
Version: 1.0
*/
/*
colours
eee2ea light pink
bb1c85 pink
7a1d59 purple
601d48 dark purple
f5f5f5 grey box
828080 light grey
646464 medium grey
333333 dark grey
*/
/*=== Setup ===*/

*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ebebeb url(images/bgr.gif) repeat-x top;
	color: #575757;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
/*	line-height: ;*/
}
a{
	color: #bb1c85;
	text-decoration: none;
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0
}
li{
	list-style: none
}
/*=== Layout ===*/
#shadowbg  {
	background: url(images/shadowbg.gif) no-repeat top center;
}
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 946px;
}
#topspace, #footer{
	clear: both;
	height: 28px;
	margin: 0 auto;
	padding: 20px 0 5px;
	width: 910px;
}
#page-bot{
	background: url(images/page-bot.gif) no-repeat top;
	height: 45px;
	overflow: hidden;
}
/*========= NAVIGATION LISTS =========*/

/*- Nav1 -*/
.nav1{
	float: left;
}
.nav1 li{
	float: left;
	height: 27px;
}
.nav1 li a{
	color: #7a1d59;
	display: block;
	height: 27px;
	text-align: center;
}
.nav1 li.active a, .nav1 li a:hover, .nav1 li.current_page_item a{
	color: #bb1c85;
	text-decoration: none;
	height:27px;
}
.nav1  { list-style: none; margin: 0px; padding: 0px;}
.nav1 li { padding: 0px; margin: 0px; display: inline; line-height: 14px; }

.nav1 li a { padding: 0px 0px 0px 9px; background: url(./images/menuleft.gif) no-repeat left top; float: left;}
.nav1 li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/menuright.gif) no-repeat right top; float: right; }
.nav1 li a span { float: none; }
.nav1 li a:hover span { }
.nav1 li a:hover , li.current_page_item a{ background-position: 0% -27px; text-decoration: none;}
.nav1 li a:hover span , li.current_page_item a span{ background-position: 100% -27px; }


/*- Nav2 / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	margin: 0;
	float:left;
	list-style: none;
}
#nav {
	padding: 0 0 0 25px;
	width:921px;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height:33px;	
}
#nav li a:hover {
background: none;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}

#nav li ul li {
	background: url(images/topmenu-bgr.gif) repeat-x top;
	width:15em;
	border:1px solid #e5e4de;	
}
#nav li ul ul {
margin: -34px 0 0 15em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
} 

/*=== Top Menu ===*/
#topmenu{
	background: url(images/topmenu-bgr.gif) repeat-x top;
	height: 33px;
	margin: 0 0 20px;
	_margin-bottom: -20px;
}
#topmenu li{
	background: url(images/topmenu-sep.gif) no-repeat left;
	float: left;
	line-height: 33px;
}
#topmenu li a{
	color: #7a1d59;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #bb1c85;
	text-decoration: none;
}

/*=== Header ===*/
#header{
	background: transparent url(images/header-bgr.jpg) no-repeat top;
	height: 128px;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 50px 30px 0 0;
	text-align: right;
	width: 223px;
}
#header .spacer p{
	clear: both;
}
/*- Logo -*/
#header h1{
 	margin-top:23px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 105px;
	width: 512px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- RSS -*/
#rss{
	height: 45px;
	margin: 0;
	width: 44px;
	position: relative;
	left:885px;
	top:-50px;
	display: inline;
}
/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat;
	height: 32px;
	margin: 0 0 13px;
	width: 228px;
}
#search input{
	background: transparent;
	border: 0;
	color: #828080;
	float: left;
	font-size: 12px;
	margin: 6px 0 0 10px;
	width: 180px;
}
#search .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}

/*=== Columns ===*/
#columns{
	margin: 25px auto 0 auto;
	width: 900px;
}
#columns h2{
	color: #7a1d59;
	font: bold 22px Arial, sans-serif;
	margin: 0 0 5px;
}
#columns h2 a{
	color: #7a1d59;
	text-decoration: none;
}
#columns h2 a:hover {
	color: #bb1c85;
}
h3 {
	color: #7A1D59;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px;
}
h3 a {
/*	text-decoration: underline;*/
}
#columns h4, #columns h5{
	color: #646464;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0 0 0 11px;
}
#columns .spacer h4 {
	padding: 3px;
}
#centercol h4, #centercol h5 {
	margin: 0 0 15px;
	padding: 0;
}

/*--- Center Column ---*/
#centercol{
	float: left;
	padding: 0 0 20px 15px;
	width: 500px;
}
#centercol p, .box p{
	line-height: 22px;
	padding: 0 0 10px;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 348px;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 269px;
}
.col2{
	float: left;
	margin: 0 0 0 0;
	padding: 0 5px 0 15px;
	width: 205px;
}
.col3{
	border-left: 1px solid #f2f1e9;
	float: left;
	margin: 0 0 0 10px !important;
	width: 150px;
	padding: 0 0 0 10px !important;
	display: inline;
}
.col4{
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
.col5 {
/*	float: left;*/
	margin: 11px 25px 0;
	padding:0;
/*	width: 495px;*/
}
.col5 p {
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.02em;
	line-height: 200%;
}

.featureditem {
/*	height:220px;*/
/*	margin-left:30px;*/
	_margin:0;
	padding:0;
	background: #f5f5f5 !important;
	overflow:hidden;
}
/*- Homepage Featured Posts -*/
/*- Top Story List -*/
.topstories {
	margin:0 0 10px;
}
.topstories div {
	background: #f1f1ed;
	margin: 0 0 10px;
	padding:10px;
	border-radius:4px;
}
.topstories p {
	clear:both;
}
.topstories em {
	float:right;
	font-size:11px;
	margin-top:10px;
	font-style:normal;
}
.topstories h3 {
	float:left;
	width:400px;
}
/*- SideTabs -*/
.idTabs {
	font-size: 12px;
}
.idTabs li{
}
.idTabs li a{
	display: block;
	margin: 0 5px 0 0;
	text-align: left;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	color: #bb1c85;
	text-decoration: none
}

/*=== Post ===*/
#featcarousel {
	list-style: none !important;
	float:left;
	display:inline;
}

.date-comments{
	border-bottom: 1px solid #debfd3;
	color: #777777;
	font-size: 11px;
/*	height: 25px;*/
	line-height: 25px;
	margin: 0 0 35px;
}
#centercol .date-comments p{
	line-height: 25px;
}
.continue-tags{
	background: url(images/grad.gif) repeat-x top;
	clear: both;
	height: 29px;
	line-height: 29px;
	margin: 2px 0 20px;
	padding: 4px 10px;
}
.featuredpost .continue-tags {
margin: 2px 0 0 0;
padding: 4px 10px 0 10px;

}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
span.tags{
	background: url(images/ico-tags.gif) no-repeat left;
	padding: 1px 0 0 20px;
}
a.more{
	background: url(images/ico-arrow.gif) no-repeat left;
	color: #777777;
	font-size: 11px;
	padding: 1px 0 0 20px;
}

/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: url(images/box-bgr.gif) repeat-y;
	margin: 0 0 20px;
	width: 900px;
}
.boxbottom { margin:0; }
.box .top,
.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden;
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top;
}
.box .spacer{
	height: 1%;
	padding: 0 10px;
}
/*- Box2 -*/
.box2{
	background: url(images/box2-bgr.gif) repeat-y;
	margin: 0 0 15px;
	width: 348px;
}
.box2 .top,
.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 18px;
	overflow: hidden;
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top;
	height: 10px;
}
.box2 .nav1{
	float: none;
	padding: 0 0 0 10px;
}	
.box2 .spacer{
	height: 1%;
	padding: 0 10px;
}
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	clear: both;
	margin: 0 10px;
	padding: 15px 15px 10px 15px;
}
.box2 .flickr_badge_image img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
	float:left;
}

h1 {
	font-size: 28px;
	color: #7a1d59;
}
#centercol h1 {
	margin-bottom: 20px;
}

/*- Ads -*/
.ads {
	text-align: center;
}
.ads a img {
	margin: 0 0 15px 0;
/*	display: block;*/
}
.ads a img.last {
	margin-bottom: 10px;
}
/*=== Styling Lists ===*/
/*- Headline List -*/
.headlines{
	margin: 0 0 10px;
}
.headlines em{
	font-size: 11px;
	font-style: normal;
}
.headlines dl{
	border-bottom: 1px solid #cacaca;
	height: 30px;
	line-height: 30px;
}
.headlines dt{
	float: left;
	width: 400px;
}
.headlines dt a{
	font-weight: bold;
}
.headlines dd{
	float: right;
	font-size: 11px;
	text-align: right;
}
/*- List1 -*/
.list1{
	padding: 0 0 0 5px;
}
.list1 li{
	margin: 0 0 10px;
	padding: 0;
}
.list1 li a{
}
/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 0 5px;
	padding: 12px 10px;
}
ul.list2 li ul li {
	border: 0;
	margin: 0;
	padding: 5px 10px;
	list-style: inside circle;
}
ul.list2 li ul {
	margin-top: 5px;
}
/*- List3 -*/
.list3{
	padding: 0 0 0 5px;
}
.list3 li{
	background: url(images/ico-list.gif) no-repeat left;
	border-bottom: 1px solid #f1f1ed;
	line-height: 25px;
	padding: 0 0 0 25px;
}
/*- List4 -*/
.list4{
	clear: both;
}
.list4 li{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 0 5px;
	padding: 12px 10px;
}
ul.list4 li ul li {
	border: 0;
	margin: 0;
	padding: 5px 10px;
	list-style: inside circle;
}
ul.list4 li ul {
	margin-top: 5px;
}
/*=== Footer ===*/
#footer{
	font-size: 11px;
	padding: 10px 0 10px;
	line-height:22px;	
}
#footer, #footer a{
	color: #acacac;
}
#footer img {
	vertical-align:middle;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

/*========= VIDEO =========*/

.video{
	float: left;
	height: 220px;
	margin: 0 0px 0 5px;
	width: 270px;
	display: inline;
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
	border-top:1px solid #cacaca;
	padding-top:13px;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#F8F8F4;
	border:1px solid #F2F1E9;	
}
input#submit { border:0px; }

/*========= THREADED COMMENTS =========*/

ol.commentlist p{
	padding:0px !important;
}

ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-size:1.8em !important;
	padding-top:5px;
}
.entry { margin-bottom:5px;}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #c999b8;
	background-color: #eee2ea;
	margin: 20px auto 30px auto;
	width:85%;
	color: #984b7d;
	font-style: italic;
	}
#centercol .entry blockquote p {
	font-size:12px;
	padding: 10px 5px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img.portrait { 
	padding: 2px 2px 2px 2px;
	background:#eee2ea;
	border: solid 1px #e6e6e6; 
	}
.entry ul, .entry ol {
	margin-bottom:20px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style: circle !important;
	margin-left: 13px;
	padding:3px 0px;
	}
.entry ul li ul li {
	margin-left: 15px;
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal !important;
	font-size:12px;
	margin-left: 16px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 10px 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right: 15px;
}
.alignright{
	display:inline;
	float:right;
}

/*- Widget -*/
.widget { margin-bottom:15px; }
.widget ul{ padding: 0 0 0 5px; }
.widget ul li{
background: url(images/ico-list.gif) no-repeat left;
border-bottom: 1px solid #f1f1ed;
line-height: 25px;
padding: 0 0 0 25px;
}
.addthis {
	margin-top: 30px;
	clear: both;
}
.leftpic {
	margin-right: 10px;
}
em {
/*	display: block;
	margin-top: 10px;*/
}
.pagenav {
	
} /* the outermost list item; contains whole list */
.page-item-2 {
	
} /* item for Page ID 2 */
li.page_item {/*
	margin: 0;
	border: none;*/
} /* any Page item */
.current_page_item {
/*	background-color: red;*/
} /* the current Page */
.current_page_parent {
/*	background-color: red;*/
} /* parent of the current Page */
.current_page_ancestor {
/*	background-color: red;*/
} /* any ancestor of the current Page */
ul#feat li {
	list-style-image: url(images/star.gif);
	list-style-position: outside;
	margin-left: 14px;
}
.entry table {
	margin: 10px 0;
}
.entry table tr {
	height: 20px;
	vertical-align: top;
}
.entry ul li.threeImg {
	margin: 0px 21px 0px 0px;
	display: inline;
}
.entry ul li.twoImg {
	margin: 0px 10px;
	display: inline;
}
.entry ul li.oneImg {
	margin: 0px auto;
	display: inline;
}
p a img {
	white-space: pre;
}
#gallery {
		float: left;
	padding: 0 0 20px 15px;
	width: 900px;
}
.gallery_info {
	float:left;
	width:150px;
	height:150px;
	padding:5px;
}
.gallery_info h6 {
	
	font-size:9px;
	margin:3px 0 0 0;
	padding:0;
	
}
.gallery_info span {
	font-size:9px;
	line-height:15px;
}
.gallery_images {
	width:150px;
	height:150px;
	
	
	padding:0;
}
/*---Featured Slider----*/

#s3slider {
   width: 900px; /* important to be same as image width */
   height: 264px; /* important to be same as image height */
   position: relative; /* important */
   margin-bottom:20px;
}

#s3sliderContent {
   width: 900px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   overflow:hidden;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 16px/21px Arial, Helvetica, sans-serif;
   line-height:1.5em;
   padding: 10px 15px;
   width: 890px;
   height:55px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 2px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 
