/* Base */ 
body {
    font-family: 'Josefin Sans', serif;
    font-size: 12px;
    margin: 0; 
    padding: 0;
    color: #262626;
	background: #fffeff repeat-x;
}

/* My Comment */

a {
    color: #000;
}

a:hover {
    text-decoration: none;
	color: #f92300;
}

h1 {
    font-size: 26px;
	color: #f92300;
	font-weight: bold;
	text-transform: capitalize;
}

h2 {
    font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

h1.page_header {
    text-align: center;
    font-size: 36px;
}

h3 {
    padding: 0;
    font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #f8d270;
}

p {
   font-family: 'Josefin Sans', serif;
    font-size: large;
    color: #212121;
    
}

td {
    vertical-align: top;
}




/* Header & Menu */

#header_container {
    height: 75px;
    background-image: url('..//images/menu_bg.png');
}

#header {
    width: 980px;
    margin: 0 auto;
}

#menu {
    padding: 0;
    height: 40px;
	display: table;
	margin: 12px auto auto;
}

#menu li {
    display: inline;
    color: #fff;
    margin: 0;
    padding: 0;

}

#menu li a {
    height: 40px;
	margin: 9px 5px 5px;
		color: #fdfb00;
	font-size: 18px;
}

#menu li a:hover {
    background-position: 0 150px;
	color: #6dfeff;
	font-size: 18px;
}

#menu li a span {
    display: none;
}

#menu_home {
    width: 75px;
    background-image: url('..//images/menu_home.png');
}

#menu_features {
    width: 92px;
    background-image: url('..//images/menu_features.png');
}

#menu_signup {
    width: 92px;
    background-image: url('..//images/menu_signup.png');
}

#menu_blog {
    width: 55px;
    background-image: url('..//images/menu_blog.png');
}

#menu_login {
    width: 92px;
    background-image: url('..//images/menu_login.png');
}

#menu li a.active {
    background-position: 0 0;

}




/* Home */

#home_splash_container {
    background-color: #860800;
    background-image: url('../images/home_bg.png');
    background-repeat: repeat-x;
    margin-bottom: 50px;
}

#home_splash {
    width: 980px;
    height: 366px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url('../images/home_splash.png');
}

#home_splash_content {
    width: 440px;
	padding: 100px 0 0 45px;
}

#home_splash_content p {
    margin: 10px 0 50px 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-shadow: 1px 1px 1px #4b7122;
}

#home_splash_content .button {
    margin-right: 10px;
}

#home_teaser_line {
    padding-top: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px #4b7122;
}

#home_teaser_line a {
    text-shadow: none;
    color: #0073ff;
}

#home_more td {
    padding-bottom: 10px;
}

#home_more p {
    font-size: 12px;
    line-height: 17px;
    padding-right: 30px;
}

#home_screenshots {
    float: right;
    width: 317px;
}

#home_screenshots h4 {
    margin: 0 0 8px 0;
    padding: 0;
}

#home_screenshots #images {
    background-color: #eee;
    padding: 6px;
}

#home_play {
    float: right;
    margin: 120px 180px 0 0;
}

#preview_thumbs {
    width: 100%;
	float: left;
	display: none;
}


#preview_thumbs h4 {
    margin: 0 0 8px 0;
    padding: 0;
}

#preview_thumbs #images {
    background-color: #eee;
    padding: 6px;
}

#preview_thumbs {
    float: left;
    margin: 10px 5px 5px;
	display: block;
}




/* Buttons */

a.button {
    display: block;
    float: left;
    height: 28px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    font-size: 12px;
}

a.button:hover {
    background-position: bottom right;
    outline: none;
}

a.button span {
    display: block;
    line-height: 20px;
    padding: 4px 0 4px 18px;
}

a.button:hover span {
    background-position: bottom left;
}

a.green {
    background: transparent url('..//images/button_green_right.png') no-repeat scroll top right;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #3a5819;
}

a.green span {
    background: transparent url('..//images/button_green_left.png') no-repeat;
}




/* Content */

#content {
    width: 980px;
    margin: 30px auto;
}

.img_headline {
    display: block;
    margin: 0 auto;
}

.subhead {
    margin: 0 auto 50px auto;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    color: #888;
}

#bottom_teaser {
	width: 800px;
    border: 1px solid #ccc;
    height: 44px;
    margin-top: 30px;
    background-image: url('../images/bottom_teaser_bg.png');
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    font-size: 20px;
    padding-top: 16px;
    text-align: center;
	padding-bottom: 16px;
}

#sec_content {
    float: right;
    width: 750px;
    padding-bottom: 50px;
}

#sec_content h2 {
    margin-top: 40px;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
}

#sec_content li {
    margin-bottom: 20px;
}

#sec_menu h2 {
    border-bottom: none;
}

#sec_menu ul {
    list-style: none;
    margin: 20px 0 40px 0;
    padding: 0;
}

#sec_menu ul li {
    font-size: 14px;
    margin-bottom: 10px;
}




/* Forms */

label {
    display: block;
    margin-top: 30px;
}

input {
    font-size: 14px;
    padding: 4px;
}

.errorlist {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
}

.errorlist li {
    font-size: 12px;
    color: red;
}




/* Tour */

#features_large {
    margin-bottom: 120px;
}

.tour_section {
    padding-bottom: 120px;
}

.tour_section p {
    font-size: 14px;
}

.tour_p_right {
    float: right;
    width: 600px;
}

.tour_tn_right {
    float: right;
}

.tour_p_left {
    width: 600px;
}




/* Pricing */



#footer_container {
    margin-top: 50px;
    background-color: #262626;
    border-top: 1px solid #ccc;
    padding: 20px;
    font-size: 11px;
    clear: both;
}

.footer {
text-align:center;
/*width:996px;*/
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-bottom:10px;
color: white;
font-size:12px;
background-color: #eaeaea;

}

#bottom_links {
text-align:center;
/*width:996px;*/
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-bottom:10px;
color: #ff0084;
font-size:12px;
background-color: #212121;
}

#bottom_links p {
text-align:center;
/*width:996px;*/
margin-left:auto;
margin-right:auto;
padding-top:10px;
padding-bottom:10px;
color: silver;
background-color: #212121;
}

.footer h4 {
	color: white;
	padding: 10px;
	padding-bottom: 20px;
margin-bottom: 20px;
margin-top: 20px;
	background-color: #0063dc;
	font: italic bold 24px 'Josefin Sans', serif;
}

.footer_link {
color:#ccccc6;
}

.subfooter {
font-weight:normal;
font-size:10px;
color:#FFFFFF;
}

.footer ul{ 
	list-style-type: none;
	margin-left:10px;
	padding:5px;
	color: #ff0084;
	font-size: large;
}

.footer ul a{ 
	list-style-type: none;
	margin-left:10px;
	padding:5px;
	color: #ff0084;
	font-size: large;
}

.footer li{ 
margin:0;
padding:0;
font-size:12px;
	color: black;
}

.footer td{ 
padding:15px;
}

.footer a{ 
color: #dddddd;
}

.footer a:hover{ 
color: #f92300;
}


#site_map a {
    text-decoration: none;
}

#site_map a:hover {
    text-decoration: underline;
}





/* ICONs from AddThis */

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}   


 /*
American Kittens

*/

div.pagination {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 18px
}

div.pagination_alignment {
	margin-bottom: 0px
}

*:first-child+html div.pagination_alignment {
	margin-bottom: 0px
}

div.pagination_block {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	float: right;
	position: absolute;
	right: 85px;
	top: -6px;
	z-index: 1000
}

* html div.pagination_block {
	top: -6px
}

*:first-child+html div.pagination_block {
	top: -6px
}

div.pagination_block a {
	text-decoration: none
}

div.pagination_block span {
	font-weight: bold;
	color: #716e6e
}

div.pagination_block a:link,div.pagination_block a:visited {
	color: #000000
}

div.pagination_block a:hover,div.pagination_block a:active {
	color: blue}

div.pagination_block2 {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	float: right;
	position: absolute;
	right: 85px;
	top: 8px;
	z-index: 1000
}

*:first-child+html div.pagination_block2 {
	top: 8px
}

div.pagination_block2 a {
	text-decoration: none
}

div.pagination_block2 span {
	font-weight: bold;
	color: #716e6e
}

div.pagination_block2 a:link,div.pagination_block2 a:visited {
	color: #000000
}

div.pagination_block2 a:hover,div.pagination_block2 a:active {
	color: blue}

div.play_button {
	background: transparent url('http://americankittens.com/tour/b1/_assets/images/image_cover.png') no-repeat scroll 0 0;
	display: none;
	height: 410px;
	left: 0px;
	position: absolute;
	text-decoration: none;
	top: 0px;
	width: 310px;
	z-index: 1000
}

div.play_button div.play_button_txt {
	color: #FFFFFF;
	left: 0px;
	position: relative;
	text-decoration: none;
	top: 357px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px
}
.tags{color:#FFFFFF;font-weight:bold;font-size:10px; width: 50px;}

.thumbs {
border-style:solid;
border-width:1px;
border-color:#000000;
}

.thumbs2 {
border-style:solid;
border-width:1px;
border-color:#000000;
width:310px;
height:400px;

}
/*
American Kittens 

 */
 
 
#recent2{
	font-size:13px;
	padding:2px 0 0 2px;
	width:1142px;
	display:block;
margin: 0 auto;
	overflow:hidden;
	padding:0px 0 0 0px;
	background-color: #262626;
}

#recent2 ul{
	display:block;
	margin-left:0px;
	padding:2px 2px 0 0;
	width:1142px;
}
#recent2 ul li{
	color: #f586d9;
	float:left;
	margin-left: 25px;
	margin-right: auto;
	font-size: 10px;
	font-variant:small-caps;
	padding:2px;
	text-align:center;
	text-transform: lowercase;
}
#recent2 ul li img
{
	height:400px;
width:310px;
padding: 4px;
border: 2px solid #87d5ff;
}
.black {
	color: #000;
}

.lgtgrey {
	color: #a2a2a2;
}

.blue {
	color: #2e70c2;
}

.white {
	color: #fff;
}

.orange {
	color: #f07115;
}

.pink {
	color: #f884d8;
}

#updatesTable {
	background: #e82300;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0px 0 0 0px;
	width: 940px;
}

#updatesTable li {
	border: 1px solid #fffeff;
	display: block;
	float: left;

	margin: 2px 2px 2px 1px;
	overflow: hidden;
	padding: 2px;
	position: relative;
}

#updatesTable li .slideWrap {
	display: block;
	overflow: hidden;
	position: relative;
}

#updatesTable li .cover {
	background: url(http://kaydenlove.com/tour/1/transparent_bg.png);
	background-color: #000;
	border: 0;
	color: #FFF;
	display: block;
	font-size: 12px;
	height: 120px;
	left: 9px;
	overflow: hidden;
	padding: 2px 13px;
	position: absolute;
	top: 480px;
	width: 324px;
}

#updatesTable .slideWrap ul {
	height: 491px;
	left: 0;
	overflow: hidden;
	padding: 9px;
	position: absolute;
	top: 0;
	width: 390px;
}

#updatesTable .slideWrap .modelColor {
	font-size: 16px;
	line-height: 22px;
}

#updatesTable .cover .modelColor {
	font-weight: 700;
	line-height: 28px;
}

/*
American Kittens 

 */

.visual_clear {
	float: none;
	clear: both
}

var {
	font-style: normal
}

body {
	 font-family: 'Josefin Sans', serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;

	font-size: 12px
}

div#header {
	margin: 0 0 10px 0;
	padding: 0;
	background: url('http://americankittens.com/tour/b1/_assets/images/header_bg.png');
	height: 143px
}

h1#main_title {
	float: left
}

div#desc_list {
	background: url('http://americankittens.com/tour/b1/_assets/images/list.png');
	height: 136px;
	width: 387px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2
}

ul#top_nav {
	position: absolute;
	top: 0;
	right: 20px;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0
}

ul#top_nav li {
	display: inline;
	margin: 0;
	padding: 0 3px 2px 5px;
	border: solid #fff;
	border-width: 0 0 0 1px
}

ul#top_nav li:first-child {
	border-width: 0
}

ul#top_nav a {
	color: #fff;
	font-weight: bold
}

div#main_content {
	margin: 0 10px;
	text-align: center
}

ul#wall_pics {
	text-align: center
}

ul#wall_pics li {
	display: inline;
	width: 314px;
	height: 404px
}

div.picture_block {
	display: inline;
	position: relative
}

div.picture_block a {
	width: 310px;
	height: 400px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	border: solid #000 1px;
	margin: 1px
}


div.picture_block2 {
	display: inline;
	position: relative
}

div.picture_block2 a {
	width: 310px;
	height: 400px;
	display: inline;
	position: relative;
	text-decoration: none;
}

ul#wall_pics li img {
	
}

ul#wall_pics2 {
	text-align: center;
	display: inline;
	width: 314px;
	height: 404px
}


ul#wall_pics2 li {
	display: inline;
	width: 314px;
	height: 404px
}

ul#wall_pics2 li img {
	
}

img.footer_join_button {
	margin: 25px 0
}

.dclear {
	float: none;
	clear: both
}


#bottomFooter{font-size:11px;height:125px;width: auto}
#subm{
	font-size:1em;
	height:30px;
	width:1000px;
	background-color: #CCC;
	float: right;
	padding-bottom: 10px;
}

#bottomFooter p{display:block;float:left;padding:10px;width:480px;}
#subm p{display:block;float:left;padding:10px;width:980px;}

#subm ul{
	display:block;
	float:left;
	font-size:15px;
	padding:13px 0 15px 40px;
	width:1100px;
}
#bottomFooter ul{display:block;float:left;font-size:15px;padding:13px 0 0 40px}

#subm ul li{display:inline;
	float: left;
}
#bottomFooter ul li{display:inline;}

#subm ul li a{
	color:#00F;
}
#bottomFooter ul li a{color: #2a22ff;}

/*
American Kittens

*/

div.pagination {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 18px
}

div.pagination_alignment {
	margin-bottom: 0px
}

*:first-child+html div.pagination_alignment {
	margin-bottom: 0px
}

div.pagination_block {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	float: right;
	position: absolute;
	right: 85px;
	top: -6px;
	z-index: 1000
}

* html div.pagination_block {
	top: -6px
}

*:first-child+html div.pagination_block {
	top: -6px
}

div.pagination_block a {
	text-decoration: none
}

div.pagination_block span {
	font-weight: bold;
	color: #716e6e
}

div.pagination_block a:link,div.pagination_block a:visited {
	color: #000000
}

div.pagination_block a:hover,div.pagination_block a:active {
	color: blue}

div.pagination_block2 {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	float: right;
	position: absolute;
	right: 85px;
	top: 8px;
	z-index: 1000
}

*:first-child+html div.pagination_block2 {
	top: 8px
}

div.pagination_block2 a {
	text-decoration: none
}

div.pagination_block2 span {
	font-weight: bold;
	color: #716e6e
}

div.pagination_block2 a:link,div.pagination_block2 a:visited {
	color: #000000
}

div.pagination_block2 a:hover,div.pagination_block2 a:active {
	color: blue}

div.play_button {
	background: transparent url('http://americankittens.com/tour/b1/_assets/images/image_cover.png') no-repeat scroll 0 0;
	display: none;
	height: 410px;
	left: 0px;
	position: absolute;
	text-decoration: none;
	top: 0px;
	width: 310px;
	z-index: 1000
}

div.play_button div.play_button_txt {
	color: #FFFFFF;
	left: 0px;
	position: relative;
	text-decoration: none;
	top: 357px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px
}
