/*
 * WordPress Styles
 */

/*	Table of Content
========================
	# Base/Core/Body Styles
	# Post styles
	# Navigation/Menu
	# Widget
	# Comment
	# Media
========================
*/

/* ==========================================================================
	Base/Core/Body Styles
   ========================================================================== */
   /* Default Body Class Styles */
	.rtl {}
	.home {}
	.blog {}
	.archive {}
	.date {}
	.search {}
	.paged {}
	.attachment {}
	.error404 {}
	.single postid-(id) {}
	.attachmentid-(id) {}
	.attachment-(mime-type) {}
	.author {}
	.author-(user_nicename) {}
	.category {}
	.category-(slug) {}
	.tag {}
	.tag-(slug) {}
	.page-parent {}
	.page-child parent-pageid-(id) {}
	.page-template page-template-(template file name) {}
	.search-results {}
	.search-no-results {}
	.logged-in {}
	.paged-(page number) {}
	.single-paged-(page number) {}
	.page-paged-(page number) {}
	.category-paged-(page number) {}
	.tag-paged-(page number) {}
	.date-paged-(page number) {}
	.author-paged-(page number) {}
	.search-paged-(page number) {}


/* ==========================================================================
	Post styles
   ========================================================================== */
   /* Default Post Styles */
	.post-id {}
	.post {}
	.page {}
	.attachment {}
	.sticky {}
	.hentry {}
	.category-misc {}
	.category-example {}
	.tag-news {}
	.tag-wordpress {}
	.tag-markup {}
	/* format */
	.format-image {}
	.format-gallery {}
	.format-chat {}
	.format-link {}
	.format-quote {}
	.format-status {}
	.format-video {}
  
/* ==========================================================================
	Navigation/Menu
   ========================================================================== */
	#header .main-menu{} // container class
	#header .main-menu ul {} // container class first unordered list
	#header .main-menu ul ul {} //unordered list within an unordered list
	#header .main-menu li {} // each navigation item
	#header .main-menu li a {} // each navigation item anchor
	#header .main-menu li ul {} // unordered list if there is drop down items
	#header .main-menu li li {} // each drop down navigation item
	#header .main-menu li li a {} // each drap down navigation item anchor

	.current_page_item{} // Class for Current Page
	.current-cat{} // Class for Current Category
	.current-menu-item{} // Class for any other current Menu Item
	.menu-item-type-taxonomy{} // Class for a Category
	.menu-item-type-post_type{} // Class for Pages
	.menu-item-type-custom{} // Class for any custom item that you added
	.menu-item-home{} // Class for the Home Link

   
/* ==========================================================================
	Widget
   ========================================================================== */
	.widget {}

	#searchform {}
	.widget_search {}
	.screen-reader-text {}

	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}

	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}

	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}

	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}

	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}

	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}

	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}

	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}

	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	.style107 > span{color:#fff; padding-left:10px;}
	.textwidget {
	border:1px solid transparent;
	}
	.widget_text {}
	.textwidget p {}


   
/* ==========================================================================
	Comment
   ========================================================================== */
	/*Comment Output*/

	.commentlist .reply {}
	.commentlist .reply a {}

	.commentlist .alt {}
	.commentlist .odd {}
	.commentlist .even {}
	.commentlist .thread-alt {}
	.commentlist .thread-odd {}
	.commentlist .thread-even {}
	.commentlist li ul.children .alt {}
	.commentlist li ul.children .odd {}
	.commentlist li ul.children .even {}

	.commentlist .vcard {}
	.commentlist .vcard cite.fn {}
	.commentlist .vcard span.says {}
	.commentlist .vcard img.photo {}
	.commentlist .vcard img.avatar {}
	.commentlist .vcard cite.fn a.url {}

	.commentlist .comment-meta {} 
	.commentlist .comment-meta a {}
	.commentlist .commentmetadata {}
	.commentlist .commentmetadata a {}

	.commentlist .parent {}
	.commentlist .comment {}
	.commentlist .children {}
	.commentlist .pingback {}
	.commentlist .bypostauthor {}
	.commentlist .comment-author {}
	.commentlist .comment-author-admin {}

	.commentlist {}
	.commentlist li {}
	.commentlist li p {}
	.commentlist li ul {}
	.commentlist li ul.children li {}
	.commentlist li ul.children li.alt {}
	.commentlist li ul.children li.byuser {}
	.commentlist li ul.children li.comment {}
	.commentlist li ul.children li.depth-{id} {}
	.commentlist li ul.children li.bypostauthor {}
	.commentlist li ul.children li.comment-author-admin {}

	#cancel-comment-reply {}
	#cancel-comment-reply a {}

	/*Comment Form */

	#respond { } 
	#reply-title { } 
	#cancel-comment-reply-link { }
	#commentform { } 
	#author { } 
	#email { } 
	#url { } 
	#comment 
	#submit
	.comment-notes { } 
	.required { }
	.comment-form-author { }
	.comment-form-email { } 
	.comment-form-url { }
	.comment-form-comment { } 
	.form-allowed-tags { } 
	.form-submit

/* ==========================================================================
	Media
   ========================================================================== */
	/* Default WISIWYG Editor Styles */
	.entry-content img {}
	.alignleft, img.alignleft {}
	.alignright, img.alignright {}
	.aligncenter, img.aligncenter {}
	.alignnone, img.alignnone {}

	.wp-caption {}
	.wp-caption img {}
	.wp-caption p.wp-caption-text {}

	.wp-smiley {}

	blockquote.left {}
	blockquote.right {}

	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}

	.size-full {}
	.size-large {}
	.size-medium {}
	.size-thumbnail {}

	/* =WordPress Core */
	.alignnone {
		margin: 5px 20px 20px 0;
	}
	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 5px 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	
 .style50 {
  border: 1px solid #ff00ff;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  margin: 12px;
}
.style47 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 15px;
  text-align: center;
}
.style209 {
  color: #660000;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  font-weight: bold;
}
.style211 {
  color: #660099;
}
.style226 {
  color: #660099;
  font-size: 16px;
}
.style218 {
  color: #660000;
}
.white-color {
	color:#fff;
}