/*
Theme Name: My Theme
Theme URI: http://www.caitlinmarquis.com/
Description: WordPress theme for my existing website.
Author: Caitlin Marquis
Version: 1.0
*/
@import url("/twentyten/style.css");



.container {
        position: relative;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        }
 body{
   text-align:center; /*For IE6 Shenanigans*/
}

#content {
    float: left;
    width: 75%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }

.sidebar-container #primary {
    float: right;
    position: relative;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }

.widget-area ul {
	list-style: none;
        position: relative;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

p {
    margin-right: 0;
    margin-left: 0;
    }

@media (min-width: 641px) and (max-width: 900px) {

p {
	text-align: justify;
	color: black;
	font-weight: normal;
	font-size: 80%;
	font-family: Georgia, Garamond, "Times New Roman", serif;
        margin-top: 30px;
	}

.container {
        position: relative;
        width: 90%;
        max-width: 1000px;
        }

#content {
    float: left;
    width: 75%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }

.sidebar-container #primary {
    float: right;
    position: relative;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    }

body {
	background-color: #929292;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
    }

div #header {
        background-image: url("/images/Caitlin Marquis Studio Logo small.png");
        width: 60%;
        height: 130px;
        margin-right: auto;
        margin-left: auto;
        background-size: 100%;
        display: block;
        background-repeat: no-repeat;
        position: relative;
        }

#nav {
        width: 100%;
        background-color: black;
        }

#nav li{
        float: left;
        display: inline;
        width: 16.6666667%;
        }

ul      {
        position: absolute;
        left: 0px;
        margin: 0px;
        padding: 0px;
        display: inline;
        list-style-type: none;
	}

a.tabs:link, a.tabs:visited {
	display: inline;
        display: block;
	width: 120px;
	font-weight:  normal;
	font-size: 12px;
	color: white;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	background-color: black;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	}

a {
	color: black;
	}

a.tabs:hover,a.tabs:active{
	background-color: #404040;
	}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
display: inline;
}
}

@media (min-width: 1px) and (max-width: 640px) {
body {
	background-color: #929292;
        text-align: center;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.container {
        position: relative;
        width: 90%;
        max-width: 1000px;
        }
        
p {
	text-align: justify;
	color: black;
	font-weight: normal;
	font-size: 80%;
	font-family: Georgia, Garamond, "Times New Roman", serif;
        margin-top: 30px;
	}

div #header {
        background-image: url("/images/Caitlin Marquis Studio Logo small.png");
        width: 60%;
        height: 92px;
        margin-right: auto;
        margin-left: auto;
        background-size: 100%;
        display: block;
        background-repeat: no-repeat;
        }

#nav {
        width: 100%;
        }

#nav li{
        width: 33.333333%;
        display: inline;
        text-align: center;
        }

ul      {
        position: absolute;
        left: 0px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        list-style-type: none;
	}

a.tabs:link, a.tabs:visited {
	width: 33.333333%;
	font-weight: normal;
	font-size: 12px;
	color: white;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	}

a {
	color: black;
	}

a.tabs:hover, a.tabs:active {
	background-color: #404040;
	}

#content {
    	width: 100%;
    	position: relative;
    	}

.sidebar-container#primary {
    	display: none;
    	}
    
.widget-area {
    	display: none;
    	}
    
.widget-area ul {
	display: none;
        list-style: none;
        }

.widget-area ul ul {
	display: none;
        list-style: square;
	margin-left: 1.3em;
	}

#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	display: inline;
	}
    }