/*  
Theme Name: NewSimplicityPhotography Blog
Theme URI: 
Description: 
Version: 1.0
Author URI: 
*/
h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:8px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#d40d9c;
		text-decoration:none;
	}
a:hover
	{
		text-decoration:underline;
	}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 { font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

body
	{
		margin:0px;
		padding:0px;
		font-family:arial;
		font-size:12px;
		color:#424243;
		background:url(images/bodyBg.jpg) repeat-x top #e7e7e7;
	}
#main
	{
		margin:0px auto;
		padding:0px;
		width:859px;
		background:#ffffff;
	}
.main_left
	{
		background:url(images/main_left.jpg) repeat-y left;
	}
.main_right
	{
		background:url(images/main_right.jpg) repeat-y right;
	}
.main_top
	{
		background:url(images/main_top.jpg) repeat-x top;
	}
.main_bottom
	{
		background:url(images/main_bottom.jpg) repeat-x bottom;
	}
.main_left_bg
	{
		background:url(images/main_left_bg.jpg) no-repeat left top;
	}
.main_right_bg
	{
		background:url(images/main_right_bg.jpg) no-repeat right top;
	}
.main_left_top
	{
		background:url(images/main_left_top.jpg) no-repeat left top;
	}
.main_right_top
	{
		background:url(images/main_right_top.jpg) no-repeat right top;
	}
.main_left_bottom
	{
		background:url(images/main_left_bottom.jpg) no-repeat left bottom;
	}
.main_right_bottom
	{
		background:url(images/main_right_bottom.jpg) no-repeat right bottom;
	}
.header
	{
		padding:0px 9px;
		padding-top:21px;
		/*background:url(images/headerBg.jpg) no-repeat left top;*/
	
	}
img
	{
		margin:0px;
		padding:0px;
		border:none;
	}
.headerImg
	{
		width:841px;
		overflow:hidden;
	}
/******************************************/
.headerBottom
	{
		background:#746974;
		margin:0px;
		padding:0px;
		width:841px;
		border-top:solid 1px #d1d1d1;
		border-bottom:solid 1px #d1d1d1;
	}
.nav
	{
		float:left;
		width:620px;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:10px;
		text-transform:lowercase;
	}
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:60px;
	background:#746974;
	cursor:pointer;
}
.dropdown li li
	{
		border:none;
		width:160px;
	}
.dropdown li li li
	{
		width:160px;
	}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a, .dropdown a:visited{
	text-decoration:none;
	color:#ffffff;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;
	/*padding-left:20px;*/
	/*width:60px;*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('images/expand_right.jpg');
	background-position:center right;
	padding:5px;
	border:none;
}
/*****************************************************************/
.content
	{
		padding:0px 9px 25px 9px;
		height:1%;
	}
/****************************************************************/
.innerContent
	{
		float:left;
		width:100%;
	}
.story
	{
		padding-bottom:35px;
		background:url(images/postBottom.jpg) no-repeat center bottom;
	}
.storyTitle
	{
		margin:0px;
		padding:0px;
		padding-bottom:3px;
	}
.storyTitle h3
	{
		font-size:18px;
		font-weight:normal;
		padding-top:8px;
		font-family:"Trebuchet MS";
	}
.storyTitle a, .storyTitle a:visited
	{
		text-decoration:none;
		color:#303030;
	}
.storyTitle a:hover
	{
		color:#d40d9c;
		text-decoration:none;
	}
.storyAuthor
	{
		padding-bottom:8px;
		letter-spacing:1px;
		font-size:11px;
	}
.storyAuthor a, .storyAuthor a:visited
	{
		color:#f6085a;
		text-decoration:none;
	}
.storyAuthor a:hover
	{
		text-decoration:none;
		color:#2d30ae;
	}
.storyDate
	{
		float:left;
		width:60px;
		height:71px;
		padding-left:3px;
		overflow:hidden;
		color:#ffffff;
		text-align:center;
		background:url(images/dateBg.jpg) no-repeat top right;
	}
.storyContent
	{
		padding:0px 0px 30px 0px;
		text-align:justify;
		letter-spacing:1px;
		line-height:150%;
	}
.commentTag
	{
		font-size:11px;
		font-family:arial;
	}
.storyComment
	{
		padding-bottom:5px;
		padding-left:5px;
	}
.storyComment a, .storyComment a:visited
	{
		color:#4c4848;
		text-decoration:none;
	}
.storyComment a:hover
	{
		text-decoration:underline;
	}
.storyTags
	{
		color:#4c4848;
		padding-left:5px;
	}
.storyTags img
	{
		vertical-align:top;
	}
.storyTags a, .storyTags a:visited
	{
		color:#f6085a;
		text-decoration:none;
	}
.storyTags a:hover
	{
		text-decoration:underline;
	}
.storyContent img
	{
		text-align:center !important;
	}
/****************************************************************/
.sideBar
	{
		float:right;
		width:232px;
		color:#3d3931;
		font-family:tahoma;
		font-size:11px;
		text-transform:uppercase;
	}
.sideBarBg
	{
		width:218px;
		margin:0px auto;
		background:url(images/sideBarBg.jpg) repeat-y left;
	}
.sideBarTop
	{
		background:url(images/sideBarTop.jpg) no-repeat left top;
	}
.sideBarBottom
	{
		background:url(images/sideBarBottom.jpg) no-repeat left bottom;
		padding:8px 15px 5px 15px;
		height:1%;
	}
.sideBar ul
	{
		height:1%;
	}
.sideBar ul ul
	{
		padding-top:0px;
	}
.sideBar ul ul ul
	{
		padding-top:0px;
		background:none;
	}
.sideBar li ul ul
	{
		margin:0px;
	}
.sideBarTitle
	{
		color:#7b7b7b;
		padding-bottom:3px;
		margin-bottom:3px;
	}
.sideBarTitle h2
	{
		font-size:11px;
		font-weight:bold;
		padding:0px;
		background:url(images/title_bullet.jpg) no-repeat 10px 8px;
	}
.sideBar li ul,li
	{	
		list-style:none;
	}
.sideBar ul li
	{
		list-style:none;
		margin:0px;
		padding:0px;
		padding-bottom:10px;
	}
.sideBar li li li
	{
		padding:0px;
		margin:0px;
		padding:4px 0px 4px 23px;
		list-style:none;
		border:none;
	}
.sideBar li li
	{
		border:none;
		padding:0px;
		border:none;
		display:block;
		padding:4px 0px 4px 23px;
		background:url(images/bullet.jpg) no-repeat 2px 8px;
	}
.sideBar li li a, .sideBar li li a:visited
	{
		color:#7b7b7b;
		font-weight:normal;
		text-decoration:none;
	}
.sideBar li li a:hover
	{
		text-decoration:underline;
		color:#000;
	}
.sideBar li a, .sideBar li a:visited
	{
		color:#7b7b7b;
		font-weight:normal;
		text-decoration:none;
	}
.sideBar li a:hover
	{
		text-decoration:underline;
		color:#000;
	}
/***********************************************/
.search
	{
		text-align:left;
		float:right;
		width:200px;
	}
.search .searchText
	{
		float:left;
		width:170px;
		padding-top:2px;
		padding-bottom:1px;
		font-size:11px;
		font-family:arial;
		margin-top:6px;
		border:solid 1px #ffffff;
	}
.search .go
	{
		float:left;
		width:22px;
		margin-top:6px;
		height:19px;
	}
/**********************************************/
.footer
	{
		text-align:center;
		background:url(images/footerBg.jpg) repeat-y left;
		padding-top:10px;
		padding-bottom:10px;
		overflow:hidden;
		color:#000000;
	}
.footer a, .footer a:visited
	{
		text-decoration:none;
		color:#0460b6;
	}
.footer a:hover
	{
		text-decoration:underline;
	}
	
	
	

/*****************************************************/
/*older entries, newer entries*/
.alignleft
	{
		float:left;
		padding-left:5px;
		font-family:tahoma;
		font-size:11px;
	}
.alignright
	{
		float:right;
		padding-right:5px;
		font-family:tahoma;
		font-size:11px;
	}
.navigation a , .navigation a:visited
	{
		text-decoration:underline;
		font-weight:bold;
		color:#4f4040;
	}
.navigation a:hover
	{
		text-decoration:none;
	}


/*********************************************************/
.comment_template
	{
		/*padding-left:20px;*/
	}
blockquote
	{
		padding:5px;
		width:400px;
		border:dashed 1px #bbbbbb;
	}
blockquote p
	{
		padding:5px 10px;
	}
h2.center
	{
		color:red;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		padding:10px;
	}
h3#respond
	{
		color:#4f4040;
		font-size:14px;
		font-weight:bold;
		padding-bottom:5px;
	}
#commentform p a, #commentform p a:visited
	{
		color:#d40d9c;
		text-decoration:none;
	}
#commentform p a:hover
	{
		text-decoration:underline;
	}
	
	
/* ------------- comments.php --------------- */
#comment
	{
		font-family:verdana;
		font-size:11px;
		color:#404343;
		line-height:150%;
		width:480px;
		background:#fcfcfa;
		border:solid 1px #b5b5b5;
	}
#author
	{
		font-family:verdana;
		font-size:11px;
		color:#404343;
		width:200px;
		background:#fcfcfa;
		border:solid 1px #b5b5b5;
	}
#email
	{
		font-family:verdana;
		font-size:11px;
		color:#404343;
		width:200px;
		background:#fcfcfa;
		border:solid 1px #b5b5b5;
	}
#url
	{
		font-family:verdana;
		font-size:11px;
		color:#404343;
		width:200px;
		background:#fcfcfa;
		border:solid 1px #b5b5b5;
	}
	
/*response or comments in comments.php*/
h3#comments
	{
		color:#4f4040;
		padding:5px 0px;
		font-size:14px;
		font-weight:bold;
	}

/* comment by any user (user name will be link) */
ul.commentlist li a, ul.commentlist li a:visited
	{
		color:#d40d9c;
		text-decoration:none;
	}
ul.commentlist li a:hover
	{
		text-decoration:underline;
	}

/* search result's title */
h2.pagetitle
	{
		color:#a68fa0;
		font-size:22px;
		font-weight:normal;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
		font-family:"Trebuchet MS";
	}
	
/* no match found in search */
.error
	{
		color:#e52537;
		font-size:18px;
		font-weight:bold;
		padding-top:10px;
		text-align:center;
	}

/*if there is any list posted by user in comment*/
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px;
	}
.storyContent ol li
	{
		list-style:decimal !important;
	}
.storyContent ul li
	{
		list-style:square !important;
	}


/**/
.article h2
	{
		font-size:16px;
		font-weight:bold;
	}
	
	
/************************************/
.commentAvatar
	{
		float:left;
		width:200px;
	}

.fl_right
	{
		padding:5px;
		height:1%;
	}
.fl_left
	{
		
		float:left;
		width:50px;
		padding-top:8px;
	}
.commentText
	{
		float:right;
		width:580px;
		text-align:left;
		padding:5px 15px;
		border:solid 1px #b5b5b5;
		background:#f0f0f0;
	}
.avatarImg
	{
		float:left;
		width:40px;
		height:35px;
		padding-left:10px;
		text-align:left;
		padding-bottom:5px;
	}
.commentAuthor
	{
		float:left;
		width:161px;
		background:url(images/commentAuthor.jpg) no-repeat left top;
		text-align:center;
		line-height:160%;
	}
.authorBg
	{
		background:url(images/authorBg.jpg) repeat-y left;
	}
.authorTop
	{
		background:url(images/authorTop.jpg) no-repeat left top;
	}
.authorBottom
	{
		background:url(images/authorBottom.jpg) no-repeat left bottom;
		padding:5px 20px 5px 5px;
		color:#5c5b5b;
		height:1%;
	}
.commentAuthor a, .commentAuthor a:visited
	{
		color:#5c5b5b !important;
		text-decoration:none;
	}
.commentAuthor a:hover
	{
		color:#000000 !important;
		text-decoration:none;
	}
.authorLink
	{
		font-size:14px;	
		color:#d40d9c;
		padding-right:20px;
		float:left;
	}
.authorLink2
	{
		font-size:14px;	
		color:#d40d9c;
		
	}
.commentText em
	{
		font-weight:bold;
		font-style:normal;
	}
.commentBg
	{
		padding:10px;
		height:1%;
	}
#commentform p
	{
		padding-bottom:3px;
	}
/*******************************************/
.contentt
	{
		background:#e7e7e7;
		border:solid 1px #bfbfbf;
		border-top:none; 
		border-bottom:none;
		padding:11px 15px;
		height:1%;
	}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#bfbfbf; margin:0 5px;}
.b2 {height:1px; background:#e7e7e7; margin:0 3px; border-right:2px solid #bfbfbf; border-left:2px solid #bfbfbf;}
.b3 {height:1px; background:#e7e7e7; margin:0 2px; border-right:1px solid #bfbfbf; border-left:1px solid #bfbfbf;}
.b4 {height:2px; background:#e7e7e7; margin:0 1px; border-right:1px solid #bfbfbf; border-left:1px solid #bfbfbf;}
/*********************************************************/

/* Begin Comments*/
/*.alt {
	margin:0px;
	padding:10px;
	border:solid 5px #7f9db9;
	background:#fff;
	color:#000;
	}*/
ul.commentlist {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align: justify;
	width:580px;
	}
.commentlist li {
	margin:0px;
	margin-bottom:10px;
	padding:5px 0px;
	list-style: none;
	color:#5c5b5b;
	line-height:150%;
	letter-spacing:1px;
	font-size:11px;
	height:1%;
	}
.commentlist li cite img
	{
		border:0px;
		vertical-align:middle;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	margin-top:3px;
	display: block;
	padding:0px 0px 0px 0px;
	}
/* CALENDER STYLE */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 180px;
	color:#7b7b7b;
	text-align:center;
	}
#wp-calendar th
	{
		color:#474747;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#f6085a;
	text-align: right;
	}
#wp-calendar #next a:hover
	{
		text-decoration:none;
		color:#f6085a;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#f6085a;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:none;
		background:none;
		color:#f6085a;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:180px;
	color:#7b7b7b;
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #f6085a;
	text-decoration:underline;
	font-weight:bold;
}
#wp-calendar td a:hover {
	background: #f6085a;
	border-left: none;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */


/************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}