i'm completely new to design, never really done much other than read a few of the html/css tutorials on w3schools and read halfway through a few books. It (css) is something i've been meaning to learn for some time....
with that in mind what's involved in making a wordpress blog design exactly match my main site (an ecommerce platform). i want the user to be able to click on my "blog" link in the navigation and not even know that they're moving back and forth between two separate sites.
Is this something a first timer could do? if so, how would i go about it? I'm thinking it would be fairly easy since i'd already have all the css for the main site.
Yea it is "fairly" easy to style wordpress, of all the blog/CMS solutions it is probably the easiest to do so. What you will have to do is create a so-called "Theme", for which there are loads and loads of guides out there on the web.
It's certainly possible to match the look and feel of both, though it can be a bit contorted with things like WordPress. First you have to rebuild your WordPress template to match your ecommerce site. You won't just be able to copy-paste HTML for that, because the HTML of a WordPress template is broken up into various bits. Once you've got the structure of the template in place, the CSS styling isn't too hard ... but it's not a novice activity, by any means.
Here are two tutorials on how to build your WordPress template:
Bookmarks