/*  
Theme Name: 'ExactMagic'
Theme URI: http://www.exactmagic.elite-css.com
Description: 'ExactMagic iPhone Application Development'
Author: 'Duane Fields'
Author URI: 'http://duanefields.com/'
Version: 1.0

*/



/*primary layout elements  =============== */
body
{
	background: #666 url(images/bkgd-body.png) 0 0 repeat-x;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: small;
	padding-top: 10px;
}

div#container
{
	background-color: white;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
        min-height: 900px;
}

div#header
{
	background: transparent url(images/header.jpg) 0 0 no-repeat;
	height: 160px;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}

div#header img
{
	position: relative;
	top: 60px;
	left: 30px;
	height: 80px;
}

div#page
{
	padding: 20px 30px 10px;
	background-color: white;
}

div#main
{
	width: 700px;
	float: right;
}

div#footer
{
	width: 950px;
	margin: 15px auto;
	font-size: 90%;
	color: #ccc;
}

div#footer p
{
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
}

div#footer ul
{
	width: auto;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer ul li
{
	display: block;
	float: left;
	padding: 0 15px;
	border-right: 1px solid #999;
}

div#footer ul li:last-child
{
	padding-right: 5px;
	border-right: none;
}

div#footer ul li a { color: #ccc; }
div#footer ul li a:hover { color: #fff; }



/* =============== navigation  =============== */
div#nav
{
	width: 960px;
	margin: 0 auto;
	background-color: #600;
	HEIGHT: 35px;
}

div#nav ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background-color: #600;
}

div#nav ul li
{
	display: block;
	float: left;
	height: 25px;
	padding: 8px 10px 2px;
	margin-left: 10px;
}

div#nav li:hover { background-color: #800; }

div#nav a, div#nav a:hover, div#nav a:visited
{
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	height: 10px;
	padding: 5px 10px 10px;
	letter-spacing: 1px;
}

body.home li#home, body.products li#products, body.about li.page_item body.support li#support { background-color: #A00; }

div#subnav
{
	width: 185px;
	float: left;
}

div#subnav h3
{
	margin: 0 0 .5em;
	padding: 0;
}

div#subnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 150%;
	font-size: 90%;
}

div#subnav ul li#current 
{
	margin: 4px 0 2px; 
}

div#subnav ul li#current a
{
	font-weight: bold; color: #fff; background-color: #a00; text-decoration: none; padding: 1px 4px; cursor: default;
}



/* =============== product index  =============== */
ul.gallery
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	margin-left: -10px;
padding-left: 34px;
}

ul.gallery li
{
	padding-right: 15px;
	display: block;
	width: 130px;
height: 130px;
	float: left;
	
}

ul.gallery li div.rounded {
position: relative;
display: block;
width: 70px;
height: 70px;
border: none;


}

ul.gallery li img.main_img
{
	display: block;
	height: 70px;
	width: 70px;
border: none;


}

ul.gallery li img.rounded_img {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
border: none;
width: 70px; height: 70px;

}

ul.gallery li p
{
	margin-top: 0;
	padding-top: 0;
text-align: left;
display: block;
clear: left;
}

ul.gallery li p strong { font-size: 110%; }





/* =============== individual product page  =============== */
div.appdetail
{
margin-top: 80px;	
	
}

div.screenshots
{
	width: 420px;
	float: right;
	height: 825px;
	background: transparent url(images/phonebase_large.jpg) left center no-repeat;
	margin-right: -20px;
}

div.screenshots img
{
	margin: 127px 0 0 47px;
	border: 2px solid #444!important;
}

div.applink { margin: 10px 0; }


.rounded_holder {width: 100px; height: 100px; position: relative; float: left; margin-right: 10px;}
img.rounded100x100corner {position: absolute; top: 0; left: 0;z-index: 1000;}
div.applink img#icon100
{
	float: left;
	margin-right: 10px;
}



/* =============== home page  =============== */
div#feature
{
	background-color: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px 0px 10px 20px;

}

div.featuredetail
{
	width: 600px;
	min-height: 135px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 1em;
}

div.featuredetail img
{
	float: left;
	margin: 1em 15px 0 0;
}

*:first-child+html div.featuredetail p { margin-top: 1em; } margin: 0; padding: 0;  /* IE7 */

div.featuredownload
{
	width: 230px;
	padding-top: 1em;
	float: right;

}
div.featuredownload a {
position: relative;
left: 30px;}
div.featuredownload p
{
	font-size: 80%;
	line-height: 140%;
}

div#feature h1
{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

ul.recentapps
{
	width: 620px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.recentapps li
{
	display: block;
	margin: 10px 0 5px 0;
clear: both;
}






*:first-child+html ul.recentapps li { padding-bottom: 0; } /* IE7 */
*:first-child+html ul.recentapps li p { margin-top: -1em; padding-top: 0; } /* IE7 */


div.twitter
{
	width: 235px;
	float: right;
	height: 500px;
	margin-right: 15px;
}


/* =============== misc global elements  =============== */

a { color: #900; }
a:visited { #600: ; }
a:hover { #C00: ; }
a img { border: none!important; }
.clear { clear: both; }

.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */


dl { margin: .5em 0; }
dl dt { font-weight: bold; margin: .5em 0; }
dl dd { margin-bottom: .5em 0; }

h1 { font-size: 1.7em; margin: 0; padding: 0; }
h2 { font-size: 1.4em; margin: 0; padding: 0; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }


.businessphone {background: url(images/apps/businessphone57.png);}
.gasfinder {background: url(images/apps/gasfinder57.png);}
.weatherradar {background: url(images/apps/weatherradar57.png);}
.coffeelocator {background: url(images/apps/coffeelocator57.png);}
.playwithfire {background: url(images/apps/playwithfire57.png);}
.atmfinder {background: url(images/apps/atmfinder57.png);}
.batterylife {background: url(images/apps/batterylife57.png);}
.bbqfinder {background: url(images/apps/bbqfinder57.png);}
.beerfinder {background: url(images/apps/beerfinder57.png);}
.capacity {background: url(images/apps/capacity57.png);}
.carwash {background: url(images/apps/carwash57.png);}
.eff {background: url(images/apps/eff57.png);}
.englishdictionary {background: url(images/apps/dictionary57.png);}
.flashlight {background: url(images/apps/flashlight57.png);}
.recalls {background: url(images/apps/recalls57.png);}
.frenchdictionary {background: url(images/apps/dictionary57.png);}
.gasfinder {background: url(images/apps/gasfinder57.png);}
.germandictionary {background: url(images/apps/dictionary57.png);}
.infinitemaze {background: url(images/apps/infinitemaze57.png);}
.myinfo {background: url(images/apps/myinfo57.png);}
.passwordshaker {background: url(images/apps/passwordshaker57.png);}
.searchwithbing {background: url(images/apps/searchwithbing57.png);}
.spellcheck {background: url(images/apps/spellcheck57.png);}
.spanishspellcheck {background: url(images/apps/spanishspellcheck57.png);}
.tiltmaze {background: url(images/apps/tiltmaze57.png);}
.tiltmazelite {background: url(images/apps/tiltmazelite57.png);}
.usmarshals {background: url(images/apps/usmarshals57.png);}
.weatherclassic {background: url(images/apps/weatherclassic57.png);}
.whitehouseblog {background: url(images/apps/whitehouse57.png);}
.whitehousepr {background: url(images/apps/whitehousepr57.png);}


.main_img_home {}

.main_image_home {float:left; width: 70px; position: relative;}

.main_image_home img.rounded_img {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
border: none;
width: 70px; height: 70px;

}

.featured_txt_home {float: left; width: 400px; padding: 0 0 0 10px; margin: -15px 0 0 0;}

.home_corners_over {position: relative;}
.abs_home {position: absolute; top: 0; left: 0; z-index: 1000;}

