/*
Theme Name: Brown Green and Pink
Theme URI: -
Description: Version 1.0 of my web portfolio
Version: 1.0
Author: Karinne Legault
Author URI: http://www.karinnelegault.com/
*/

html, body {
	margin: 0;
	padding: 0;
}

html {
	background: url(/wp-content/themes/brown-green-pink/i/pattern-brown-dark.jpg) repeat 0 0;
	font: 12px/16px "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
}


/*** COMMON ELEMENTS
*********************************************************/
.clear {
	clear: both;
}

h1 {
	font: bold 26px Georgia, "Times New Roman", Times, serif;
	color: #8a0917;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #ebdfcc;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ebdfcc;
}

h4 {
	color: #de214d;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

h5 {
	color: #de214d;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0 0;
	padding: 0;
}

p {
	line-height: 20px;
}

a:link, a:visited, a:active {
	color: #88a69b;
	text-decoration: none;
}

a:hover {
	color: #ebdfcc;
}

.highlight {
	color: #de214d;
}

.left {
	float: left;
}

.right {
	float: right;
}

blockquote {
	font: 14px/18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(/wp-content/themes/brown-green-pink/i/quotes.png) no-repeat 0 0;
	margin: 10px 0 0;
	padding: 10px 20px 0 50px;
}

/*** MAIN SEPARATIONS
*********************************************************/

#main-wrapper {
	background: url(/wp-content/themes/brown-green-pink/i/pattern-brown.jpg) repeat 0 0;
	overflow: hidden;
	padding-bottom: 15px;
}

#header {
	padding-top: 10px;
}

#motto {
	background: url(/wp-content/themes/brown-green-pink/i/pattern-green.jpg) repeat 0 0;
	overflow: hidden;
	margin-bottom: 15px;
	height: 105px;
}

#sidebar {
	float: left;
	width: 300px;
}

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

/*#featured {
	float: right;
	width: 550px;
	padding-right: 15px;
}*/

#footer {
	padding: 15px 0 15px;
}

#branding-wrapper, #motto-wrapper, #content-wrapper, #footer-wrapper {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}



/*** HEADER
*********************************************************/

#branding {
	float: left;
	width: 375px;
}

#branding img {
	border: 0;
}

#navigation {
	float: right;
	width: 300px;
	padding-top: 25px;
	margin-right: 10px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	display: inline;
	margin-right: 15px;
}

#navigation ul li a {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #595241;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
}

#navigation ul li a:hover, #navigation ul li a.current {
	border-bottom: 4px solid #596661;
	color: #ebdfcc;
}

#motto-wrapper .logo {
	float: left;
	width: 105px;
}

#motto-wrapper .saying {
	float: right;
	width: 650px;
	padding-top: 20px;
}

/*** CONTENT
*********************************************************/
#content-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content-wrapper ul li {
	background: url(/wp-content/themes/brown-green-pink/i/arrow.png) no-repeat 0 4px;
	padding: 0 0 0 15px;
	margin: 3px 0;
}

/*#sendmoreinfo {
	overflow: hidden;
	clear: both;
}

#sendmoreinfo .aboutme {
	width: 480px;
}

#sendmoreinfo .whatido {
	width: 300px;
}*/

/*** WORK STYLES
*********************************************************/
.work-ex {
	float: left;
	width: 160px;
	height: 180px;
	margin-right: 20px;
}

.work-ex img.thumb-small {
	border: 2px solid #dfdfdf;
	padding: 2px;
}

.work-ex h4 {
	margin-top: 5px;
	padding-top: 0;
}



/********* #content ************************/

#content {
	padding: 5px 0 25px 0;
	margin: 0;
}

img.feat-img, img.thumb-big {
	border: 5px solid #dfdfdf;
	padding: 5px;
}


/***** portfolio styles *****/
.portfolio {
	float: left;
	margin-right: 15px;
	width: 195px;
}
.last {
	margin-right: 0;
}

.portfolio a img {
	border: 2px solid #595241;
}

.portfolio a:hover img {
	border: 2px solid #8a0917;
}

/***** contact form *****/
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #b8ae9c;
	margin: 8px 0;
}

legend {
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #b8ae9c;
}

form p {
	clear: left;
}

/*** FOOTER
*********************************************************/
#tws {
	margin-bottom: 25px;
	overflow: hidden;
}

.tws-news {
	float: left;
	width: 210px;
	margin-right: 10px;
}

.tws-newsposted {
	line-height: normal;
	color: #665c40;
}

.site-info {
	float: left;
	width: 360px;
}

.bottom-nav {
	float: right;
	width: 360px;
	text-align: right;
	padding-top: 20px;
}
