@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a {
	color:#333333;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	line-height:170%;
}
#wrapper {
	width:800px;
	margin:auto;
}
#header {
	width:800px;
}
#nav_bar {
	width:800px;
	height:20px;
}
#nav_bar ul {
	list-style-type:none;
	float:right;
	margin:0 10px;
}
#nav_bar li {
	display:inline;
	margin:0 10px;
}
#content {
	width:800px;
}
#book_gallery {
	margin-top:10px;
}
.container {
	width:790px;
	margin:auto;
	margin-bottom:10px;
}
.navigation {
	width:800px;
	margin:20px 0;
}
.navigation ul {
	list-style-type:none;
	text-align:right;
}
.navigation li {
	display:inline;
	padding:10px 10px;
}
.bold_it {
	font-weight:bold;
}
.bold_purple_it {
	font-weight:bold;
	font-size:24px;
	color:#e068c4;
	font-style:italic;
}
.bold_it_it {
	font-weight:bold;
	font-style:italic;
}
.italic_it {
	font-style:italic;
}
.blue_it {
	color:#2ba1c6;
	font-weight:bold;
}
.red_it {
	color:#c92d4e;
	font-weight:bold;
}
.purple_it {
	color:#c295c4;
	font-weight:bold;
}
.green_it {
	color:#4e8d49;
	font-weight:bold;
}
.pink_it {
	color:#d45592;
	font-weight:bold;
}
.light_blue_it {
	color:#dae9f7;
	font-weight:bold;
}
.link_it {
	font-weight:bold;
	text-decoration:underline;
	color:#d45592;
}
.manifesto {
	background-image:url(wordpress/wp-content/themes/alchemical_woman/images/manifesto/manifesto_footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:35px;
}
.hello {
	background-image:url(wordpress/wp-content/themes/alchemical_woman/images/hello/hello_footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:35px;
}
.paintings {
	background-image:url(wordpress/wp-content/themes/alchemical_woman/images/paintings/footer_bg.png);
	background-repeat:no-repeat;
	width:800px;
	height:35px;
}
.video {
	background-image:url(wordpress/wp-content/themes/alchemical_woman/images/video/video_footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:35px;
}
.book {
	background-image:url(wordpress/wp-content/themes/alchemical_woman/images/book/book_footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:35px;
}
.about {
	background-image:url(wordpress/wp-content/themes/alchemical_woman/images/about/about_footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:35px;
}
.about_pic_1 {
	padding:0 10px 10px 0;
}
#book_text {
	text-align:justify;
}
.today_pic {
	padding:0 0 10px 10px;
}
#book_text {
	width:780px;
	margin:auto;
	margin-bottom:10px;
}
.full_text {
	margin-top:20px;
}
.text_pages {
	padding-top:10px;
}
.button_right {
	margin-left:50px;
}
#footer {
	width:800px;
	color:#FFFFFF;
}
#footer_left {
	float:left;
	width:380px;
	margin-left:20px;
	margin-top:7px;
	font-size:12px;
}
#footer_right {
	float:right;
	width:380px;
	text-align:right;
	margin-right:20px;
	margin-top:7px;
}
#footer_right a {
	color:#FFFFFF;
}
.blueit {
	color:#422aa1;
	font-weight:bold;
}
.purpleit {
	color:#962ea3;
	font-weight:bold;
}
.greenit {
	color:#3d8067;
	font-weight:bold;
}
.aquait {
	color:#215868;
	font-weight:bold;
}
.purple_it1 {
	color:#e068c4;
	font-weight:bold;
}
.blue2 {
	color:#60779d;
	font-weight:bold;
}
.blue3 {
	color:#7e9cce;
	font-weight:bold;
}
.hello_pic {
	padding:7px 10px 20px 0;
}
.team {
	margin-bottom:30px;
}
.about_us_head {
	margin-bottom:10px;
	margin-top:15px;
}
.about_us_head2 {
	margin-top:15px;
}
.hello_head {
	margin-bottom:10px;
	margin-top:10px;
}
#flash_video {
	margin-bottom:10px;
}
/*********************dropdown*****************/
#sddm {
	margin: 0;
	padding: 0;
	z-index: 100;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font:  11px arial
}
#sddm li a {
	display:inline;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	color:#999999;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #999999;
	font: 12px arial;
	font-weight:bold;
	background-color:#FFFFFF;
}
#sddm div a:hover {
	color:#999999;
}
/************************over_states***********************/

#sddm .hello_page a:hover {
	/*color:#dae9f7;*/
	color:#99CCFF;
}
#sddm .video_page a:hover {
	color:#c92d4e;
}
#sddm .book_page a:hover {
	color:#962ea3;
}
#sddm .paintings_page a:hover {
	color:#2ba1c6;
}
#sddm .manifesto_page a:hover {
	color:#4e8d49;
}
#sddm .about_page a:hover {
	color:#d45592;
}
#sddm .blog_page a:hover {
	color:#962EA3;
}
#pictures_1 {
	width:790px;
	margin-bottom:20px;
	margin-left:7px;
}
.thumbnail {
	float: left;
	width: 150px;
	font-size:12px;
	margin-bottom:20px;
}
.clear {
	clear:both;
}
.manifesto_bigger {
	font-size:16px;}