﻿/*  
Theme Name: BreakTryCatch Theme
Theme URI: N/A
Description: This theme is based off the Fireworks theme at http://www.freewpthemes.net/preview/fireworks
Version: 0.5
Author: Team BreakTryCatch
Author URI: http://www.breaktrycatch.com/

Heavily modified by the breaktrycatch team...YO
*/

body {
	margin: 0;
	padding: 0;
	background: #FBFBFB url(images/headBg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	/*line-height: 180%;*/
	line-height: 20px;
}

ul, ol {
}

a {
	text-decoration: none;
	/*color: #9fcd3c;*/
	color: #1f98ed;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 940px;
	height: 97px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 45px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family:"Century Gothic", Helvetica, sans-serif;
}

#logo h1 {
	float: left;
/*	letter-spacing: -1px;*/
	text-transform: lowercase;
	font-size: 30px;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: 14px normal;/* Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #60636C;
}
	
.color1 {
	color:#9FCD3C;
}

.color2 {
	color:#8D9196;
}

.color3 {
	color:#FFFFFF;
}

#logo a:hover
{
	color: #FFFFFF;
}

/* Search */

#searchform {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#searchform form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	margin: 0px 0px 0px 20px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
/*	background: #B9B9B9;*/
/*	color: #000000;*/
}

/* Menu */

#menu {
	width: 800px;
	height: 40px;
	margin-top: 73px;
	padding: 0;
/*	background: #000000;*/
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(images/menuBtnBg.jpg);
	margin: auto 1px;
	height: 40px;
}

#menu a {
	display: block;
	width: 87px; /*	background: #9FCD3C;*/
	padding: 17px 0px 0px 0px;
	/*border-right: 1px solid #FFFFFF;*/
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu .current_page_item a {
	font-weight: bold;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 614px;
	padding: 0;

	/*margin: 0px auto;*/
	margin: 0px 40px 0px auto;
}

#postWrapper {
	width: 550px;
	float: right;
}

.archiveTitle {
	font-size: 1.6em;
	color: #5f656d;
	margin: 10px 0 0 60px;
}

.post {
	margin-top: 35px;
}

.post-bgtop {
	border-top: 1px solid #E2E2E2;
}

.post-bgbtm {
}

.post .title {
	margin-bottom: 2px;
	padding: 0px 6px 0 0;
	/*letter-spacing: -.5px;*/
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
}

.post .title a {
	border: none;
}

.post .mainTitle {
	color: #000000;
}

.meta {
	width: 50px;
	border: 1px solid;
	padding: 8px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	text-transform:uppercase;
}

.meta .month {
	font-size: 14px;
}

.meta .day {
	font-size: 36px;
	line-height: 36px;
}

.post .author {
	color:#9b9b9b;
	font-size:12px;
	margin-left: 10px;
}

.post .meta a {
	color: #FFFFFF;
}

.post .entry {
	padding: 5px 0px 20px 0px;
	padding-bottom: 5px;
	text-align: justify;
}

.post .entry h2 {
	margin: 35px 0 15px 0;
	font-size: 15px;
	line-height: 20px;
}

.post .entry p a img, .post .entry div div object{
	padding:10px;
	border: 1px solid #b1b3b7;
	margin: 22px auto;
	display:block;
}

.post .other {
	color: #34B015;
}

.post .flash, .post .actionscript {
	color: #b92b1f;
}

.post .silverlight {
	color: #6ab1e3;
}

.post .iphone {
	color: #b1cbdd;
}

.post .workflow {
	color: #9fcd3c;
}

.post .conferences {
	color: #F60;
}

.post .uncategorized{
	color: #000;	
}


.links {
	padding-top: 11px;
	font-size: 12px;
	/*text-decoration: underline;*/
	/*font-weight:bold;*/
	color:#000000;
}

/* Sidebar */


#sidebar {
	float: left;
	width: 182px;
	/*border: 1px #000000 solid;*/
	padding: 0px 25px 0px 33px;
	margin: -190px 0 0 0;
	color: #5F656D;
	background: url(images/sidebarBg.png) no-repeat;
	/*background: #FFFFFF;*/
}

#sidebar ul {
	margin: 0;
	padding: 0 37px 0 0;
	list-style: none;
}

#sidebar li {
	margin: 30px auto;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	/*border-left: 1px solid #E2E2E2;*/
}

/*#sidebar li ul {
	margin: 0px 0px 15px 0px;
	padding-bottom:15px;
}*/

#sidebar li li {
	/*line-height: 25px;*/
	/*border-bottom: 1px solid #B9B9B9;*/
	margin: 0px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	/*letter-spacing: -.5px;*/
	font-size: 1.6em;
	color: #5F656D;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a{
	border: none;
}

#sidebar img{
	width: 150px;
	padding:1px;
	border: 1px solid #FFF;
	display:block;
}

#sidebar a img:hover {
	border-color: #1f98ed;
}
#sidebar a:hover {
	text-decoration: underline;
}

.aktt_tweets a {
	color: #A5CF3B;
}

.aktt_more_updates a, .widget_categories a, .widget_archive a {
	color: #1F98ED;
	line-height: 23px;

}

.aktt_tweet_time {
	display:none;
}

.sidebar_widgetSpacer, .post_spacer {
	border-bottom: 1px solid #B9B9B9;
	margin: 0;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 93px;
	margin: 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-wrap {
	width:960px;
	margin: 35px auto;
}

#footer #categories {
	float: left;
}

#footer #legal {
	float: right;
}

#footer p {
	margin: 0;
	line-height: 12px;
	font-size: 11px;
	text-align: center;
	color: #8A8A8A;
}

#footer a {
	color: #636363;
}

.commentlist {
   padding-top: 30px;
}

.pagetitle {
	padding-top: 20px;
}

.navigation {
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
