/*  
Theme Name: dinosheet v3
Theme URI: http://vicg4rcia.com
Description: simple theme for vicg4rcia.com, customized for integration with gigpress, srg_archive, 
Author: Vic Garcia
Author URI: http://vicg4rcia.com
*/


/* body tag resets and page formatting */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	background-color: white;
	}

/* main container */
#pawrapper {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	/* offset content wrapper from page edges */
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;	
	font-family: Verdana, sans-serif;
	font-size: 1em;
	}

/* wide column, holds header and content */
#wide {
	width: 565px;
	padding-left: 35px;
	margin-right: 100px;
	padding-top: 20px; 
	float: right;
	}

#wide small {
	padding-left: 15px;

	}

/* style and formatting for blog title link inside header */
#blogtitle {
	text-align: right;
	padding-top: 70px;
	font-size: 1.2em;
	}

/* blog/article/page entry container */
.article_container {
	padding-bottom: 25px;
	}

.indent a {
	text-decoration: underline;
	}


/* narrow column, holds side menu and maybe more */
#side {
        text-align: right;
	padding-top: 50px;
	width: 175px;
	float: left;	
	}
	
#side h3 {
	margin-right: 40px;
	margin-top: 5px;

}

#side h2 {
	margin-right: 40px;
	margin-top: 5px;
	clear: both;
}

/* footer container, follows below wide and narrow columns across entire wrapper */
#footer {
	padding-top: 100px;
	clear: both;
	/* width: 700px; */
        padding-left: 90px;

	}


/*		ENTRY STYLES		*/

.indent {
        padding-left: 10px;
}

blockquote {
	margin: 1em;
	padding: .5em;
	font-size: 1em;
	background-color: #cccccc;
	border-top: 1px solid #999999;
	border-bottom:1px solid #999999;
	}

blockquote p {
	margin:.2em;
	}


/* general tag styling and resets... */

a {
	color: black;
	text-decoration:none;
	}

a:hover {
	color: black;
	text-decoration:underline;
	}

a img {
	border: 0px;
	}

h1 {
	padding: 0;
	margin: 0;
	}

h2 {
	padding: 0;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}
