/*  
Theme Name: Angeleno
Theme URI: http://maggie-gyllenhaal.net
Description: Exclusive theme for Maggie Gyllenhaal Online
Version: 1.0
Author: Connie
*/


/* BASIC */

body{
	margin:0;
	padding:0;
	background: #fdf7e6 url(img/background.png) repeat-x;
	font-size: 11px;
	font-family : arial; 
	color: #646464;
}

#wrapper {
	width:1024px;
	margin:0 auto;
	position: relative;
}

#content{
	float: left;
	width: 1024px;
	margin:0 auto;
	background: #fffcf4 url(img/angeleno_content.png) repeat-y;
}


a { font-weight: bold; text-decoration:none; }
a:link {color: #bd252b; }
a:visited, a:active {color: #bd252b; }
a:hover {color: #000; font-weight: bold;}


strong {color: #000;}
bold  {color: #000;}
eb {color: #f07185;}
i { color: #f07185;}
em { color: #f07185;}
u {color: #000; text-decoration: none; border-bottom: 1px solid #000;}


input, select, textarea {
	font-family: georgia; 
	font-size:10px; 
	color: #fff; 
	background: #bd252b; 
	border:1px solid #000;
	-moz-border-radius: 8px;
	padding: 5px;
	width: 300px;
}

/* NEWS */

#news_all{
	float: left;
	width: 660px;
	margin:0 auto;
	padding-left: 10px;

}


.news{
	text-align: justify;
	line-height: 15px;
	font-family: arial;
	font-size: 12px;
	padding: 10px;
	border: 0px;
	margin-bottom: 60px;
}

.news img {
	padding: 3px;
	border: 1px solid #f07185;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

.comments{
	background-color: #fff;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #353837;
	padding: 10px;
	border: 0px;
}

.title {
	margin: 0px;
	color: #bd252b;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #5e0004;
	letter-spacing:-1px;
	font-family: arial black;
	text-transform: uppercase;
	line-height: 18px;
}


.title a{
	margin: 0px;
	color: #bd252b;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #5e0004;
	letter-spacing:-1px;
	font-family: arial black;
	text-transform: uppercase;
	line-height: 18px;
}

.category { 
	font-family: georgia;
	font-size: 11px;
	padding: 5px;
	text-transform: capitalize; 
	text-align: center;
	color:#bd252b;
	background: #f9ece4; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.category a { 
text-decoration:none;
color: #000;
}

.category a:hover { 
text-decoration:none;
color: #bd252b;
}

blockquote {
	margin: 0;
	padding: 20px 20px 20px 45px;
	background:#fff url(img/blockquote.png) no-repeat left top;
}


/* SIDEBAR */

.pic {
	padding: 3px;
	border: 1px solid #f07185;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

#sidebar_all{
	float: right;
	width: 320px;
	margin-left: 10px;
}

.sidebar-content{
	text-align: justify;
	line-height: 15px;
	font-family: arial;
	font-size: 12px;
	padding: 10px;
}

.projectphoto {float:left;border:2px solid #9ebecb;margin:0 8px 0 0;}
.projectspace {margin-top:10px;margin-bottom:10px;clear:both;border-bottom:1px dotted #626262;}


h2 {
	margin: 0px;
	color: #bd252b;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #5e0004;
	letter-spacing:-1px;
	text-transform: uppercase;
	font-family: arial black;
}



/* OTHERS */


h1 {
	margin: 0px;
	color: #bd252b;
	font-size: 14px;
	text-align: left;
	text-shadow: 1px 1px 1px #5e0004;
	letter-spacing:-1px;
	text-transform: uppercase;
	font-family: arial black;
}

#latest {
	position: absolute; top:150px; left:588px; width: 280px;
}


#latest img {
	height: 90px;
	padding: 3px;
	border: 1px solid #f07185;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}

