/* 
Theme Name: iPocketwallet 2.0
Theme URI: http://www.ipocketwallet.com
Description: This theme was created by MESstudios.
Version: 3.0
Author: Owen Piccirillo
Author URI: http://www.messtudios.com

COLOR TABLE
---------------------
Background Blue:#000 - Background Color
Lt Blue:#000 - Main Text Color
Med Blue:#000 - Accent
Dark:#000 - Accent
Cream:#000 - Comments/Accents
Main Text:#000 - Body Copy
---------------------
*/


/* Main/Reset
---------------------------------------------------------------------------------*/
* {margin: 0; padding: 0; outline:none;}
img {border:none;} ol, ul, li {list-style-type:none;} .clr {clear:both;} .clearfix:after {content: ".";display: block;height:0;clear: both;visibility: hidden;}
body { 
	color:#000;
	text-align:left;
	background:url(images/bg-all.jpg) repeat-x top #a8ca83;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
a:link, a:active, a:visited  {
	text-decoration:none;
	color:#66c3ff;
} 
a:hover {
	text-decoration:underline;
}
small {font-size:10px; color:#ccc; line-height:12px; margin-left:15px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.pics {  
    height:478px;  
    width:278px;
	background:url(images/idamaru-demo1.jpg);
} 
.pics img {  
    width:278px; 
    height:478px; 
    top:0; 
    left:0 
} 
/* Header
----------------------------------------------------------*/
#intro-wrapper {
	background:url(images/bg-top.gif) repeat-x 110px 0px;
}
#container {
	width:880px;
	margin:0 auto;
}
#header {
	position:relative;
	padding:76px 25px 45px 70px;
}
#intro {
	position:absolute;
	width:366px;
	height:452px;
	background:url(images/damaru-intro.jpg) no-repeat;
	top:131px;
	right:85px;
}
#intro h1{
	text-indent:-9999px;
}
#intro p{
	padding:83px 38px 0px 40px;
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
#intro strong{
	color:#000000;
}
#itunes {
	height:25px;
	width:250px;
	position:absolute;
	bottom:80px;
	right:25px;
}
#itunes a, #itunes a:visited{
	display:block;
	height:25px;
	width:250px;
}
#video {
	background:url(images/videobg.jpg);
	height:364px;
	width:880px;
}
#video p{
	padding:49px 0px 0px 250px;

}

/* Copyright
---------------------------------------------------------------------------------*/
#copywrapper {
	margin-top:25px;
	background-color:#000000;
	border-top:5px solid #80b071;
	padding:15px 0px 15px 0px;
}	
#copy {
	margin:0 auto;
	width:980px;
	color:#666;
	height:54px;
	font-size:11px;
	background:url(images/3g.gif) no-repeat;
}
#copy p{
	padding-left:100px;
}
#copy a:link{
	color:#666666;
	text-decoration:underline;
}
#copy a:visited{
	color:#666666;
}


