/* 
Theme Name: Blossom Be Inspired - Inspiration for Girls
Theme URL: http://blossombeinspired.com
Description: Blossom Be Inspired Wordpress Theme
Author: Dave Flynn
Author URI: http://twitter.com/analogue40
Version: 0.1

Wordpress Starter Theme: http://brianpurkiss.com
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

* {
  padding: 0;
  margin: 0;
}

body{ 
  margin: 0; 
  padding: 0;
  font-family: Helvetica, Sans-Serif;
  font-size: 12px;
  /*background: #e0a2bb url(images/bg_fade.jpg) top left repeat-x;*/
  background-color: #e9bacd;
}

#container {
	background: url(images/background3.jpg) no-repeat center top;
	width: 100%;
	display: table;
}

#page_wrapper {
	width: 894px;
	margin: 0 auto 25px auto;
	background: url(images/paper_bg.jpg) top left repeat-y;
}

#sidebar{
	width: 235px;
	float: left;
}

#sidebar_content{
	width: 215px;
	margin: 0 auto;
	display: block;
}

#right_content {
	width: 658px;
	float: left;
}

#header{
	height: 178px;
	width: 659px;
}

#notice_board{
	background: url(images/notice_board.jpg) top left no-repeat;
	width: 654px;
	height: 312px;
	margin: 0 auto;
}


#howwecanhelpyou{
	float: left;
	margin-top: 240px;
	height: 72px;
	width: 223px;
	display:block;
}

#howwecanhelpyou:hover{
	background: url(images/how_we_can_help_on.jpg) top left no-repeat;
}

#viewourgallery{
	float: right;
	margin-top: 240px;
	height: 72px;
	width: 175px;
	display:block;
}

#viewourgallery:hover {
	background: url(images/view_our_gallery_on.jpg) top left no-repeat;
}


/****** Navigation ******/

#navigation {
	height: 178px;
}

#nav{
  height: 178px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  overflow: hidden;

}

#nav li{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

#nav a{
  float: left;
  padding: 178px 0 0 0;
  overflow: hidden;
  height: 0px !important;
}

#nav a:hover {
  background-position: 0 -178px;
}

#nav_what a {
  width: 155px;
  background: url(images/nav/whatwedo.jpg) top left no-repeat;
}

#nav_courses a {
  width: 98px;
  background: url(images/nav/courses.jpg) top left no-repeat;
}

#nav_process a {
  width: 110px;
  background: url(images/nav/process.jpg) top left no-repeat;
}

#nav_blog a {
  width: 91px;
  background: url(images/nav/blog.jpg) top left no-repeat;
}

#nav_gallery a {
  width: 99px;
  background: url(images/nav/gallery.jpg) top left no-repeat;
}

#nav_contact a {
  width: 106px;
  background: url(images/nav/contact.jpg) top left no-repeat;
}


/*************************/


#content{
  color: #333;
  line-height: 1.5;
  font-size: 14px;
  width: 630px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Serif;
	color: #c21d60;
}

#content h1 {
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content h2 {
	font-family: Helvetica, Sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 0 0;
}

#content h3 {
	font-family: Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 0 0;
	color: #d35a8b;
}

#content h4 {
	font-family: Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 0 0;
	color: #d35a8b;
}

#content .post h2.title{
	font-size: 28px;
	font-family: Georgia, Serif;
}

#content a, #footer a{
	color: #c21d60;
	background-color: #fffed9;
	text-decoration: none;
}
#content a:hover, #footer a:hover{
	background-color: #f9f7ad;
	text-decoration: underline;
}

#content p {
	padding-bottom: 5px;
}

.em{
	/*background-color: #ffffcc;*/
	font-style: italic;
}

strong{
	font-weight: bold;
}

#footer {
	width: 894px;
	margin: 0 auto 0 auto;
	padding: 30px 0;
	background: url(images/footer2.jpg) bottom center no-repeat;
	text-align: center;
}

.clear{
	clear: both;
}


/* Shashin */

.shashin_side{
	background: url(images/right_gallery_bg.jpg) repeat-y;
	width: 192px;
	margin: 15px auto;
}

.shashin_side #top{
	width: 192px;
	padding-top: 29px;
	background: url(images/right_gallery_top2.jpg) no-repeat;
}

.shashin_side #bottom{
	width: 192px;
	height: 44px;
	background: url(images/right_gallery_bottom2.jpg) no-repeat;
}

.shashin_side table{
	margin: 0 auto;
}

/****** Forms ******/

form .input {
  background: url(images/form_field_bg.gif) 0 0 repeat-x;
  background-color: #f1c4d4;
  font-size: 16px;
  width: 70%;
  border: solid 1px #da769f;
  color: #c21d60;
  padding: 2px;
}

/* contact form */

form span input, #author, #email, #url, #comment, textarea, .css_form_namefield, .css_form_emailfield, .css_form_urlfield {
  background: url(images/form_field_bg.gif) 0 0 repeat-x;
  background-color: #f1c4d4;
  font-size: 16px;
  border: solid 1px #da769f;
  color: #c21d60;
  padding: 2px;
}

#wpcf7-f1-p11-o1{
	width: 400px;
	margin: 15px auto;
}

#wpcf7-f1-p11-o1 span input, #wpcf7-f1-p11-o1 textarea{
	width: 100%;
}

#submit, #contactsubmit, #searchsubmit {
  font-size: 16px;
}



/****** Lists ******/


#content ul, #content ol{
	margin: 10px 0;
}

#content ul {
	list-style: none;
}

#content ol {
	margin-left: 25px;
}

#content ul li, #content ol li{ 
	margin-bottom: 3px;
}

#content ul li{
	padding-left: 22px;
	background: url(images/star-bullet.gif) top left no-repeat;
}

#sidebar_ul{
	list-style: none;
	margin: 10px 0;
}

#sidebar_ul li{
	list-style: none;
}


/****** Blog Posts ******/

.post{
  text-align: left;
  margin-bottom: 15px;
}


#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}