/*CSS for brimmingwith.com - March 2010 - v1

Colors:
Yellow: FFC428
Orange: CF4E27
Green: 7EA629
Blue: 3B83B7
(Dark) purple: 40262F

*/

* {
  margin: 0;
  padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: 	#40262F;
	background-image: url(http://www.rightsidedesigns.com/bg.png);
	font-size: 12px;
	line-height: 30px;
	background-color: #FFC733;
}

@font-face {
	font-family: "Garamond";
	src: url(AbodeGaramond.otf);
}

body a {
	text-decoration: none;
}

/*HEADER - basically just the logo*/

#header {
	position: fixed;
	top: 0;
	left: 50px;
    width: 150px;
	height: 200px;
	background-color: #40262F;
	text-align: center;
	padding: 5px;
}


h1 {
	font-size: 16px;
	font-style: italic;
	color: #FFC428;
	font-weight: normal;
}

a img {
	border: 0;	
}

/*NAVIGASHONNNN*/

#nav {
	font-family: "Garamond", ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
	height: 200px;
	margin: 30px;
	position: fixed;
	top: 230px;
	left: 0;
}

#mainNav {
	position: relative;		
}

#mainNav li {
	list-style-type: none;
}

#mainNav li.about {
	margin-left: 10px; 
	margin-bottom: 15px;
}

#mainNav li.services {
	margin-left: 40px; 
}

#mainNav li.work {
	margin-left: 100px;
}

#mainNav li.contact {
	margin-left: -10px; 
	margin-bottom: 30px;
}

#mainNav li.accounts {
	margin-left: 25px; 
	margin-bottom: 5px;
}

#mainNav li.home {
	margin-top: 20px;
}


#nav li a, #nav li span {
	text-decoration: none;
	font-size: 28px;
	color: #FFC428;
	padding: 3px 20px;
	cursor: pointer;
}

#subNav {
	position: absolute;
	top: 120px; 
	left: 260px;
	display: none;
	text-align: right;
}

#subNav li a.smaller {
	font-size: 16px;
	padding: 3px 14px;
}


.purple {
	background-color: #40262F;
}

.orange {
	background-color: #CF4E27;
}

.blue {
	background-color: #3B83B7;
}

.green {
	background-color: #7EA629;
}


/* CONTENT */

#content {
	margin: 10px 100px auto 400px;
	text-shadow: 0px 1px 1px #DDA000;
}

#content p {
	margin-bottom: 25px;
}

#content span {
	color:	#3B83B7;
}

#content a {
	color: #3B83B7;
	font-style: italic;
}

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

#content ul {
	list-style-type: circle;
}


div.getfeeds {
	margin-left: 50px;
	font-size: 12px;
	line-height: 12px;
}


/*FORM*/

form {
	width: 550px;
}

input, textarea {
	border: none;
	background: #40262F;
	color: #FFC428;
	padding: 5px;
}


label {
	margin-top: -10px;
}

.sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	height: 30px;
	cursor: pointer;
	margin-left: 330px;
}


/* Display work */

#workSlider {
	width:500px;
	height: 500px;
	position: relative;
	overflow:hidden;
	border: 5px solid #40262F;
}

#workSlider .cover{
	  position: absolute;
	  height:500px;
  }
  
#workSlider .work {
	width:500px;
	float:left;
}

.desc {
	display: none;
	position: absolute;
	bottom: 0;
	width: 490px;
	padding: 5px;
	background-color: #40262F;
	opacity: .7;
	color: #FFC428;
	line-height: 20px;
	text-shadow: none;
}

.desc span, div.twitter span {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#thumbs {
	width: 700px;
	margin-top: 5px;
}

.button {
	margin: 10px 10px 0 0;
	display: block;
	border: 3px solid #40262F;
	float: left;
}

.button img {
	width: 75px;
	height: 75px;
}

.active{
	border: 3px solid #7EA629;
}



