/* @override 
	http://localhost:3000/stylesheets/angies.css
	http://localhost:3000/stylesheets/angies.css?1205263282
*/

body, html {
	background-color: #000;
	width: 100%;
	height: 100%;
}


.container {
	width: 918px;
	 background: url(../images/bg.gif) repeat-y -30px -28px;
	padding-top: 30px;
	margin-top: -18px; 
}


.invisible {
	display: none;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	height: 130px;
}

label {
	font-size: 2em;
	color: #3f3f3f;
	text-transform: lowercase;
	font-style: italic;
}

p, ol, ul, td {
	background-color: #1a1a1a;
	color: #fff;
	font: .8em/1.6 Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
}

    pre {
      background-color: #eee;
      padding: 10px;
      font-size: 11px;
    }

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

    a { color: #ff7f7f;
	text-decoration: none;
}

.box {
	background-color: #262626;
}

a:visited { color: #666; }

form p {
	color: #cbcbcb;
	background-color: #262626;
}

ul {
	background-color: transparent;
}

li {
	list-style-type: none;
}

form {
	color: #cbcbcb;
	background-color: #262626;
}


#logo {
	width: 225px;
}

/* @group main menu */

#main-menu li a {
	color: #666;
	font-style: italic;
	font-size: 1.1em;
	display: block;
	width: 80px;
	height: 30px;
	float: left;
	padding-left: 30px;

	background: url(../images/accents.png) no-repeat -100px 18px;	
}

#main-menu li a:hover {
	color: #d8d8d8;
	font-style: italic;
	font-size: 1.1em;
	display: block;
	width: 80px;
	height: 30px;
	float: left;
	padding-left: 30px;background: url(../images/accents.png) no-repeat 14px 18px;
}

#main-menu li#about a {
	padding-left: 37px;
}

#main-menu li#resume a {
	padding-left: 32px;
}


p {
	background-color: transparent;
}

#main-menu {
	margin-top: 30px;
}

#main-menu li {
	display: inline;


}

#main-menu li.current a {
	color: #fff;
	background: url(../images/accents.png) no-repeat 14px 18px;
}



/* @end */

/* @group ul category */

.category-list ul {
	margin: 0 0 20px;
}

.category-list ul li {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.category-list ul li a img {
	border: 6px solid #fff;
}

img {
	border: 6px solid #fff;
	margin-bottom: 10px;
}



/* @end */

hr {
	background-color: #262626;
	padding-top: 0;
	padding-bottom: 5px;
}

p.photo_category {
	color: #666;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: .2em;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	padding-top: 30px;
}

#about-content, #resume-content, #login-content {
	padding: 40px;
	font: 1.15em Georgia, "Times New Roman", Times, serif;
}

#login-content p {
	padding: 10px;
}

#footer {
	padding: 20px;
	color: #363636;
	text-align: right;
}

#new-photo-button {
	padding: 10px;
}

textarea#page_body {
	height: 530px;
	width: 98.5%;
}

input#page_title {
	font-size: 3em;
	width: 99.25%;
}

#header {
	width: 100%;
	height: 160px;
}</pre></p>



</body>
</html>