/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
background: #cacfb1;
}

a {
color: #B01908;
text-decoration: underline;
font-weight: bold;
}

p.aligncenter {
text-align:center;
}

p.alignright {
text-align:right;
}

p.alignleft {
text-align:left;
}

a:hover {
color: #DCA30B;
}

.twittericon {
position: absolute;
right: 83px;
top: 292px;
display: block;
background-image: url('http://adambrotman.com/blog/wp-content/uploads/social/twitter.png');
background-repeat: no-repeat;
background-position: center right;
height: 33px;
width: 33px;
}

.linkedinicon {
position: absolute;
right: 42px;
top: 292px;
display: block;
background-image: url('http://adambrotman.com/blog/wp-content/uploads/social/linkedin.png');
background-repeat: no-repeat;
background-position: center right;
height: 33px;
width: 33px;
}

#container { width: 960px;}
#header { 
height: 230px; 
width: 960px;
}

#header #logo { 
height: 230px;
margin-left:10px;
}

#header #search_menu { height: 75px; }
#topbanner { background: transparent;
height: 75px;
width: 960px;
}

#tweet2 {
}

#fb {
position: absolute;
left: 100px;
top: 380px;
}

#fb2 {
position: absolute;
left: 94px;
top: 422px;
}

#jaime #menu {
position: absolute;
left: 500px;
margin-top: 50px;
}

#home_about {
background: #CACFB1;
}

#home_content,
#arch_content,
#post_content { 
margin-top: 75px; 
}

#home_featured { background: #CACFB1 url(images/bg/dot.png) repeat-x bottom left; margin: 0 0 1.1em 0; float: left; width: 100%; }
#home_featured h3 { color: #381C07; }
.feat_content { float: left; padding: 0 0.7em 0.4em 0.7em; }
.feat_content img { float: left; padding: 0; margin: 0.2em 1em 1em 0; border: 1px solid #434923; }
.feat_title { font: 700 12px georgia, serif; padding: 0 0 0.3em 0; }
.feat_title a { color: #9E3603; }
.feat_title a:hover { color: #000; }

h2.post_comm {
border-top: 3px solid #434923;
border-bottom: 1px solid #9E3603;
}

ol#commentlist li, ol#pinglist li {
border-bottom: 1px solid #9E3603;
border-right: 3px solid #434923;
}

.fright img {
border: 3px solid #434923;
}

ol#commentlist div.commentnumber {
font-size: large;
text-align: right;
color: #434923;
}

ol#commentlist li .commentauthor a{
color: #434923;
}

ol#commentlist li.alternate { border-right: 3px solid #999; border-bottom: 1px solid #dadada; }
ol#commentlist cite { font-style: normal; text-align: left; display: block; color: #434923; text-transform: uppercase; font-size: 0.8em; }
ol#commentlist cite a { color: #9E3603; }
ol#commentlist li blockquote { float: none; width: auto; padding: 0 2em 0 0; margin: 0.5em 0; color: #434923; font: italic 1em arial, sans-serif; letter-spacing: 0; text-align: left; }
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a { font-weight: bold; color: #9E3603; }
.reply a, a#cancel-comment-reply-link { line-height: 1em; color: #fff; background: #434923; font-size: 0.8em;
text-transform: uppercase; padding: 0.2em 0.3em; font-weight: bold; }
.reply a:hover, a#cancel-comment-reply-link:hover { color: #DCA30B; background: #000; }

input.comtext, textarea.comtext { width: 300px; border-top: 1px solid #434923; border-left: 1px solid #434923; border-bottom: 1px solid #9E3603; border-right: 1px solid #9E3603; padding: 2px; }
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover { background: #CACFB1; border-top: 1px solid #434923; border-left: 1px solid #434923; border-bottom: 1px solid #9E3603; border-right: 1px solid #9E3603; }

//Change of Color from #3A6999 to #434923
ul.arrow li a, ul.reccom li a, ul.email li a { color: #434923; }
ul.cat li a:hover { color: #434923; }
.archive_meta a:hover { color: #434923; }
.archive_post_meta a, .post_meta a { color: #434923; }
#post_content p a, #arch_content p a, .post_meta a { color: #434923; }
ol#pinglist .ping_meta a { color: #434923; }

//Change from #224970 to #381C07
.feat_title a { color: #381C07; }
.widget a { color: #381C07; }
ul.archives li a, ul.wp-tag-cloud li a { color: #381C07; }
h3.mast3 { color: #381C07; }

#twitter-widget-0 {
width: 200px !important;
}

//12-09-12 Jaime Slutzky
body.page-id-25 div.first p {
text-align: left !important;
}
// end Jaime Slutzky