/*

Theme Name: Creative Agency Secrets 2

Theme URI: http://guildmedia.net/

Description: A fix up of a botched theme modification from <a href="http://wefunction.com">Function</a> &amp; <a href="http://smashingmagazine.com">Smashing Magazine</a>.

Version: 2.0

Author: Leo Plaw

Author URI: http://guildmedia.net

Tags: magazine, light, link, blue, two column, widgets, jquery



	The CSS, XHTML is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/



/* TABLE OF CONTENTS



00 - Global Elements - Standard Elements

01 - Typography - All Type throughout the site

02 - Main Structure - Columns, clearfix, etc.

03 - Header - Header, Logo, navigation, search.

04 - Dock - jQuery latest articles.

05 - Main Content - Post boxes, post meta, etc.

06 - Sidebar - Custom sidebar widgets.

07 - Footer - Categories, About, Copyright, Sponsors.



/* ----------------------------------------------*/



/* 00 - GLOBAL ELEMENTS

/* ----------------------------------------------*/



body {
	margin:0; padding:0;
	width:auto; height:auto;
	background: #f2eec9;
	font:0.75em Arial, Helvetica, sans-serif; color:#5e6568;
	line-height:19px;
}

body.single { width:100%; }


code {

	margin:0; padding:0;
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#0f8eb3;

}



	pre {

		margin:0 auto; padding:5px 20px;
		background:#f4f1ec url(images/code.gif) repeat;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif; color:#3e3e3e;
		line-height:200%;

	}



blockquote {

	margin:0 auto; padding:5px 20px;

	width:80%; height:auto;

	background:#f8fbfc url(images/blockquote.gif) no-repeat top left; border:1px solid #edeff0;

}



img {

	margin:0; padding:0;

	border:0;

}



ins {

	color:#009999;

}



del {

	color:#990000;

}



/* 01 - TYPOGRAPHY

/* ----------------------------------------------*/


h1, h2, h3, h4, h5,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited 
{ 
  color:#54798B; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 1em 0; padding:0;

}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover
{ color:#53798b; }

h1 {
	position:relative; display:block;
	font-size:2.3em;
}

.post-content h1, .page-content h1 {
	margin:10px 0; padding:0;
}

h1 span {
	background:url(images/gradient.png) repeat-x;
	width:100%; height:20px;
	position:absolute; display:block;
}


h2 {
	font-size:1.75em;
}

.post-content h2, .page-content h2 {
}



h3 {
  font-size:1.5em;
}

.post-content h3, .page-content h3 {
}

h3 a:link, h3 a:active, h3 a:visited {

}

h3 a:hover {

}

h3.post-title, .single h3.post-title {
}

h3.post-title-small {
}


p.post-title-small{
	margin:0; padding:5px 0 20px;
	width:100%; height:auto;		
}

p.post-content-small{
	margin:0; padding:5px 0px 25px;
	width:100%; height:auto;
	text-align:justify;
}

.single h3.post-title {
}

h3.post-title-small {
}

h4 {
  font-size:1.25em;
}

.post-content h4, .page-content h4 {
}

#footer h4 {
}

h5 { font-size:1.125em; }

h5, #searchform label {
    padding:8px;
    font: bold 2em Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    margin-left: 12px;
    margin-top: 11px;
    width: 261px;
}

.post-content h5, .page-content h5 {
}

#tag_cloud h5, #searchform label {
	margin:0; padding:0;
	background:none;
}



a:link, a:active {
  color:#FF942C;
	text-decoration:none;
}



a:hover {
  color:#007D7D;
}



a:visited {
  color:#FF942C;
	text-decoration:none;
}



/* Header

/* -------------- */



#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {

	margin:0; padding:13px 15px;

	font:bold 1.08em Arial, Helvetica, sans-serif; color:#34393e;

	display:block;

}



#navigation ul li a:hover {

	color:#000;

	font-weight:bold; text-decoration:underline;

}



#navigation ul.pages li.current_page_item a:link, #navigation ul.pages li.current_page_item a:active, #navigation ul.pages li.current_page_item a:visited {

	/* Crazy margins to pull up the hover image above the borders.*/

	margin:-3px 0 0 0; padding:15px 15px 14px 15px;	
	background: #485D6B;
	color:#f1f8ff; position:relative

}



a.rss:link, a.rss:active, a.rss:visited, a.rss:hover {

	margin:8px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url(images/rss.png) no-repeat top center;
	text-indent:-9999px; display:block; outline:0;

}



/* Main Content

/* -------------- */


.post .post-box { border-radius:0 0 8px 8px; }


.post-info {
	text-align:right;
	font:0.92em arial, helvetica, sans-serif; color:#81888d;
	padding-bottom: 5px;
}



	.post-info span {

		font-size:1.18em;
		display:block;
	}



		.post-info span a:link, .post-info span a:active, .post-info span a:visited {

		  color:#FF942C;
			text-decoration:none;
		}

		

		.post-info span a:hover {

		  color:#007D7D;

		}

	

.comment-count a:link, .comment-count a:active, .comment-count a:visited {

	margin:0; padding: .5em 1.5em;
	font:bold 1em Arial,Helvetica,sans-serif; color:#007D7D;
	display:block;

}



.comment-count a:hover {

	background:#CCFF00;

}



	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {

		padding: .5em 1.5em;
		font:bold 1em Arial, Helvetica, sans-serif;

	}



.post-intro strong {

	font:bold 1.33em Arial, Helvetica, sans-serif; color:#30393d;
	line-height:21px;

}



.continue-reading a:link, 
.continue-reading a:active, 
.continue-reading a:visited,
.cat-posts li.view-more a:link, 
.cat-posts li.view-more a:active, 
.cat-posts li.view-more a:visited {

  font:bold italic 1em Arial, Helvetica, sans-serif; color:#FF942C;

}



.continue-reading a:hover,
.cat-posts li.view-more a:hover {

  color:#007D7D;

}



/* Drop Down

/* -------------- */



/*.category a:link, .category a:visited,

.category-inside a:link, .category-inside a:active, .category-inside a:visited {

	margin-bottom:-1px; padding:15px 25px 0 15px;
	display:inline-block;
	height:25px; outline:0;
	font:1.00em arial, helvetica, sans-serif; color:#7f7d7e;

}*/



.active div {

	margin:0 0 -1px 0; padding:0 0 0 6px;

	width:auto; height:40px;

	background:url(images/cat-hover-left.gif) no-repeat top left;

	float:right; display:block; position:relative; z-index:10;

}



	.active a:link, .active a:visited {

		margin:0; padding:15px 25px 0 15px;

		width:auto; height:25px; display:inline-block;

		font:1.00em Georgia, "Times New Roman", Times, serif; color:#FF942C;

		background:url(images/cat-hover-right.gif) no-repeat top right;

	}

	

.cat-posts li.view-more {

	margin:0; padding-top:15px;

	text-align:right;

}



.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {

  font:bold 1.17em Arial, Helvetica, sans-serif; color:#FF942C;

	display:block;

}

						

.cat-posts li a:hover {

  color:#007D7D;

}

												

	.cat-posts li span {

		font:0.92em Arial, Helvetica, sans-serif; color:#889194;

	}

	

/* Content Navigation

/* -------------- */



.navigation {

	font:normal 0.92em arial, helvetica,sans-serif; color:#81888d;

}
	.navigation a:link, .navigation a:visited, .navigation a:active {

	  font:bold 0.92em arial, helvetica,sans-serif; color:#656c71;
	}

	.navigation a:hover {
		color:#35383a;
	}

	
	.wp-pagenavi span.pages { border-radius:8px 0 0 8px; }
	.wp-pagenavi a.last { border-radius:0 8px 8px 0; }
	
	

/* Comments

/* -------------- */	



.submit-comment {

	margin:0 0 15px 0; padding:3px;
	width:127px; height:27px;
	display:block;
	color:#007D7D;
	font-weight:bold;
	border: 1px solid #596D75; border-radius:10px;
	background:#CF0;
}



.author {

	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;

}



	.author a:link, .author a:active, .author a:visited {

	  color:#FF942C;

	}

	

	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {

	  color:#FF942C;

		display:inline;

	}

	

.author span {

	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;

	display:block;

}



.comment-text {

	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;

	line-height:19px;

}

	

/* Sidebar

/* -------------- */



#sidebar li {

    background: none repeat scroll 0 0 #F6FBFF;
    height: auto;
    margin: 0 0 20px;
    padding: 0 3px;
    width: auto;
    padding-bottom: 10px;
    border: 1px solid #8F6952;

}

#sidebar h5 { font-size:1.5em; }

	#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {

		font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;

	}

	

	#sidebar li a:hover {

		text-decoration:none;

	}

	

#sidebar .rss-date {

	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;

}



#sidebar .rssSummary {

	margin:5px 0; padding:0;

}



#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,

#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {

	margin:18px 0 0 25px; padding:0;

	font:bold 1.17em Arial, Helvetica, sans-serif; color:#a6b5bc;

	position:absolute;

}



	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {

		padding:1px 0 0 23px;

		line-height:16px;

		background:url(images/rss.png) no-repeat center left;

	}



#sidebar li a.sidebar-read-more:hover,

#sidebar li a.sidebar-read-more-rss:hover {

	color:#889297; text-decoration:none;

}



#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,

#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {

	font:bold 1.35em Arial, Helvetica, sans-serif; color:#5a656a;

}



#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {

  color:#007D7D;

}



	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,

	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {

		margin:5px 0 0 0; padding:0;

		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;

		display:block;

	}

	

	#featured-news .sidebar-content span a:hover,

	#recent-news .sidebar-content span a:hover {

	  color:#007D7D;

	}

	

#sponsored-ad p.sponsored-ad {

	margin:auto auto 8px 5px;

	font:0.92em Arial, Helvetica, sans-serif; color:#9caab1;

}



/* Footer

/* -------------- */

.about-text {

	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#b2b2b2;
	line-height:17px;
}

.copyright {

	margin:10px 0 0 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#404040;
}

/* Misc

/* -------------- */

.arial, .arial a {

	font-family:Arial, Helvetica, sans-serif;
}



/* 02 - MAIN STRUCTURE

/* ----------------------------------------------*/



.container {

	/* The container is a class simply because of the multiple full-span elements.*/

	margin:0 auto; padding:0;
	width:940px; height:auto;
}



/* Various Columns

/* -------------- */


.singleColumn { width:100% }

.col-580 { width:620px; }

.col-340 { width:300px; }

.left, .alignleft { float:left; }

.right, .alignright { float:right; }

.aligncenter { margin:0 auto; display:block; }



/* Clearfix

/* -------------- */



.clearfix:after {

    content: " ";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}



.clearfix {

    display: inline-block;

}



html[xmlns] .clearfix {

    display: block;

}



* html .clearfix {

    height: 1%;

}



/* 03 - HEADER

/* ----------------------------------------------*/



#header {

	margin:0; padding:0;
	width:auto; height:97px;
	background:#8f6952 url("images/bkgnd-banner.png");
	border-bottom:1px solid #4a4d4c;

	/*padding:30px;*/

}



	#logo {

	  margin: 0 0 -11px; padding: 0;
	  width:580px; height:auto;
	  /*background:url(images/header-shade.gif) no-repeat top right;*/
	  float:left;

	}

	

	#searchform-header {

		margin:40px 20px 0 0; padding:0;
		width: 213px; height:auto;
		
		/*background:url(images/searchform-back.gif) no-repeat center left;*/

		background:none;
		float:right;
	}

	

		#searchform-header #s {
			margin:0 0 0 0; padding:6px 10px 5px 25px;
			width:165px; height:auto;
			background:#CCFF00;
			float:left;
			font-size:0.92em; color:#007D7D;
			border: none;
			border-radius:12px;
			-khtml-box-shadow: inset 2px 1px 3px rgba(0,0,0,.5);
			-webkit-box-shadow: inset 2px 1px 3px rgba(0, 0, 0, .5);
			-moz-box-shadow: inset 2px 1px 3px rgba(0,0,0,.5);
			box-shadow: inset 2px 1px 3px rgba(0, 0, 0, .5);
		}

		

		#searchform-header #go {

			float:right;
			margin:0;

		}

	

#access {

	margin:0 auto; padding:0;
	background:#FFF url(images/navigation.gif) repeat-x bottom center;
	border-top:2px solid #393b3b; 
	border-bottom: 1px solid #FFF;
}

#access .menu {
	margin:0 auto;
	padding:0;
	width:940px; height:auto;
	font-weight:bold;
}

#access ul { list-style:none; }	

#access ul li {
		margin:0 3px; padding:0;
		float:left; overflow:visible;
	}

	#access .menu-header,div.menu {
	  font-size: 14px;
	  margin-left: 12px;
	}
	
	#access .menu-header ul,div.menu ul {
	  list-style: none;
	  margin: 0;
	}
	
	#access .menu-header li,div.menu li {
	  float: left;
	  position: relative;
	}
	
	#access a {
	  display: block;
	  text-decoration: none;
	  color: #007D7D;
	  padding: 0 10px;
	  line-height: 28px;
	}
	
	#access ul ul {
	  display: none;
	  position: absolute;
	  top: 28px;
	  left: 0;
	  float: left;
	  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	  -khtml-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	  border-radius: 8px;
	  -o-border-radius: 8px;
	  -moz-border-radius: 8px;
	  -khtml-border-radius: 8px;
	  -webkit-border-radius: 8px;
	  z-index: 99999;
	  border: 1px solid #CCCCCC;
	  background:#FFF;
	  font-weight:normal;
	}
	
	#access ul ul ul {
	  left: 100%;
	  top: 0;
	}
	
	#access ul ul li:first-child a {
	  border-radius: 0 8px 0 0;
	  -moz-border-radius: 0 8px 0 0;
	  -khtml-border-radius: 0 8px 0 0;
	  -webkit-border-radius: 0 8px 0 0;
	}
	
	#access ul ul li:last-child a {
	  border-radius: 0 0 8px 8px;
	  -moz-border-radius: 0 0 8px 8px;
	  -khtml-border-radius: 0 0 8px 8px;
	  -webkit-border-radius: 0 0 8px 8px;
	}
	
	#access ul ul a {
	  background: rgba(240, 240, 240, 0.9);
	  height: auto;
	  line-height: 1em;
	  padding: 10px;
	  margin-left: -40px;
	  width: 170px;
	}
	
	#access li:hover>a,#access ul ul :hover>a {
	  color: #888;
	  background: rgba(230, 230, 230, 0.9);
	}
	
	#access ul li:hover>ul {
	  display: block;
	}
	
/*	#access a[title="de"],#access a[title="de"]:hover {
	  padding-left: 30px;
	  background-image: url("images/flags/de.png");
	  background-repeat: no-repeat;
	  background-position: 10px 12px;
	}
	
	#access a[title="en"],#access a[title="en"]:hover {
	  padding-left: 30px;
	  background-image: url("images/flags/en.png");
	  background-repeat: no-repeat;
	  background-position: 10px 12px;
	}
	
	#access a[title="fr"],#access a[title="fr"]:hover {
	  padding-left: 30px;
	  background-image: url("images/flags/fr.png");
	  background-repeat: no-repeat;
	  background-position: 10px 12px;
	}*/
	
	#access a[title="login"],#access a[title="register"] {
	  padding-left: 30px;
	  background-image: none;
	  background-repeat: no-repeat;
	  background-position: 10px 12px;
	}
	

	.rss {
	  margin:0 30px 0 0; padding:0;
	  width:16px; height:17px;
	  float:right;
	}





/* 05 - MAIN CONTENT

/* ----------------------------------------------*/



#main-content {

	padding:20px 0;
	background:url(images/bkgnd-main.png) no-repeat top center;
}

.post {
	margin:0 0 2em 0;
}

.prev_next {
  background:none;
  margin-bottom: 1em;
}
.prev_next a {
  font-family:arial, helvetica, sans-serif;
}


/* Archive Post

/* --------------- */



.archive {

	margin:0;
}

	

	.archive .post-meta {

		margin:0 0 17px 0;
	}

	

	.archive .post-info {

		font-style:italic;
	}

	

/* Small (Half) Post

/* --------------- */



.single {
	margin:0 15px 20px 0;
	width:295px; height:auto;
	float:left;
}



	.single .post-content {

		margin:0; padding:22px 17px 11px;
	}

	

	.single .post-image {

		height:115px;
	}

	

	.single .post-footer {

		padding:16px 23px;
	}

	

	.last {

		margin:0;
	}



/* Post Box

/* --------------- */

	



.post-box {
	margin:0; padding:0;
	background:#fdfefe;
	border:1px solid #8F6952;
	border-radius: 0 0 8px 8px;
}

#fourup .post-box {
  height:356px;
}

#fourup .post-box .post-content { height:276px; }

#fourup .post-box .post-content .post-intro { height:264px; position:relative; }

#fourup .post-box .post-content .social_bookmark { bottom:-16px; position:absolute; }

#fourup h3 { height:38px; }

	.post-meta {
		margin:0 0 1em 0; padding:0;
		position:relative;
	}
	
	.post-meta-content  {
		margin:0 0 23px 0; padding:0;
		border-bottom: 4px solid #54798B;
		position:relative;
	}
	

		

		.post-info {

			margin:0; 
			height:auto;
			top:2.5em; bottom:0; right:0;
			position:absolute;
		}

.post-info-border {

			margin:0; 
			height:auto;
			bottom:0; right:0;
			position:absolute;
		}
		
		
		



	.post-content, .page-content, .comment-content {

		margin:0; padding:22px 22px 11px;
		position:relative;
	}

	

		.page-content {
			padding:15px 22px;
		}

		

		.comment-count {

			margin:0; padding:0;
			width:auto; height:auto;
			background:#CCFF00;
			position:absolute; display:block;
			top:-10px; right:-10px;
			border: 1px solid #596D75;
			border-radius: 8px;
			
		}

			.page-content .comment-count {
				margin-top:-15px;
			}

				

		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}

		

			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}

		

			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}

			

	/* Post Footer

	/* --------------- */		

			

	.post-footer {
		margin:0; padding:23px;
		border-top:1px solid #DEDEDE;
		position:relative; z-index:100;
	}

		.continue-reading {
			margin:0; padding:0;
			width:180px; height:auto;
			float:left;
		}

		
		.category-menu {

			margin:-1.4em 0 0 0; padding:0;
			width:450px; height:auto;
			float:right; text-align:right;
/*			position:absolute; top:2em; right:2em;*/
		}


			.indicator, .indicator-active {
				margin:0; padding:0;
				width:7px; height:5px;
				background:url(images/expand.gif) no-repeat center left;
				display:inline-block; vertical-align:middle;
			}


				.indicator-active {
					background:url(images/collapse.gif) no-repeat center left;
				}


			.dropdown {
				margin:0; padding:0;
				width:360px; height:auto;
				background:url(images/dropdown.png) no-repeat bottom center;
				text-align:left;
				display:none;
				position:relative;
			}

			

				.cat-posts {
					margin:0 auto; padding:10px 0 19px 0;
					width:322px; height:auto;
					list-style:none;
					border-top:1px solid #ebecec;
				}

				

					.cat-posts li {
						margin:0; padding:10px 15px;
						background:url(images/cat-post-li.gif) no-repeat bottom right;
					}

					

						.cat-posts li.view-more {
							background:none;
						}



/* Content Navigation

/* --------------- */	

						

.navigation {

	margin:0; padding:8px 10px;
	font-family: arial, helvetica, sans-serif;

}

.navigation a {
  font-family: arial, helvetica, sans-serif;
}

/* WP Attachments

/* --------------- */



.wp-caption {

	margin:0 10px; padding:9px 5px 5px;

	background:#FFF;

	border:1px solid #ebf2f5;

	border-bottom:1px solid #CCCCCC;;

	text-align:center;

}



	.wp-caption-text {

		margin:5px auto auto auto; padding:5px 0 0;

		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;

	}

	

/* Inputs

/* --------------- */



.input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border: 1px solid #556973; border-radius:8px;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}



	

/* Comments

/* --------------- */


#respond .page-content { border-radius:8px; }

#comments {  }

.comment-content {
	padding:0;
	border-bottom:0;
	border-radius:8px;
}



.commentlist, .commentlist ul {

	margin:15px 0 0 0; padding:0;
	list-style:none;
}



	.commentlist li {
		margin:0; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}

	

	.commentlist li.alt, .thread-alt {

		background:#f9fcfd url(images/white.gif) repeat-x bottom center;

	}

	

	.commentlist li.no-comments {

		margin:55px 0 0 0; padding:0 30px;

		background:none;

		border:0;

	}

	

	.commentlist .children {

		margin:10px 0 0 0; padding:0;

		border:1px solid #d9e1e6;

	}

	

		.commentlist .children li {

			margin:0; padding:20px;

			border-bottom:1px solid #FFF;

		}

	

	

		.commentlist li .comment-wrap {

			position:relative;

			text-align:left;

		}

	

			.commentlist li .comment-text {

				margin:0; padding:0;

				width:auto; height:auto;

				background:none;

			}

			

			.commentlist li .comment-author {

				margin:0; padding:0;

				width:auto; height:auto;

			}

			

				.gravatar {

					margin:0 10px 0 0; padding:1px 0 0 2px;

					width:41px; height:40px;

					background:url(images/gravatar.gif) no-repeat top center;

					float:left;

				}

				

				.author {

					margin:2px 0 0 0; padding:0;

					width:auto; height:auto;

					float:left;

				}



/* 06 - SIDEBAR

/* ----------------------------------------------*/



#sidebar {
    list-style: none outside none;
    padding: 0;
    width: 100%;
}

#sidebar li {
	margin:0 0 20px 0; 
	width:auto; height:auto;
	background: #F6FBFF url("images/bkgnd-circles.png") no-repeat top right;
	border-radius: 8px;
	
}

		#sidebar #tag_cloud, #sidebar #search {
			padding:0;
			background:none;
		}

		

			#searchform {

				margin:0 auto; padding:0;

			}

			

	#sidebar #sponsored-ad {

		background:none;
	}

	

		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {

			/*margin:0 auto; padding:0;

			width:245px; height:auto;

			list-style:none;

			background:#ebf6fb;

			overflow:hidden;*/

    			height: auto;
    			list-style: none outside none;
    			margin: 0 auto;
   			overflow: hidden;
    			padding: 8px;
    			width: 261px;
		}		

		

			#calendar_wrap {
				margin:0 auto;
				width:190px;		
			}

		

				#wp-calendar {
					margin:15px 0; padding:0;
					width:100%; height:auto;
				}

				

					#wp-calendar caption {
						font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
					}

					

					#wp-calendar thead tr th {

						font-weight:bold;

					}

					

					#wp-calendar td {

						font:0.92em Arial, Helvetica, sans-serif; color:#709cb0;

						border:1px solid #d2dce0; text-align:center;

					}

					

						#wp-calendar tfoot td {

							border:0;

						}

		

		#sidebar .textwidget {

			/*margin:0 auto 15px auto;*/

	                margin: 0 auto 11px;
                        padding: 8px;
                        width: 261px;
		}

		

			#sidebar li ul li  {

				margin:0 0 15px 0; padding:0;
				width:auto; height:auto;
				background:none;
                                border:none;
			}

			

				.sidebar-preview {

					margin:0; padding:3px 0 0 4px;
					width:114px; height:65px;
					background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center;
					float:left;

				}

				

				.sidebar-content {

					margin:0; padding:0;
					width:115px; height:auto;
					float:right;

				}

				
				#sidebar .dtree {
				  white-space: nowrap!important;
				  background: none;
				  border:none;
				  width: 274px;
				  margin-left: 13px;
				}				

				#sidebar .widget_collapsarch .sym { margin-right:.5em; }
				
				#sidebar input[name="EMAIL"], input[name="EMAIL"] { border: 1px solid #556973; border-radius:10px; padding:3px; }			
				#sidebar input[type="submit"], input[value="Subscribe me!"] { border: 1px solid #683829; border-radius:10px; padding:3px; background:#FF942C; color:#683829; font-weight:bold; }			
				

/* 07 - FOOTER

/* ----------------------------------------------*/



#footer {

	margin:0; padding:30px 0;

	width:auto; height:auto;

	/*background:#171615 url(images/footer-stroke.gif) repeat-x top center;*/

	background: #8F6952;

	border-top:1px solid #171615; border-bottom:1px solid #1e1d1d;

}



	.footer-divider {

		/*background:url(images/footer-divider.gif) repeat-y top left;*/

	}



	#footer .categories {

		margin:0; padding:0;

		width:430px; height:auto;

		float:left;

	}

	

		.footer-cat {

			margin:0; padding:0;

			width:360px; height:auto;

			list-style:none;

		}

		

			.footer-cat li {

				margin:5px 0; padding:0 0 0 9px;

				width:150px; height:auto;

				float:left;

				background:url(images/footer-cat-left.gif) no-repeat top left;

			}

			

				.footer-cat li a {

					margin:0; padding:0 9px 0 0;

					width:auto; height:23px; line-height:23px;

					float:left; display:block;

					background:url(images/footer-cat-right.gif) no-repeat top right;

				}

				

				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {

					font-family:Georgia, "Times New Roman", Times, serif; color:#a7a7a7;

				}

				

				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {

					color:#FF00FF;

				}

				

			.footer-cat li:hover, .footer-cat li:hover a {

	  			background-position:0% -23px;

				color:#007D7D;

				cursor:pointer;

			 }

			

			.footer-cat li:hover a {

				background-position:100% -23px;

  			}

	

	#footer .about {

		margin:0; padding:0;

		width:580px; height:auto;

		float:right;

	}

	

#link-back {

	margin:0; padding:15px 0;

	background:#8F6952;

}



	.donators {

		margin:0; padding:0;

		width:282px; height:auto;

		float:left;

	}



		a.smashing:link, a.smashing:active, a.smashing:visited, a.smashing:hover,

		a.function:link, a.function:active, a.function:visited, a.function:hover {

			margin:0; padding:0;

			width:154px; height:54px;

			background:url(images/smashing.gif) no-repeat top center;

			display:block; text-indent:-9999px; float:left; outline:0;

		}

		

		a.function:link, a.function:active, a.function:visited, a.function:hover {

			width:128px;

			background:url(images/function.gif) no-repeat top center;

		}

		

/* Last Update 2.7.09 */



/* Css Added by Haneefa On 7th Oct 2009 */

#right_bar {

background:#f2f2f4;

width:305px;

height:auto;

float:left;

margin-right:10px;

}



.subscribe_box {

width:280px;

height:auto;

margin:0 auto;

padding:8px 0;

}



.heading_text {

background:#9cddc9;

padding:8px;

font-family:Arial, Helvetica, sans-serif;

font-size:20px;

font-weight:bold;

margin-bottom:8px;

color:#000;
}



.enter_email {
background:#e8e8ea;
padding:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#333;
}



.enter_email_box input{
  width:200px;
  height:22px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#666;
  line-height:18px;
  margin-top:5px;
}



.subscribe_btn input{
  width:80px;
  height:24px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#333;
  line-height:18px;
  margin-top:5px;
}





.news_box {
  width:280px;
  height:auto;
  margin:10px auto;
  padding:8px 0;
}



.news_text {
  background:#e8e8ea;
  padding:8px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#333;
  line-height:17px;
}



.news_text a{

text-decoration:none;

color:#333;

}


.blog h1 { margin-bottom:1.5em }
.blog .single h2 { height:2.5em; margin: 0; font-size:1.2em }
.blog .single .post-box { height:280px; position:relative; }
.blog .single .post-box .post-content { height:195px; }


.home .single h3 a { font-weight:normal; }
.home #homeContent {
border: 1px solid #8F6952; border-radius: 0 0 8px 8px;
background: #FDFEFE;
padding: 3em 3em 1em 3em; margin: -21px 0 4em 0;
}
.home #homeContent p { text-align:justify; }
.home #homeContent .addthis_toolbox, .page-template-page-home-php .addthis_toolbox br { display:none; }
.page-template-page-home-php #fourup .addthis_toolbox { position: absolute; top: 250px; }

.addthis_toolbox br { display:none; }

.client .page-content ul { list-style:none; }


