/*
Theme Name: Ice Breaker
Theme URI: http://customtheme.com/themes/ice-breaker/
Description: A domain parking theme for WordPress.
Version: 1.0.2
Author: Custom Theme
Author URI: http://customtheme.com/
Tags: blue, green, red, dark, one-column, fixed-width, custom-colors, theme-options
*/

* { padding: 0; margin: 0; }
img { border: 0; }
body {
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	}
#wrapper {
	width: 467px;
	margin: 29px auto;
	}
#logo {
	height: 397px;
	text-indent: -10000px;
	margin-bottom: -135px;
	}
#logo.blank {
	text-indent: 0;
	}
h1 {
	padding-top: 200px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	}
h2 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
#when, .textwidget {
	font-size: 18px;
	text-align: center;
	}
#form {
	width: 410px;
	margin: 25px auto 15px auto;
	}
form {
	background: url(images/form.png) no-repeat;
	height: 47px;
	}
input {
	background: none;
	border: none;
	outline: 0;
}
input.text {
	width: 268px;
	padding: 13px 0 13px 24px;
	color: #505050;
	font-size: 16px;
	float: left;
	}
input.submit {
	width: 104px;
	padding: 13px 0 13px 10px;
	float: right;
	cursor: pointer;
	}
#buttons {
	clear: both;
	text-align: center;
	}
#rss {
	padding-right: 10px;
	}
#rss img {
	width: 27px;
	height: 27px;
	}
#twitter img {
	width: 34px;
	height: 32px;
	}
#credit img {
	width: 32px;
	height: 30px;
	}
#credit {
	padding-top: 50px;
	text-align: center;
	}
/* The following are not used */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}