/*

Theme Name: vCard Stretch 1.0
Theme URI: http://www.vorlage-visitenkarte.de/
Description: HTML / CSS Vorlage für die eigene Visitenkarte im Internet. Schnell angepasst und optisch ansprechend.
Version: 1.0

Author: Alexander Abelt
Author URI: http://abe.lt/

*/



/* GLOBAL RAMBLINGS IN CSS */

html {height:100%; margin:0px; max-height:100%; padding:0px;}
body {background:#333; height:100%; max-height:100%; overflow:hidden; margin:0px; padding:0px; width:100%;}


/* JUST SOME DEFAULT SETTINGS */
#container {font-family:"Century Gothic","Lucida Grande",Arial,sans-serif; font-size:13px; font-weight:normal; line-height:20px; text-align:justify;}
#container {background:#fff; position:absolute; top:25%; margin:0px; right:10%; padding:20px 40px 00px 40px; width:480px;}
h1 {margin:0px; padding:0px;}
h1 a:link, h1 a:visited, h1 a:active {border:none; color:#000; font-size:40px; font-weight:normal; line-height:44px;}
h1 a:hover {border:none; color:#f90;}
h1 a:link span, h1 a:visited span, h1 a:hover span, h1 a:active span {border:none; color:#000; font-size:40px; font-weight:bold;}
p.copy {color:#999; font-size:9px; padding:10px 0px 0px 0px;}

/* RESIZING YOUR IMAGE COULDN'T BE EASIER */
div.outter {top:0px; left:0px; background:#666; height:1200%; margin:0px; padding:0px; width:1200%; z-index:30;}
div.inner  {background:#999; height:100%; margin:0px; padding:0px; width:100%;}
div.inner  img {height:50%; margin:0px; padding:0px; width:50%;}

/* LINK STYLING */
a {border-bottom:1px solid #f90; color:#666; text-decoration:none;}
a:hover {border-bottom:1px dashed #f90; color:#666}
p.copy a {border:none; color:#999; text-decoration:none;}