/*
Theme Name: Ink
Theme URI: http://smgink.com/
Description: Original theme on the <a href="http://smgink.com">SMGInk website</a>
Version: 1.3
Author: Stuart M Gillies
Author URI: http://smgink.com/
Tags: dark,fixed width, two columns, widgets


*/

.tweetmeme{clear: right;float: right; margin-left: 10px;margin-top: 10px;margin-right: 3px;}

body {
height:100%;
margin: 0;
padding: 0;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
background: #9ccddd;
color: #000;
text-align: center;
}

img, img a{border: none;}

p{margin:0 2em 1em .5em;
  font: 1em/170% normal 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
}

h1{font-size: 2.5em;}
h2{font-size: 2em;}
h3{font-size: 1.5em;}

#preview{
	position:absolute;
	background:#9ccddd;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
	padding:5px;
	display:none;
	color:#fff;
	}

a:link, a:visited, a:active{color: #ffd673;}
a:hover{color: #ffb400;}

#header {
	background: transparent url(/images/smg_header.jpg) left top no-repeat;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
        height: 232px;
	}

#header_text {
        float: left;
        clear: both;
        margin: 40px auto 0 auto;
	background: transparent url(/images/header_tag.png) left top no-repeat;
        width: 940px;
        height: 78px;
        text-indent: -9000px;

}

#logo a {
        display: block;
        float: left;
        margin: 10px;
	background: transparent url(/images/logo.png) left top no-repeat;
        width: 248px;
        height: 71px;
        text-indent: -9000px;

}

#page {
	text-align: left;
	background: #216278;
        border-top: 2px solid #024e68;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

#content {
	margin: 15px 0 10px 10px;
	font-size: 1.4em;
	background: #024E68;
        -moz-border-radius: 40px 0 40px 0;
        -webkit-border-radius: 40px 0 40px 0;
        border-radius: 40px 0 40px 0;
        color: #fafafa;
	width: 640px;
	}

.work_feature, .feature{
        border: 1px solid #ccc;
        -moz-border-radius: 40px 0 40px 0;
        -webkit-border-radius: 40px 0 40px 0;
        border-radius: 40px 0 40px 0;
        background: transparent;
        float: left;
        width: 600px;
        margin: 10px auto;
        padding: 3px;
}

.contentsplit1 {
	background : transparent;
	float : left;
	text-align:right;
	width : 300px;
	margin : 0 10px 0 0;
}
.contentsplit2 {
	float : left;
	text-align:left;
	width : 270px;
	margin : 0 0 0 10px;
}

#sidebar{
       width: 250px;
       float: right;
        -moz-border-radius: 40px 0 40px 0;
        -webkit-border-radius: 40px 0 40px 0;
        border-radius: 40px 0 40px 0;
       margin: 15px 5px 5px 5px;
       background: #024E68;
}

#sidebar li{
       list-style: none;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 640px;
	}

.widecolumn{
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 640px;
	}

.clear {
	clear: both;
}

#footer {
	background: transparent url(/images/headertile.gif) top left repeat-x;
	padding: 0;
	margin: -10px auto;
	width: 960px;
	clear: both;
	}

#footer p {
	color: #fff;
	margin:0 10px;
	padding: 20px 0;
	text-align: right;
	}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


.wp-caption{
        font: 1em/120% italic Georgia, serif;
        color: orange;
        border: 1px solid #fff;
        padding: 2px;
        margin: 5px 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -border-radius: 5px;
          }


/* End Images */


ul#menu {
	padding : 0;
	list-style-type : none;
	width : 240px;
	height : 30px;
	display : block;
        float: right;
        margin: 0;
	font-size : 2em;
	font-weight : bold;
	background : transparent;
	font-family : Arial, Helvetica, sans-serif;
        padding: 0 0 3px 0;
	}

ul#menu li {
	display : inline;
	float : left;
	margin : 0 2px;
	padding : 0;
	}
ul#menu li a {
	display : inline;
	float : left;
	color : #fff;
	text-decoration : none;
	font-weight : bold;
        background-color: #024e68;
	padding : 30px 13px 3px 13px;
}
ul#menu li a:hover {
	color : #fff;
        border-bottom: 2px solid #fff;
	height : 22px;
	}
ul#menu li a.current {
	display : inline;
	height : 22px;
	float : left;
	margin : 0;
}

#comment{
       width: 600px;
}