/*----- General -----*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #edece5;
	font-size: 16px;
}

#footer {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 60px;
	border-bottom: 1px solid #dddbce;
	margin-bottom: 20px;
}

.hidden	{
	display:none;
}

/*----- Navigation -----*/

#primaryNavigation {
	min-height: 20px;
	width: 965px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#primaryNavigation a {
	font-family: Georgia, Times, "Times New Roman", serif; /* "Rockwell",  */
	color: #5d6281;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 1.3em;
	margin-left: 45px;
	border-bottom: 1px solid #dddbce;
}

#primaryNavigation a:hover {
	color: #B44E28;
	border-bottom: 1px solid #c9c5af;
}

a#currentPage {
	color: #81381D;
}

/*----- Title Bars -----*/

.titleBar {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 44px;
}

.titleBar img {
	display: block;
}

.titleBar p {
	margin-left: 25px;
	margin-top: 40px;
	width: 625px;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	color: white;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 1.2em;
	padding-bottom: 40px;
}

#titleBarHome {
	background-image: url(http://builtbygeorge.net/wp-content/themes/builtByGeorge/images/backgroundHome.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #3696c8;
}

#titleBarHome > div {
	background-image: url(http://builtbygeorge.net/wp-content/themes/builtByGeorge/images/bodyCutOut.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#genericBarHome {
	background-image: url(http://builtbygeorge.net/wp-content/themes/builtByGeorge/images/backgroundGeneric.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #3696c8;	
}

#genericBarHome > div {
	padding-bottom: 44px;
}


/*----- General Set-Ups -----*/

.contentBlock {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#threeColumn > div {
	width: 295px;
	float: left;
	margin-right: 40px;
}

#threeColumn > div:last-child {
	margin-right: 0px;
}

.oneTwoColumn > div:first-child {
	width: 295px;
	float: left;
	margin-right: 40px;
}

.oneTwoColumn > div:last-child {
	width: 630px;
	float: left;
}

.contentBlock h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 2px;
	color: #237fae;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddbce;
	
}

.contentBlock h2 > span {
	margin-left: 5px;
	font-size: 0.6em;
	color: #454545;
}

.contentBlock p, h3, a{
	font-family: "Lucida grande", Arial, sans-serif;
	color: black;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.25em;
	font-size: 0.9em;
	margin-bottom: 1.3em;
}

.contentBlock h3 {
	font-weight: bold;
	margin-bottom: 0.1em;
}

.contentBlock a {
	color: #237fae;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #b7b49d;
}

/*----- Portfolio -----*/

#portfolioMenu > div {
	width: 170px;
	margin-right: 10px;
	float: left;
	display: block;
	padding: 6px;
}

#portfolioMenu > div:hover {
	background-color: #d7d5c8;
}

#portfolioMenu > div:last-child {
	margin-right: 0px;
}

#portfolioMenu div.selected {
	background-color: #e3e1d7;
}
	
	
#portfolioMenu > div > span {
	margin-top: 3px;
	margin-bottom: 5px;
	display: block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: 1px;
	color: #237fae;
	text-align: center;
	border-bottom: 1px solid #a7a17e;
}

#portfolioFocus {
	clear: left;
	padding-top: 27px;
}



/*----- Contact -----*/

#contactDetails {
	margin-top: 44px;
	margin-bottom: 50px;
}

#contactDetails h3 {
	display: inline;
}

#contactDetails span {
	display: block;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#contactForm > div {
	background-color: #e3e1d7;
	padding: 20px;
}

#contactForm p {
	font-size: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #237fae;
}

#contactForm input {
	margin-top: 5px;
	padding: 5px;
	width: 400px;
	font-size: 1.1em;
	height: 1.4em;
}

#contactForm input[name='your-subject'] {
	width: 580px;
}

#contactForm input[type='submit'] {
	width: auto;
	height: auto;
	padding: 5px;
	font-size: 1em;
	background-color: #237fae;
	color: white;
}

#contactForm textArea {
	margin-top: 5px;
	font-size: 0.8em;
	width: 570px;
	padding: 10px;
}

/*----- Blog -----*/

.blogSidebar {
	width: 295px;
	float: right;
}

.blog {
	width: 630px;
}

.blogTitle {
	margin-bottom: 20px;
}

.blogTitle > h2 {
	margin-bottom: 0px;
}

.blogTitle > h2 > a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin-bottom: 0px;
	color: #237fae;
	border-bottom: none;
}

.blogTitle > span {
	margin-left: 10px;
	font-size: 1em;
	color: #454545;
}

.blogContent {
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

.blogContent h3 {
	color: #237fae;
	margin-bottom: 5px;
	font-size: 1em;
}

.blogContent h4 {
	margin-bottom: 5px;
	font-size: 0.95em;
}

.blogContent a {
	font-size: 1em;
	color: black;
	font-weight: normal;
}

.blogContent a:hover {
	color: #237fae;
}

.blogContent a:active {
	color: #237fae;
}

.blogFooter {
	background-color: #e3e1d7;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.blogFooter a {
	color: black;
	font-weight: normal;
	margin-right: 30px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #237fae;
}

.blogFooter a:hover {
	color: black;
}


.blogCallOut {
	width: 200px;
	float: right;
	padding: 15px;
	margin: 10px;
	line-height: 1.3em;
	margin-top: -3px;
	color: #237fae;
	font-family: "Lucida grande", Arial, sans-serif;
	background-color: white;
}

.blogSidebar > div {
	background-color: white;
	padding: 10px;
	margin-bottom: 40px;
}

.profileBox > img {
	float: left;
	margin-right: 10px;
}

.profileBox > div {
	margin-left: 80px;
	padding-left: 10px;
	font-size: 0.9em;
	font-family: Georgia, Times, "Times New Roman", serif;
} 

.profileBox > div > span {
	display: block;
	font-size: 1.1em;
	color: #237fae;
	padding-bottom: 2px;	
	margin-bottom: 5px;
	border-bottom: 1px solid #dddbce;
}

.profileBox > div > p {
	margin-bottom: 5px;
}

.twitterBox ul {
	list-style-type: none;
}

.twitterBox h2 > a > img{
	margin-right: 5px;
}

.twitterBox h2 > a{
	font-size: 0.8em;
	color: #237fae;
	padding-bottom: 2px;	
	margin-bottom: 5px;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-bottom: none;
}

.twitterBox li {
	border: 1px solid #dddbce;
	padding: 5px;
	margin-bottom: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.7em;
}

.twitterBox li > span:first-child {
	font-family: "Lucida grande", Arial, sans-serif;	
	display: block;
	font-size: 1.2em;
	margin-bottom: 5px;
}

twitterBox > div {
	margin-bottom: 15px;
	font-family: "Lucida grande", Arial, sans-serif;
}

twitterBox > div > span:first-child {
	font-size: 0.8em;
}

twitterBox > div > span:last-child {
	margin-top: 2px;
	display: block;
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}

#commentform {
	text-align: right;
	width: 400px;
}

#commentform input[type='text'] {
	margin-left: 20px;
	height: 15px;
	padding: 3px;
}

#commentform input[type='submit'] {
	padding: 5px;
	font-size: 1em;
	background-color: #237fae;
	color: white;
}

#commentform textarea {
	margin-left: 20px;
	padding: 3px;
}

#comments > li {
	list-style-type: none;
}

.comment-body {
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
}

.comment-author {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	border-bottom: 1px solid #dddbce;
	padding-bottom: 3px;
}

.comment-author > img {
	margin-right: 10px;
}

.comment-meta {
	border-bottom: 1px solid #dddbce;
	padding: 3px;
	margin-bottom: 10px;
}

.comment-meta > a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.8em;
	font-weight: normal;
	border: none;
	color: black;
}