/*
Theme Name: SnipMe - Schreib fuer Snips
Theme URI: http://www.limesoda.at/
Description: Custom theme by http://www.limesoda.at/
Version: 1.0
Author: Michael Aringer
Author URI: http://www.limesoda.at/

*/

body{
	background:url(images/horizontal.png) #19263C repeat-x center top;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#19263C;
}

#background_top{
	background-color: #fff;
	width:968px;
	margin-left:auto;
	margin-right:auto;
}

h1{
  font-size:24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 15px 0 10px 0;
}

h2{
  font-size:20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
}

.left {float: left;}

p {text-align: justify;}

a {color:#19263C; text-decoration: underline;}

strong {font-weight: bold;}

ul {list-style-type: disc;}

ol li{list-style-type: decimal;}
ol li{padding-bottom: 20px;}
.alphalist li{list-style-type: lower-alpha;}

/* HIDDEN ELEMENTS */

.hide {
	display:block;
	height:0px;
	line-height:0px;
	width:0px;
	visibility:hidden;
	position:absolute;
}

#page{
	width:968px;
	margin:0px auto;
}

/* HEADER */

#header{
	height: 350px;
	width: 968px;
	margin:0px auto;
  background:url(images/header.png) no-repeat;
}

a.logo {
	display:block;
	width:320px;
	height:50px;
	padding-top:50px;
	left:3px;
}

.headertext {font-size:20px;}

#header_left{
	width:700px;
	float: left;
	margin: 230px 0px 0px 8px;
	padding: 0px 25px;
}

#header_right{
	width: 160px;
	float: right;
	margin: 10px 8px 0px 0px;
	padding: 12px 15px;
	color: #fff;
	font-weight: bold;
}

/* BODY */

#body{
	width:100%;
}

#centerbox{
	float: left;
	height: 360px;
	width: 905px;
	margin:30px 0px 0px 8px;
	padding: 20px 25px 0px 25px;
  background:url(images/centerbox.png) no-repeat;
}

#centerbox h2{
  color: #B1C903;
  padding-top: 25px;
}

#centerbox p{
  color: #FFF;
  text-align: left;
  line-height: 1.5;
}

#centerbox ul{margin-top: 3px;}

#centerbox li{
  color: #FFF;
  margin-left: 15px;
}

#centerbox a {
  color:#B1C903;
  font-weight: bold;
}

#centerbox_left{
	float: left;
	width: 335px;
}

#centerbox_right{
	float: right;
  width: 320px;
  margin-right: 210px;
}

.heighlist {
  margin-left: 10px;
}

.heighlist li{
  padding-bottom: 14px;
  list-style-image: url(images/check.png);
  margin-left: 130px;
}

#centerbox_mini{
	float: left;
	width: 700px;
	margin:200px 0px 10px 8px;
	padding: 0px 25px 0px 25px;
	font-size: 12px;
}

#centerbox_mini h2{
	float: left;
	width: 700px;
	font-size: 12px;
}

#body_left{
	width:700px;
	float: left;
	margin: 30px 0px 0px 8px;
	padding: 0px 25px;
}

#body_left ol{padding-left: 20px; text-align: justify;}

#body_right{
  margin-top: 85px;
	width:200px;
	float: right;
}

#body_right img{
  padding-bottom: 40px;
}

.green_text {
  padding-top: 10px;
}

.btn {
	display:block;
	float:left;
    height:73px;
    width:249px;
}
.btn span {
	display:none;
}


.btn_anmelden {
	background-image:url('images/anmelden.png');
	background-repeat:no-repeat;
	margin-left: 30px;
}


/* SHARE */

.sharebox {
  margin-top: 30px;
}

.sharebox_items{
    width: 164px;
    top:0;
    left:0;
    list-style-type:none;
    margin:0;
    padding:0;
}

.sharebox_items li {
	float: left;
	height: 45px;
	width: 25%;
}

a.shareitem {
    display:block;
    width:32px;
    height:32px;
    overflow:hidden;
    outline:none;
    cursor:pointer;
    text-indent:-10000px;
}

a.share_button_facebook {background:url(images/social/facebook.png) no-repeat;}
a.share_button_twitter {background:url(images/social/twitter.png) no-repeat;}
a.share_button_myspace {background:url(images/social/myspace.png) no-repeat;}
a.share_button_google {background:url(images/social/google.png) no-repeat;}
a.share_button_stumbleupon {background:url(images/social/stumbleupon.png) no-repeat;}
a.share_button_digg {background:url(images/social/digg.png) no-repeat;}
a.share_button_yigg {background:url(images/social/yigg.png) no-repeat;}
a.share_button_email {background:url(images/social/email.png) no-repeat;}
a.share_button_smfb {background:url(images/social/snip-me-auf-facebook.png) no-repeat;}

a.shareitem2 {
    display:block;
    width:121px;
    height:32px;
    float: right;
    overflow:hidden;
    outline:none;
    cursor:pointer;
    text-indent:-10000px;
}

/* FOOTER */

#footer{
	width:100%;
	background:#19263C url(images/footer.png) no-repeat center top;
	width:968px;
	margin:0 auto;
	overflow:hidden;
}

#footertext p{
	width: 968px;
	margin: 60px 0px 100px 0px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

#footertext a{color: #fff;}


