/*
Theme Name: Pick and Draw
Theme URI: pickanddraw.com
Description: Pick and Draw Wordpress Theme
Version: 1.0
Author: Sonar DNS
Author URI: http://www.SonarDNS.net
*/

* {
  padding: 0;
  margin: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.05%;
	background: #479fd8;
	font-family: Verdana, Arial, Sans-Serif;
}

#wrapper {
	width: 100%;
	text-align: center;
	background: transparent url(images/bg.jpg) no-repeat top center;
}

#page {
  width: 950px;	
  margin: 0 auto;
  background: url(images/page_bg.jpg) no-repeat top center;
  text-align: left;
}

#sidebar {
	width: 275px;
	float: left;
	/* temp */  padding-bottom: 400px;
}

#right_content {
  width: 670px;
  float: left;
  font-family: Verdana, Arial, Verdana, Sans-Serif;
  font-size: 14px;
}

#header{
	width: 670px;
	height: 92px;
}

#nav_holder{
	/*width: 620px;
	*/
	padding-top: 33px;
}

#nav{
  height: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  overflow: hidden;
  clear: left;
}

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

#nav a{
  float: left;
  padding: 56px 0 0 0;
  overflow: hidden;
  height: 0px !important;
  margin-right: 12px;
}

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

#nav_what a {
  width: 129px;
	background: url(images/nav/what.gif) top left no-repeat;
}

#nav_how a {
  width: 95px;
	background: url(images/nav/how.gif) top left no-repeat;
}

#nav_photos a {
  width: 112px;
	background: url(images/nav/photos.gif) top left no-repeat;
}

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

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


#pad_bg{
	width: 614px;
	float: left;
	background: url(images/pad_bg.jpg) top left repeat-y;
}

#pad{
	width: 614px;
	background: url(images/pad.jpg) top left no-repeat;
	padding-top: 70px;
	padding-bottom: 20px;
}

#content {
  width: 584px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

#content h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

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

#content a, #content a:visited{
	color: #00609e;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover{
	text-decoration: none;
}

.title_img{
	margin: 10px 0 15px 0;
}

p.caption{
	text-align: center;
	font-weight: bold;
}

#footer{
	width: 614px;
	height: 57px;
	float: left;
	background: url(images/footer.png) top left no-repeat;
	margin-bottom: 25px;
}

#footer p{
	display: block;
	margin: 0 auto;
	width: 564px;
	font-size: 11px;
	text-align:center;
}

.clear{
  clear:both;
}


/*** Lists ***/

ul {
	
}

ul li {
	list-style-position: inside;
	margin-bottom: 10px;
}

ul#what,ul#places,ul#who {
	list-style: none;
	padding-left: 15px;
}

ul#what li, ul#places li, ul#who li{
	list-style: none;
	background: url(images/star.gif) no-repeat left center;
	padding-left: 25px;
	margin-bottom: 5px;
}

ul#videoslinks {
	width: 310px;
	float: right;
}

ul#videoslinks li{
	list-style: none;
	margin-bottom: 15px;
}

/*** Card Games ***/

.how_card{
	float: left;
}


/* Other Styling */

a img {
  border: none;
}

body a, a:visited {
  text-decoration: none;
}

blockquote {
  margin-left: 1.5em;
  padding: 5px 0 5px 0;
}

/* contact form */

#wpcf7-f1-p2-o1{
	width: 300px;
	margin: 20px auto;
}

#wpcf7-f1-p2-o1 p{
	margin-bottom: 15px;
}

.form_input{
  background: url(images/input_bg2.gif) 0 0 repeat;
  font-size: 16px;
  width: 300px;
  border: solid 1px #004065;
  color: #004065;
  padding: 2px;
}


#form_submit {
  font-size: 16px;
	margin: 0 auto;
	display: block;
	color: #004065;
}

.book {
	float: left;
	width: 120px;
	margin: 15px 10px;
}


/* map */

#mapholder {
  width: 550px;
  height: 355px;
  background: url(images/worldmap.jpg);
  position: relative;
  overflow: hidden;
}

#mapholder ul {
  background: transparent;
  padding: 0;
  margin: 0;
  width: 550px;
  height: 355px;
  list-style: none;
}

/* needed for IE to function correctly */
#mapholder ul li {
  display: inline;
  width: 0;
  height: 0;
}

#mapholder ul li a {
  position: absolute;
  display: block;
  width: 20px;
  height: 24px;
  background: url(images/map_pin.png);
  cursor: pointer;
}

/* pins */

#mapholder ul li.p1 a { left:24px; top:148px; }
#mapholder ul li.p2 a { left:138px; top:116px; }

/* Other Fonts */

span.kitsu {
	font-size: 24px;
	color: #ee302c;
	font-family: kitsu, Verdana, serif;
}

@font-face {
    font-family: 'kitsu';
    src: url('fonts/Kitsu_XD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
