@charset "utf-8";
/* CSS Document */

body {
	background: #222;
	color: white;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 54px;
	letter-spacing: 10px;
}

img {
	border: none;
}

a:link {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #b9f73e;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: underline;
}

#header {
	background: #222;
	text-align: left;
	color: white;
	margin: 10px 0 20px 0;
	font-size: 14px;
}

#primary_nav{
	text-align:center;
	font-size: 18px;
	padding: 1px;
	background: #b9f73e;
}

#primary_nav ul li {
	list-style-type: none;
	color: #679e00;
	padding-right: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

#primary_nav ul li a:link {
	color: #222;
	text-decoration: none;
}

#primary_nav ul li a:hover {
	color: #222;
	text-decoration: underline;
}

#primary_nav a:visited {
	color: #222;
	text-decoration:none;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

.wrapper_front {
	margin-left: 30px;
	margin-right: 30px;
	width: 960px;
}

.row1 .left {
	width: 300px;
}

.row1 .right {
}

.row2 .left_2 {
	width: 600px;
	padding-right: 20px;
}

.row2 .right_2 {
	width:300px;
}

.floatLeft {
	float: left;
}

.widget {
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.widget ul li {
	margin-bottom: 10px;
}

.grab {
	width: 250px;
}

.logo {
	width: 700px;
}

.logo img {
	padding-top: 20px;
}

.smallwidget {
	width: 350px;
	font-size: 20px;
	color: #b83ef7;
}

.clear {
	clear: both;
}

.hideText {
	display: none;
}

.thingswelove ul li {
	font-size: 20px;
	color: #9fee00;
}

.blog h3 {
	font-size:16px;
	font-weight: bold;
}

.blog h2 {
	font-size:20px;
	color: #9fee00;
}

.featuredWork {
	text-align: center;
}

.featuredWork p, h1{
	text-align: left;
}

.widgetFront {
	width: 300px;
}

.pattern1 {
	background: url(images/pattern1.png) bottom right no-repeat;
}

#twitter a:link {
	color: white;
	font-weight: bold;
}

#twitter a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#twitter a:visited {
	text-decoration: none;
	font-weight: bold;
	color:white;
}

.green {
	color: #b9f73e;
}

.purple {
	color: #b83ef7;
}

.about {
	color: #222;
}

.available {
	color: #222;
}

.available a:link, .about a:link {
	color: #222;
	text-decoration: none;
}

.available a:hover, .about a:hover {
	color: #222;
	text-decoration: underline;
}

.available a:visited, .about a:visited {
	color: #222;
	text-decoration:none;
}

#footer {
	background: #b9f73e url(images/pattern2.png) bottom right no-repeat;
	color: #222;
	height: 200px;
}

#footer_container {
	width:1000px;
}

#footer a:link {
	color: #222;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #222;
	text-decoration:  none;
}



.column1 {
	width: 200px;
	font-size: 12px;
	padding-left: 10px;
}

.column2 {
	width: 200px;
	font-size: 12px;
	padding-left: 10px;
}
	
.column3 {
	width: 300px;
	font-size: 12px;
	padding-right: 20px;
}

.column4 {
	width: 250px;
	font-size: 12px;
}

/* green box rounded corners */
.rbroundbox { background: #b9f73e; }
.rbtop div { background: url(images/primary_nav_box/tl.gif) no-repeat top left; }
.rbtop { background: url(images/primary_nav_box/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/primary_nav_box/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/primary_nav_box/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop_side div, .rbtop_side, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent { margin: 0 7px; }
.rbroundbox { margin: 1em auto; }

/* purple box rounded corners */
.rbroundbox2 { background: #b83ef7; }
.rbtop2 div { background: url(images/purple_box/tl.gif) no-repeat top left; }
.rbtop2 { background: url(images/purple_box/tr.gif) no-repeat top right; }
.rbbot2 div { background: url(images/purple_box/bl.gif) no-repeat bottom left; }
.rbbot2 { background: url(images/purple_box/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop2 div, .rbtop_side2 div, .rbtop_side2, .rbtop2, .rbbot2 div, .rbbot2 {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent2 { margin: 0 7px; }
.rbroundbox2 { margin: 1em auto; }


/*Form Style */
.field {
	background: #dddddd;
	border: 1px solid #02243C;
	color: black;
	padding: 2px;
}

input {
	width: 190px;
	margin-top: 5px;
}

.submitbtn {
	width:  85px;
}

textarea {
	background: #dddddd;
	border: 1px solid #02243C;
	color: black;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

legend {
	padding: 5px;
	margin-left: 1em;
	color: #ffffff;
	background: #b83ef7;
	font-size: 1.3em;
}

fieldset ol {
	padding: 10px 10px 0 10px;
	list-style-type: none;
}

fieldset li {
	position: relative;
	padding-bottom: 1em;
}

fieldset {
	border: none;
}

label {
	position: relative;
	clear: left;
	float: left;
	width: 11em;
	margin-right: 5px;
	text-align: right;
	line-height: 2em;
}

.submit {
	margin-left: 430px;
}

.home {
	background: url(images/64/monitor.png) no-repeat left center;
}

.tweets ul li {
	background: url(icons/tweeter_32x32.png) no-repeat left center;
	list-style-type: none;
	margin-left: -35px;
	padding-left:40px;
	line-height: 24px;
}

.navHeight {
	height: 120px;
}
