/* 
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.

*/

/* Added because those morons left out alignments! CAO 20100213 */

.aligncenter, div.aligncenter {
display : block;
margin-left : auto;
margin-right : auto;
}
.alignleft {
float : left;
}
.alignright {
float : right;
}

/* Why did they make blockquotes BIGGER?!?!?!? CAO 20100213 */

blockquote {
margin : 0 110px 18px 50px;
font-size : 1.0em;
padding : 0 0 0 8px;
}

/* Category width CAO 20100215 */

#cat { 
width: 220px !important; 
}

