/*
Theme Name: Tag7
Version: 1.0
Developed by: http://www.vhg-design.com
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg);
	text-align: left;
	}
body, p, ul, ol, div, span, input, textarea, submit, td, h1, h2, h3, h4 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}	

a {
	color: #662b4a;
	text-decoration: underline;
	}
a:hover {
 text-decoration: none !important;
	}
img, div { behavior: url(js/iepngfix.htc) }

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

img.noborder {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}
	h1 {
		color: #662b4a;
		font-size: 18px;
		text-transform: uppercase;
	}
h2 {
		color: #662b4a;
		font-size: 13px;
	}	
.clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}	

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 1250px;
	margin: 0 auto;
	background: transparent;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	/*height: 170px;*/
	z-index: 1;
	}
#welcome {
	width: 1009px;
	height: 176px;
	margin: 0 0 0 120px;
	background: url(images/bg.gif);
}
#welcome div {
	height: 176px;
	margin-left: 147px;
	background: url(images/pics.jpg) 0 0 no-repeat;
	padding:0 62px 0 433px;
}
#welcome div p {
	padding: 0 0 20px 5px;
	margin: 0;
	font-size: 13px;
	color: #6d6d6d;
	line-height: 24px;
}
	#navbar {
		clear: both;
		width: 1035px;
		padding: 0;
		height: 59px;
		background: url(images/nav-bg.jpg) 0 0 no-repeat;
		margin: 0 0 0 108px;
		position: relative;
        z-index: 100;
		}

	#nav {
		margin: 0 auto;
		padding: 0 0 0 207px;
		list-style-type: none;
		/*display: inline;*/
		}
	#nav ul {
 padding: 0;
 margin: 0;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
margin: 0 40px 0 15px;
}
#nav a, #nav a:visited {
display:block;
color: #776530;
padding:16px 0px 10px 0;
font-size: 17px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
text-decoration:none;
color: #433610;
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 174px;

}
#nav li li {
width: 172px;
margin: 0 0 0 -10px !important;
padding: 0;
background: #bcae8d;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:12px;
color:#FFF;
padding: 5px 8px;
}
#nav li li a:hover, #nav li li a:active {
color: #433610;
}
#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;
}
a.main:hover {
background:none;
}
#bow {
	position: absolute;
	top: -48px;
	left: -91px;
	z-index: 1;
}	
	
	input#s {
		width: 165px;
		height: 18px;
		margin: 14px 7px 0 0 !important;
		border: 1px solid #836e2d;
		background: #fff;
		vertical-align: middle;
		}
	#search-btn {
		width: 67px;
		height: 21px;
		background: url(images/search-btn-bg.gif) 0 0 repeat-x;
		border: 1px solid #3b162a;
		color: white;
		text-align: center;
		margin-top: 14px;		
		vertical-align: middle;
	}	



/***********************
*  Wrapper             *
***********************/

#wrapper {
	background: #fff url(images/bg.gif) 0 0 repeat-y;
	margin: 0 0 15px 121px;
	padding: 15px 0 0 0;
	width: 1009px;	
	z-index: 90;
	}


/**********************
*   Content           *
***********************/

#content {
	/*float: left;*/
	width: 932px;
	height: 100%;
	padding: 0 0 0 38px;
	z-index: 10;
	}
#rss {
	float: right;
	margin: 0 20px 20px 0;
	padding-left: 70px;
	height: 30px;
	line-height: 30px;
	background: url(images/rss-icon.gif) 0 0 no-repeat;
	display: inline-block;
	clear: both;
}
.pages {

	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;

	}
.page-previous {
	float: left;
	}
	
.page-next {
	float: right;	
	}
.page-previous a, .page-next a {
	height: 34px;
	display: inline-block;
	background: url(images/older-posts-bg.gif) 0 0 no-repeat;
	padding: 17px 0 0 32px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
}
.page-next a {
	background: url(images/previous-post-bg.gif) right top no-repeat;
	padding: 17px 32px 0 0;
}
	
.page-title {
	/*width: 530px;*/
	margin: 20px 0 0 0;

	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	font-size: 1.6em;
	line-height: 28px;
	color: #733157;
	}
	.ttl {
		font: normal 18px "Times New Roman", Times, serif;
		color: black;
		text-decoration: underline;
		padding: 10px 0;
	}
	.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
}
	

/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 0 0 92px 0;
	margin: 0 0 37px 0;
	background: url(images/post-bg.gif) center bottom no-repeat;
	}

.postentry {
	color: #050d24;
	text-align: justify;
	}

.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle { 
	margin: 0;
	padding: 3px 0 3px 93px;
	min-height:42px;
  height:auto !important;
  height:42px;
	background: #662b4a url(images/post-title-bg.gif) 15px 2px no-repeat;
	z-index: 50;
	position: relative;
 }
 .posttitle h1 {
 	padding: 0;
	margin: 2px 200px 2px 0;
	text-transform: none;
 }
 .posttitle h1 {
 	cursor: pointer;
 }
.posttitle h1 a {
	font-size: 15px;
	color: white;
	text-decoration: none;
	display: block;
	cursor: pointer;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #662b4a;
	}
.post-date {
	color: #f2b1d3;
	font-size: 11px;
}	
.postmetadata {
	float: right;
	color: #ead9b0;
	text-align: right;
	padding: 7px 15px 0 0;
}
.postmetadata a {
	color: #ead9b0;
	text-decoration: none;
}
.postmetadata a:hover {
	color: white;
}
 .post-comment {
	padding: 0 0 0 15px;
	color: #5b5b5b;
	font: 12px Arial, Helvetica, sans-serif;
	}
.post-comment {
	float: right;
	padding: 0 20px;
	background: url(images/comments_icon.gif) 2px 3px no-repeat;
}	
.post-filed {
	padding: 0 0 0 5px;
	}
#recentposts {
	display: none;
}
.sIFR-replaced {
	cursor: pointer;
	display: block;
}

/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	margin: 20px 0 0 0;
	padding: 0 0 5px 10px;
	border-bottom: 3px solid #562441;
	font-size: 18px;
	color: #733157;
	}

#commentlist {
	margin: 0;
	padding: 0 0 0 35px;;
	/*list-style-type: none;*/
	font-size: 16px;
	}
#commentlist li {
	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #f2b1d3;
	
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 20px;
	font-size: 16px;
	}
.comment-meta	{
	font: 12px Arial, Helvetica, sans-serif;
}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	text-decoration: none;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #777777;
	text-decoration: none;
	}

h2#postcomment {
	margin: 20px 0 0 0;
	padding: 0 0 5px 10px;
	border-bottom: 3px solid #562441;
	font-size: 18px;
	color: #733157;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 20px;
	background: #eee5d1;
	border: 1px solid #c8ba9c;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #c8ba9c;
	}

.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fix IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fix IE */
	height: 200px;
	}

.postcomment input#submit {
	width: 88px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: white;
	background: #b39c69;
	}




/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 250px;
	height: 100%;
	margin: 0;
	padding-bottom: 10px;
	}
#sidebar .title {
	font: normal 18px "Times New Roman", Times, serif;
		color: black;
		text-decoration: underline;
		padding: 20px 0;
}	
#sidebar .title a {
	color: black;
}
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar li {
	padding-bottom: 5px;
}
#sidebar li a {
	text-decoration: none;
}
#sidebar li a:hover {
	color: black;
}

.left_box {
	margin-top: 25px;
	clear: both;
}
.left_box h2 {
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	background: url(images/left_box_ttl_bg.gif) 0 0 no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-indent: 20px;
	width: 308px;
}
.left_box ul {
	padding: 5px 0 0 15px;
	margin: 0;
	list-style: none;
}
.left_box li {
	padding: 3px 0;
}
.left_box li a {
	font-size: 16px;
	font-weight: bold;
}
#cats li {
	padding-left: 22px;
	background: url(images/cats_icon.gif) 0 7px no-repeat;
}
#archives li {
	padding-left: 22px;
	background: url(images/archives_icon.gif) 0 5px no-repeat;
}

/**********************
*   Contact Form            *
***********************/
#wpcf {
	margin-left: 180px;
}
#wpcf label {
	width: 150px;
	padding: 3px 0;
	margin-bottom: 5px;
	display: inline-block;
}
#wpcf input, #wpcf textarea {
	width: 250px;
	padding: 0;
	margin-bottom: 5px;
	border: 1px solid #ead9b0;
}
#wpcf textarea {
	width: 400px;
}
#contactsubmit {
	width: 85px !important;
	padding: 3px 0;
	background: #733157;
	color: white;
	border: 3px solid #3b162a !important;
	margin-left: 455px;
}


/**********************
*   Footer            *
***********************/

#footer {
	width: 1009px;	
	height: 25px;
	text-align: left;
	clear: both;
	background: url(images/footer-bg.gif) 0 0 no-repeat;
	margin: 0;
	}



	#recentpost-wrap h3 {
		padding: 5px 10px;
		margin: 0;
		color: white;
		font-size: 16px;
	}
	#recentpost-wrap ul {
		padding: 5px 0;
		margin: 0;
		list-style: none;
	}
	
	#recentpost-wrap li a {
		color: #cd46d5;
		text-decoration: none;
		font-weight: bold;
		display: block;		
	padding: 4px 12px;	
	}
	#recentpost-wrap li a:hover {
		color:#662b4a;
	}
	#foot {
		padding: 10px 12px 0 12px;
		border-top: 1px solid #b2b2b2;
		margin: 0;
		color: #595959;
		font-weight: bold;
	}

	
	
	 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
